Revision d74539c5
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
794 | 794 |
'Customer/Vendor' => 'Kunde/Lieferant', |
795 | 795 |
'Customer/Vendor (database ID)' => 'Kunde/Lieferant (Datenbank-ID)', |
796 | 796 |
'Customer/Vendor Name' => 'Kunde/Lieferant', |
797 |
'Customer/Vendor Number' => 'Kunden-/<br>Lieferantennummer', |
|
798 |
'Customer/Vendor name' => 'Kunden-/Lieferantenname', |
|
799 |
'Customer/Vendor number' => 'Kunden-/Lieferantennummer', |
|
797 |
'Customer/Vendor Number' => 'Kunden-/Lieferantennummer', |
|
800 | 798 |
'Customer/Vendor/Remote name' => 'Kunden/Lieferantenname laut Bank', |
801 | 799 |
'Customername' => 'Kundenname', |
802 | 800 |
'Customernumberinit' => 'Kunden-/Lieferantennummernkreis', |
templates/webpages/bank_transactions/add_list.html | ||
---|---|---|
10 | 10 |
<th>[%- LxERP.t8("Open amount") %]</th> |
11 | 11 |
<th>[%- LxERP.t8("Amount less skonto") %]</th> |
12 | 12 |
<th>[%- LxERP.t8("Invoice Date") %]</th> |
13 |
<th>[%- LxERP.t8("Customer/Vendor number") %]</th>
|
|
14 |
<th>[%- LxERP.t8("Customer/Vendor name") %]</th>
|
|
13 |
<th>[%- LxERP.t8("Customer/Vendor Number") %]</th>
|
|
14 |
<th>[%- LxERP.t8("Customer/Vendor Name") %]</th>
|
|
15 | 15 |
</tr> |
16 | 16 |
|
17 | 17 |
[%- FOREACH invoice = INVOICES %] |
templates/webpages/bank_transactions/assign_invoice.html | ||
---|---|---|
32 | 32 |
<th align="right">[%- LxERP.t8("Invoice number") %]</th> |
33 | 33 |
<td>[% L.input_tag('invnumber', '', style=style) %]</td> |
34 | 34 |
|
35 |
<th align="right">[%- LxERP.t8("Customer/Vendor name") %]</th>
|
|
35 |
<th align="right">[%- LxERP.t8("Customer/Vendor Name") %]</th>
|
|
36 | 36 |
<td>[% L.input_tag('vcname', '', style=style) %]</td> |
37 | 37 |
</tr> |
38 | 38 |
|
... | ... | |
40 | 40 |
<th align="right">[%- LxERP.t8("Amount") %]</th> |
41 | 41 |
<td>[% L.input_tag('amount', '', style=style) %]</td> |
42 | 42 |
|
43 |
<th align="right">[%- LxERP.t8("Customer/Vendor number") %]</th>
|
|
43 |
<th align="right">[%- LxERP.t8("Customer/Vendor Number") %]</th>
|
|
44 | 44 |
<td>[% L.input_tag('vcnumber', '', style=style) %]</td> |
45 | 45 |
</tr> |
46 | 46 |
|
Auch abrufbar als: Unified diff
Übersetzungen: kein HTML-Code in Übersetzungen