Revision ab5b8f77
Von Tamino Steinert vor 10 Monaten hinzugefügt
- ID ab5b8f77549eea21a77e947bea46266158df622c
- Vorgänger 1ba15ec4
bin/mozilla/ap.pl | ||
---|---|---|
222 | 222 |
$::form->{$_} = $form_defaults->{$_} for keys %{ $form_defaults // {} }; |
223 | 223 |
|
224 | 224 |
flash('info', $::locale->text("The record template '#1' has been loaded.", $template->template_name)); |
225 |
flash('info', $::locale->text("Payment bookings disallowed. After the booking this record may be " .
|
|
226 |
"suggested with the amount of '#1' or otherwise has to be choosen manually." .
|
|
225 |
flash('info', $::locale->text("Payment bookings disallowed.<br>After the booking this record may be " .
|
|
226 |
"suggested<br>with the amount of '#1'<br>or otherwise has to be choosen manually.<br>" .
|
|
227 | 227 |
" No automatic payment booking will be done to chart '#2'.", |
228 | 228 |
$form_defaults->{paid_1_suggestion}, |
229 | 229 |
$form_defaults->{AP_paid_1_suggestion}, |
locale/de/all | ||
---|---|---|
2827 | 2827 |
'Payment Term' => 'Zahlungsbedingung', |
2828 | 2828 |
'Payment Terms' => 'Zahlungsbedingungen', |
2829 | 2829 |
'Payment Terms missing in row ' => 'Zahlungsfrist fehlt in Zeile ', |
2830 |
'Payment bookings disallowed. After the booking this record may be suggested with the amount of \'#1\' or otherwise has to be choosen manually. No automatic payment booking will be done to chart \'#2\'.' => 'Zahlungsbuchungen nicht erlaubt. Nach der Verbuchung kann dieser Beleg in der Vorschlagsliste mit dem Zahlungs-Betrag von \'#1\' erscheinen, ansonsten muss dieser manuell verknüpft werden. Es wird nicht automatisch eine Zahlungsbuchung auf das Konto \'#2\' durchgeführt.',
|
|
2830 |
'Payment bookings disallowed.<br>After the booking this record may be suggested<br>with the amount of \'#1\'<br>or otherwise has to be choosen manually.<br> No automatic payment booking will be done to chart \'#2\'.' => 'Zahlungsbuchungen nicht erlaubt.<br>Nach der Verbuchung kann dieser Beleg in der Vorschlagsliste<br>mit dem Zahlungs-Betrag von \'#1\' erscheinen,<br>ansonsten muss dieser manuell verknüpft werden.<br>Es wird nicht automatisch eine Zahlungsbuchung auf das Konto \'#2\' durchgeführt.',
|
|
2831 | 2831 |
'Payment date missing!' => 'Tag der Zahlung fehlt!', |
2832 | 2832 |
'Payment description' => 'Zahlungsbedingung', |
2833 | 2833 |
'Payment list' => 'Zahlungsliste', |
locale/en/all | ||
---|---|---|
2826 | 2826 |
'Payment Term' => '', |
2827 | 2827 |
'Payment Terms' => '', |
2828 | 2828 |
'Payment Terms missing in row ' => '', |
2829 |
'Payment bookings disallowed. After the booking this record may be suggested with the amount of \'#1\' or otherwise has to be choosen manually. No automatic payment booking will be done to chart \'#2\'.' => '',
|
|
2829 |
'Payment bookings disallowed.<br>After the booking this record may be suggested<br>with the amount of \'#1\'<br>or otherwise has to be choosen manually.<br> No automatic payment booking will be done to chart \'#2\'.' => '',
|
|
2830 | 2830 |
'Payment date missing!' => '', |
2831 | 2831 |
'Payment description' => '', |
2832 | 2832 |
'Payment list' => '', |
Auch abrufbar als: Unified diff
Layout Flash: Anpassung vom Meldung auf kürzere Zeilen