Revision d63831cb
Von Philip Reetz vor mehr als 18 Jahren hinzugefügt
SL/DN.pm | ||
---|---|---|
$form->{"IN"} =~ s/html$/odt/;
|
||
}
|
||
|
||
if ($form->{"send_email"} && $form->{email}) {
|
||
if ($form->{"send_email"} && ($form->{email} ne "")) {
|
||
$form->{media} = 'email';
|
||
}
|
||
|
bin/mozilla/dn.pl | ||
---|---|---|
|
||
<input type=hidden name=path value=$form->{path}>
|
||
<input type=hidden name=login value=$form->{login}>
|
||
<input type=hidden name=password value=$form->{password}>
|
||
<input type=hidden name=password value=$form->{password}>|;
|
||
#print qq|
|
||
# <input type="submit" name="action" value="|
|
||
# . $locale->text('Continue') . qq|">|;
|
||
print qq|
|
||
<input type="hidden" name="action">
|
||
<input type="submit" name="dummy" value="|
|
||
. $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()">|;
|
||
. $locale->text('Continue') . qq|" onclick="this.disabled=true; this.value='| . $locale->text("The dunning process started") . qq|'; document.Form.action.value='| . $locale->text('Continue') . qq|'; document.Form.submit()">|;
|
||
if ($form->{menubar}) {
|
||
require "$form->{path}/menu.pl";
|
||
&menubar;
|
locale/de/all | ||
---|---|---|
'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 dunning process started' => 'Der Mahnprozess ist 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:',
|
locale/de/dn | ||
---|---|---|
'Subtotal' => 'Zwischensumme',
|
||
'Template' => 'Druckvorlage',
|
||
'Terms missing in row ' => '+Tage fehlen in Zeile ',
|
||
'The dunning process is started' => 'Mahnprozess wird gestartet',
|
||
'The dunning process started' => 'Der Mahnprozess ist gestartet.',
|
||
'To' => 'An',
|
||
'Total Fees' => 'Kumulierte Geb?hren',
|
||
'Total Interest' => 'Kumulierte Zinsen',
|
Auch abrufbar als: Unified diff
Kleine Anpassungen beim Mahnwesen