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