From: Moritz Bunkus Date: Wed, 20 Apr 2016 10:36:59 +0000 (+0200) Subject: Wiederkehrende Rechnungen: Hinweis für leeres Feld »AbsenderIn« noch deutlicher X-Git-Tag: release-3.4.1~191 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=17041e6c31bcf9d4019097dd32814f394e273c8f;p=kivitendo-erp.git Wiederkehrende Rechnungen: Hinweis für leeres Feld »AbsenderIn« noch deutlicher --- diff --git a/locale/de/all b/locale/de/all index 75e8a51a5..b8c2d6f23 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1399,7 +1399,7 @@ $self->{texts} = { 'If enabled a warning will be shown in sales and purchase orders if there are two or more positions of the same part (new controller only).' => 'Falls eingeschaltet, wird eine Warnung angezeigt, wenn der Auftrag mehrere gleiche Artikel enthält (nur neuer Controller).', 'If enabled only those projects that are assigned to the currently selected customer are offered for selection in sales records.' => 'Wenn eingeschaltet, so werden in Verkaufsbelegen nur diejenigen Projekte zur Auswahl angeboten, die dem aktuell ausgewählten Kunden zugewiesen wurden.', 'If enabled purchase and sales records cannot be saved if no transaction description has been entered.' => 'Wenn angeschaltet, so können Einkaufs- und Verkaufsbelege nicht gespeichert werden, solange keine Vorgangsbezeichnung eingegeben wurde.', - 'If left empty the default sender from the kivitendo configuration will be used.' => 'Falls leer, so wird der Standardabsender aus der kivitendo-Konfiguration genutzt.', + 'If left empty the default sender from the kivitendo configuration will be used (key \'email_from\' in section \'periodic_invoices\'; current value: #1).' => 'Falls leer, so wird der Standardabsender aus der kivitendo-Konfiguration genutzt (Schlüssel »email_from« in Abschnitt »periodic_invoices«; aktueller Wert: #1).', 'If missing then the start date will be used.' => 'Falls es fehlt, so wird die erste Rechnung für das Startdatum erzeugt.', 'If the article type is set to \'mixed\' then a column called \'type\' must be present.' => 'Falls der Artikeltyp auf \'gemischt\' gestellt wird, muss eine Spalte namens \'type\' vorhanden sein.', 'If the automatic creation of invoices for fees and interest is switched on for a dunning level then the following accounts will be used for the invoice.' => 'Wenn das automatische Erstellen einer Rechnung über Mahngebühren und Zinsen für ein Mahnlevel aktiviert ist, so werden die folgenden Konten für die Rechnung benutzt.', diff --git a/templates/webpages/oe/edit_periodic_invoices_config.html b/templates/webpages/oe/edit_periodic_invoices_config.html index 336a462ec..793d21b76 100644 --- a/templates/webpages/oe/edit_periodic_invoices_config.html +++ b/templates/webpages/oe/edit_periodic_invoices_config.html @@ -133,7 +133,7 @@

(1): [%- LxERP.t8('The end date is the last day for which invoices will possibly be created.') %]

(2): [% LxERP.t8("If missing then the start date will be used.") %]

(3): [% LxERP.t8("Multiple addresses can be entered separated by commas.") %]

-

(4): [% LxERP.t8("If left empty the default sender from the kivitendo configuration will be used.") %]

+

(4): [% LxERP.t8("If left empty the default sender from the kivitendo configuration will be used (key 'email_from' in section 'periodic_invoices'; current value: #1).", HTML.escape(LXCONFIG.periodic_invoices.email_from)) %]

[% L.hidden_tag('action', 'save_periodic_invoices_config') %]