Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision deee473a

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID deee473a81c5fcdb295ebb23ed8d722b54501e5d
  • Vorgänger 9e1cbdda
  • Nachfolger 994c35e3

Neues Design Bugfix: #384 Teil: Angebots/Auftragssuche: Überschrift Übersetzung korrigiert

(gemäss Warnungen von locale script)

- locale Dateien via scripts/locales.pl automatisch geupdated (de und en)

Unterschiede anzeigen:

locale/de/all
2788 2788
  'Reqdate is after #1'         => 'Liefertermin nach #1',
2789 2789
  'Reqdate is before #1'        => 'Liefertermin vor #1',
2790 2790
  'Reqdate not set or before current month' => 'Lieferdatum nicht gesetzt oder vor aktuellem Monat',
2791
  'Request Quotation'           => '',
2792 2791
  'Request Quotations'          => 'Preisanfragen',
2793 2792
  'Request for Quotation'       => 'Anfrage',
2794 2793
  'Request for Quotation Number' => 'Anfragenummer',
locale/en/all
2784 2784
  'Reqdate is after #1'         => '',
2785 2785
  'Reqdate is before #1'        => '',
2786 2786
  'Reqdate not set or before current month' => '',
2787
  'Request Quotation'           => '',
2788 2787
  'Request Quotations'          => '',
2789 2788
  'Request for Quotation'       => '',
2790 2789
  'Request for Quotation Number' => '',
templates/webpages/oe/search.html
30 30
    [% UNLESS ALL_BUSINESS_TYPES.size == 0 %]
31 31
    <tr>
32 32
      <th>[% vctypelabel %]</th>
33
      <td> [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class="wi-normal") %]</td>
33
      <td>[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class="wi-normal") %]</td>
34 34
    </tr>
35 35
    [% END %]
36 36
  </tbody>
37 37
</table>
38 38

  
39 39
<table class="tbl-horizontal">
40
  <caption>[% 'Request Quotation' | $T8 %]</caption>
40
  <caption>[% IF is_order %][% 'Order' | $T8 %][% ELSE %][% 'Quotation' | $T8 %][% END %]</caption>
41 41
  <colgroup> <col class="wi-mediumsmall"><col class="wi-wide"> </colgroup>
42 42
  <tbody>
43 43
    <tr>

Auch abrufbar als: Unified diff