From: Stephan Köhler Date: Mon, 27 Mar 2006 14:25:23 +0000 (+0000) Subject: Nachtrag Bug 323, Benennung korrigiert X-Git-Tag: release-2.4.0^2~294 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=989d9edd06037394e67e5c5965c4bcc89c947cf1;p=kivitendo-erp.git 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 1f4f11b50..cc38c3201 100644 --- a/locale/de/all +++ b/locale/de/all @@ -792,6 +792,7 @@ $self{texts} = { 'Unit' => 'Einheit', 'Unit of measure' => 'Maßeinheit', 'Unlock System' => 'System entsperren', + 'Until' => 'Bis', 'Update' => 'Erneuern', 'Update Dataset' => 'Datenbank aktualisieren', 'Updated' => 'Erneuert am', 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', };