Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b75d9456

Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt

  • ID b75d945678798231abf5ae1d98068e824b0bb7f9
  • Vorgänger 3dc2935c
  • Nachfolger 25a5cdc8

Konsistenz für Beschriftungen bei Mahnungen.

Fix für Bug 986.

Unterschiede anzeigen:

bin/mozilla/dn.pl
264 264
  $form->{SHOW_DUNNING_LEVELS}   = scalar @{ $form->{DUNNING} };
265 265

  
266 266
  $form->{jsscript} = 1;
267
  $form->{title}    = $locale->text('Search Dunning');
267
  $form->{title}    = $locale->text('Dunnings');
268 268
  $form->{fokus}    = "search.customer";
269 269

  
270 270
  $form->header();
locale/de/all
1293 1293
  'Save draft'                  => 'Entwurf speichern',
1294 1294
  'Saving the file \'%s\' failed. OS error message: %s' => 'Das Speichern der Datei \'%s\' schlug fehl. Fehlermeldung des Betriebssystems: %s',
1295 1295
  'Screen'                      => 'Bildschirm',
1296
  'Search Dunning'              => 'Mahnung suchen',
1297 1296
  'Searchable'                  => 'Durchsuchbar',
1298 1297
  'Select'                      => 'ausw?hlen',
1299 1298
  'Select a Customer'           => 'Endkunde ausw?hlen',
locale/de/dn
98 98
  'Dunning Process Config saved!' => 'Mahnwesenkonfiguration gespeichert!',
99 99
  'Dunning Process started for selected invoices!' => 'Mahnprozess f?r selektierte Rechnungen gestartet',
100 100
  'Dunning overview'            => 'Mahnungs?bersicht',
101
  'Dunnings'                    => 'Mahnungen',
101 102
  'E-mail'                      => 'eMail',
102 103
  'E-mail address missing!'     => 'E-Mail-Adresse fehlt!',
103 104
  'EK'                          => 'EK',
......
219 220
  'Sales Order'                 => 'Kundenauftrag',
220 221
  'Sales quotation'             => 'Angebot',
221 222
  'Screen'                      => 'Bildschirm',
222
  'Search Dunning'              => 'Mahnung suchen',
223 223
  'Select a Customer'           => 'Endkunde ausw?hlen',
224 224
  'Select a customer'           => 'Einen Kunden auswählen',
225 225
  'Select a part'               => 'Artikel auswählen',
templates/webpages/dunning/search_de.html
73 73
        <input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
74 74
        <input type="button" name="transdatefrom" id="trigger1" value="?">
75 75
       </td>
76
       <th align="right" nowrap>An</th>
76
       <th align="right" nowrap>Bis</th>
77 77
       <td>
78 78
        <input name="transdateto" id="transdateto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
79 79
        <input type="button" name="transdateto" id="trigger2" value="?">
......
86 86
        <input name="dunningfrom" id="dunningfrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
87 87
        <input type="button" name="dunningfrom" id="trigger3" value="?">
88 88
       </td>
89
       <th align="right" nowrap>An</th>
89
       <th align="right" nowrap>Bis</th>
90 90
       <td>
91 91
        <input name="dunningto" id="dunningto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
92 92
        <input type="button" name="dunningto" id="trigger4" value="?">
templates/webpages/dunning/search_master.html
73 73
        <input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
74 74
        <input type="button" name="transdatefrom" id="trigger1" value="?">
75 75
       </td>
76
       <th align="right" nowrap><translate>To</translate></th>
76
       <th align="right" nowrap><translate>To (time)</translate></th>
77 77
       <td>
78 78
        <input name="transdateto" id="transdateto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
79 79
        <input type="button" name="transdateto" id="trigger2" value="?">
......
86 86
        <input name="dunningfrom" id="dunningfrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
87 87
        <input type="button" name="dunningfrom" id="trigger3" value="?">
88 88
       </td>
89
       <th align="right" nowrap><translate>To</translate></th>
89
       <th align="right" nowrap><translate>To (time)</translate></th>
90 90
       <td>
91 91
        <input name="dunningto" id="dunningto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
92 92
        <input type="button" name="dunningto" id="trigger4" value="?">

Auch abrufbar als: Unified diff