Revision b75d9456
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
$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();
|
locale/de/all | ||
---|---|---|
'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',
|
locale/de/dn | ||
---|---|---|
'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',
|
||
... | ... | |
'Sales Order' => 'Kundenauftrag',
|
||
'Sales quotation' => 'Angebot',
|
||
'Screen' => 'Bildschirm',
|
||
'Search Dunning' => 'Mahnung suchen',
|
||
'Select a Customer' => 'Endkunde ausw?hlen',
|
||
'Select a customer' => 'Einen Kunden auswählen',
|
||
'Select a part' => 'Artikel auswählen',
|
templates/webpages/dunning/search_de.html | ||
---|---|---|
<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="?">
|
||
... | ... | |
<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="?">
|
templates/webpages/dunning/search_master.html | ||
---|---|---|
<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="?">
|
||
... | ... | |
<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="?">
|
Auch abrufbar als: Unified diff
Konsistenz für Beschriftungen bei Mahnungen.
Fix für Bug 986.