Konsistenz für Beschriftungen bei Mahnungen.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 15 May 2009 10:06:05 +0000 (10:06 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 15 May 2009 10:06:05 +0000 (10:06 +0000)
Fix für Bug 986.

bin/mozilla/dn.pl
locale/de/all
locale/de/dn
templates/webpages/dunning/search_de.html
templates/webpages/dunning/search_master.html

index f9485c5..715c4b4 100644 (file)
@@ -264,7 +264,7 @@ sub search {
   $form->{SHOW_DUNNING_LEVELS}   = scalar @{ $form->{DUNNING} };
 
   $form->{jsscript} = 1;
-  $form->{title}    = $locale->text('Search Dunning');
+  $form->{title}    = $locale->text('Dunnings');
   $form->{fokus}    = "search.customer";
 
   $form->header();
index 81cdf42..56bf24a 100644 (file)
@@ -1293,7 +1293,6 @@ $self->{texts} = {
   'Save draft'                  => 'Entwurf speichern',
   'Saving the file \'%s\' failed. OS error message: %s' => 'Das Speichern der Datei \'%s\' schlug fehl. Fehlermeldung des Betriebssystems: %s',
   'Screen'                      => 'Bildschirm',
-  'Search Dunning'              => 'Mahnung suchen',
   'Searchable'                  => 'Durchsuchbar',
   'Select'                      => 'auswählen',
   'Select a Customer'           => 'Endkunde auswählen',
index 4d2dbfc..fd701f0 100644 (file)
@@ -98,6 +98,7 @@ $self->{texts} = {
   'Dunning Process Config saved!' => 'Mahnwesenkonfiguration gespeichert!',
   'Dunning Process started for selected invoices!' => 'Mahnprozess für selektierte Rechnungen gestartet',
   'Dunning overview'            => 'Mahnungsübersicht',
+  'Dunnings'                    => 'Mahnungen',
   'E-mail'                      => 'eMail',
   'E-mail address missing!'     => 'E-Mail-Adresse fehlt!',
   'EK'                          => 'EK',
@@ -219,7 +220,6 @@ $self->{texts} = {
   'Sales Order'                 => 'Kundenauftrag',
   'Sales quotation'             => 'Angebot',
   'Screen'                      => 'Bildschirm',
-  'Search Dunning'              => 'Mahnung suchen',
   'Select a Customer'           => 'Endkunde auswählen',
   'Select a customer'           => 'Einen Kunden ausw&auml;hlen',
   'Select a part'               => 'Artikel ausw&auml;hlen',
index b9cc9fd..d9b10b0 100644 (file)
@@ -73,7 +73,7 @@
         <input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="transdatefrom" id="trigger1" value="?">
        </td>
-       <th align="right" nowrap>An</th>
+       <th align="right" nowrap>Bis</th>
        <td>
         <input name="transdateto" id="transdateto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="transdateto" id="trigger2" value="?">
@@ -86,7 +86,7 @@
         <input name="dunningfrom" id="dunningfrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="dunningfrom" id="trigger3" value="?">
        </td>
-       <th align="right" nowrap>An</th>
+       <th align="right" nowrap>Bis</th>
        <td>
         <input name="dunningto" id="dunningto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="dunningto" id="trigger4" value="?">
index 791836e..971ef1a 100644 (file)
@@ -73,7 +73,7 @@
         <input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="transdatefrom" id="trigger1" value="?">
        </td>
-       <th align="right" nowrap><translate>To</translate></th>
+       <th align="right" nowrap><translate>To (time)</translate></th>
        <td>
         <input name="transdateto" id="transdateto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="transdateto" id="trigger2" value="?">
@@ -86,7 +86,7 @@
         <input name="dunningfrom" id="dunningfrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="dunningfrom" id="trigger3" value="?">
        </td>
-       <th align="right" nowrap><translate>To</translate></th>
+       <th align="right" nowrap><translate>To (time)</translate></th>
        <td>
         <input name="dunningto" id="dunningto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="dunningto" id="trigger4" value="?">