From 3dd4f1330093381e0b7b342861a8ff4b22e3453c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 14 Dec 2006 10:44:09 +0000 Subject: [PATCH] $locale benutzen und keine deutschen Texte direkt verwenden. --- bin/mozilla/dn.pl | 2 +- locale/de/all | 1 + locale/de/dn | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index 6cf7354e6..6bb5614b0 100644 --- a/bin/mozilla/dn.pl +++ b/bin/mozilla/dn.pl @@ -533,7 +533,7 @@ print qq| {password}> |; + . $locale->text('Continue') . qq|" onclick="this.disabled=true; this.value='| . $locale->text("The dunning process is started") . qq|'; document.Form.action.value='| . lc($locale->text('Continue') . qq|'; document.Form.submit()">|; if ($form->{menubar}) { require "$form->{path}/menu.pl"; &menubar; diff --git a/locale/de/all b/locale/de/all index 75283a0e8..8de9e6c34 100644 --- a/locale/de/all +++ b/locale/de/all @@ -942,6 +942,7 @@ gestartet', 'The database update/creation did not succeed. The file contained the following error:' => 'Die Datenbankaktualisierung/erstellung schlug fehl. Die Datei enthielt den folgenden Fehler:', 'The database upgrade for the introduction of Buchungsgruppen is now complete.' => 'Das Datenbankupgrade für die Einführung von Buchungsgruppen ist jetzt beendet.', 'The database upgrade for the introduction of units is now complete.' => 'Das Datenbankupgrade zwecks Einführung von Einheiten ist nun beendet.', + 'The dunning process is started' => 'Mahnprozess wird gestartet', 'The factor is missing in row %d.' => 'Der Faktor fehlt in Zeile %d.', 'The factor is missing.' => 'Der Faktor fehlt.', 'The following Buchungsgruppen have already been created:' => 'Die folgenden Buchungsgruppen wurden bereits angelegt:', diff --git a/locale/de/dn b/locale/de/dn index f12bcf032..bdc22651a 100644 --- a/locale/de/dn +++ b/locale/de/dn @@ -157,6 +157,7 @@ gestartet', 'Subtotal' => 'Zwischensumme', 'Template' => 'Druckvorlage', 'Terms missing in row ' => '+Tage fehlen in Zeile ', + 'The dunning process is started' => 'Mahnprozess wird gestartet', 'To' => 'An', 'Total Fees' => 'Kumulierte Gebühren', 'Total Interest' => 'Kumulierte Zinsen', -- 2.20.1