Revision 1d62f7b1
locale/de/all | ||
---|---|---|
3385 | 3385 |
'SEPA message ID' => 'SEPA-Nachrichten-ID', |
3386 | 3386 |
'SEPA message IDs' => 'SEPA-Nachrichten-IDs', |
3387 | 3387 |
'SEPA strings' => 'SEPA-Überweisungen', |
3388 |
'SEPA-XML File ending' => 'SEPA-XML Dateiendung',
|
|
3388 |
'SEPA-XML File extension' => 'SEPA-XML Dateiendung',
|
|
3389 | 3389 |
'SEPA/Bank' => 'SEPA/Bank', |
3390 | 3390 |
'SQL query' => 'SQL-Abfrage', |
3391 | 3391 |
'SWIFT MT940 format' => 'SWIFT-MT940-Format', |
locale/en/all | ||
---|---|---|
3384 | 3384 |
'SEPA message ID' => '', |
3385 | 3385 |
'SEPA message IDs' => '', |
3386 | 3386 |
'SEPA strings' => '', |
3387 |
'SEPA-XML File ending' => '',
|
|
3387 |
'SEPA-XML File extension' => '',
|
|
3388 | 3388 |
'SEPA/Bank' => '', |
3389 | 3389 |
'SQL query' => '', |
3390 | 3390 |
'SWIFT MT940 format' => '', |
templates/design40_webpages/client_config/_bank.html | ||
---|---|---|
9 | 9 |
<caption>[% 'SEPA' | $T8 %]</caption> |
10 | 10 |
<tbody> |
11 | 11 |
<tr> |
12 |
<th>[% LxERP.t8('SEPA-XML File ending') %]</th>
|
|
12 |
<th>[% LxERP.t8('SEPA-XML File extension') %]</th>
|
|
13 | 13 |
<td>[% L.yes_no_tag('defaults.sepa_export_xml', SELF.defaults.sepa_export_xml) %]</td> |
14 | 14 |
<td class="longdesc">[% LxERP.t8('If enabled the file ending for SEPA exports will be .xml instead of .cct or .cdd') %]</td> |
15 | 15 |
</tr> |
templates/webpages/client_config/_bank.html | ||
---|---|---|
2 | 2 |
<div id="bank"> |
3 | 3 |
<table> |
4 | 4 |
<tr> |
5 |
<td align="right" nowrap="true">[% LxERP.t8('SEPA-XML File ending') %]</td>
|
|
5 |
<td align="right" nowrap="true">[% LxERP.t8('SEPA-XML File extension') %]</td>
|
|
6 | 6 |
<td>[% L.yes_no_tag('defaults.sepa_export_xml', SELF.defaults.sepa_export_xml) %]</td> |
7 | 7 |
<td>[% LxERP.t8('If enabled the file ending for SEPA exports will be .xml instead of .cct or .cdd') %]</td> |
8 | 8 |
</tr> |
Auch abrufbar als: Unified diff
typo: File extension statt File ending