mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-30 10:29:28 +00:00
61 lines
3.5 KiB
PHP
61 lines
3.5 KiB
PHP
<?php
|
|
$this->phrasen['lvplan/lehrveranstaltungsplan']='Schedule';
|
|
$this->phrasen['lvplan/persoenlicherLvPlan']='Your personal schedule';
|
|
$this->phrasen['lvplan/stammdatenKontrollieren']='Check your profile';
|
|
$this->phrasen['lvplan/profil']='PROFILE';
|
|
$this->phrasen['lvplan/saalplan']='Rooms';
|
|
$this->phrasen['lvplan/lektorenplan']='Lector';
|
|
$this->phrasen['lvplan/saalreservierung']='Room reservation';
|
|
$this->phrasen['lvplan/saal']='Room';
|
|
$this->phrasen['lvplan/lektor']='Lector';
|
|
$this->phrasen['lvplan/reservierungsliste']='Reservation list';
|
|
$this->phrasen['lvplan/reservierungenLoeschen']='Delete room reservations';
|
|
$this->phrasen['lvplan/raumsuche']='Room search';
|
|
$this->phrasen['lvplan/lehrverband']='Teacher Association';
|
|
$this->phrasen['lvplan/stg']='Stg';
|
|
$this->phrasen['lvplan/sem']='Sem';
|
|
$this->phrasen['lvplan/ver']='Assn';
|
|
$this->phrasen['lvplan/grp']='Grp';
|
|
$this->phrasen['lvplan/lehrverbaende']='Teacher Associations';
|
|
$this->phrasen['lvplan/uebersichtDerLehrverbaende']='Overview of Teaching Associations';
|
|
$this->phrasen['lvplan/fehlerUndFeedback']='Send Errors and Feedback to';
|
|
$this->phrasen['lvplan/lvKoordinationsstelle']='Course-Coordination Office';
|
|
$this->phrasen['lvplan/reservierungen']='Reservations';
|
|
$this->phrasen['lvplan/reservierungWurdeGeloescht'] = 'Reservation successfully deleted';
|
|
$this->phrasen['lvplan/alleReservierungenAnzeigen']='Show all reservations';
|
|
$this->phrasen['lvplan/alleReservierungen']='All reservations';
|
|
$this->phrasen['lvplan/zurReservierung']='Reservation';
|
|
$this->phrasen['lvplan/raum']='Room';
|
|
$this->phrasen['lvplan/raeume']='Rooms';
|
|
$this->phrasen['lvplan/raumtyp']='Roomtype';
|
|
$this->phrasen['lvplan/anzahlPersonen']='Number of persons';
|
|
$this->phrasen['lvplan/datumAngeben']='No valid date';
|
|
$this->phrasen['lvplan/vonZeitEingeben']='No valid FROM-Time';
|
|
$this->phrasen['lvplan/bisZeitEingeben']='No valid TO-Time';
|
|
$this->phrasen['lvplan/datumUngueltig']='Invalid date! Please insert dd.mm.YYYY (31.12.2011)';
|
|
$this->phrasen['lvplan/rauminfoAnzeigen']='Show roominformation';
|
|
$this->phrasen['lvplan/vonZeitFormat']='FROM-Time must have the format hh:mm (12:30)';
|
|
$this->phrasen['lvplan/bisZeitFormat']='TO-Time must have the format hh:mm (12:30)';
|
|
$this->phrasen['lvplan/eigeneReservierungen']='Own reservations';
|
|
$this->phrasen['lvplan/wochenplan']='Weekly Schedule';
|
|
$this->phrasen['lvplan/raumExistiertNicht']='This room does not exist';
|
|
$this->phrasen['lvplan/titelUndBeschreibungFehlt']='Title and description are missing';
|
|
$this->phrasen['lvplan/titelFehlt']='Title is missing';
|
|
$this->phrasen['lvplan/beschreibungFehlt']='Description is missing';
|
|
$this->phrasen['lvplan/bereitsReserviert']='already reserved';
|
|
$this->phrasen['lvplan/spezialgruppe']='Special group';
|
|
$this->phrasen['lvplan/datumsbereichZuGross'] = 'Invalid date';
|
|
$this->phrasen['lvplan/springeZuKw']='Jump to CW';
|
|
$this->phrasen['lvplan/home']='HOME';
|
|
$this->phrasen['lvplan/nichtVorhanden']='is not existing.';
|
|
$this->phrasen['lvplan/bitteWendenSieSichAn']='Please contact the';
|
|
$this->phrasen['lvplan/semesterIstUngueltig']='Invalid semester';
|
|
$this->phrasen['lvplan/stundeIstUngueltig']='Stunde ist ungültig';
|
|
$this->phrasen['lvplan/datumIstUngueltig']='Datum ist ungueltig';
|
|
$this->phrasen['lvplan/einheit']='Unit';
|
|
$this->phrasen['lvplan/info']='Info';
|
|
$this->phrasen['lvplan/unr']='UNr';
|
|
$this->phrasen['lvplan/ort']='Room';
|
|
$this->phrasen['lvplan/lehrveranstaltungsplanDetails']='Schedule Details';
|
|
$this->phrasen['lvplan/studierende']='Students'
|
|
?>
|