Revision 052a8844
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
locale/de/all | ||
---|---|---|
'This invoice has been canceled already.' => 'Die Rechnung wurde bereits storniert.',
|
||
'This invoice has been linked with a sepa export, undo this first.' => 'Diese Rechnung ist mit einem SEPA-Export verknüpft. Bitte diese Verknüpfung zuerst aufheben.',
|
||
'This invoice has not been posted yet.' => 'Die Rechnung wurde noch nicht gebucht.',
|
||
'This invoice is marked for direct debit and cannot be selected for a SEPA Export.' => 'Diese Rechnung ist als Lastschrift erfasst wordne und sollte Lieferanten eingezogen werden',
|
||
'This invoice is not marked for direct debit and cannot be selected for a SEPA Export.' => 'Diese Rechnung ist nicht als Lastschrift markiert und sollte vom Kunden überwiesen werden',
|
||
'This invoice was added from an order. See there.' => 'Diese Rechnung wurde aus einem Auftrag erstellt. Siehe dort.',
|
||
'This invoice\'s dunning level: #1' => 'Mahnstufe dieser Rechnung: #1',
|
||
'This is a very critical problem.' => 'Dieses Problem ist sehr schwerwiegend.',
|
templates/webpages/sepa/bank_transfer_add.html | ||
---|---|---|
[%- GET HTML.escape(invoice.vcname);
|
||
SET previous_vcname = invoice.vcname;
|
||
IF !invoice.vc_bank_info_ok;
|
||
IF invoice.checked;
|
||
GET ' <sup>(2)</sup>';
|
||
ELSE;
|
||
GET ' <sup>(1)</sup>';
|
||
END;
|
||
GET ' <sup>(1)</sup>';
|
||
SET show_vc_bank_info_footnote = '1';
|
||
END;
|
||
IF !invoice.checked;
|
||
GET ' <sup>(2)</sup>';
|
||
SET show_vc_bank_info_footnote = '1';
|
||
END; -%]
|
||
</a>
|
||
... | ... | |
<p>
|
||
<sup>(2)</sup>
|
||
[%- IF is_vendor %]
|
||
[%- 'No bank information has been entered in this vendor\'s master data entry. You cannot create bank transfers unless you enter bank information.' | $T8 %]
|
||
[% "The required information consists of the IBAN and the BIC." | $T8 %]
|
||
[% LxERP.t8("Additionally the invoice is not marked for direct debit and would have been checked automatically had the bank information been entered.") %]
|
||
[% LxERP.t8("This invoice is marked for direct debit and cannot be selected for a SEPA Export.") %]
|
||
[%- ELSE %]
|
||
[%- 'No bank information has been entered in this customer\'s master data entry. You cannot create bank collections unless you enter bank information.' | $T8 %]
|
||
[% "The required information consists of the IBAN, the BIC, the mandator ID and the mandate's date of signature." | $T8 %]
|
||
[% LxERP.t8("Additionally the invoice is marked for direct debit and would have been checked automatically had the bank information been entered.") %]
|
||
[% LxERP.t8("This invoice is not marked for direct debit and cannot be selected for a SEPA Export.") %]
|
||
[%- END %]
|
||
</p>
|
||
[%- END %]
|
Auch abrufbar als: Unified diff
Fußnoten für SEPA Export logisch besser gemacht (offen design40)