From 989d9edd06037394e67e5c5965c4bcc89c947cf1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20K=C3=B6hler?= Date: Mon, 27 Mar 2006 14:25:23 +0000 Subject: [PATCH] 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 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', }; -- 2.20.1