From ad898e2b28abc1cc93d93fa5f3a76860441b7985 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 6 Dec 2021 16:12:09 +0100 Subject: [PATCH] =?utf8?q?=C3=9Cbersetzung?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- locale/de/all | 1 + locale/en/all | 1 + 2 files changed, 2 insertions(+) diff --git a/locale/de/all b/locale/de/all index 694bad283..87fa2e0c1 100755 --- a/locale/de/all +++ b/locale/de/all @@ -587,6 +587,7 @@ $self->{texts} = { 'Cannot post a transaction without a value!' => 'Eine Buchung ohne Betrag kann nicht vorgenommen werden!', 'Cannot post invoice and/or transfer out! Error message:' => 'Rechnung kann nicht gebucht oder es kann nicht ausgelagert werden. Fehlermeldung:', 'Cannot post invoice for a closed period!' => 'Das Rechnungsdatum fällt in einen abgeschlossen Zeitraum!', + 'Cannot post invoice for advance payment with more than one tax' => 'Anzahlungsrechnung mit mehr als einem Steuersatz kann nicht gebucht werden', 'Cannot post invoice!' => 'Rechnung kann nicht gebucht werden!', 'Cannot post payment for a closed period!' => 'Es können keine Zahlungen für abgeschlossene Bücher gebucht werden!', 'Cannot post payment!' => 'Zahlung kann nicht gebucht werden!', diff --git a/locale/en/all b/locale/en/all index c82703f2f..247252af5 100644 --- a/locale/en/all +++ b/locale/en/all @@ -587,6 +587,7 @@ $self->{texts} = { 'Cannot post a transaction without a value!' => '', 'Cannot post invoice and/or transfer out! Error message:' => '', 'Cannot post invoice for a closed period!' => '', + 'Cannot post invoice for advance payment with more than one tax' => '', 'Cannot post invoice!' => '', 'Cannot post payment for a closed period!' => '', 'Cannot post payment!' => '', -- 2.20.1