Revision 88f11e29
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
SL/Controller/CsvImport/Part.pm | ||
---|---|---|
534 | 534 |
{ name => 'price_factor', description => $::locale->text('Price factor (name)') }, |
535 | 535 |
{ name => 'rop', description => $::locale->text('ROP') }, |
536 | 536 |
{ name => 'sellprice', description => $::locale->text('Sellprice') }, |
537 |
{ name => 'shop', description => $::locale->text('Shopartikel') },
|
|
537 |
{ name => 'shop', description => $::locale->text('Shop article') },
|
|
538 | 538 |
{ name => 'type', description => $::locale->text('Article type') . ' [3]' }, |
539 | 539 |
{ name => 'unit', description => $::locale->text('Unit (if missing or empty default unit will be used)') }, |
540 | 540 |
{ name => 've', description => $::locale->text('Verrechnungseinheit') }, |
bin/mozilla/ap.pl | ||
---|---|---|
926 | 926 |
'vendornumber' => { 'text' => $locale->text('Vendor Number'), }, |
927 | 927 |
'country' => { 'text' => $locale->text('Country'), }, |
928 | 928 |
'ustid' => { 'text' => $locale->text('USt-IdNr.'), }, |
929 |
'taxzone' => { 'text' => $locale->text('Steuersatz'), },
|
|
929 |
'taxzone' => { 'text' => $locale->text('Tax rate'), },
|
|
930 | 930 |
'payment_terms' => { 'text' => $locale->text('Payment Terms'), }, |
931 | 931 |
'charts' => { 'text' => $locale->text('Buchungskonto'), }, |
932 | 932 |
'direct_debit' => { 'text' => $locale->text('direct debit'), }, |
bin/mozilla/ic.pl | ||
---|---|---|
1043 | 1043 |
'transdate' => { 'text' => $locale->text('Transdate'), }, |
1044 | 1044 |
'unit' => { 'text' => $locale->text('Unit'), }, |
1045 | 1045 |
'weight' => { 'text' => $locale->text('Weight'), }, |
1046 |
'shop' => { 'text' => $locale->text('Shopartikel'), },
|
|
1046 |
'shop' => { 'text' => $locale->text('Shop article'), },
|
|
1047 | 1047 |
'projectnumber' => { 'text' => $locale->text('Project Number'), }, |
1048 | 1048 |
'projectdescription' => { 'text' => $locale->text('Project Description'), }, |
1049 | 1049 |
); |
locale/de/all | ||
---|---|---|
85 | 85 |
'Abrechnungsnummer' => 'Abrechnungsnummer', |
86 | 86 |
'Absolute BB Balance' => 'Gesamtsaldo laut Bankbuchungen', |
87 | 87 |
'Absolute BT Balance' => 'Gesamtsaldo laut Kontoauszug', |
88 |
'Abteilung' => 'Abteilung', |
|
89 | 88 |
'Acc Transaction' => 'Hauptbuch', |
90 | 89 |
'Acc transaction' => 'Hauptbuch Buchung', |
91 | 90 |
'AccTransaction' => 'AccTransaction', |
... | ... | |
2094 | 2093 |
'Price factor (name)' => 'Preisfaktor (Name)', |
2095 | 2094 |
'Price factor deleted!' => 'Preisfaktor gelöscht.', |
2096 | 2095 |
'Price factor saved!' => 'Preisfaktor gespeichert.', |
2096 |
'Price group' => 'Preisgruppe', |
|
2097 | 2097 |
'Price group (database ID)' => 'Preisgruppe (Datenbank-ID)', |
2098 | 2098 |
'Price group (name)' => 'Preisgruppe (Name) ', |
2099 | 2099 |
'Price information' => 'Preisinformation', |
templates/webpages/customer_vendor/tabs/billing.html | ||
---|---|---|
314 | 314 |
</td> |
315 | 315 |
|
316 | 316 |
[% IF ( SELF.is_customer() ) %] |
317 |
<th align="right">[% 'Preisklasse' | $T8 %]</th>
|
|
317 |
<th align="right">[% 'Price group' | $T8 %]</th>
|
|
318 | 318 |
|
319 | 319 |
<td> |
320 | 320 |
[% L.select_tag('cv.klass', SELF.all_pricegroups, default = SELF.cv.klass, value_key = 'id', title_key = 'pricegroup', with_empty = 1) %] |
... | ... | |
324 | 324 |
</tr> |
325 | 325 |
|
326 | 326 |
<tr> |
327 |
<th align="right">[% 'Steuersatz' | $T8 %]</th>
|
|
327 |
<th align="right">[% 'Tax rate' | $T8 %]</th>
|
|
328 | 328 |
|
329 | 329 |
<td> |
330 | 330 |
[% L.select_tag('cv.taxzone_id', SELF.all_taxzones, default = SELF.cv.taxzone_id, value_key = 'id', title_key = 'description') %] |
templates/webpages/customer_vendor/tabs/shipto.html | ||
---|---|---|
31 | 31 |
</tr> |
32 | 32 |
|
33 | 33 |
<tr> |
34 |
<th align="right" nowrap>[% 'Abteilung' | $T8 %]</th>
|
|
34 |
<th align="right" nowrap>[% 'Department' | $T8 %]</th>
|
|
35 | 35 |
|
36 | 36 |
<td> |
37 | 37 |
[% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1, size = 16) %] |
templates/webpages/ic/form_header.html | ||
---|---|---|
267 | 267 |
</tr> |
268 | 268 |
[%- END %] |
269 | 269 |
<tr> |
270 |
<th align="right" nowrap><label for="shop">[% 'Shopartikel' | $T8 %]</label></th>
|
|
270 |
<th align="right" nowrap><label for="shop">[% 'Shop article' | $T8 %]</label></th>
|
|
271 | 271 |
<td><input class="checkbox" type="checkbox" name="shop" id="shop" value="1" [% IF shop %]checked[% END %]></td> |
272 | 272 |
</tr> |
273 | 273 |
</table> |
templates/webpages/ic/price_row.html | ||
---|---|---|
6 | 6 |
<td> |
7 | 7 |
<table width=100%> |
8 | 8 |
<tr> |
9 |
<th class="listheading">[% 'Preisklasse' | $T8 %]</th>
|
|
10 |
<th class="listheading">[% 'Preis' | $T8 %]</th>
|
|
9 |
<th class="listheading">[% 'Price group' | $T8 %]</th>
|
|
10 |
<th class="listheading">[% 'Price' | $T8 %]</th>
|
|
11 | 11 |
</tr> |
12 | 12 |
[%- FOREACH row = PRICES %] |
13 | 13 |
<tr class="listrow[% loop.count % 2 %]"> |
templates/webpages/ic/search.html | ||
---|---|---|
66 | 66 |
</tr> |
67 | 67 |
|
68 | 68 |
<tr> |
69 |
<th align="right" nowrap>[% 'Shopartikel' | $T8 %]</th>
|
|
69 |
<th align="right" nowrap>[% 'Shop article' | $T8 %]</th>
|
|
70 | 70 |
<td>[% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---') %]</td> |
71 | 71 |
</tr> |
72 | 72 |
|
... | ... | |
221 | 221 |
<tr> |
222 | 222 |
<td>[%- L.checkbox_tag('l_notes', label=LxERP.t8('Notes'), value='Y') %]</td> |
223 | 223 |
<td>[%- L.checkbox_tag('l_name', label=LxERP.t8('Name in Selected Records'), value='Y') %]</td> |
224 |
<td>[%- L.checkbox_tag('l_shop', label=LxERP.t8('Shopartikel'), value='Y') %]</td>
|
|
224 |
<td>[%- L.checkbox_tag('l_shop', label=LxERP.t8('Shop article'), value='Y') %]</td>
|
|
225 | 225 |
<td>[%- L.checkbox_tag('l_insertdate', label=LxERP.t8('Insert Date'), value='Y') %]</td> |
226 | 226 |
</tr> |
227 | 227 |
|
templates/webpages/ic/search_update_prices.html | ||
---|---|---|
63 | 63 |
<p> |
64 | 64 |
<table> |
65 | 65 |
<tr> |
66 |
<th class="listheading">[% 'Preisklasse' | $T8 %]</th>
|
|
66 |
<th class="listheading">[% 'Price group' | $T8 %]</th>
|
|
67 | 67 |
<th class="listheading">[% 'Preis' | $T8 %]</th> |
68 | 68 |
<th class="listheading">[% 'Prozentual/Absolut' | $T8 %]</th> |
69 | 69 |
</tr> |
Auch abrufbar als: Unified diff
Nicht-übersetzte Deutsche Begriffe entfernt und übersetzt
Shopartikel, Steuersatz, Abteilung, Preisgruppe (gab es auch als
Preisklasse).