Revision 9e1cbdda
Von Cem Aydin vor fast 4 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
346 | 346 |
'Article info ' => '', |
347 | 347 |
'Article type' => 'Artikeltyp', |
348 | 348 |
'Articles' => 'Artikel', |
349 |
'Articles & Assortment' => '', |
|
350 | 349 |
'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' => 'Als Konsequenz können die gespeicherten Mengen entweder in ein Lager überführt werden, oder für eine frische Lagerverwaltung resettet werden.', |
351 | 350 |
'Assemblies' => 'Erzeugnisse', |
352 | 351 |
'Assembly' => 'Erzeugnis', |
... | ... | |
1890 | 1889 |
'Languages and translations' => 'Sprachen und Übersetzungen', |
1891 | 1890 |
'Last Cost' => 'Einkaufspreis', |
1892 | 1891 |
'Last Dunning' => 'Letzte Mahnung', |
1893 |
'Last Number of Organisations' => '',
|
|
1892 |
'Last Number for...' => '',
|
|
1894 | 1893 |
'Last Transaction' => 'Letzte Buchung', |
1895 | 1894 |
'Last command output' => 'Ausgabe des letzten Befehls', |
1896 | 1895 |
'Last modification' => 'Letzte Änderung', |
... | ... | |
2311 | 2310 |
'Order Date missing!' => 'Auftragsdatum fehlt!', |
2312 | 2311 |
'Order Number' => 'Auftragsnummer', |
2313 | 2312 |
'Order Number missing!' => 'Auftragsnummer fehlt!', |
2314 |
'Order Papers' => '', |
|
2315 | 2313 |
'Order amount' => 'Auftragswert', |
2316 | 2314 |
'Order data' => '', |
2317 | 2315 |
'Order deleted!' => 'Auftrag gelöscht!', |
... | ... | |
2881 | 2879 |
'Sales Price Rules' => 'Preisregeln Verkauf', |
2882 | 2880 |
'Sales Price Rules ' => 'Preisregeln (Verkauf)', |
2883 | 2881 |
'Sales Price information' => 'Verkaufspreisinformation', |
2884 |
'Sales Quotation' => '', |
|
2885 | 2882 |
'Sales Quotation valid interval' => 'Angebotsgültigkeitsintervall', |
2886 | 2883 |
'Sales Quotations' => 'Angebote', |
2887 | 2884 |
'Sales Report' => 'Verkaufsbericht', |
locale/en/all | ||
---|---|---|
346 | 346 |
'Article info ' => '', |
347 | 347 |
'Article type' => '', |
348 | 348 |
'Articles' => '', |
349 |
'Articles & Assortment' => '', |
|
350 | 349 |
'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' => '', |
351 | 350 |
'Assemblies' => '', |
352 | 351 |
'Assembly' => '', |
... | ... | |
1887 | 1886 |
'Languages and translations' => '', |
1888 | 1887 |
'Last Cost' => '', |
1889 | 1888 |
'Last Dunning' => '', |
1890 |
'Last Number of Organisations' => '',
|
|
1889 |
'Last Number for...' => '',
|
|
1891 | 1890 |
'Last Transaction' => '', |
1892 | 1891 |
'Last command output' => '', |
1893 | 1892 |
'Last modification' => '', |
... | ... | |
2307 | 2306 |
'Order Date missing!' => '', |
2308 | 2307 |
'Order Number' => '', |
2309 | 2308 |
'Order Number missing!' => '', |
2310 |
'Order Papers' => '', |
|
2311 | 2309 |
'Order amount' => '', |
2312 | 2310 |
'Order data' => '', |
2313 | 2311 |
'Order deleted!' => '', |
... | ... | |
2877 | 2875 |
'Sales Price Rules' => '', |
2878 | 2876 |
'Sales Price Rules ' => '', |
2879 | 2877 |
'Sales Price information' => '', |
2880 |
'Sales Quotation' => '', |
|
2881 | 2878 |
'Sales Quotation valid interval' => '', |
2882 | 2879 |
'Sales Quotations' => '', |
2883 | 2880 |
'Sales Report' => '', |
templates/webpages/client_config/_ranges_of_numbers.html | ||
---|---|---|
7 | 7 |
<div class="wrapper" id="wrapper-4"> |
8 | 8 |
|
9 | 9 |
<table class="tbl-horizontal"> |
10 |
<caption> [% 'Last Number of Organisations' | $T8 %] </caption>
|
|
10 |
<caption> [% 'Last Number for...' | $T8 %] </caption>
|
|
11 | 11 |
<colgroup> <col class="wi-small"><col class="wi-normal"> </colgroup> |
12 | 12 |
<tbody> |
13 | 13 |
<tr> |
... | ... | |
18 | 18 |
<th>[% LxERP.t8('Vendor') %]</th> |
19 | 19 |
<td>[% L.input_tag("defaults.vendornumber", SELF.defaults.vendornumber, size="15", class="wi-normal") %]</td> |
20 | 20 |
</tr> |
21 |
</tbody> |
|
22 |
</table> |
|
23 |
|
|
24 |
<table class="tbl-horizontal"> |
|
25 |
<caption> [% 'Order Papers' | $T8 %] </caption> |
|
26 |
<colgroup><col class="wi-small"><col class="wi-normal"></colgroup> |
|
27 |
<tbody> |
|
28 | 21 |
<tr> |
29 |
<th>[% LxERP.t8('Sales Order') %]</th> |
|
22 |
<th></th> |
|
23 |
<td></td> |
|
24 |
</tr> |
|
25 |
<tr> |
|
26 |
<th>[% LxERP.t8('Order') %]</th> |
|
30 | 27 |
<td>[% L.input_tag("defaults.sonumber", SELF.defaults.sonumber, size="15", class="wi-normal") %]</td> |
31 | 28 |
</tr> |
32 | 29 |
<tr> |
33 | 30 |
<th>[% LxERP.t8('Purchase Order') %]</th> |
34 | 31 |
<td>[% L.input_tag("defaults.ponumber", SELF.defaults.ponumber, size="15", class="wi-normal") %]</td> |
35 | 32 |
</tr> |
33 |
<tr> |
|
34 |
<th>[% LxERP.t8('Sales quotation') %]</th> |
|
35 |
<td>[% L.input_tag("defaults.sqnumber", SELF.defaults.sqnumber, size="15", class="wi-normal") %]</td> |
|
36 |
</tr> |
|
36 | 37 |
<tr> |
37 | 38 |
<th>[% LxERP.t8('Invoice') %]</th> |
38 | 39 |
<td>[% L.input_tag("defaults.invnumber", SELF.defaults.invnumber, size="15", class="wi-normal") %]</td> |
... | ... | |
53 | 54 |
<th>[% LxERP.t8('Purchase Delivery Order') %]</th> |
54 | 55 |
<td>[% L.input_tag("defaults.pdonumber", SELF.defaults.pdonumber, size="15", class="wi-normal") %]</td> |
55 | 56 |
</tr> |
56 |
</tbody> |
|
57 |
</table> |
|
58 |
|
|
59 |
<table class="tbl-horizontal"> |
|
60 |
<caption> [% 'Articles & Assortment' | $T8 %] </caption> |
|
61 |
<colgroup><col class="wi-small"><col class="wi-normal"></colgroup> |
|
62 |
<tbody> |
|
63 | 57 |
<tr> |
64 |
<th>[% LxERP.t8('Article') %]</th>
|
|
65 |
<td>[% L.input_tag("defaults.articlenumber", SELF.defaults.articlenumber, size="15", class="wi-normal") %]</td>
|
|
58 |
<th></th> |
|
59 |
<td></td> |
|
66 | 60 |
</tr> |
67 | 61 |
<tr> |
68 |
<th>[% LxERP.t8('Sales Quotation') %]</th>
|
|
69 |
<td>[% L.input_tag("defaults.sqnumber", SELF.defaults.sqnumber, size="15", class="wi-normal") %]</td>
|
|
62 |
<th>[% LxERP.t8('Article') %]</th>
|
|
63 |
<td>[% L.input_tag("defaults.articlenumber", SELF.defaults.articlenumber, size="15", class="wi-normal") %]</td>
|
|
70 | 64 |
</tr> |
71 | 65 |
<tr> |
72 | 66 |
<th>[% LxERP.t8('Service') %]</th> |
Auch abrufbar als: Unified diff
Neues Design Bugfix: #384 Teil: Konfiguration Nummernkreise: unklare Überschriften ohne Übersetzung
entfernt
(gemäss Warnungen von locale script)
- locale Dateien via scripts/locales.pl automatisch geupdated (de und en)