Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 817dfe17

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID 817dfe172bf9c3a82251f00f82020ea99eb9f0a0
  • Vorgänger 318dcda4
  • Nachfolger c252ad94

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)

Unterschiede anzeigen:

locale/de/all
342 342
  'Article info '               => '',
343 343
  'Article type'                => 'Artikeltyp',
344 344
  'Articles'                    => 'Artikel',
345
  'Articles & Assortment'       => '',
346 345
  '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.',
347 346
  'Assemblies'                  => 'Erzeugnisse',
348 347
  'Assembly'                    => 'Erzeugnis',
......
1875 1874
  'Languages and translations'  => 'Sprachen und Übersetzungen',
1876 1875
  'Last Cost'                   => 'Einkaufspreis',
1877 1876
  'Last Dunning'                => 'Letzte Mahnung',
1878
  'Last Number of Organisations' => '',
1877
  'Last Number for...'          => '',
1879 1878
  'Last Transaction'            => 'Letzte Buchung',
1880 1879
  'Last command output'         => 'Ausgabe des letzten Befehls',
1881 1880
  'Last modification'           => 'Letzte Änderung',
......
2296 2295
  'Order Date missing!'         => 'Auftragsdatum fehlt!',
2297 2296
  'Order Number'                => 'Auftragsnummer',
2298 2297
  'Order Number missing!'       => 'Auftragsnummer fehlt!',
2299
  'Order Papers'                => '',
2300 2298
  'Order amount'                => 'Auftragswert',
2301 2299
  'Order data'                  => '',
2302 2300
  'Order deleted!'              => 'Auftrag gelöscht!',
......
2863 2861
  'Sales Price Rules'           => 'Preisregeln Verkauf',
2864 2862
  'Sales Price Rules '          => 'Preisregeln (Verkauf)',
2865 2863
  'Sales Price information'     => 'Verkaufspreisinformation',
2866
  'Sales Quotation'             => '',
2867 2864
  'Sales Quotation valid interval' => 'Angebotsgültigkeitsintervall',
2868 2865
  'Sales Quotations'            => 'Angebote',
2869 2866
  'Sales Report'                => 'Verkaufsbericht',
locale/en/all
339 339
  'Article info '               => '',
340 340
  'Article type'                => '',
341 341
  'Articles'                    => '',
342
  'Articles & Assortment'       => '',
343 342
  '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' => '',
344 343
  'Assemblies'                  => '',
345 344
  'Assembly'                    => '',
......
1869 1868
  'Languages and translations'  => '',
1870 1869
  'Last Cost'                   => '',
1871 1870
  'Last Dunning'                => '',
1872
  'Last Number of Organisations' => '',
1871
  'Last Number for...'          => '',
1873 1872
  'Last Transaction'            => '',
1874 1873
  'Last command output'         => '',
1875 1874
  'Last modification'           => '',
......
2290 2289
  'Order Date missing!'         => '',
2291 2290
  'Order Number'                => '',
2292 2291
  'Order Number missing!'       => '',
2293
  'Order Papers'                => '',
2294 2292
  'Order amount'                => '',
2295 2293
  'Order data'                  => '',
2296 2294
  'Order deleted!'              => '',
......
2857 2855
  'Sales Price Rules'           => '',
2858 2856
  'Sales Price Rules '          => '',
2859 2857
  'Sales Price information'     => '',
2860
  'Sales Quotation'             => '',
2861 2858
  'Sales Quotation valid interval' => '',
2862 2859
  'Sales Quotations'            => '',
2863 2860
  '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