Revision 989d9edd
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
bin/mozilla/rc.pl | ||
---|---|---|
71 | 71 |
<tr> |
72 | 72 |
<th align=right>| . $locale->text('From') . qq|</th> |
73 | 73 |
<td><input name=fromdate size=11 title="$myconfig{dateformat}"></td> |
74 |
<th align=right>| . $locale->text('To') . qq|</th>
|
|
74 |
<th align=right>| . $locale->text('Until') . qq|</th>
|
|
75 | 75 |
<td><input name=todate size=11 title="$myconfig{dateformat}"></td> |
76 | 76 |
</tr> |
77 | 77 |
</table> |
... | ... | |
152 | 152 |
if ($form->{todate}) { |
153 | 153 |
$option .= "\n<br>" if ($option); |
154 | 154 |
$option .= |
155 |
$locale->text('Bis') . " "
|
|
155 |
$locale->text('Until') . " "
|
|
156 | 156 |
. $locale->date(\%myconfig, $form->{todate}, 0); |
157 | 157 |
} |
158 | 158 |
|
locale/de/all | ||
---|---|---|
792 | 792 |
'Unit' => 'Einheit', |
793 | 793 |
'Unit of measure' => 'Ma?einheit', |
794 | 794 |
'Unlock System' => 'System entsperren', |
795 |
'Until' => 'Bis', |
|
795 | 796 |
'Update' => 'Erneuern', |
796 | 797 |
'Update Dataset' => 'Datenbank aktualisieren', |
797 | 798 |
'Updated' => 'Erneuert am', |
locale/de/rc | ||
---|---|---|
19 | 19 |
'Select all' => 'Alle ausw?hlen', |
20 | 20 |
'Source' => 'Beleg', |
21 | 21 |
'Statement Balance' => 'Sammelrechnungsbilanz', |
22 |
'To' => 'An',
|
|
22 |
'Until' => 'Bis',
|
|
23 | 23 |
'Update' => 'Erneuern', |
24 | 24 |
}; |
25 | 25 |
|
Auch abrufbar als: Unified diff
Nachtrag Bug 323, Benennung korrigiert