From fefbf250414643e9c6acf8d144310f5c9661a1e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 31 May 2021 11:15:26 +0200 Subject: [PATCH] =?utf8?q?locales-L=C3=A4ufe:=20fehlende=20=C3=9Cbersetzun?= =?utf8?q?g?= 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 a2b4f0d59..bc89120dd 100755 --- a/locale/de/all +++ b/locale/de/all @@ -4224,6 +4224,7 @@ $self->{texts} = { 'building data' => 'Verarbeite Daten', 'building report' => 'Erstelle Bericht', 'can not allocate #1 units of #2, missing #3 units' => 'Kann keine #1 Einheiten von #2 belegen, es fehlen #3 Einheiten', + 'can not allocate enough resources for production' => 'Kann nicht genug Mengen für die Produktion belegen', 'can only parse a pdf file' => 'Kann nur eine gültige PDF-Datei verwenden.', 'cash' => 'Ist-Versteuerung', 'chargenumber #1' => 'Chargennummer #1', diff --git a/locale/en/all b/locale/en/all index 848be84f4..7dbf694da 100644 --- a/locale/en/all +++ b/locale/en/all @@ -4223,6 +4223,7 @@ $self->{texts} = { 'building data' => '', 'building report' => '', 'can not allocate #1 units of #2, missing #3 units' => '', + 'can not allocate enough resources for production' => '', 'can only parse a pdf file' => '', 'cash' => '', 'chargenumber #1' => '', -- 2.20.1