From: Bernd Bleßmann Date: Mon, 20 Dec 2021 11:07:41 +0000 (+0100) Subject: Anzahlungs-Rg.: is.pl: Titel für Schlussrechnung an die anderen angepasst X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~217^2~19 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d94bf8b49ed07c32af387f63596d299068015ebc;p=kivitendo-erp.git Anzahlungs-Rg.: is.pl: Titel für Schlussrechnung an die anderen angepasst --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index c308c0b2a..b4e1a7bcd 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -96,7 +96,7 @@ sub add { $form->{title} = $locale->text('Add Invoice for Advance Payment'); } elsif ($form->{type} eq "final_invoice") { - $form->{title} = $locale->text('Final Invoice'); + $form->{title} = $locale->text('Add Final Invoice'); } else { $form->{title} = $locale->text('Add Sales Invoice'); diff --git a/locale/de/all b/locale/de/all index 5fcd70b01..d8a873ab2 100755 --- a/locale/de/all +++ b/locale/de/all @@ -176,6 +176,7 @@ $self->{texts} = { 'Add Delivery Order' => 'Lieferschein erfassen', 'Add Document from \'#1\'' => 'Dokument von \'#1\' hinzufügen', 'Add Dunning' => 'Mahnung erzeugen', + 'Add Final Invoice' => 'Schlussrechnung erfassen', 'Add Follow-Up' => 'Wiedervorlage erstellen', 'Add Follow-Up for #1' => 'Wiedervorlage für #1 erstellen', 'Add General Ledger Transaction' => 'Dialogbuchen', diff --git a/locale/en/all b/locale/en/all index 6e6d61bf4..a867f1919 100644 --- a/locale/en/all +++ b/locale/en/all @@ -176,6 +176,7 @@ $self->{texts} = { 'Add Delivery Order' => '', 'Add Document from \'#1\'' => '', 'Add Dunning' => '', + 'Add Final Invoice' => '', 'Add Follow-Up' => '', 'Add Follow-Up for #1' => '', 'Add General Ledger Transaction' => '',