Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3dd4f133

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 3dd4f1330093381e0b7b342861a8ff4b22e3453c
  • Vorgänger 433eafd5
  • Nachfolger 654a72c8

$locale benutzen und keine deutschen Texte direkt verwenden.

Unterschiede anzeigen:

bin/mozilla/dn.pl
533 533
<input type=hidden name=password value=$form->{password}>
534 534
<input type="hidden" name="action">
535 535
<input type="submit" name="dummy" value="|
536
    . $locale->text('Continue') . qq|" onclick="this.disabled=true; this.value='Mahnprozess wird gestartet'; document.Form.action.value='weiter'; document.Form.submit()">|;
536
    . $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()">|;
537 537
  if ($form->{menubar}) {
538 538
    require "$form->{path}/menu.pl";
539 539
    &menubar;
locale/de/all
942 942
  'The database update/creation did not succeed. The file <TMPL_VAR file ESCAPE=HTML> contained the following error:' => 'Die Datenbankaktualisierung/erstellung schlug fehl. Die Datei <TMPL_VAR file ESCAPE=HTML> enthielt den folgenden Fehler:',
943 943
  'The database upgrade for the introduction of Buchungsgruppen is now complete.' => 'Das Datenbankupgrade f&uuml;r die Einf&uuml;hrung von Buchungsgruppen ist jetzt beendet.',
944 944
  'The database upgrade for the introduction of units is now complete.' => 'Das Datenbankupgrade zwecks Einf&uuml;hrung von Einheiten ist nun beendet.',
945
  'The dunning process is started' => 'Mahnprozess wird gestartet',
945 946
  'The factor is missing in row %d.' => 'Der Faktor fehlt in Zeile %d.',
946 947
  'The factor is missing.'      => 'Der Faktor fehlt.',
947 948
  'The following Buchungsgruppen have already been created:' => 'Die folgenden Buchungsgruppen wurden bereits angelegt:',
locale/de/dn
157 157
  'Subtotal'                    => 'Zwischensumme',
158 158
  'Template'                    => 'Druckvorlage',
159 159
  'Terms missing in row '       => '+Tage fehlen in Zeile ',
160
  'The dunning process is started' => 'Mahnprozess wird gestartet',
160 161
  'To'                          => 'An',
161 162
  'Total Fees'                  => 'Kumulierte Geb?hren',
162 163
  'Total Interest'              => 'Kumulierte Zinsen',

Auch abrufbar als: Unified diff