From: Moritz Bunkus Date: Wed, 22 Nov 2006 15:50:30 +0000 (+0000) Subject: Recommit von r1009 von skoehler: Nachtrag Bug 323, Benennung korrigiert X-Git-Tag: release-2.4.0^2~222 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=96b6e28fa0928216c64355cfdef53c4496bb3a31;p=kivitendo-erp.git Recommit von r1009 von skoehler: Nachtrag Bug 323, Benennung korrigiert --- diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl index d9e395cda..3d93be781 100644 --- a/bin/mozilla/rc.pl +++ b/bin/mozilla/rc.pl @@ -71,7 +71,7 @@ sub reconciliation { | . $locale->text('From') . qq| - | . $locale->text('To') . qq| + | . $locale->text('Until') . qq| @@ -152,7 +152,7 @@ sub display_form { if ($form->{todate}) { $option .= "\n
" if ($option); $option .= - $locale->text('Bis') . " " + $locale->text('Until') . " " . $locale->date(\%myconfig, $form->{todate}, 0); } diff --git a/locale/de/all b/locale/de/all index ee69efb30..802c06df1 100644 --- a/locale/de/all +++ b/locale/de/all @@ -1014,6 +1014,7 @@ gestartet', 'Unit of measure' => 'Maßeinheit', 'Units' => 'Einheiten', 'Unlock System' => 'System entsperren', + 'Until' => 'Bis', 'Update' => 'Erneuern', 'Update Dataset' => 'Datenbank aktualisieren', 'Update Prices' => 'Preise aktualisieren', diff --git a/locale/de/rc b/locale/de/rc index fc45f116f..1f6f6597c 100644 --- a/locale/de/rc +++ b/locale/de/rc @@ -19,7 +19,7 @@ $self{texts} = { 'Select all' => 'Alle auswählen', 'Source' => 'Beleg', 'Statement Balance' => 'Sammelrechnungsbilanz', - 'To' => 'An', + 'Until' => 'Bis', 'Update' => 'Erneuern', };