mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
83219630aa
- Link zum Pinboard als Icon bei den Lehre-tools - Inaktive Freifächer (bei denen keine Anmeldung mehr möglich ist) werden nicht mehr ausgegegraut sondern mit einer roten Ampel versehen - index.html und index.php: Dateiname des Logos umbenannt in logo.png (statt fhtw_logo.png), Link zu fhcomplete angepasst an fhcomplete.org - notenliste.xls.php: Legende des Notenschlüssels angepasst und Formatierungen geändert -
39 lines
2.0 KiB
PHP
Executable File
39 lines
2.0 KiB
PHP
Executable File
<?php
|
|
$this->phrasen['lehre/keineLektorenZugeordnet']='Currently there are no lecturers assigned for this subject';
|
|
|
|
$this->phrasen['lehre/lehrveranstaltungsinformation']='Course Information';
|
|
$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/benotungstoolHandbuch']='Manual';
|
|
$this->phrasen['lehre/kreuzerltool']='Assignment tool<br>("Checkbox"-Tool)';
|
|
$this->phrasen['lehre/kreuzerltoolMitMoodleInfo']='You can\'t use the assignment tool together with Moodle.\nIf you wish to use the assignment tool, you have to delete your Moodle Course. Please contact the Support';
|
|
|
|
$this->phrasen['lehre/moodle']='Moodle';
|
|
$this->phrasen['lehre/moodleWartung']='Maintainance';
|
|
$this->phrasen['lehre/moodleHandbuch']='Manual';
|
|
$this->phrasen['lehre/moodleMitKreuzerltoolInfo']='You can\'t use Moodle together with assignment tool.\nIf you wish to use Moodle, you have to delte the exercises from the assignment 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';
|
|
|
|
?>
|