From 0c08fc3c3a56918c723b53e86f076dea5471d29b Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Tue, 27 Sep 2011 11:32:14 +0000 Subject: [PATCH] --- locale/de-AT/abgabetool.php | 4 ++++ locale/en-US/abgabetool.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/locale/de-AT/abgabetool.php b/locale/de-AT/abgabetool.php index c6944f4c1..02d49cabf 100755 --- a/locale/de-AT/abgabetool.php +++ b/locale/de-AT/abgabetool.php @@ -64,4 +64,8 @@ $this->phrasen['abgabetool/fehlerMailBegutachter']='Fehler beim Versenden des Ma $this->phrasen['abgabetool/fehlerBetreuerNichtGefundenKeinMail']='Betreuer nicht gefunden. Kein Mail verschickt!'; $this->phrasen['abgabetool/keinPDF']='Upload ist keine pdf-Datei! Bitte wiederholen Sie den Fileupload.'; $this->phrasen['abgabetool/dateiZuGross']='Die Datei ist zu groß! Maximale Dateigröße 15 MB'; + +$this->phrasen['abgabetool/eidesstattlicheErklaerung']='Ich erkläre hiermit an Eides statt, dass ich die vorliegende Arbeit selbständig angefertigt habe. Die aus fremden Quellen direkt oder indirekt übernommenen Gedanken sind als solche kenntlich gemacht. Die Arbeit wurde bisher weder in gleicher noch in ähnlicher Form einer anderen Prüfungsbehörde vorgelegt und auch noch nicht veröffentlicht.'; +$this->phrasen['abgabetool/gelesenUndAkzeptiert']='Gelesen und akzeptiert'; +$this->phrasen['abgabetool/erklaerungNichtAkzeptiert']='Erklärung nicht akzeptiert'; ?> diff --git a/locale/en-US/abgabetool.php b/locale/en-US/abgabetool.php index 036ad7c12..27374bc26 100755 --- a/locale/en-US/abgabetool.php +++ b/locale/en-US/abgabetool.php @@ -64,4 +64,8 @@ $this->phrasen['abgabetool/fehlerMailBegutachter']='Error sending E-Mail to Asse $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'; ?>