mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-06 05:19:28 +00:00
39 lines
2.0 KiB
PHP
Executable File
39 lines
2.0 KiB
PHP
Executable File
<?php
|
|
|
|
//Dokumente
|
|
$this->phrasen['tools/dokumente']='Documents';
|
|
$this->phrasen['tools/inskriptionsbestaetigung']='Enrollment Confirmation';
|
|
$this->phrasen['tools/studienbeitragFuerSSBezahltAmDatum']='tuition fee for semester %1$s paid at %2$s';
|
|
$this->phrasen['tools/studienbeitragFuerSSNochNichtBezahlt']='tuition fee for semester %1$s not yet paid';
|
|
$this->phrasen['tools/studienerfolgsbestaetigung']='Student progress report';
|
|
$this->phrasen['tools/studiensemesterAuswaehlen']='Please select the corresponding semester';
|
|
$this->phrasen['tools/vorlageWohnsitzfinanzamt']='for submission to local tax office';
|
|
|
|
//Leistungsbeurteilung
|
|
$this->phrasen['tools/leistungsbeurteilung']='Performance Assessment ';
|
|
$this->phrasen['tools/mussAlsStudentEingeloggtSein']='You must be logged in as a student to view your grades!';
|
|
$this->phrasen['tools/nochKeineBeurteilungEingetragen']='No grade has been entered yet';
|
|
$this->phrasen['tools/fehlerBeimAuslesenDerNoten']='Error reading the grades.';
|
|
|
|
//Zahlungen
|
|
$this->phrasen['tools/zahlungen']='Payments';
|
|
$this->phrasen['tools/zahlungstyp']='Type';
|
|
$this->phrasen['tools/buchungstext']='Posting text';
|
|
$this->phrasen['tools/betrag']='Amount';
|
|
$this->phrasen['tools/zahlungsbestaetigung']='Confirmation of payment ';
|
|
$this->phrasen['tools/bestaetigungDrucken']='Print Confirmation';
|
|
$this->phrasen['tools/offen']='outstanding';
|
|
$this->phrasen['tools/keineZahlungenVorhanden']='Currently there are no payments';
|
|
|
|
//Ampeln
|
|
$this->phrasen['tools/ampelsystem']='Ampelsystem';
|
|
$this->phrasen['tools/nichtZugeteilt']='Sie sind nicht zu dieser Ampel zugeteilt';
|
|
$this->phrasen['tools/ampelNichtGefunden']='Die angegeben Ampel wurde nicht gefunden';
|
|
$this->phrasen['tools/ampelStatus']='Status';
|
|
$this->phrasen['tools/ampelBeschreibung']='Description';
|
|
$this->phrasen['tools/ampelDeadline']='Deadline';
|
|
$this->phrasen['tools/ampelAktion']='Action';
|
|
$this->phrasen['tools/ampelBestaetigen']='confirm';
|
|
$this->phrasen['tools/ampelBestaetigt']='confirmed';
|
|
?>
|