From 96b6e28fa0928216c64355cfdef53c4496bb3a31 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 22 Nov 2006 15:50:30 +0000 Subject: [PATCH] Recommit von r1009 von skoehler: Nachtrag Bug 323, Benennung korrigiert --- bin/mozilla/rc.pl | 4 ++-- locale/de/all | 1 + locale/de/rc | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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', }; -- 2.20.1