Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c252ad94

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID c252ad94953d149b641699160b3059e3b77759cd
  • Vorgänger 817dfe17
  • Nachfolger 8c9ae204

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
2770 2770
  'Reqdate is after #1'         => 'Liefertermin nach #1',
2771 2771
  'Reqdate is before #1'        => 'Liefertermin vor #1',
2772 2772
  'Reqdate not set or before current month' => 'Lieferdatum nicht gesetzt oder vor aktuellem Monat',
2773
  'Request Quotation'           => '',
2774 2773
  'Request Quotations'          => 'Preisanfragen',
2775 2774
  'Request for Quotation'       => 'Anfrage',
2776 2775
  'Request for Quotation Number' => 'Anfragenummer',
locale/en/all
2764 2764
  'Reqdate is after #1'         => '',
2765 2765
  'Reqdate is before #1'        => '',
2766 2766
  'Reqdate not set or before current month' => '',
2767
  'Request Quotation'           => '',
2768 2767
  'Request Quotations'          => '',
2769 2768
  'Request for Quotation'       => '',
2770 2769
  '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>
......
162 162
    </tr>
163 163
    [% END %]
164 164
  </tbody>
165
</table>  
165
</table>
166 166
</div><!-- /.wrapper -->
167 167

  
168 168

  

Auch abrufbar als: Unified diff