<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);
}
'Unit' => 'Einheit',
'Unit of measure' => 'Maßeinheit',
'Unlock System' => 'System entsperren',
+ 'Until' => 'Bis',
'Update' => 'Erneuern',
'Update Dataset' => 'Datenbank aktualisieren',
'Updated' => 'Erneuert am',
'Select all' => 'Alle auswählen',
'Source' => 'Beleg',
'Statement Balance' => 'Sammelrechnungsbilanz',
- 'To' => 'An',
+ 'Until' => 'Bis',
'Update' => 'Erneuern',
};