Revision 96b6e28f
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/rc.pl | ||
---|---|---|
<tr>
|
||
<th align=right>| . $locale->text('From') . qq|</th>
|
||
<td><input name=fromdate size=11 title="$myconfig{dateformat}"></td>
|
||
<th align=right>| . $locale->text('To') . qq|</th>
|
||
<th align=right>| . $locale->text('Until') . qq|</th>
|
||
<td><input name=todate size=11 title="$myconfig{dateformat}"></td>
|
||
</tr>
|
||
</table>
|
||
... | ... | |
if ($form->{todate}) {
|
||
$option .= "\n<br>" if ($option);
|
||
$option .=
|
||
$locale->text('Bis') . " "
|
||
$locale->text('Until') . " "
|
||
. $locale->date(\%myconfig, $form->{todate}, 0);
|
||
}
|
||
|
locale/de/all | ||
---|---|---|
'Unit of measure' => 'Ma?einheit',
|
||
'Units' => 'Einheiten',
|
||
'Unlock System' => 'System entsperren',
|
||
'Until' => 'Bis',
|
||
'Update' => 'Erneuern',
|
||
'Update Dataset' => 'Datenbank aktualisieren',
|
||
'Update Prices' => 'Preise aktualisieren',
|
locale/de/rc | ||
---|---|---|
'Select all' => 'Alle ausw?hlen',
|
||
'Source' => 'Beleg',
|
||
'Statement Balance' => 'Sammelrechnungsbilanz',
|
||
'To' => 'An',
|
||
'Until' => 'Bis',
|
||
'Update' => 'Erneuern',
|
||
};
|
||
|
Auch abrufbar als: Unified diff
Recommit von r1009 von skoehler: Nachtrag Bug 323, Benennung korrigiert