From ce5a051eaef37d00a3d72c8346f8751e1cfbd815 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 19 May 2017 17:29:24 +0200 Subject: [PATCH] =?utf8?q?l=C3=A4ngere=20Zeichenketten=20sauber=20zusammen?= =?utf8?q?bauen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit zum Commit von gerade (#243 bugfix). --- bin/mozilla/ap.pl | 6 +++--- locale/de/all | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 0e7baf388..687f149cd 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -154,9 +154,9 @@ 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. - No automatic payment booking will be done to chart '#2'.", + 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." . + " No automatic payment booking will be done to chart '#2'.", $form_defaults->{paid_1_suggestion}, $form_defaults->{AP_paid_1_suggestion}, )) if $::form->{no_payment_bookings}; diff --git a/locale/de/all b/locale/de/all index b6f52b584..e535b056b 100755 --- a/locale/de/all +++ b/locale/de/all @@ -2097,9 +2097,7 @@ $self->{texts} = { 'Payment Reminder' => 'Zahlungserinnerung', '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. 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 date missing!' => 'Tag der Zahlung fehlt!', 'Payment list' => 'Zahlungsliste', 'Payment posted!' => 'Zahlung gebucht!', -- 2.20.1