Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a0aab26c

Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt

  • ID a0aab26cc9600f23012208b1003ac72d16ea04dd
  • Vorgänger 3873daa9
  • Nachfolger fb902c0a

Typo gefixed

Unterschiede anzeigen:

SL/DB/PriceRule.pm
96 96
  my @errors;
97 97
  push @errors, $::locale->text('The name must not be empty.')              if !$self->name;
98 98
  push @errors, $::locale->text('Price or discount must not be zero.')      if !$self->price && !$self->discount && !$self->reduction;
99
  push @errors, $::locale->text('Pirce rules must have at least one rule.') if !@{[ $self->items ]};
99
  push @errors, $::locale->text('Price rules must have at least one rule.') if !@{[ $self->items ]};
100 100
  push @errors, $_->validate                                                for $self->items;
101 101

  
102 102
  return @errors;
locale/de/all
1865 1865
  'Picture #1: #2'              => 'Abbildung #1: #2',
1866 1866
  'Pictures for parts'          => 'Bilder für Waren',
1867 1867
  'Pictures for search parts'   => 'Bilder für Warensuche',
1868
  'Pirce rules must have at least one rule.' => 'Preisregeln brauchen mindestens eine Bedingung.',
1869 1868
  'Please Check the bank information for each customer:' => 'Bitte überprüfen Sie die Bankinformationen der Kunden:',
1870 1869
  'Please Check the bank information for each vendor:' => 'Bitte überprüfen Sie die Kontoinformationen der Lieferanten:',
1871 1870
  'Please ask your administrator to create warehouses and bins.' => 'Bitten Sie Ihren Administrator, dass er Lager und Lagerplätze anlegt.',
......
1942 1941
  'Price group (name)'          => 'Preisgruppe (Name) ',
1943 1942
  'Price information'           => 'Preisinformation',
1944 1943
  'Price or discount must not be zero.' => 'Preis/Rabatt darf nicht 0,00 sein',
1944
  'Price rules must have at least one rule.' => 'Preisregeln brauchen mindestens eine Bedingung.',
1945 1945
  'Price sources deactivated in this client' => 'Preisquellen die in diesem Mandanten deaktiviert sind',
1946 1946
  'Price type explanation'      => 'Preistyp Erklärung',
1947 1947
  'Pricegroup'                  => 'Preisgruppe',
t/006spellcheck.t
47 47
sekf
48 48
sucess
49 49
varsion
50
pirce
50 51
);
51 52

  
52 53
$testcount = scalar(@Support::Files::testitems);

Auch abrufbar als: Unified diff