Skip to content

Commit

Permalink
Layout Flash: Anpassung vom Meldung auf kürzere Zeilen
Browse files Browse the repository at this point in the history
  • Loading branch information
z4m1n0 committed Mar 4, 2024
1 parent 1ba15ec commit ab5b8f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/mozilla/ap.pl
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ sub load_record_template {
$::form->{$_} = $form_defaults->{$_} for keys %{ $form_defaults // {} };

flash('info', $::locale->text("The record template '#1' has been loaded.", $template->template_name));
flash('info', $::locale->text("Payment bookings disallowed. After the booking this record may be " .
"suggested with the amount of '#1' or otherwise has to be choosen manually." .
flash('info', $::locale->text("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'.",
$form_defaults->{paid_1_suggestion},
$form_defaults->{AP_paid_1_suggestion},
Expand Down
2 changes: 1 addition & 1 deletion locale/de/all
Original file line number Diff line number Diff line change
Expand Up @@ -2827,7 +2827,7 @@ $ ./scripts/installation_check.pl',
'Payment Term' => 'Zahlungsbedingung',
'Payment Terms' => 'Zahlungsbedingungen',
'Payment Terms missing in row ' => 'Zahlungsfrist fehlt in Zeile ',
'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.',
'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.',
'Payment date missing!' => 'Tag der Zahlung fehlt!',
'Payment description' => 'Zahlungsbedingung',
'Payment list' => 'Zahlungsliste',
Expand Down
2 changes: 1 addition & 1 deletion locale/en/all
Original file line number Diff line number Diff line change
Expand Up @@ -2826,7 +2826,7 @@ $self->{texts} = {
'Payment Term' => '',
'Payment Terms' => '',
'Payment Terms missing in row ' => '',
'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\'.' => '',
'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\'.' => '',
'Payment date missing!' => '',
'Payment description' => '',
'Payment list' => '',
Expand Down

0 comments on commit ab5b8f7

Please sign in to comment.