Files
FHC-Core/locale/en-US/lehre.php
T
Paolo 0bc0a09bf4 - Removed file system execute permission for all files (no directories)
- application/extensions file system permission now is 775
- application/logs file system permission now is 775
- Added extensions directory in application/: config, controllers, helpers, hooks, libraries, models, views and widgets
- Added view views/extensions/manage.php
- Added controller controllers/system/extensions/Manager.php
- Added library ExtensionsLib to manage extensions
- Added model models/system/Extensions_model.php
- Moved code related to print out info from MigrationLib to EPrintfLib
2017-11-13 10:45:49 +01:00

44 lines
2.2 KiB
PHP

<?php
$this->phrasen['lehre/keineLektorenZugeordnet']='Currently there are no lecturers assigned for this subject';
$this->phrasen['lehre/lehrveranstaltungsinformation']='Course Information';
$this->phrasen['lehre/lehrbeauftragter']='Lecturer(s)';
$this->phrasen['lehre/lvInfoBearbeiten']='Edit';
$this->phrasen['lehre/semesterplan']='Semesterplan';
$this->phrasen['lehre/semesterplanUpload']='Upload';
$this->phrasen['lehre/semesterplanVorlage']='Template';
$this->phrasen['lehre/semesterplanVorlageHilfe']='Help';
$this->phrasen['lehre/download']='Download';
$this->phrasen['lehre/upload']='Upload';
$this->phrasen['lehre/ziparchiv']='Zip-File';
$this->phrasen['lehre/ziparchivTitle']='Download all Files as Zip-File';
$this->phrasen['lehre/anwesenheitsUndNotenlisten']='Attendance and grade list';
$this->phrasen['lehre/leistungsuebersicht']='Performance List';
$this->phrasen['lehre/newsgroups']='Newsgroups';
$this->phrasen['lehre/feedback']='Feedback';
$this->phrasen['lehre/termineImLvPlan']='Dates in schedule';
$this->phrasen['lehre/benotungstoolHandbuch']='Manual';
$this->phrasen['lehre/kreuzerltool']='Assignment tool<br>("Checkbox"-Tool)';
$this->phrasen['lehre/gesamtnote']='Final Grade';
$this->phrasen['lehre/studentenAbgabe']='Student Uploads';
$this->phrasen['lehre/mail']='E-Mail to students';
$this->phrasen['lehre/keinMailverteiler']='There is no e-mail distribution list for the group(s) %s! The students in these groups will not receive an e-mail.';
$this->phrasen['lehre/pinboard']='Pinboard';
$this->phrasen['lehre/abmelden']='Abmelden';
$this->phrasen['lehre/abmeldung']='Abmeldung';
$this->phrasen['lehre/AbmeldungErfolgreich']='Sie wurden erfolgreich von der Lehrveranstaltung abgemeldet';
$this->phrasen['lehre/AbmeldungAusGruppeNichtMoeglich']='Sie können sich nicht von dieser Lehrveranstaltung abmelden';
$this->phrasen['lehre/confirmAbmeldung']='Wollen Sie sich wirklich von der Lehrveranstaltung "%s" abmelden?';
$this->phrasen['lehre/nichtzugeteilt']='Sie sind nicht zu dieser Lehrveranstaltung zugeteilt';
$this->phrasen['lehre/studienordnung']='Studienordnung';
$this->phrasen['lehre/studienplan']='Studienplan';
$this->phrasen['lehre/noteneingabedeaktiviert']='Grading disabled';
?>