mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-29 01:49:27 +00:00
26 lines
2.5 KiB
PHP
26 lines
2.5 KiB
PHP
<?php
|
||
$this->phrasen['urlaubstool/freigabemailWurdeVersandt']='Mail was sent to %s';
|
||
$this->phrasen['urlaubstool/fehlerBeimSendenAufgetreten']='Error occured sending mail to %s';
|
||
$this->phrasen['urlaubstool/konnteKeinFreigabemailVersendetWerden']='An approval mail could not be sent because the “Superior” field was left blank!';
|
||
$this->phrasen['urlaubstool/eintragWirklichLoeschen']='Do you really want to delete this entry?';
|
||
$this->phrasen['urlaubstool/zuerstVertretungAuswaehlen']='Please select a substitute first.';
|
||
$this->phrasen['urlaubstool/urlaubstool']= 'Vacation-tool';
|
||
$this->phrasen['urlaubstool/urlaubImGeschaeftsjahr']='Vacation in business year';
|
||
$this->phrasen['urlaubstool/anspruch']='Accrued vacation';
|
||
$this->phrasen['urlaubstool/tage']='Days';
|
||
$this->phrasen['urlaubstool/jaehrlich']='yearly';
|
||
$this->phrasen['urlaubstool/resturlaub']='Carry-over days';
|
||
$this->phrasen['urlaubstool/stichtag']='Cut-off date';
|
||
$this->phrasen['urlaubstool/aktuellGebuchterUrlaub']='Vacation currently booked';
|
||
$this->phrasen['urlaubstool/hilfe']='Help';
|
||
$this->phrasen['urlaubstool/anspruchAnzahlDerUrlaubstage']='Accrued vacation: The number of vacation days you are entitled to this business year (Sept. 1st to Aug. 31st). Carry-over days: The number of vacation days from past business years that were not used. Vacation currently booked: The total number of vacation days submitted. Notice: All days between the vacation start date and vacation end date are considered as vacation days, including all weekends, holidays and public holidays. Example: For a short vacation beginning on a Thursday and ending on the following Tuesday, Thursday’s date is first entered in the “Start date” field and the date of the last vacation day before the weekend, usually Friday, is entered in the “End date” field. Afterwards, the second part of the vacation is entered with the dates from Monday to Tuesday.Available vacation: The number of vacation days currently available.';
|
||
$this->phrasen['urlaubstool/aktuellerStand']='Available vacation';
|
||
$this->phrasen['urlaubstool/ok']='OK';
|
||
$this->phrasen['urlaubstool/vertretung']='Substitute';
|
||
$this->phrasen['urlaubstool/erreichbarkeit']='Availability';
|
||
$this->phrasen['urlaubstool/eintragungenSpeichern']='Save entries';
|
||
$this->phrasen['urlaubstool/erreichbar']='reachable';
|
||
$this->phrasen['urlaubstool/eintragungLoeschen']='Delete entries';
|
||
$this->phrasen['urlaubstool/freigegebenDurchAm']='Approved by %s at';
|
||
$this->phrasen['urlaubstool/freigegebenDurchAm']='Approved by %s';
|
||
?>
|