Revision 17041e6c
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
1399 | 1399 |
'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).', |
1400 | 1400 |
'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.', |
1401 | 1401 |
'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.', |
1402 |
'If left empty the default sender from the kivitendo configuration will be used.' => 'Falls leer, so wird der Standardabsender aus der kivitendo-Konfiguration genutzt.',
|
|
1402 |
'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).',
|
|
1403 | 1403 |
'If missing then the start date will be used.' => 'Falls es fehlt, so wird die erste Rechnung für das Startdatum erzeugt.', |
1404 | 1404 |
'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.', |
1405 | 1405 |
'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.', |
templates/webpages/oe/edit_periodic_invoices_config.html | ||
---|---|---|
133 | 133 |
<p>(1): [%- LxERP.t8('The end date is the last day for which invoices will possibly be created.') %]</p> |
134 | 134 |
<p>(2): [% LxERP.t8("If missing then the start date will be used.") %]</p> |
135 | 135 |
<p>(3): [% LxERP.t8("Multiple addresses can be entered separated by commas.") %]</p> |
136 |
<p>(4): [% LxERP.t8("If left empty the default sender from the kivitendo configuration will be used.") %]</p>
|
|
136 |
<p>(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)) %]</p>
|
|
137 | 137 |
|
138 | 138 |
[% L.hidden_tag('action', 'save_periodic_invoices_config') %] |
139 | 139 |
|
Auch abrufbar als: Unified diff
Wiederkehrende Rechnungen: Hinweis für leeres Feld »AbsenderIn« noch deutlicher