mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-29 01:49:27 +00:00
72 lines
5.1 KiB
PHP
Executable File
72 lines
5.1 KiB
PHP
Executable File
<?php
|
|
$this->phrasen['abgabetool/abgabetool']='Submission tool';
|
|
$this->phrasen['abgabetool/typ']='Type';
|
|
$this->phrasen['abgabetool/titel']='Title';
|
|
$this->phrasen['abgabetool/betreuerart']='Supervisor type';
|
|
$this->phrasen['abgabetool/student']='Student';
|
|
$this->phrasen['abgabetool/plagiatspruefung']='to Plagiarism check';
|
|
$this->phrasen['abgabetool/studentenansicht']='Student view';
|
|
$this->phrasen['abgabetool/abgabetermine']='Deadlines';
|
|
$this->phrasen['abgabetool/benoten']='grade';
|
|
$this->phrasen['abgabetool/fix']='fix'; // Fixtermin
|
|
$this->phrasen['abgabetool/datum']='Date'; // Datum für Terminabgabe
|
|
$this->phrasen['abgabetool/abgabetyp']='Type of document submitted';
|
|
$this->phrasen['abgabetool/details']='Details';
|
|
$this->phrasen['abgabetool/betreuer']='Assessor';
|
|
$this->phrasen['abgabetool/upload']='Upload';
|
|
$this->phrasen['abgabetool/abgegebenAm']='submittet at';
|
|
$this->phrasen['abgabetool/zweitbetreuerBei']='Second Assessor at';
|
|
$this->phrasen['abgabetool/terminserieAnlegen']='Create recurring deadline';
|
|
$this->phrasen['abgabetool/terminserieAnlegenHelp']='Create deadline for multiple people';
|
|
$this->phrasen['abgabetool/ueberschrift']='Bachelor\'s/Master\'s thesis';
|
|
$this->phrasen['abgabetool/alleArbeitenAnzeigen']='Show all supervised theses';
|
|
$this->phrasen['abgabetool/terminuebersichtAnzeigen']='Show deadline overview';
|
|
$this->phrasen['abgabetool/abgabeLektorenbereich']='File submission - Lecturer area';
|
|
$this->phrasen['abgabetool/abgabeStudentenbereich']='File submission - Student area';
|
|
$this->phrasen['abgabetool/beschreibungAbgabe']='Short description of the submitted file';
|
|
$this->phrasen['abgabetool/fixerAbgabetermin']='Fixed submission deadline';
|
|
$this->phrasen['abgabetool/variablerAbgabetermin']='Variable submission deadline';
|
|
$this->phrasen['abgabetool/terminaenderungSpeichern']='Save changes to deadline';
|
|
$this->phrasen['abgabetool/terminLoeschen']='Delete deadline';
|
|
$this->phrasen['abgabetool/abgegebeneDatei']='Submitted file';
|
|
$this->phrasen['abgabetool/kontrolleZusatzdaten']='Check additional files';
|
|
$this->phrasen['abgabetool/neuenTerminSpeichern']='Save new deadline';
|
|
$this->phrasen['abgabetool/terminuebersicht']='Deadline overview';
|
|
$this->phrasen['abgabetool/eingabeTerminPersonen']='Enter a deadline for multiple people';
|
|
$this->phrasen['abgabetool/abgabeZusatzdaten']='Additional files included with submission';
|
|
$this->phrasen['abgabetool/spracheDerArbeit']='Language of the paper';
|
|
$this->phrasen['abgabetool/kontrollierteSchlagwoerter']='Checked keywords';
|
|
$this->phrasen['abgabetool/deutscheSchlagwoerter']='German keywords';
|
|
$this->phrasen['abgabetool/englischeSchlagwoerter']='English keywords';
|
|
$this->phrasen['abgabetool/abstract']='Abstract';
|
|
$this->phrasen['abgabetool/abstractEng']='Abstract engl.';
|
|
$this->phrasen['abgabetool/maxZeichen']='(max. 5000 Char.)';
|
|
$this->phrasen['abgabetool/seitenanzahl']='Number of Pages';
|
|
$this->phrasen['abgabetool/pflichtfeld']='Required Field';
|
|
$this->phrasen['abgabetool/emailAnBetreuer']='Write E-Mail to Assessor';
|
|
$this->phrasen['abgabetool/dateiupload']='Fileupload';
|
|
$this->phrasen['abgabetool/nurPDF']='only PDF';
|
|
$this->phrasen['abgabetool/terminVorbei']='Deadline passed';
|
|
$this->phrasen['abgabetool/projektabgabeUebersicht']='Project submission - Overview';
|
|
$this->phrasen['abgabetool/termin']='Deadline';
|
|
|
|
$this->phrasen['abgabetool/keineTermineVorhanden']='There are currently no deadlines';
|
|
$this->phrasen['abgabetool/TeminVorhanden']='This deadline already exists';
|
|
$this->phrasen['abgabetool/mailVerschicktAn']='E-Mail sent to';
|
|
$this->phrasen['abgabetool/fehlerMailStudent']='Error sending E-Mail to Student!';
|
|
$this->phrasen['abgabetool/fehlerMail']='E-Mail sending failed!';
|
|
$this->phrasen['abgabetool/terminNichtGefunden']='Deadline could not be found!';
|
|
$this->phrasen['abgabetool/fehlerTerminEintragen']='The deadline could not be entered!';
|
|
$this->phrasen['abgabetool/fehlerTerminLoeschen']='Error deleting the deadline!';
|
|
$this->phrasen['abgabetool/keineBerechtigungStudentenansicht']='You are not allowed to view this Page';
|
|
$this->phrasen['abgabetool/dateneingabeUnvollstaendig']='Incomplete Data input';
|
|
$this->phrasen['abgabetool/fehlerMailBegutachter']='Error sending E-Mail to Assessor!';
|
|
$this->phrasen['abgabetool/fehlerBetreuerNichtGefundenKeinMail']='Assessor not found. No E-Mail sent!';
|
|
$this->phrasen['abgabetool/keinPDF']='Upload-File ist not a PDF! Please retry the Fileupload.';
|
|
$this->phrasen['abgabetool/dateiZuGross']='The File is too big! Maximum File size: 15 MB';
|
|
|
|
$this->phrasen['abgabetool/eidesstattlicheErklaerung']='I confirm that this paper is entirely my own work. All sources and quotations have been fully acknowledged in the appropriate places with adequate footnotes and citations. Quotations have been properly acknowledged and marked with appropriate punctuation. The works consulted are listed in the bibliography. This paper has not been submitted to another examination panel in the same or a similar form, and has not been published.';
|
|
$this->phrasen['abgabetool/gelesenUndAkzeptiert']='Read and accepted';
|
|
$this->phrasen['abgabetool/erklaerungNichtAkzeptiert']='Declaration not accepted';
|
|
?>
|