From b23eca2a63bbc4502d855a70dc5cc23c0f7c6a05 Mon Sep 17 00:00:00 2001 From: Paolo Date: Mon, 22 Sep 2025 10:56:46 +0200 Subject: [PATCH] Added new phrases --- application/phrases/LvPlan.php | 268 ++ application/phrases/abgabetool.php | 1051 +++++ application/phrases/admission.php | 388 ++ application/phrases/alert.php | 76 + application/phrases/ampeln.php | 220 + application/phrases/betriebsmittel.php | 76 + application/phrases/bewerbung.php | 28 + application/phrases/bismeldestichtag.php | 148 + application/phrases/bookmark.php | 244 ++ application/phrases/calendar.php | 76 + application/phrases/core.php | 28 + application/phrases/dashboard.php | 148 + application/phrases/document_export.php | 340 ++ application/phrases/dokumente.php | 580 +++ application/phrases/exam.php | 244 ++ application/phrases/fristenmanagement.php | 220 + application/phrases/funktion.php | 76 + application/phrases/gehaltsband.php | 196 + application/phrases/gruppenmanagement.php | 244 ++ application/phrases/international.php | 1507 +++++++ application/phrases/jointstudies.php | 124 + application/phrases/konto.php | 388 ++ application/phrases/kvp.php | 1372 +++++++ application/phrases/lvinfo.php | 148 + application/phrases/messages.php | 268 ++ application/phrases/mobility.php | 364 ++ application/phrases/news.php | 76 + application/phrases/notiz.php | 292 ++ application/phrases/profil.php | 1084 +++++ application/phrases/profilUpdate.php | 1684 ++++++++ application/phrases/rauminfo.php | 172 + application/phrases/sap.php | 76 + application/phrases/search.php | 1012 +++++ .../phrases/studiengangInformation.php | 172 + application/phrases/studierendenantrag.php | 3606 +++++++++++++++++ application/phrases/stv.php | 1684 ++++++++ application/phrases/tools.php | 412 ++ application/phrases/uhstat.php | 532 +++ application/phrases/vbform.php | 28 + application/phrases/wawi.php | 220 + application/phrases/zeitaufzeichnung.php | 28 + 41 files changed, 19900 insertions(+) create mode 100644 application/phrases/LvPlan.php create mode 100644 application/phrases/abgabetool.php create mode 100644 application/phrases/admission.php create mode 100644 application/phrases/alert.php create mode 100644 application/phrases/ampeln.php create mode 100644 application/phrases/betriebsmittel.php create mode 100644 application/phrases/bewerbung.php create mode 100644 application/phrases/bismeldestichtag.php create mode 100644 application/phrases/bookmark.php create mode 100644 application/phrases/calendar.php create mode 100644 application/phrases/core.php create mode 100644 application/phrases/dashboard.php create mode 100644 application/phrases/document_export.php create mode 100644 application/phrases/dokumente.php create mode 100644 application/phrases/exam.php create mode 100644 application/phrases/fristenmanagement.php create mode 100644 application/phrases/funktion.php create mode 100644 application/phrases/gehaltsband.php create mode 100644 application/phrases/gruppenmanagement.php create mode 100644 application/phrases/international.php create mode 100644 application/phrases/jointstudies.php create mode 100644 application/phrases/konto.php create mode 100644 application/phrases/kvp.php create mode 100644 application/phrases/lvinfo.php create mode 100644 application/phrases/messages.php create mode 100644 application/phrases/mobility.php create mode 100644 application/phrases/news.php create mode 100644 application/phrases/notiz.php create mode 100644 application/phrases/profil.php create mode 100644 application/phrases/profilUpdate.php create mode 100644 application/phrases/rauminfo.php create mode 100644 application/phrases/sap.php create mode 100644 application/phrases/search.php create mode 100644 application/phrases/studiengangInformation.php create mode 100644 application/phrases/studierendenantrag.php create mode 100644 application/phrases/stv.php create mode 100644 application/phrases/tools.php create mode 100644 application/phrases/uhstat.php create mode 100644 application/phrases/vbform.php create mode 100644 application/phrases/wawi.php create mode 100644 application/phrases/zeitaufzeichnung.php diff --git a/application/phrases/LvPlan.php b/application/phrases/LvPlan.php new file mode 100644 index 000000000..d59af5e78 --- /dev/null +++ b/application/phrases/LvPlan.php @@ -0,0 +1,268 @@ + 'core', + 'category' => 'LvPlan', + 'phrase' => 'previousWeek', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Vorherige Woche', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Previous week', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'previousYear', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Vorheriges Jahr', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Previous year', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'previousMonth', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Vorheriges Monat', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Previous month', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'previousDay', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Vorheriger Tag', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Previous day', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'nextDay', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nächster Tag', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Next day', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'nextWeek', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nächste Woche', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Next week', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'nextMonth', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nächster Monat', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Next month', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'nextYear', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nächstes Jahr', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Next year', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'modeDay', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Tages Ansicht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Daily view', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'modeWeek', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wochen Ansicht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Week view', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'LvPlan', + 'phrase' => 'modeMonth', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Monats Ansicht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Month view', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/abgabetool.php b/application/phrases/abgabetool.php new file mode 100644 index 000000000..92304cbba --- /dev/null +++ b/application/phrases/abgabetool.php @@ -0,0 +1,1051 @@ + 'core', + 'category' => 'abgabetool', + 'phrase' => 'neuerTerminBachelorMasterbetreuung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neuer Termin Bachelor-/Masterarbeitsbetreuung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New date for Bachelor/Master thesis supervision', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'neueTerminserie', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Terminserie anlegen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Create recurring deadline', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'serienTerminEmailSentInfo', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Email über neuen Abgabetermin versendet an: {0}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Email about new deadline sent to: {0}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'serienTerminGespeichert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Serientermin wurde erfolgreich eingetragen!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Series dates were successfully entered!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'errorSerienterminSpeichern', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fehler beim speichern des Serientermins!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Error saving Series dates!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4abgabeMitarbeiterbereich', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokumentabgabe - Mitarbeiterbereich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'File submission - Employee area', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'abgabetoolTitle', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bachelor-/Masterarbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Bachelor\'s/Master\'s theses', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4details', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Details', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'details', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4sem', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Semester', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'semester', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4stg', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studiengang', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'degree program', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4kontakt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kontakt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'contact', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4betreuer', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betreuer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Assessor', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4projekttyp', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Projekttyp', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'project type', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4titel', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Titel', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'title', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4abgabeStudentenbereich', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokumentabgabe - Studentenbereich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'File submission - Student area', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4fixtermin', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fix', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Fixed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4zieldatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zieldatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'target date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4abgabetyp', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abgabetyp', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Type of document submitted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4abgabekurzbz', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kurzbeschreibung der Abgabe', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Short description of the submitted file', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4abgabedatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abgabedatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'submission date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4aeltereParbeitBenoten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Projektarbeit für älteres Semester, bitte Word-Formular zur Benotung verwenden!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Thesis handed in for older semester, please use word form for assessment!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4fileupload', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fileupload PDF max. 30 MB', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Fileupload PDF max. 30 MB', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4allowedFileTypes', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Upload-File ist kein PDF!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Upload-File is not a PDF!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4enduploadZusatzdaten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Endupload Zusatzdaten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Final submission additional data', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4beurteilung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Beurteilung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Evaluation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4schlagwoerterGer', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Deutsche Schlagwörter', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'German Keywords', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4schlagwoerterEng', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Englische Schlagwörter', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'English Keywords', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4abstractGer', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abstract max 5000 Zeichen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Abstract max 5000 characters', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4abstractEng', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abstract englisch max 5000 Zeichen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Abstract english max 5000 characters', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4seitenanzahl', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Seitenanzahl', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Number of pages', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'deadlinesTitle', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Terminübersicht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deadline Overview', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4yes', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ja', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Yes', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4no', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nein', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4gelesenUndAkzeptiert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gelesen und akzeptiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Read and accepted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4personenkennzeichen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Personenkennzeichen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Personal identity number', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4vorname', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Vorname', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'First Name', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4nachname', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nachname', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Last Name', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'currentlySaving', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Speichern... ', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Saving... ', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'currentlyLoading', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Laden... ', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Loading... ', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4betreuerart', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betreuerart', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Supervisor type', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'showAll', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Show All', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'showDeadlines', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Deadlines anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Show Deadlines', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4eidesstattlicheErklaerung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ich räume der Fachhochschule Technikum Wien das Recht ein, sämtliche übermittelte Dokumente elektronisch zu speichern und zum Zwecke der Langzeitarchivierung unter Beachtung der Bewahrung des Inhalts in andere Formate zu konvertieren. +

+ Im Falle einer Masterarbeit räume ich der FH Technikum Wien das Recht ein, sie in Datennetzen öffentlich zugänglich zu machen und stimme den bezughabenden Nutzungsbedingungen des Publikationsservers ePub zu. +

+ Ich bestätige hiermit, dass ich die eidesstattliche Erklärung mittels digitaler Signatur unterzeichnet habe. + Link zum Leitfaden Digitale Signatur. +

+ Hiermit willige ich ein, dass meine Bachelor- oder Masterarbeit im Zuge der Beurteilung auch mittels (Online)-Tools auf die unerlaubte Verwendung von KI geprüft wird. + ', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'I grant UAS Technikum Wien the right to store all submitted documents electronically and to convert them into other formats for the purpose of long-term archiving, taking into account the preservation of the content. +

+ In the case of a Master\'s thesis, I grant UAS Technikum Wien the right to make it publicly accessible in data networks and agree to the related Terms of use for the publication server ePub. +

+ I hereby confirm that I have signed the affidavit using a digital signature. Link to the Digital Signature Guide. +

+ I hereby agree that my bachelor\'s or master\'s thesis will also be checked for unauthorized use of AI using (online) tools as part of the assessment. + ', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/admission.php b/application/phrases/admission.php new file mode 100644 index 000000000..17d68e4f9 --- /dev/null +++ b/application/phrases/admission.php @@ -0,0 +1,388 @@ + 'core', + 'category' => 'admission', + 'phrase' => 'admission_edit', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Aufnahmetermin bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit appointment for participation placement test', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'admission_delete', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Aufnahmetermin Löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete Admission Date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'admission_new', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Termin für Teilnahme am Reihungstest anlegen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Create appointment for participation placement test', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'anmeldundRtAm', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anmeldung zum Reihungstest am', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Registration for the ranking test on', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'rtAngetreten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zum Reihungstest angetreten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Participated in the ranking test', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'rtAbsolviert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Reihungstestverfahren absolviert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Placement test procedure completed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'gesamtpunkte', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gesamtpunkte', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Total Points', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'gesamtpunkteBerechnen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gesamtpunkte berechnen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Calculate total points', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'allgemein', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Allgemein', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Generally', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'headerRTVerwaltung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zur Reihungstestverwaltung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Administration Placement Test', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'loadZukuenftigeRT', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nur zukünftige Reihungstests laden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Show future placement tests only', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'getRTErgebnis', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Reihungstestergebnis holen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Get placement test result', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'stufe', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Stufe', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'level', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'anmeldedatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anmeldedatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Registration Date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'teilgenommen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'teilgenommen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'participated', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'admission', + 'phrase' => 'stg_kurz', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kürzel', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'shorthand', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/alert.php b/application/phrases/alert.php new file mode 100644 index 000000000..aead6f863 --- /dev/null +++ b/application/phrases/alert.php @@ -0,0 +1,76 @@ + 'core', + 'category' => 'alert', + 'phrase' => 'attention', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Achtung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Attention', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'alert', + 'phrase' => 'confirm_delete', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Möchten Sie wirklich löschen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Do you really want to delete?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'alert', + 'phrase' => 'systemerror', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Systemfehler', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'System Error', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/ampeln.php b/application/phrases/ampeln.php new file mode 100644 index 000000000..cafeab595 --- /dev/null +++ b/application/phrases/ampeln.php @@ -0,0 +1,220 @@ + 'core', + 'category' => 'ampeln', + 'phrase' => 'newestAmpeln', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neueste Ampeln', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Newest Ampeln', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'ampeln', + 'phrase' => 'allAmpeln', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle Ampeln', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'All Ampeln', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'ampeln', + 'phrase' => 'overdue', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Überfällig: {count}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Overdue: {count}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'ampeln', + 'phrase' => 'ampelnDeadline', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Stichtag: {value}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deadline: {value}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'ampeln', + 'phrase' => 'noOpenAmpeln', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine offenen Ampeln.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No open Ampeln.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'ampeln', + 'phrase' => 'allMyAmpeln', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle meine Ampeln', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'All my Ampeln', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'ampeln', + 'phrase' => 'mandatory', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Pflicht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Mandatory', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'ampeln', + 'phrase' => 'ampelBestaetigt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ampel bestätigt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Ampel confirmed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'ampeln', + 'phrase' => 'super', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Super!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Super!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/betriebsmittel.php b/application/phrases/betriebsmittel.php new file mode 100644 index 000000000..57da02792 --- /dev/null +++ b/application/phrases/betriebsmittel.php @@ -0,0 +1,76 @@ + 'core', + 'category' => 'betriebsmittel', + 'phrase' => 'btn_printUebernahmebestaetigung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Übernahmebestätigung drucken', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Print acceptance confirmation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'betriebsmittel', + 'phrase' => 'btn_editBetriebsmittel', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betriebsmittel bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit Resource', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'betriebsmittel', + 'phrase' => 'btn_deleteBetriebsmittel', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betriebsmittel löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete Resource', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/bewerbung.php b/application/phrases/bewerbung.php new file mode 100644 index 000000000..5b0edde60 --- /dev/null +++ b/application/phrases/bewerbung.php @@ -0,0 +1,28 @@ + 'infocenter', + 'category' => 'bewerbung', + 'phrase' => 'erklaerungInvoices', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ablauf und Zahlungsbedingungen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Procedure and terms of payment', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/bismeldestichtag.php b/application/phrases/bismeldestichtag.php new file mode 100644 index 000000000..7bd907b89 --- /dev/null +++ b/application/phrases/bismeldestichtag.php @@ -0,0 +1,148 @@ + 'core', + 'category' => 'bismeldestichtag', + 'phrase' => 'stichtagHinzufuegen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Meldestichtag hinzufügen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Add report target date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bismeldestichtag', + 'phrase' => 'stichtageVerwalten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'BIS-Meldestichtage verwalten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Manage report target dates', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bismeldestichtag', + 'phrase' => 'stichtagLoeschen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Meldestichtag löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete report target date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bismeldestichtag', + 'phrase' => 'meldestichtag_erreicht', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Meldestichtag erreicht - Bearbeiten nicht mehr möglich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'report target date reached - editing no longer possible', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bismeldestichtag', + 'phrase' => 'info_MeldestichtagStatusgrund', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Meldestichtag erreicht - ausschließlich Bearbeiten Statusgrund möglich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reporting deadline reached - only editing status reason possible', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bismeldestichtag', + 'phrase' => 'info_MeldestichtagStatusgrundSemester', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Meldestichtag erreicht - Bearbeiten Ausbildungssemester und Statusgrund möglich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit education semester and status reason possible', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/bookmark.php b/application/phrases/bookmark.php new file mode 100644 index 000000000..cba2f0b4b --- /dev/null +++ b/application/phrases/bookmark.php @@ -0,0 +1,244 @@ + 'core', + 'category' => 'bookmark', + 'phrase' => 'newLink', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neuer Link', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New Link', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bookmark', + 'phrase' => 'saveLink', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Link speichern', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Save link', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bookmark', + 'phrase' => 'editLink', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Link bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit link', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bookmark', + 'phrase' => 'bookmarkDeleted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Link gelöscht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Link deleted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bookmark', + 'phrase' => 'bookmarkAdded', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Link hinzugefügt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Link added', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bookmark', + 'phrase' => 'bookmarkUpdated', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Link geändert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Link updated', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bookmark', + 'phrase' => 'myBookmarks', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Meine Urls', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'My Urls', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bookmark', + 'phrase' => 'emptyBookmarks', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Du hast noch keine Bookmarks gesetzt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'You have not set any bookmarks yet', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bookmark', + 'phrase' => 'invalidUrl', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ungültiger Link', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Invalid link', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'bookmark', + 'phrase' => 'invalidTitel', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ungültiger Titel', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Invalid title', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/calendar.php b/application/phrases/calendar.php new file mode 100644 index 000000000..3ee0d561d --- /dev/null +++ b/application/phrases/calendar.php @@ -0,0 +1,76 @@ + 'core', + 'category' => 'calendar', + 'phrase' => 'kw', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'W', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'W', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'calendar', + 'phrase' => 'year_kw', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '{year} KW {week}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '{year} W {week}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'calendar', + 'phrase' => 'today', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Heute', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'today', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/core.php b/application/phrases/core.php new file mode 100644 index 000000000..0c7d800fb --- /dev/null +++ b/application/phrases/core.php @@ -0,0 +1,28 @@ + 'personalverwaltung', + 'category' => 'core', + 'phrase' => 'unternehmen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unternehmen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'company', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/dashboard.php b/application/phrases/dashboard.php new file mode 100644 index 000000000..b75c4a6bf --- /dev/null +++ b/application/phrases/dashboard.php @@ -0,0 +1,148 @@ + 'core', + 'category' => 'dashboard', + 'phrase' => 'general', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Allgemein', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'General', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dashboard', + 'phrase' => 'addLine', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Weitere Zeile hinzufügen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Add another line', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dashboard', + 'phrase' => 'custom', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Benutzerdefiniert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Custom', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dashboard', + 'phrase' => 'dashboardGeneralSectionDescription', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Hier befinden sich die vordefinierten Widgets', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Here are the predefined widgets', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dashboard', + 'phrase' => 'dashboardCustomSectionDescription', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Hier befinden sich die Widgets Ihrer persönlichen Anpassungen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Here are the widgets of your personal cutomizations', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dashboard', + 'phrase' => 'dashboardSectionDescription', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Hier befinden sich die Widgets der {0} Funktion', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Here are the widgets of the {0} function', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/document_export.php b/application/phrases/document_export.php new file mode 100644 index 000000000..becd09327 --- /dev/null +++ b/application/phrases/document_export.php @@ -0,0 +1,340 @@ + 'core', + 'category' => 'document_export', + 'phrase' => 'error_unoconv', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unoconv nicht gefunden - Bitte installieren sie Unoconv', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unoconv not found - Please install Unoconv', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_unoconv_version', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unoconv Version konnte nicht ermittelt werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Could not get Unoconv Version', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_conv_timeout', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokumentenkonvertierung ist derzeit nicht möglich. Bitte versuchen Sie es in einer Minute erneut oder kontaktieren Sie einen Administrator', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Document conversion is currently not possible. Please try again in a minute or contact an administrator', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_sign_timeout', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Signaturserver ist derzeit nicht erreichbar', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Signature server is currently unavailable', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_sign_pdf', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Derzeit können nur PDFs signiert werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Currently only PDFs can be signed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_outputformat_missing', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausgabeformat fehlt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Outputformat is not defined', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_template_missing', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Vorlage gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No template found', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_headers', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Header wurden bereits gesendet -> Abbruch', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Header already sent -> Abort', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_file_copy', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kopieren fehlgeschlagen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Copy failed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_file_load', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Datei konnte nicht geladen werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unable to load file', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_xml_load', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'XML konnte nicht geladen werden: {url} XML: {xml} PARAMETER: {params}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unable to load xml: {url} XML: {xml} PARAMS: {params}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_xsl_load', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'XSL konnte nicht geladen werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unable to load xsl', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_styles_load', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Styles XSL konnte nicht geladen werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unable to load styles xsl', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'document_export', + 'phrase' => 'error_manifest', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Manifest ungültig', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Manifest file invalid', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/dokumente.php b/application/phrases/dokumente.php new file mode 100644 index 000000000..7755840a1 --- /dev/null +++ b/application/phrases/dokumente.php @@ -0,0 +1,580 @@ + 'core', + 'category' => 'dokumente', + 'phrase' => 'title', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Titel', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'title', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'dokTyp', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokumententyp', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Document type', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'nachreichungAm', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nachreichung am', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Submission on', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'dokDetails', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokumentendetails', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Document Details', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'anmerkung_person', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anmerkung der Person', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Notes of the Person', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'dokumentAccept', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akzeptieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accept', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'dokumentUnaccept', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Entakzeptieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unaccept', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'accepted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akzeptiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accepted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'unaccepted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nicht Akzeptiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Not Accepted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'err_deleteDokHere', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dieses Dokument darf hier nicht gelöscht werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'This document may not be deleted here', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'err_updateNotAllowed', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Es können nur Eintraege geändert werden zu denen Dokumente hochgeladen wurden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Only entries to which documents have been uploaded can be changed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'successAccepted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akzeptieren erfolgreich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Successfully set to accepted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'successUnaccepted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Entakzeptieren erfolgreich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Successfully set to unaccepted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'successCountUnaccepted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Entakzeptieren von {count} Dokument(en) erfolgreich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '{count} Document(s) successfully set to unaccepted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'successCountAccepted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akzeptieren von {count} Dokument(en) erfolgreich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '{count} Document(s) successfully set to accepted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'errorUnaccepted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fehler beim Entakzeptieren von Dokument {dokument_kurzbz}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Error unaccepting document {dokument_kurzbz}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'errorAccepted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fehler beim Akzeptieren von Dokument {dokument_kurzbz}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Error Accepting document {dokument_kurzbz}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'nachgereicht', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nachgereicht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Submitted later', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'vorhanden', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Vorhanden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Available', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'datumAkzeptiert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akzeptiertdatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accepted on', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'akzeptiertVon', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akzeptiert von', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accepted by', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'error_fileMissing', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte eine Datei anhängen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Please attach a file', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'error_fileType', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nur Dateitypen JPEG, PNG oder PDF sind erlaubt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Only JPEG, PNG, or PDF files are allowed.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'dokumente', + 'phrase' => 'error_duplicateDokument_kurzbz', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akzeptieren / Entakzeptieren von mehr als einem Dokument pro Dokumenttyp nicht zulässig', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accepting / unaccepting more than one document per document type is not permitted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/exam.php b/application/phrases/exam.php new file mode 100644 index 000000000..3c4811089 --- /dev/null +++ b/application/phrases/exam.php @@ -0,0 +1,244 @@ + 'core', + 'category' => 'exam', + 'phrase' => 'add_pruefung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Prüfung hinzufügen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Add exam', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'exam', + 'phrase' => 'edit_pruefung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Prüfung bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit exam', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'exam', + 'phrase' => 'delete_pruefung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Prüfung löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete exam', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'exam', + 'phrase' => 'newFromOld_pruefung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Prüfungskopie für neue Prüfung erstellen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Copy exam', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'exam', + 'phrase' => 'hinweis_kommPrfg', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte bei Neuanlage einer kommissionellen Prüfung das Datum der Noteneintragung (i. d. R. heute) eintragen, um den korrekten Fristenablauf der Wiederholung zu ermöglichen.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'When creating a new examination before a committee, please enter the date of the grade entry (usually today) to ensure that the deadline for repeating the exam is met correctly.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'exam', + 'phrase' => 'keineAuswahl', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'keine Auswahl', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'no selection', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'exam', + 'phrase' => 'hinweis_changeAfterExamDate', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'ACHTUNG! Diese Prüfungsnote wurde nicht ins Zeugnis übernommen da die Zeugnisnote nach dem Prüfungsdatum verändert wurde', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'ATTENTION! This exam grade was not included in the certificate because the certificate grade was changed after the exam date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'exam', + 'phrase' => 'bitteLvteilWaehlen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte Lv_Teil wählen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Please select teaching unit', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'exam', + 'phrase' => 'punkte', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Punkte', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Points', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'exam', + 'phrase' => 'filter_currentSem', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nur aktuelles Studiensemester anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Display only current Semester', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/fristenmanagement.php b/application/phrases/fristenmanagement.php new file mode 100644 index 000000000..fc8118f4b --- /dev/null +++ b/application/phrases/fristenmanagement.php @@ -0,0 +1,220 @@ + 'personalverwaltung', + 'category' => 'fristenmanagement', + 'phrase' => 'frist', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Frist', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deadline', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'fristenmanagement', + 'phrase' => 'todo', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'To Do', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'To Do', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'fristenmanagement', + 'phrase' => 'fristStatusGespeichert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Status gespeichert.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Status saved.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'fristenmanagement', + 'phrase' => 'fristGespeichert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Frist gespeichert.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deadline saved.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'fristenmanagement', + 'phrase' => 'fristGeloescht', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Frist gelöscht.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deadline deleted.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'fristenmanagement', + 'phrase' => 'fristenAktualisiert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fristen aktualisiert.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deadlines updated.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'fristenmanagement', + 'phrase' => 'termin_frist', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Termin/Frist', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Date/Deadline', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'fristenmanagement', + 'phrase' => 'ereignis', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ereignis', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Event', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'fristenmanagement', + 'phrase' => 'mitarbeiterin', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'MitarbeiterIn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Employee', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/funktion.php b/application/phrases/funktion.php new file mode 100644 index 000000000..caf379aff --- /dev/null +++ b/application/phrases/funktion.php @@ -0,0 +1,76 @@ + 'core', + 'category' => 'funktion', + 'phrase' => 'filter_active', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nur aktive anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Display only active', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'funktion', + 'phrase' => 'addFunktion', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Funktion hinzufügen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Add function', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'funktion', + 'phrase' => 'editFunktion', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Funktion bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit function', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/gehaltsband.php b/application/phrases/gehaltsband.php new file mode 100644 index 000000000..3ffe8dd35 --- /dev/null +++ b/application/phrases/gehaltsband.php @@ -0,0 +1,196 @@ + 'personalverwaltung', + 'category' => 'gehaltsband', + 'phrase' => 'gehaltsband', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gehaltsband', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Salary Range', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'gehaltsband', + 'phrase' => 'gueltig_von', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gültig von', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Valid from', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'gehaltsband', + 'phrase' => 'gueltig_bis', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gültig bis', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Valid to', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'gehaltsband', + 'phrase' => 'betrag_von', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betrag von', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Amount from', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'gehaltsband', + 'phrase' => 'betrag_bis', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gültig bis', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Valid to', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'gehaltsband', + 'phrase' => 'gehaltsband_gespeichert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gehaltsband gespeichert.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Salary range saved.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'gehaltsband', + 'phrase' => 'gehaltsband_erstellt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gehaltsband hinzugefügt.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Salary range created.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'personalverwaltung', + 'category' => 'gehaltsband', + 'phrase' => 'gehaltsband_geloescht', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gehaltsband gelöscht.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Salary range deleted.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/gruppenmanagement.php b/application/phrases/gruppenmanagement.php new file mode 100644 index 000000000..bf92c2e4b --- /dev/null +++ b/application/phrases/gruppenmanagement.php @@ -0,0 +1,244 @@ + 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'benutzerSchonZugewiesen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Benutzer ist bereits der Gruppe zugewiesen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'User is already assigned to the group', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'kurzbezeichnung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kurzbezeichnung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Short description', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'beschreibung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Beschreibung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Description', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'zuweisenloeschen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zuweisen/Entfernen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Assign/Remove', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'benutzergruppe', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Benutzergruppe', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'User group', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'benutzerHinzufuegen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Benutzer hinzufügen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Add user', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'aktiv', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'aktiv', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'active', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'nichtZumEditierenDerGruppeBerechtigt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nicht zum Editieren der Gruppe berechtigt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No authorization for editing the group', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'automatisch_generiert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'automatisch generiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'automatically generated', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'gruppenmanagement', + 'phrase' => 'error_deleteGeneratedGroups', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Automatisch generierte Gruppenzuordnungen können nicht gelöscht werden.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Automatically generated group assignments cannot be deleted.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/international.php b/application/phrases/international.php new file mode 100644 index 000000000..979293ece --- /dev/null +++ b/application/phrases/international.php @@ -0,0 +1,1507 @@ + 'international', + 'category' => 'international', + 'phrase' => 'studiensemesterGeplant', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studiensemester geplant', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Semester planned', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'internationalCredits', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'International Credits', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'International Credits', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'studentstatus', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studentstatus', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student status', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'alledurchgefuehrten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle durchgeführten anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Show all performed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'bestaetigungHochladen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bestätigung hochladen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Upload confirmation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'massnahmeLoeschen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Maßnahme löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete measure', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'massnahmen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Maßnahmen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Measures', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'internationalskills', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'International skills', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'International skills', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'internationalbeschreibung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ab dem Studienjahr 2022/23 ist der Erwerb von internationalen und interkulturellen Kompetenzen Teil des Curriculums.
+ Auf der Grundlage der vorliegenden Maßnahmen absolvieren Sie im Laufe ihres Studiums Internationalisierungsaktivitäten, die mit unterschiedlichen International Credits hinterlegt sind.
+ In Summe müssen 5 International Credits erworben werden, die im 6. Semester wirksam werden.
+ Das Modul „International skills“ wird mit der Beurteilung „Mit Erfolg teilgenommen“ abgeschlossen.
+ Bitte wählen Sie die für Sie in Frage kommenden Maßnahmen aus und planen Sie das entsprechende Semester.
+ Sobald die 5 International Credits erreicht wurden, überprüft der Studiengang die von Ihnen hochgeladenen Dokumente.

+ Fragen zum Status Ihrer Maßnahme u.ä. richten Sie bitte an den Studiengang.
+ Bei allen weiteren Fragen zum Thema Organisation und Finanzierung des Auslandsaufenthalts und/oder Sprachkurs gibt Ihnen das International Office der FH Technikum Wien unter international.office@technikum-wien.at gerne Auskunft.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Starting with the study year 2022/23, the acquisition of international and intercultural competencies is part of the curriculum.
+ On the basis of the measures at-hand, you will complete internationalization activities during the course of your studies, which are assigned different International Credits.
+ In total, 5 International Credits must be acquired, which become effective in the 6th semester.
+ The module “International skills” is completed with the assessment "Successfully participated".
+ Please select the measures that apply to you and schedule the appropriate semester.
+ Once the 5 International Credits have been achieved, the degree program will review the documents you have uploaded.

+ Please direct questions regarding the status of your measure and the like should be directed to the study program.
+ For all further questions regarding the organization and financing of your stay abroad and/or language course, please contact the International Office of the UAS Technikum Wien at international.office@technikum-wien.at. + ', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'nurBachelor', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nur für Bachelorstudiengänge.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Only for bachelor programmes.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'bezeichnung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bezeichnung Deutsch', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'title german', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'bezeichnungeng', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bezeichnung Englisch', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'title english', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'beschreibungeng', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Beschreibung Englisch', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'description english', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'massnahmeBearbeiten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Massnahme bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit measure', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'massnahmeLoeschenConfirm', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wollen Sie die ausgewählte Maßnahme wirklich löschen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Do you really want to delete the measure?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'fileLoeschenConfirm', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wollen Sie die ausgewählte Bestätigung wirklich löschen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Do you really want to delete the confirmation?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'planAblehnen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Plan ablehnen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reject plan', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'entbestaetigenConfirm', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bestätigung widerrufen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Revoke confirmation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'entakzeptierenConfirm', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wollen Sie die Planbestätigung wirklich widerrufen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Do you really want to cancel the plan confirmation?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'allegeplanten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle geplanten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'All planned', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'alleGeplantenMarkieren', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle geplanten markieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Mark all planned', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'alleMassnahmenJetzt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle Maßnahmen anzeigen die im jetzigen Studiensemester geplant sind', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Show all measures that are planned for the current study semester', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'alleStudierendeJetzt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle Studierende anzeigen aus dem jetzigen Studiensemester', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Show all students from the current study semester', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'lastSemester', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle Studierende anzeigen aus dem letzten Semester', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Show all students from the last semester"', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'meinMassnahmeplan', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mein Maßnahmenplan', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'My action plan', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'ectsBestaetigt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'International Credits bestätigt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'International Credits confirmed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'ectsMassnahme', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'International Credits - Maßnahme', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'International Credits - Measures', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusGeplant', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'geplant', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'planned', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusGeplantDesc', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studierende hat die Maßnahme geplant.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The student has planned the measure.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusAkzeptiert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'akzeptiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'accepted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusAkzeptiertDesc', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die geplante Maßnahme wurde akzeptiert.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The planned measure has been accepted.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusDurchgefuehrt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'durchgeführt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'performed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusDurchgefuehrtDesc', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Eine Bestätigung wurde hochgeladen.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'A confirmation has been uploaded.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusBestaetigt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'bestätigt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'confirmed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusBestaetigtDesc', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die hochgeladene Bestätigung wurde akzeptiert.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The uploaded confirmation has been accepted.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusAbgelehnt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'abgelehnt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'declined', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'statusAbgelehntDesc', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Maßnahme wurde abgelehnt.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The measure was rejected.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'ampelRed', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Es wurden keine Maßnahmen geplant oder alle wurden abgelehnt.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No measures have been planned, or all have been rejected.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'ampelYellow', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mindestens eine Maßnahme wurde akzeptiert.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'At least one measure has been accepted.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'ampelOrange', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Es gibt mindestens eine geplante oder durchgeführte Maßnahme.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'There is at least one planned or performed measure.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'ampelGreenyellow', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nur bestätigte Maßnahmen vorhanden, aber weniger als 5 International Credits.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Only confirmed measures, but fewer than 5 International Credits.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'mailMeldungzuviele', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Anzahl der Empfänger überschreitet 50. Bitte verwenden Sie einen Filter (z.B. Semester), um die Empfängeranzahl zu reduzieren.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The number of recipients exceeds 50. Please use a filter (e.g., semester) to reduce the number of recipients.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'mailButton', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'E-Mail nur an Studierende, die keine Maßnahmen geplant haben.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Send email only to students who have no planned measures.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'geplanteMassnahmen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Maßnahme - geplant', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Measure - planned', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'geplanteMassnahmenDesc', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Maßhname wurde geplant.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The measure was planned.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'akzpetierteMassnahmen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Plan - akzeptiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Plan - accepted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'mailversenden', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mail versenden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Send mail', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'durchgefuehrteMassnahmen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Maßnahme - durchgeführt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Measure - performed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'bestaetigteMassnahmen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'International Credits - bestätigt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'International Credits - confirmed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'abgelehnteMassnahmen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Maßnahme - abgelehnt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Measure - declined', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'planAkzeptieren', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Plan akzeptieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accept plan', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'bestaetigungAkzeptieren', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bestätigung akzeptieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accept confirmation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'bestaetigungAblehnen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bestätigung ablehnen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reject confirmation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'anmerkungstgl', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Begründung - Studiengangsleitung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reason - Study course Director', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'mehrverplant', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '>=5 International Credits verplant', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '>=5 international credits planned', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'stgtodo', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nur offene Massnahmen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'only open measures', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'wenigerverplant', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '<5 International Credits verplant', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '<5 International Credits planned', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'mehrbestaetigt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '>=5 International Credits bestätigt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '>=5 International Credits confirmed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'wenigerbestaetigt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '<5 International Credits bestätigt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '<5 International Credits confirmed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'alleAkzeptierenPlan', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle markierten Pläne akzeptieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accept all marked plans', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'downloadBestaetigung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bestätigung herunterladen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Download confirmation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'addMassnahme', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Maßnahme hinzufügen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Add measure', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/jointstudies.php b/application/phrases/jointstudies.php new file mode 100644 index 000000000..c15f2ac79 --- /dev/null +++ b/application/phrases/jointstudies.php @@ -0,0 +1,124 @@ + 'core', + 'category' => 'jointstudies', + 'phrase' => 'gemeinsamesStudium', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gemeinsames Studium', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Joint Study', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'jointstudies', + 'phrase' => 'gemeinsameStudien', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gemeinsame Studien', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Joint Studies', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'jointstudies', + 'phrase' => 'studienprogramm', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studienprogramm', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Study Program', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'jointstudies', + 'phrase' => 'neuAnlegen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gemeinsames Studium anlegen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Add Joint Study', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'jointstudies', + 'phrase' => 'edit', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gemeinsames Studium bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit Joint Study', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/konto.php b/application/phrases/konto.php new file mode 100644 index 000000000..8fd8475c2 --- /dev/null +++ b/application/phrases/konto.php @@ -0,0 +1,388 @@ + 'core', + 'category' => 'konto', + 'phrase' => 'buchung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Buchung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Booking', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'buchungsdatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Buchungsdatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Booking date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'buchungstext', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Buchungstext', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Booking text', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'betrag', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betrag', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Amount', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'buchungstyp', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Buchungstyp', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Booking type', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'buchungsnr', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Buchungs Nummer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Booking number', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'mahnspanne', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mahnspanne', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Dunning margin', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'credit_points', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Credit Points', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Credit Points', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'reference', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zahlungsreferenz', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Payment reference', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'confirm_overwrite', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Es ist bereits eine Buchung vorhanden:', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'A booking already exists:', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'confirm_overwrite_1_add_pers', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'und einer weiteren Person.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'and one additional person.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'confirm_overwrite_x_add_pers', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'und {x} weiteren Personen.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'and {x} additional persons.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'confirm_overwrite_proceed', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Trotzdem fortfahren?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Proceed anyway?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'error_missing', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Buchung #{buchungsnr} existiert nicht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Booking #{buchungsnr} does not exist', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'error_counter_level', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gegenbuchungen koennen nur auf die obersten Buchungen getaetigt werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Offsetting bookings can only be made on the top bookings', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'konto', + 'phrase' => 'error_delete_level', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte zuerst die zugeordneten Buchungen löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Please delete the assigned bookings first', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/kvp.php b/application/phrases/kvp.php new file mode 100644 index 000000000..1a72e6311 --- /dev/null +++ b/application/phrases/kvp.php @@ -0,0 +1,1372 @@ + 'core', + 'category' => 'kvp', + 'phrase' => 'op.label.type', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Art der Einmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Art der Einmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'op.label.name', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Einreichende*r', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Einreichende*r', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'op.label.email', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Email', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Email', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'op.label.phone', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'DW', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'DW', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'op.label.implemented', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'bereits umgesetzt?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'bereits umgesetzt?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'op.label.items', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betroffene items', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Betroffene items', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.title', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neuer Eintrag', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New entry', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.info', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Im Rahmen der Weiterentwicklung von Lehrveranstaltungen können Sie hier wichtige Ideen für die Weiterentwicklung und/oder Verbesserungen einmelden. Diese können sich auf technische, inhaltliche, medien-didaktische oder test- und prüfungsrelevante Aspekte beziehen. Eine mögliche Umsetzung Ihrer Einmeldungen für das folgende Studienjahr wird im Weiteren Ablauf geprüft und priorisiert, und ggf. im Anschluss vom Teamlead im Quellkurs entsprechend eingearbeitet.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Im Rahmen der Weiterentwicklung von Lehrveranstaltungen können Sie hier wichtige Ideen für die Weiterentwicklung und/oder Verbesserungen einmelden. Diese können sich auf technische, inhaltliche, medien-didaktische oder test- und prüfungsrelevante Aspekte beziehen. Eine mögliche Umsetzung Ihrer Einmeldungen für das folgende Studienjahr wird im Weiteren Ablauf geprüft und priorisiert, und ggf. im Anschluss vom Teamlead im Quellkurs entsprechend eingearbeitet.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.info', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte füllen Sie pro Verbesserungspotential einen eigenen Eintrag aus!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Bitte füllen Sie pro Verbesserungspotential einen eigenen Eintrag aus!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.workpackages', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Vorhandene Einmeldungen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Vorhandene Einmeldungen', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'list.empty', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Einmeldungen vorhanden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Keine Einmeldungen vorhanden', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.success', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Einmeldung würde erfolgreich versandt.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Die Einmeldung würde erfolgreich versandt.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.required', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Pflichtfeld', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Required field', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.error.required', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Sie müssen hier einen Wert eintragen.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'You must supply a value here.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.kurs_id', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte geben Sie Ihre Kurs ID (i.e. 5 Zahlen in der URL im Browser oben) an.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Bitte geben Sie Ihre Kurs ID (i.e. 5 Zahlen in der URL im Browser oben) an.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.kurs_id.label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kurs Url', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Kurs Url', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.kurs_kurzbz', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte geben Sie die Kurzbezeichnug Ihres Kurses an (zb. TEZEI).', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Bitte geben Sie die Kurzbezeichnug Ihres Kurses an (zb. TEZEI).', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.kurs_kurzbz.label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kurskrzl', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Kurskrzl', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.type', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Art der Einmeldung:', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Art der Einmeldung:', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.type.label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Art der Einmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Art der Einmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.title', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte geben Sie einen aussagekräftigen Titel der Einmeldung an', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Bitte geben Sie einen aussagekräftigen Titel der Einmeldung an', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.title.label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Titel der Einmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Titel der Einmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.priority', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte geben Sie an, wie hoch Sie den Aufwand für die Umsetzung einschätzen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Bitte geben Sie an, wie hoch Sie den Aufwand für die Umsetzung einschätzen', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.priority.label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Aufwand der Umsetzung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Aufwand der Umsetzung', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.description', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => ' Beschreiben Sie das Verbesserungspotential:

Geben Sie so konkret wie möglich an, auf welche Stelle im Kurs Sie sich beziehen (z.B. Eigenstudium C Test).', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => ' Beschreiben Sie das Verbesserungspotential:

Geben Sie so konkret wie möglich an, auf welche Stelle im Kurs Sie sich beziehen (z.B. Eigenstudium C Test).', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.description.label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Beschreiben Sie das Verbesserungspotenzial.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Beschreiben Sie das Verbesserungspotenzial.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.items', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte spezifizieren Sie, welche Items (Aufgaben, Materialien...) von dem Verbesserungspotential betroffen sind.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Bitte spezifizieren Sie, welche Items (Aufgaben, Materialien...) von dem Verbesserungspotential betroffen sind.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.items.label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'betroffene items', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'betroffene items', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.attachments', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Attachments', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Attachments', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.implemented', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wurde das Verbesserungspotential im Quellkurs bereits umgesetzt?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Wurde das Verbesserungspotential im Quellkurs bereits umgesetzt?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.implemented.label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'bereits umgesetzt?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'bereits umgesetzt?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.form.submit', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Speichern', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Save', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.error.nosourcecourse.title', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fehler', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Error', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.error.nosourcecourse.msg', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dieser Moodle Kurs ist keinem Quellkurs zugeordnet', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'This Moodle Course doesn\'t have a Source Course', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.error.nostandardcourse.title', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fehler', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Error', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'new.error.nostandardcourse.msg', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dieser Moodle Kurs ist keinem standardisierten Quellkurs zugeordnet', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'This Moodle Course is not derived from a standardized Source Course', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.title.oes', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Organisations Einheiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Organisations Einheiten', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.title.openproject', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'OpenProject Projekte', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'OpenProject Projects', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.title.edit', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '%s (%s) ändern', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit %s (%s)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.title.delete', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Löschen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.title.source_linked', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Link auflösen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Remove link?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.title.target_linked', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Link auflösen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Remove link?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.text.delete', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Soll diese Verknüpfung wirklich entfernt werden?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Do you really want to remove this link?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.text.source_linked', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Das Objekt ist noch mit einem anderen Objekt verknüpft. Diese Verknüpfung wird entfernt!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Your Source is already linked to another item. This connection will be removed!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.text.target_linked', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Das Zielobjekt ist bereits mit einem anderen Objekt verknüpft. Diese Verknüpfung wird entfernt!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Your Target is already linked to another item. This connection will be removed!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.label.search', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Suchen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Search', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.label.none', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '-Keine-', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '-None-', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.confirm.ok', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'OK', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'OK', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.confirm.cancel', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abbrechen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Cancel', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.search.error.none', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Einträge gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No entries found', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.label.template', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Template', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Template', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.label.oe', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Organisationseinheit', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Organisation unit', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.label.language', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Sprache', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Language', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.label.moodle', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Moodle Kurs', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Moodle Course', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.label.project', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'OP Projekt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'OP Project', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'admin.label.version', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'OP Version', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'OP Version', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'lvdev_uebersichten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'LV-Weiterentwicklung Übersichten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Course Development Overviews', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/lvinfo.php b/application/phrases/lvinfo.php new file mode 100644 index 000000000..dfd78161e --- /dev/null +++ b/application/phrases/lvinfo.php @@ -0,0 +1,148 @@ + 'core', + 'category' => 'lvinfo', + 'phrase' => 'lehrveranstaltungsinformationen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Lehrveranstaltungsinformationen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Course Information', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'lvinfo', + 'phrase' => 'Moodleinformationen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Moodle Informationen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Moodle Information', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'lvinfo', + 'phrase' => 'actionname', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Aktion', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Action', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'lvinfo', + 'phrase' => 'overdue', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'überfällig', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'overdue', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'lvinfo', + 'phrase' => 'overdueEvent', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Event ist überfällig', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Event is overdue', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'lvinfo', + 'phrase' => 'moodleLink', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Moodle Link', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Moodle link', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/messages.php b/application/phrases/messages.php new file mode 100644 index 000000000..6bfa286d1 --- /dev/null +++ b/application/phrases/messages.php @@ -0,0 +1,268 @@ + 'core', + 'category' => 'messages', + 'phrase' => 'unread', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'ungelesen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'unread', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'archived', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'archiviert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'archived', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'deleted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'gelöscht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'deleted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'body', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nachrichtentext', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Body', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'message_id', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Message ID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Message ID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'sender', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'SenderIn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Sender', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'recipient', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'EmpfängerIn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Recipient', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'senderId', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'SenderIn ID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Sender ID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'recipientId', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'EmpfängerIn ID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Recipient ID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'neueNachricht', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neue Nachricht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New Message', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'messages', + 'phrase' => 'meineFelder', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Meine Felder', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'My fields', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/mobility.php b/application/phrases/mobility.php new file mode 100644 index 000000000..3b9719537 --- /dev/null +++ b/application/phrases/mobility.php @@ -0,0 +1,364 @@ + 'core', + 'category' => 'mobility', + 'phrase' => 'mobilitaetsprogramm', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mobilitätsprogramm', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Mobility program', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'gastnation', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gastnation', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Host nation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'herkunftsland', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Herkunftsland', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Country of origin', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'universitaet', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Universität', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'University', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'ects_erworben', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erworbene ECTS', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'ECTS acquired', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'ects_angerechnet', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Angerechnete ECTS', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'ECTS credited', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'zweck', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zweck', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Purpose', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'aufenthalt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Aufenthalt Förderung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Residency funding', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'zweck_neu', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mobilitätszweck anlegen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Create motivation for mobility', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'foerderung_neu', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Förderung für Aufenthalt anlegen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Create funding for mobility', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'kurzbz_program', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Programmkurzbezeichnung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Program short description', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'bisio_id', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bisio ID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Bisio ID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'error_existingEntryInExtension', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dieser Datensatz wird von der Mobility Extension verwendet und muss zuerst dort gelöscht werden.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'This record is used by the Mobility Extension and must first be deleted there.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'mobility_anlegen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mobilität anlegen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Create mobility', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'mobility', + 'phrase' => 'mobility_bearbeiten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mobilität bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit mobility', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/news.php b/application/phrases/news.php new file mode 100644 index 000000000..753a815fd --- /dev/null +++ b/application/phrases/news.php @@ -0,0 +1,76 @@ + 'core', + 'category' => 'news', + 'phrase' => 'allNews', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle News', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'All News', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'news', + 'phrase' => 'topNews', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Top Nachrichten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Top News', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'news', + 'phrase' => 'noSubject', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Betreff vorhanden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No Subject available', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/notiz.php b/application/phrases/notiz.php new file mode 100644 index 000000000..62bfca5cd --- /dev/null +++ b/application/phrases/notiz.php @@ -0,0 +1,292 @@ + 'core', + 'category' => 'notiz', + 'phrase' => 'document', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anhänge', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Attachments', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'notiz_new', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neue Notiz', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New Note', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'notiz_edit', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Notiz bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit Note', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'notiz_delete', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Notiz löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete Note', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'verfasser', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Verfasser*in', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'author', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'bearbeiter', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bearbeiter*in', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'editor', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'erledigt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'erledigt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'completed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'letzte_aenderung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Letzte Änderung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Last updated', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'tag_rueckgaengig', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Rückgängig', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Undo', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'tag_erledigt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erledigt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Done', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'tag_verfasser', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'angelegt von {0} am {1}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Created by {0} on {1}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'notiz', + 'phrase' => 'tag_bearbeiter', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'bearbeitet von {0} am {1}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edited by {0} on {1}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/profil.php b/application/phrases/profil.php new file mode 100644 index 000000000..f9bb38407 --- /dev/null +++ b/application/phrases/profil.php @@ -0,0 +1,1084 @@ + 'core', + 'category' => 'profil', + 'phrase' => 'NOTFALLKONTAKT', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Notfallkontakt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Emergency contact', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'fotoSperren', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Profilbild sperren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'lock profile picture', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'fotoEntsperren', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Profilbild entsperren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'unlock profile picture', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'fotoHochladen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Profilbild hochladen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'upload profile picture', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'gruppenLink', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gruppen Link', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'group link', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'verbandLink', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Verband Link', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Verband link', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'semesterLink', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Semester Link', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Semester link', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'TELEFON', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Telefon', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Telephone', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'MOBIL', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mobiltelefonnummer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Cell phone number', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'EMAIL', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'E-Mail', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'E-Mail', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'personenInformationen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Personen Informationen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Person Information', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'postnomen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Postnomen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'post-nominals', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Username', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Benutzername', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Username', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Anrede', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anrede', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Salutation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Titel', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Titel', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Title', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Geburtsdatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Geburtsdatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Birthdate', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Geburtsort', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Geburtsort', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Birthplace', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Büro', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Büro', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Office', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Kurzzeichen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kurzzeichen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Abbreviation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'intern', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Intern', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Internal', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'alias', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alias', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Alias', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Anmerkung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anmerkung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Remark', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Straße', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Straße', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Street', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Strasse', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Straße', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Street', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'PLZ', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'PLZ', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'PLZ', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'Typ', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Typ', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Type', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'privateKontakte', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Private Kontakte', + 'description' => 'Profil Kategorie in der die ganzen privaten Kontakte einer Person aufgelistet werden', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Private Contacts', + 'description' => 'Profile category in which all private contacts of a person are listed', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'privateAdressen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Private Adressen', + 'description' => 'Profil Kategorie in der die ganzen privaten Adressen einer Person aufgelistet werden', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Private Addresses', + 'description' => 'Profile category in which all private addresses of a person are listed', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'profilBearbeiten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Profil bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'edit profil', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'mitarbeiterIn', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'MitarbeiterIn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Employee', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'entlehnteBetriebsmittel', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Entlehnte Betriebsmittel', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Borrowed Company Resources', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'mitarbeiterInformation', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mitarbeiter Information', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Employee Information', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'studentIn', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'StudentIn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'studentInformation', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Student Information', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student Information', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'zutrittsGruppen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zutrittsgruppen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Access groups', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'fhAusweisStatus', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Der FH Ausweis ist am {0} ausgegeben worden.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The FH ID card was issued on {0}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'mailverteiler', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mailverteiler', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Mailing list', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'mailverteilerMitglied', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Sie sind Mitglied in folgenden Mailverteilern:', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'You are a member of the following mailing lists:', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'quickLinks', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Quick Links', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Quick Links', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'zeitwuensche', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zeitwünsche', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Time wishes', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'lehrveranstaltungen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Lehrveranstaltungen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Courses', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'zeitsperren', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zeitsperren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Time locks', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'inventarnummer', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Inventarnummer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'inventory number', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'ausgabedatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausgabedatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'issue date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profil', + 'phrase' => 'wochenstunden', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wochenstunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'working hours', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/profilUpdate.php b/application/phrases/profilUpdate.php new file mode 100644 index 000000000..653d20714 --- /dev/null +++ b/application/phrases/profilUpdate.php @@ -0,0 +1,1684 @@ + 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilBild', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Profilbild', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Profile picture', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'deleteAttachment', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anhang löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete attachment', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'documentUpload', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokument hochladen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Upload document', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdates', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Profil Updates', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Profile Updates', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'topic', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Thema', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'topic', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'zustell_adressen_warning', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Einer ihrer Adressen wird bereits zur Zustellung verwendet, möchten sie diese Adressen als Zustellungsadresse übernehmen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'One of your addresses is already used as a contact address, would you like to use this address as your new contact address?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'zustell_kontakte_warning', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Einer ihrer Kontakte wird bereits zur Zustellung verwendet, möchten sie diesen Kontakt als Zustellungskontakt übernehmen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'One of your contacts is already used as a communication mean, would you like to use this contact as your new communication mean?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'kontaktTyp', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kontakttyp', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'contact type', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'nebenwohnsitz', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nebenwohnsitz', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'secondary residence', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'hauptwohnsitz', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Hauptwohnsitz', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'main residence', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'homeoffice', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Homeoffice', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Homeoffice', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'rechnungsadresse', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Rechnungsadresse', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Billing address', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'notfallkontakt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Notfallkontakt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Emergency contact', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'mobiltelefonnummer', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mobiltelefonnummer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Cell phone number', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'homepage', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Homepage', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Homepage', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'faxnummer', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Faxnummer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Fax number', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'statusMessage', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Status Mitteilung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Status message', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdateInformationMessage', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Aktualisieren Sie ihren {0} und laden Sie die passenden Nachweisdokumente hoch', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Please update your {0} and upload the corresponding Document of proof', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilBildUpdateMessage', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte laden Sie ihr {0} hoch', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Please upload your {0}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdateRequest', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Profil Änderungs Anfrage', + 'description' => 'Eine Änderungs Anfrage', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Profil Update Request', + 'description' => 'One profil update request', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdateRequests', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Profil Änderungs Anfragen', + 'description' => 'Mehrere Änderungs Anfragen', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Profil Update Requests', + 'description' => 'Multiple update requests', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'statusDate', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Status Datum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Date of Status', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'userID', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'UserID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'UserID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'anfrageThema', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Thema der Anfrage', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Topic of Request', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'anfrageDatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Datum der Anfrage', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Date of Request', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'accept', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Annehmen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'accept', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'deny', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ablehnen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'deny', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'UID', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Benutzer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'User', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'pendingRequests', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausstehende Anfragen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Pending Requests', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'acceptedRequests', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Angenommene Anfragen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accepted Requests', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'rejectedRequests', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abgelehnte Anfragen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Rejected Requests', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'allRequests', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle Anfragen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'All Requests', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'deleteContact', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kontakt löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete contact', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'deleteItem', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Item löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete item', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'addItem', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Item hinzufügen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Add item', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'deleteAddress', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Adresse löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete address', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'addContact', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kontakt hinzufügen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Add contact', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'vorname', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Vorname', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'First name', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'nachname', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nachname', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Last name', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'title', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Titel', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Title', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUdate_address_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nicht möglich adressenID {0} für profil Änderung {1} hinzuzufügen', + 'description' => 'Fehlermeldung wenn die AdressenID bereits in einer Profil Änderung verwendet wurde', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'was not able to add addressID {0} to profilRequest {1}', + 'description' => 'Error message when the addressID was already used for another profil update', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_permission_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Notwendinge Berechtigungen fehlen', + 'description' => 'Fehlermeldung wenn notwendige Berechtigungen für Aktionen fehlen', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Missing necessary permission', + 'description' => 'Error message if necessary permissions are missing', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_dms_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Das angeforderte Dokument ist kein Anhang einer Profil Änderung', + 'description' => 'Fehlermeldung wenn ein Dokument angefordert wird, das nicht im zusammenhang mit einer Profil Änderung ist', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The requested document is not an attachment for any profil update', + 'description' => 'Error message if a document is requested that is not connected with a profil update', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_email_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetreten beim sender der Email', + 'description' => 'Fehlermeldung wenn ein Fehler beim senden einer Email auftritt', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred when sending an email', + 'description' => 'Error message if an error occurred while sending emails', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_studentCheck_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetreten beim Überprüfen ob die Person ein Student ist', + 'description' => 'Fehlermeldung wenn ein Fehler beim überprüfen eines Studenten auftritt', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred while checking if the person is a student', + 'description' => 'Error message if an error occurred when checking if a person is a student', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_mitarbeiterCheck_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetreten, es wurde kein Mitarbeiter mit der gleichen uid gefunden', + 'description' => 'Fehlermeldung wenn ein Fehler beim überprüfen eines Mitarbeiter auftritt', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred while checking if the person is a mitarbeiter', + 'description' => 'Error message if an error occurred when checking if a person is a mitarbeiter', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_loading_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler beim laden der Profil Änderung ist aufgetreten', + 'description' => 'Fehlermeldung wenn ein Fehler beim laden einer Profil Änderung auftritt', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred while loading the profil update', + 'description' => 'Error message if an error occurred when loading a profil update', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_dmsVersion_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler beim laden der Dms Version ist aufgetreten', + 'description' => 'Fehlermeldung wenn ein Fehler beim laden einer Dms Version auftritt', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred while loading the dms version', + 'description' => 'Error message if an error occurred when loading a dms version', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_deleteZustellung_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetretten, man kann keine Zustellung löschen', + 'description' => 'Fehlermeldung wenn versucht wird eine Zustellungsresource zu löschen', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred, it is not possible to delete a resource marked as zustellung', + 'description' => 'Error message if someone tried to delete a resource that is marked as zustellung', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_changeTwice_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetretten, man kann die gleiche Profil Information nicht zweimal ändern', + 'description' => 'Fehlermeldung wenn versucht wird eine Information zweimal zu ändern', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred, it is not possible to change the same profil information twice', + 'description' => 'Error message if someone tried to change the same profil information twice', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_changeTopicTwice_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Eine Anfrage {0} ist bereits geöffnet worden', + 'description' => 'Wenn die Profil Änderung nicht über Kontakte oder Adressen ist dann darf das Topic nur einmalig verändert werden', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'A request to change {0} is already open', + 'description' => 'if the profil update is not about contacts or addresses then the topic has to be unique', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_loadingOE_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler beim laden der oe_einheit ist aufgetreten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred, when loading the oe_einheit', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_requiredInformation_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetreten, notwendige Informationen fehlen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred, required informations are missing', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_insert_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist beim hinzufügen der Profil Änderung aufgetreten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred during the insertion of the profil update', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_insertKontakt_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist beim hinzufügen des Kontaktes aufgetreten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred during the insertion of the contact', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_insertAdresse_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist beim hinzufügen der Adresse aufgetreten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred during the insertion of the address', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_updateKontakt_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist beim ändern eines Kontaktes aufgetreten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred while updating a profil update contact', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_updateAdresse_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist beim ändern einer Adresse aufgetreten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred while updating a profil update address', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_loadingZustellkontakte_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist während dem laden der Zustellkontakte aufgetreten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred when querying zustellkontakte', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_loadingZustellAdressen_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist während dem laden der Zustelladressen aufgetreten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred when querying zustelladressen', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'acceptUpdate', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Änderung annehmen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Accept Request', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'denyUpdate', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Änderung ablehnen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deny Request', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'showRequest', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Änderung anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Show request', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_status_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetreten, der Status "{0}" ist unbekannt', + 'description' => 'Fehler der auftritt wenn es den Status nicht in der Datenbank gibt', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred, the status "{0}" is not known', + 'description' => 'error that occurrs when the used status is not present in the database', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_topic_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetreten, das Topic "{0}" existiert nicht', + 'description' => 'Fehler der auftritt wenn es das Topic nicht in der Datenbank gibt', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred, the topic "{0}" is not known', + 'description' => 'error that occurrs when the used topic is not present in the database', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_address_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetreten, Es war nicht möglich die Adresse mit ID {0} in der Datenbank anzulegen', + 'description' => 'Fehler der auftritt wenn es nicht möglich war eine neue Adresse anzulegen', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred, it wasn\'t possible to add new address with ID {0} to the database', + 'description' => 'error that occurrs when it wasn\'t possible to add new address in db', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'profilUpdate_kontakt_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ein Fehler ist aufgetreten, Es war nicht möglich den Kontakt mit ID {0} in der Datenbank anzulegen', + 'description' => 'Fehler der auftritt wenn es nicht möglich war einen neuen Kontakt anzulegen', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred, it wasn\'t possible to add new contact with ID {0} to the database', + 'description' => 'error that occurrs when it wasn\'t possible to add new contact in db', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'insertamum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Einfüge Datum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Insert Date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'actions', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Aktionen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Actions', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'profilUpdate', + 'phrase' => 'meldebestaetigung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Meldebestätigung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Confirmation of registration', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/rauminfo.php b/application/phrases/rauminfo.php new file mode 100644 index 000000000..195b41d41 --- /dev/null +++ b/application/phrases/rauminfo.php @@ -0,0 +1,172 @@ + 'core', + 'category' => 'rauminfo', + 'phrase' => 'raum_kurzbz', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Raum Kurzbezeichnung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Room Shortname', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'rauminfo', + 'phrase' => 'roomSearch', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Räume Suchen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Search Rooms', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'rauminfo', + 'phrase' => 'minCapacity', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mindestpersonenkapazität', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Minimum person capacity', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'rauminfo', + 'phrase' => 'roomReservations', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Raum Reservierungen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Room Reservations', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'rauminfo', + 'phrase' => 'personcap', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Personen Kapazität', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Person Capacity', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'rauminfo', + 'phrase' => 'raumnummer', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Raumnummer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Room Number', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'rauminfo', + 'phrase' => 'keineRaumReservierung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Raum Reservierungen gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No Room Reservations found', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/sap.php b/application/phrases/sap.php new file mode 100644 index 000000000..f423ace33 --- /dev/null +++ b/application/phrases/sap.php @@ -0,0 +1,76 @@ + 'core', + 'category' => 'sap', + 'phrase' => 'error_noBuchung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Buchungsnr #{buchungsnr} is ungültig', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The Buchungnr #{buchungsnr} is not valid', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'sap', + 'phrase' => 'error_buchungLocked', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Buchung wurde bereits übertragen und darf nicht geändert werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The Buchung was already submitted and can not be changed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'sap', + 'phrase' => 'msg_buchung_deleted', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Buchungszuordnung SAP geloescht: SalesOrder: {sap_sales_order_id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Buchungszuordnung SAP deleted: SalesOrder: {sap_sales_order_id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/search.php b/application/phrases/search.php new file mode 100644 index 000000000..f6f3c8275 --- /dev/null +++ b/application/phrases/search.php @@ -0,0 +1,1012 @@ + 'core', + 'category' => 'search', + 'phrase' => 'input_search_label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Suche: {types}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Search: {types}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'type_employee', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mitarbeiter', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'employees', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'type_student', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studenten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'students', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'type_prestudent', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Prestudenten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'prestudents', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'type_room', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Räume', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'rooms', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'type_organisationunit', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Organisationseinheiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'organisation units', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'type_cms', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Inhalte', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'sites', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'type_dms', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokumente', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'documents', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'button_filter_label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Filter', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Filter', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'applyfilter_label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Suche filtern nach:', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Filter search for:', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'action_default_label', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Standard Aktion', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Default Action', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_student_uid', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Student UID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student UID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_prestudent_id', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Prestudent ID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Prestudent ID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_emails', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Emails', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Emails', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_group_emails', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gruppen-Email', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Group-Email', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_employee', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'MitarbeiterIn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Employee', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_stdkst', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Standard-Kostenstelle', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Standard cost center', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_stdkst_none', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'keine', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'none', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_parent_oe', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Übergeordnete OE', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Parent OU', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_oe_none', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'keine', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'none', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_room_address', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Standort', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Site', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_address_floor', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '{floor} Stockwerk', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '{floor} floor', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_address_none', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'N/A', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'N/A', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_workplaces', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Sitzplätze', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Seats', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_workplaces_pc', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '{max_person}, davon {workplaces} PC-Plätze', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '{max_person}, of which {workplaces} PC-Workstations', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_workplaces_none', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'N/A', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'N/A', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_building', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gebäude', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Building', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_equipment', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zusatz Informationen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Additional information', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_leader', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Leiter', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Leader', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_leader_none', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'N.N.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'N/A', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_number_of_employees', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mitarbeiter-Anzahl', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Number of employees', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_dms_id', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'DMS ID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'DMS ID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_version', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Version', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Version', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_keywords', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Schlagwörter', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Keywords', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'result_content_none', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Inhalt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No Content', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'error_missing_type', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Ergebnistyp ausgewählt. Bitte mindestens einen Ergebnistyp auswählen.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No result type selected. Please select at least one result type.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'error_no_results', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Es wurden keine Ergebnisse gefunden.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No results were found.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'error_unknown_type', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unbekannter Ergebnistyp: \'{type}\'.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unknown resulttype: \'{type}\'.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'error_general', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bei der Suche ist ein Fehler aufgetreten. {message}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred while searching. {message}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'error_missing_config', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Such-Konfiguration $config["{type}"] nicht gefunden.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Search config $config["{type}"] not found.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'error_invalid_config', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Such-Konfiguration für $config["{type}"] ist ungültig: Feld "{field}" fehlt, ist leer oder hat einen ungültigen Typ.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Search config for $config["{type}"] is invalid: field {field} is missing, empty or has an invalid type.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'search', + 'phrase' => 'error_invalid_config_searchfield', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Such-Konfiguration $config["{type}"]["searchfields"]["{searchfield}"] ist ungültig: Feld "{field}" fehlt oder ist unglültig.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Search config $config["{type}"]["searchfields"]["{searchfield}"] is invalid: field {field} is missing or invalid.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/studiengangInformation.php b/application/phrases/studiengangInformation.php new file mode 100644 index 000000000..cbf4c253c --- /dev/null +++ b/application/phrases/studiengangInformation.php @@ -0,0 +1,172 @@ + 'core', + 'category' => 'studiengangInformation', + 'phrase' => 'assistenz', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studiengangsassistenz', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'degree program assistant', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studiengangInformation', + 'phrase' => 'geschaeftsfuehrende_leitung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Geschäftsführende Leitung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Managing director', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studiengangInformation', + 'phrase' => 'stellvertretende_leitung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Stellvertretende Leitung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Representative director', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studiengangInformation', + 'phrase' => 'geschaeftsfuehrende_stellvertretende_leitung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Geschäftsführende / Stellvertretende Leitung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Managing / Representative director', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studiengangInformation', + 'phrase' => 'Jahrgangsvertretung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Jahrgangsvertretung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Study year representative', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studiengangInformation', + 'phrase' => 'Studienvertretung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studienvertretung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Study representative', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studiengangInformation', + 'phrase' => 'Hochschulvertretung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Hochschulvertretung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'University representative', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/studierendenantrag.php b/application/phrases/studierendenantrag.php new file mode 100644 index 000000000..957b80af2 --- /dev/null +++ b/application/phrases/studierendenantrag.php @@ -0,0 +1,3606 @@ + 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'infotext_Wiederholung_0', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gemäß § 16 Abs. 1 FHG steht Studierenden einmalig das Recht auf Wiederholung eines Studienjahres in Folge einer negativ beurteilten kommissionellen Prüfung zu.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'According to § 16 paragraph 1 FHG, students have the right to repeat an academic year as a result of a negative examination before a committee.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'infotext_Wiederholung_1', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Wiederholung ist bei der Studiengangsleitung binnen eines Monats ab Mitteilung des negativen Prüfungsergebnisses bekannt zu geben.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The head of the degree program must be notified of the repetition within one month of notification of the negative examination result.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'infotext_Wiederholung_2', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Infolge der Weiterentwicklung der Qualität des Studienganges kann es zu Änderungen der Studienbedingungen im Zuge der Wiederholung eines Studienjahres kommen (z.B. Studienplan, Prüfungsordnung etc.).', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'As a result of the further development of the quality of the course, there may be changes to the study conditions in the course of repeating an academic year (e.g. study plan, examination regulations, etc.).', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'infotext_Wiederholung_3', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Studiengangsleitung legt Prüfungen und Lehrveranstaltungen für die Wiederholung des Studienjahres fest.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The head of the degree program determines examinations and courses for the repetition of the academic year.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'infotext_Wiederholung_4', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nicht bestandene Prüfungen und Lehrveranstaltungen sind jedenfalls, bestandene Prüfungen und Lehrveranstaltungen nur, sofern es der Zweck des Studiums erforderlich macht, zu wiederholen oder erneut zu besuchen. Wird eine Lehrveranstaltung nach der letzten Wiederholungsmöglichkeit negativ beurteilt, darf dieder Studierende an keiner kommissionellen Wiederholungsprüfung im Semester der negativ beurteilen Lehrveranstaltung und im Folgesemester mehr teilnehmen (nicht-kommissionelle Wiederholungsprüfungen können wahrgenommen werden)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'In any case, failed examinations and courses are to be repeated or attended again only if the purpose of the course makes it necessary. If a course is assessed negatively after the last opportunity to repeat it, the student may no longer take part in a board re-examination in the semester in which the course was assessed as negative and in the following semester (non-board re-examinations can be taken).', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_Wiederholung_pruefung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Negativ beurteilte kommissionelle Prüfung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Negative assessment by a committee', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_Wiederholung_pruefung_date', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Datum der Beurteilung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'date of assessment', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_Wiederholung_button_yes', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ich gebe hiermit die Wiederholung des Studienjahres bekannt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'I hereby announce the repetition of the academic year', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_Wiederholung_button_no', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ich werde das Studienjahr nicht wiederholen und Abbrechen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'I will not repeat the academic year and will drop out', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_header', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Verwaltung des Studierendenstatus', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Management of student status', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_new', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neu Anlegen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Create new', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_create', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anlegen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Create', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_create_Abmeldung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Vom Studium abmelden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deregister from your studies', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_create_Unterbrechung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Das Studium unterbrechen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Interrupt your studies', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_cancel', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bekanntgabe zurückziehen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Cancel announcement', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'filter_all', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'alle anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'show all', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'filter_todo', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'nur offene anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'only show open', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'warning_Abmeldung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ihr CIS-Account ist noch 21 Tage aktiv. Wir bitten Sie, alle benötigten Dateien (Zeugnisse, Studienerfolgsbestätigungen, Studienbestätigungen, etc.) innerhalb dieses Zeitraums herunterzuladen. Für die Ausstellung von Duplikaten fallen nach Inaktivsetzung des CIS-Accounts Kosten an.
+Bitte retournieren Sie baldmöglichst entlehnte Bücher an die Bibliothek.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Your CIS account is still active for 21 days. We ask you to download all required files (certificates, confirmations of academic success, confirmation of studies, etc.) within this period. There is a charge for issuing duplicates after the CIS account has been deactivated.
+Please return borrowed books to the library as soon as possible.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'warning_AbmeldungStgl', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte beachten Sie die Einspruchsfrist von 2 Wochen nach Bestätigung durch die Studiengangsleitung!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Please note the objection period of 2 weeks after confirmation by the head of the degree program!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_Abmeldung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'De-registration', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_AbmeldungStgl', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'De-registration', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_Unterbrechung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unterbrechung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Interruption', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_Wiederholung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wiederholung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Repetition', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_new_Abmeldung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neue Abmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New de-registration', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_typ', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Typ', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Type', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_status', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Status', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Status', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_studiensemester', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studiensemester', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Semester', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_erstelldatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erstelldatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Createdate', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'studierendenantraege', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studierendenanträge', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Applications', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_datum_wiedereinstieg', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wiedereinstieg', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Re-Entry', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_grund', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Grund', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reason', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_unruly', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unruly', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unruly', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_unruly_updated', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unruly Person Status wurde aktualisiert.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unruly person status has been updated.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_dateianhaenge', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dateianhänge', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Attachments', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_anhang', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anhang', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Attachment', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_typ_Abmeldung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abmeldung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deregistration', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_typ_AbmeldungStgl', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abmeldung (durch Studiengangsleitung)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Cancellation (by course director)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_typ_Unterbrechung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unterbrechung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Break', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'antrag_typ_Wiederholung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wiederholung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Repetition', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_show_lvs', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'LVs anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Show LVs', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_edit', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_reopen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erneut Freischalten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reopen', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_pause', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Pausieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Pause', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_unpause', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fortsetzen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Resume', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_object', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Beeinspruchen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Object', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_objection_deny', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Einspruch abgelehnt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Objection rejected', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_objection_approve', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Einspruch stattgegeben', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Objection granted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_lvzuweisen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'LVs zuweisen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Assign Lvs', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_approve', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bestätigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Confirm', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_reject', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ablehnen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reject', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_save_lvs', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zuweisungen speichern', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Save assignments', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'btn_download_antrag', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'PDF herunterladen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Download PDF', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_student', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Sie sind derzeit in keinem Studium', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'You are currently not enrolled', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_student_for_prestudent', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Student gefunden für Prestudent #{prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No student found for prestudent #{prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_student_no_failed_exam', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Sie sind derzeit in keinem Studium oder haben keine negativ beurteilte kommissionelle Prüfung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'You are not currently studying or have not passed a board examination with negative reasons', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'no_attachments', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Dateianhänge', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No Attachments', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_lvzuweisen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Lehrveranstaltungen zuweisen für {name}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Assign Courses for {name}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_lv_nicht_zugelassen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Angabe aller Lehrveranstaltungen, zu denen die Person nicht zugelassen ist', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Details of all courses to which the person is not admitted', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_lv_wiederholen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Angabe aller zu wiederholenden bzw. erneut zu besuchenden Lehrveranstaltungen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Specification of all courses to be repeated or attended again', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_show_lvs', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Lehrveranstaltungen für {name}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Courses for {name}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'my_lvs', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Meine Lehrveranstaltungen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'My Courses', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'lv_nicht_zulassen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nicht zulassen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Don\'t allow ', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_history', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Statusverlauf für #{id} ', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'History for #{id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'anmerkung_tooltip', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Spalte Anmerkung kann verwendet werden, um Besonderheiten z.B. bei einem Studienplanwechsel zu dokumentieren (Änderung von LV-Titel, ECTS…) ', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The Comment column can be used to document special features, e.g. when changing the curriculum (change of course title, ECTS...)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'fuer_alle_uebernehmen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'für alle übernehmen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'apply for all', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'fuer_x_uebernehmen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Auswahl für {count} weitere(n) Wiederholungsanträge übernehmen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Adopt selection for {count} further repeat applications', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'title_grund', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Grund für Ablehnung von #{id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reason for rejection of #{id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_lvs', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Lehrveranstaltungen zugewiesen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No courses assigned', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'status_x', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Status: {status}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Status: {status}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'status_saving', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Daten werden gespeichert...', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Saving...', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'status_error', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fehler', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Error', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'status_open', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Offen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Open', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'status_created', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erstellt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Created', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'status_cancelling', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zurückziehen...', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Cancelling...', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'status_cancelled', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zurückgezogen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Cancelled', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'status_unpaused', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fortgesetzt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Resumed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'status_stop', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gestoppt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Stopped', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_stg_blacklist', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Für diesen Studiengang sind keine Bekanntgaben möglich', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No announcements are accepted for this course', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_antrag_exists', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Es gibt bereits eine bestehende Bekanntgabe', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'There is already an existing announcement', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_antrag_pending', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Es gibt bereits eine bestehende Bekanntgabe vom Typ {typ}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'There is already an existing announcement of type {typ}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_antrag_found', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Bekanntgabe mit Id {id} gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No announcement found with Id {id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_antrag_found_prestudent', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine {typ} Bekanntgabe gefunden für Prestudent {prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No {typ} announcement found for prestudent {prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_stg_and_sem', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Studiengang und Ausbildungssemester gefunden für Bekanntgabe mit Id {id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No studiengang and ausbildungssemester found for announcement with id: {id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_stg_antrag', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Studiengang gefunden für Bekanntgabe #{id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No studiengang found for announcement #{id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_stg_email', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Studiengang-Email gefunden für Bekanntgabe #{id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No studiengang-email found for announcement #{id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_studienplan', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Studienplan gefunden für Studiengang: {studiengang_kz}, Studiensemester: {studiensemester_kurzbz}, Ausbildungssemester: {semester}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No studienplan found for stg: {studiengang_kz}, studiensemester: {studiensemester_kurzbz}, ausbildungssemester: {semester}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_antragstatus', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Status für Bekanntgabe #{id} gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No status found announcement #{id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_multiple_studienplan', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mehrere Studienpläne gefunden für Studiengang: {studiengang_kz}, Studiensemester: {studiensemester_kurzbz}, Ausbildungssemester: {semester}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Multiple studienplans found for stg: {studiengang_kz}, studiensemester: {studiensemester_kurzbz}, ausbildungssemester: {semester}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_sem_after', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Studiensemester nach {semester} gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No studiensemester found after: {semester}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_stdsem', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Das Studiensemester {studiensemester_kurzbz} existiert nicht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Semester {studiensemester_kurzbz} does not exist', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_status_in_prev_sem', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Status im letzten Semester gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No status found in previous semester', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_antrag_locked', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Diese Bekanntgabe ist gesperrt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'This request is locked', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_lv_in_application', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Lehrveranstaltung in Bekanntgabe gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No course found in announcement', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_right', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Berechtigung, die Bekanntgabe zu bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No authorization to edit the announcement', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_objection', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Berechtigung, die Bekanntgabe zu beeinspruchen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No authorization to object the announcement', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_not_objected', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bekanntgabe ist nicht beeinsprucht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Announcement is not objected', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_not_approved', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bakanntgabe ist nicht bestätigt worden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Announcement is not approved', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_not_pausable', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bekanntgabe mit Id {id} kann nicht pausiert werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Announcement with Id {id} cannot be not paused', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_not_paused', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bekanntgabe mit Id {id} ist nicht pausiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Announcement with Id {id} is not paused', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_stg_last_semester', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Der Studiengang hat nicht genügend Semester', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The course does not have enough semesters', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_person', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Person gefunden mit id {person_id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No Person found with id {person_id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_person_prestudent', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Person gefunden für Prestudent #{prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No Person found for prestudent #{prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_email', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Email kontakt gefunden für Person mit id {person_id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No email contact found for Person with id {person_id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_prestudent', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Prestudent gefunden: {prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No Prestudent found: {prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_prestudent_in_sem', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Status für Prestudent #{prestudent_id} in Semester {studiensemester_kurzbz} gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No status found for prestudent #{prestudent_id} in semester {studiensemester_kurzbz}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_stg_for_prestudent', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Studiengang für Prestudent #{prestudent_id} gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No course found for prestudent #{prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_no_prestudentstatus', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kein Status gefunden für Prestudent: {prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No status found for Prestudent: {prestudent_id}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_mail_to', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Email an {email} konnte nicht versandt werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Failed to send email to {email}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_name', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Name des Studenten nicht gefunden
Details:
{message}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Name of student not found
Details:
{message}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_mail_and_name', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Email wurde nicht an den Studenten versendet da kein Name gefunden wurde
Details:
{message}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Mail to student not sent and student name not found
Details:
{message}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'studentIn', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'StudentIn ({prestudent_id})', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student ({prestudent_id})', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_U_Approve', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unterbrechung mit id {studierendenantrag_id} konnte nicht genehmigt werden.
Details:
{message}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Could not approve Unterbrechung for studierendenantrag_id: {studierendenantrag_id}
Details:
{message}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'error_U_Reject', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unterbrechung mit id {studierendenantrag_id} konnte nicht abgelehnt werden.
Details:
{message}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Could not reject Unterbrechung for studierendenantrag_id: {studierendenantrag_id}
Details:
{message}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_subject_A_Approve', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abmeldung freigegeben', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unsubscribe released', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_subject_A_Student', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abmeldung freigegeben', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Unsubscribe released', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_subject_A_Stgl', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abmeldung durch Studiengangsleitung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'De-registration by the course director', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_subject_A_ObjectionDenied', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ihr Einspruch wurde Abgelehnt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Your objection was denied', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_subject_U_Approve', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unterbrechung freigegeben', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Interruption enabled', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_subject_U_Reject', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Unterbrechung abgelehnt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Interruption rejected', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_subject_W_New', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neue*r Wiederholer*in', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New Repeater', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_subject_W_Approve', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wiederholung von Studiengangsleitung freigegeben', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Repetition approved by course director', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_subject_W_Student', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wiederholung von Studiengangsleitung freigegeben', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Repetition approved by course director', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_part_table', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '{rows}
{stg_bezeichnung} ({stg_orgform_kurzbz})
', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '{rows}
{stg_bezeichnung} ({stg_orgform_kurzbz})
', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_part_x_new_Abmeldung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '{count} neue Abmeldung(en)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '{count} new De-registration(s)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_part_x_new_Unterbrechung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '{count} neue(r) Antrag/Anträge auf Unterbrechung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '{count} new application(s) for Interruption', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_part_x_new_Wiederholung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '{count} neue LV Zuweisung(en) für Wiederholer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '{count} new LV assignment(s) for repeaters', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_part_grund', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => '

Grund:

{grund}

', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => '

Reason:

{grund}

', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mail_part_error_no_lvs', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Keine Lehrveranstaltungen gefunden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No courses found', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'calltoaction_Abmeldung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die Abmeldung vom Studium kann hier durchgeführt werden.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'You can deregister from your studies here.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'calltoaction_Unterbrechung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Eine Unterbrechung des Studiums ist hier zu beantragen. Die Gründe der Unterbrechung und die beabsichtigte Fortsetzung des Studiums sind nachzuweisen oder glaubhaft zu machen. In der Entscheidung über den Antrag sind zwingende persönliche, gesundheitliche oder berufliche Gründe zu berücksichtigen. Während der Unterbrechung können keine Prüfungen abgelegt werden.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'You can apply for an interruption of your studies here. The reasons for the interruption and the intended continuation of the course must be proven or made credible. Compelling personal, health or professional reasons must be taken into account when deciding on the application. No exams can be taken during the interruption.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'calltoaction_Wiederholung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studierenden steht einmalig das Recht auf Wiederholung eines Studienjahres in Folge einer negativ beurteilten kommissionellen Prüfung zu. Die Wiederholung ist bei der Studiengangsleitung binnen eines Monats ab Mitteilung des Prüfungsergebnisses bekannt zu geben. Die Studiengangsleitung hat Prüfungen und Lehrveranstaltungen für die Wiederholung des Studienjahres festzulegen, wobei nicht bestandene Prüfungen und Lehrveranstaltungen jedenfalls, bestandene Prüfungen und Lehrveranstaltungen nur, sofern es der Zweck des Studiums erforderlich macht, zu wiederholen oder erneut zu besuchen sind.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Students have the one-time right to repeat an academic year as a result of a negative examination by a committee. The head of the degree program must be notified of the repetition within one month of notification of the examination result. The head of the degree program must determine examinations and courses for the repetition of the academic year, whereby failed examinations and courses are to be repeated or attended again, in any case, passed examinations and courses only if the purpose of the course makes it necessary.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'textLong_studentNichtGezahlt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausschlußgrund gemäß Ausbildungsvertrag (Punkt 7.4): Nichterfüllung finanzieller Verpflichtungen trotz Mahnung (Studienbeitrag)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reason for exclusion according to the training contract (point 7.4): Failure to meet financial obligations despite a reminder (tuition fees)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'textLong_studentNichtAnwesend', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausschlußgrund gemäß Ausbildungsvertrag (Punkt 7.4): mehrmalig unentschuldigtes Verletzen der Anwesenheitspflicht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reason for exclusion according to the training contract (point 7.4): multiple unexcused breaches of attendance requirements', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'textLong_PruefunstermineNichtEingehalten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausschlußgrund gemäß Ausbildungsvertrag (Punkt 7.4): wiederholtes Nichteinhalten von Prüfungsterminen bzw Abgabeterminen für Seminararbeiten bzw. Projektarbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reason for exclusion according to the training contract (point 7.4): repeated non-compliance with examination dates or deadlines for seminar papers or project work', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'textLong_plageat', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausschlußgrund gemäß Ausbildungsvertrag (Punkt 7.4): Plagiieren im Rahmen wissenschaftlicher Arbeiten bzw. unerlaubte Verwendung KI generierter Hilfsmittel bzw. Quellen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reason for exclusion according to the training contract (point 7.4): Plagiarism in the context of scientific work or unauthorized use of AI-generated tools or sources', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'textLong_ungenuegendeLeistung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausschlußgrund gemäß Ausbildungsvertrag (Punkt 7.4): nicht genügende Leistung im Sinne der Prüfungsordnung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reason for exclusion according to the training contract (point 7.4): insufficient performance in terms of the examination regulations', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'textLong_NichtantrittStudium', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausschlußgrund gemäß Ausbildungsvertrag (Punkt 7.4): Nichtantritt des Studiums zu Beginn des Studienjahres (=Unbegründetes Nichterscheinen zur ersten Studienveranstaltung)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Reason for exclusion according to the training contract (point 7.4): Failure to start the course at the beginning of the academic year (= unjustified non-attendance to the first course event)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'textLong_MissingZgv', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zugangsvoraussetzung BA (bzw. MA) nicht erfüllt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Entry requirements BA (resp. MA) not fulfilled)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'textLong_unruly', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Person ist unruly', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Person is unruly', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'dropdown_nichtGezahlt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Student*in hat nicht bezahlt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student has not paid', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'dropdown_nichtAnwesend', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Student*in war mehrmals unentschuldigt abwesend', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student was absent without excuse several times', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'dropdown_PruefunstermineNichtEingehalten', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Student*in hat Prüfunstermine nicht eingehalten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student failed to meet exam dates', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'dropdown_plageat', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Student*in hat plagiiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student failed to meet exam dates', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'dropdown_ungenuegendeLeistung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Leistung ungenügend', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'performance insufficient', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'dropdown_NichtantrittStudium', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nichtantritt des Studiums', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'non-commencement of the course', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'dropdown_MissingZgv', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zugangsvoraussetzung BA (bzw. MA) nicht erfüllt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Entry requirements BA (resp. MA) not fulfilled', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'dropdown_bitteWaehlen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'bitte auswählen, sofern zutreffend', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'please select if applicable', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'grund_Wiederholung_deadline', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'negative kommissionelle Beurteilung und keine fristgerechte Bekanntgabe der Wiederholung des Studienjahres', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'negative assessment by the committee and no timely announcement of the repetition of the academic year', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'dropdown_unruly', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Person ist unruly.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Person is unruly.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'studierendenantrag', + 'phrase' => 'mark_person_as_unruly', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Person ist unruly.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Person is unruly.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/stv.php b/application/phrases/stv.php new file mode 100644 index 000000000..3d9d23ed7 --- /dev/null +++ b/application/phrases/stv.php @@ -0,0 +1,1684 @@ + 'core', + 'category' => 'stv', + 'phrase' => 'action_new', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'InteressentIn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Candidate', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'warn_removed_favs', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zu viele Favoriten! Die folgenden Einträge wurden entfernt: {items}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Too many favorites! The following entries were removed: {items}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_details', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Details', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Details', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_notes', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Notizen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Notes', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_contact', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kontakt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Contact', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_prestudent', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'PreStudentIn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Prestudent', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_status', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Status', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'State', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_banking', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Konto', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Banking', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_resources', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betriebsmittel', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Resources', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_grades', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Noten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Grades', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_exam', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Prüfung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Exam', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_title_new', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neue Buchung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New Booking', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_title_new_multi', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neue Buchung ({x} Studenten)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New Booking ({x} Students)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_title_edit', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Buchung #{buchungsnr} bearbeiten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit Booking #{buchungsnr}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_counter', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gegenbuchen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Counter-book', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_payment_confirmation', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zahlungsbestaetigung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Payment confirmation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_filter_count_0', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Liste filtern auf nicht belastet:', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Filter list to not charged:', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_filter_missing_counter', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Liste filtern auf fehlende Gegenbuchungen:', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Filter the list for missing offsetting entries:', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_all_types', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'alle Buchungstypen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'all booking types', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_filter_open', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nur offene anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Display only open', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'konto_filter_current_stg', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nur aktuellen Studiengang anzeigen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Display only current Degree Program', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'status_confirm_popup', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Diesen Status bestaetigen?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Confirm this status?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'document_certificate', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zertifikat', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Certificate', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'document_coursecertificate', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'LV Zeugnis', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Course certificate', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'document_download', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Download', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Download', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'document_archive', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Archivieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Archive', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'document_signed_and_archived', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokument signiert und archiviert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Document signed and archived', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_zeugnis', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zeugnis', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Certificate', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_takeoverdate', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Übernahmedatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Takeover date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_gradingdate', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Benotungsdatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Grading date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_approvaldate', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Freigabedatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Approval date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_numericgrade', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Note (Numerisch)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Grade (numeric)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_studiengang_lv', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studiengang (Lehrveranstaltung)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Degree-program (Course)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_studiengang_kz_lv', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studiengangskennzahl (Lehrveranstaltung)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Study program number (Course)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_semester_lv', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Semester (Lehrveranstaltung)', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Semester (Course)', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_points', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Punkte', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Points', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_lehrveranstaltung_bezeichnung_english', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Lehrveranstaltungsname Englisch', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Coursename english', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_setgrade', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Note setzen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Set grade', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_updated', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Note gesetzt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Grade set', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_title_zeugnis', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Zeugnis', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Certificate', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_title_teacher', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'LektorIn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Lector', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_title_repeater', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Wiederholer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Repeater', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_action_copy', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Übernehmen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Transfer', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_error_sign', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Diese Vorlage darf nicht signiert werden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'This template must not be signed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_error_archive', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dieses Dokument ist nicht archivierbar', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'This document cannot be archived', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_error_overwrite', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nicht überschreibbar', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Not overwritable', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_error_lehreinheit_id', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fehler beim Ermitteln der Lehreinheit ID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Error determining the Teaching Unit ID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'grades_error_prestudentstatus', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'StudentIn hat keinen Status in diesem Semester', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student has no status this semester', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_finalexam', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abschlussprüfung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Final exam', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_groups', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gruppen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Groups', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_mobility', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Mobilität', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Mobility', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_dokument_archivieren', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokument archivieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Archive document', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_archive', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Archiv', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Archive', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_title', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Titel', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Title', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_description', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bezeichnung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Description', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_creation_date', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erstelldatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Creation date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_accepted_on_at', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'AkzeptiertAmUm', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'AcceptionOnAt', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_gedruckt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Gedruckt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Printed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_signiert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Signiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Signed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_title_edit', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akte aktualisieren', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Edit document', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_akte', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akte', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Document', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_new_file', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Neue Datei', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'New file', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_akte_id', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Akte ID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Document ID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'archiv_signed', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Signiert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Signed', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_messages', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Nachrichten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Messages', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_documents', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokumente', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Documents', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_jointstudies', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'GS', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Joint Studies', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_courseDates', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'LV Termine', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Course Dates', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_admissionDates', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Aufnahmetermine', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Admission Dates', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'stv', + 'phrase' => 'tab_functions', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Funktionen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Functions', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/tools.php b/application/phrases/tools.php new file mode 100644 index 000000000..c2401540d --- /dev/null +++ b/application/phrases/tools.php @@ -0,0 +1,412 @@ + 'core', + 'category' => 'tools', + 'phrase' => 'dokumente', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Dokumente', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Documents', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'erstelldatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erstelldatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Creation date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'bestaetigungenZeugnisse', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bestätigungen/Zeugnisse', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Certificates/Transcripts', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'inskriptionsbestaetigung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studienbestätigung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Enrollment Confirmation', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'studienbeitragFuerSSBezahlt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studienbeitrag für das %1$s bezahlt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'tuition fee for semester %1$s paid', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'studienbeitragFuerSSNochNichtBezahlt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studienbeitrag für das %1$s noch nicht bezahlt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'tuition fee for semester %1$s not yet paid', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'studienbeitragFuerStgNochNichtBezahlt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studienbeitrag für %1$s noch nicht bezahlt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'tuition fee for %1$s not yet paid', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'studienbeitragNochNichtBezahlt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studienbeitrag noch nicht bezahlt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'tuition fee not yet paid', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'studienerfolgsbestaetigung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studienerfolgsbestätigung', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student progress report', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'studiensemesterAuswaehlen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte wählen Sie das entsprechende Studiensemester aus', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Please select the corresponding semester', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'vorlageWohnsitzfinanzamt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'zur Vorlage beim Wohnsitzfinanzamt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'for submission to local tax office', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'studienbuchblatt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Studienbuchblatt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Student Record', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'alleStudiensemester', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Alle Studiensemester', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'All semester', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'abschlussdokumente', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Abschlussdokumente/Zeugnisse', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Final documents/Transcripts', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'nochKeineAbschlussdokumenteVorhanden', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Noch keine Abschlussdokumente vorhanden', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No final documents available yet', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'keinStatusImStudiensemester', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Für das übergebene Studiensemester %1$s existiert kein Status. Bitte wählen Sie ein gültiges Studiensemester aus dem DropDown.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No status found for %1$s. Please select a valid semester from the dropdown.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'tools', + 'phrase' => 'warnungDruckDigitaleSignatur', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Hinweis! Digital signierte Dokumente werden in manchen Browsern und PDF-Readern nicht korrekt angezeigt.
Bitte verwenden Sie den Adobe Acrobat Reader, wenn Sie das Dokument ausdrucken möchten.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Note! Digitally signed documents are not displayed correctly in some browsers and PDF readers.
Please use the Adobe Acrobat Reader if you want to print the document.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/uhstat.php b/application/phrases/uhstat.php new file mode 100644 index 000000000..c6911387a --- /dev/null +++ b/application/phrases/uhstat.php @@ -0,0 +1,532 @@ + 'core', + 'category' => 'uhstat', + 'phrase' => 'angabeFehlt', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Angabe fehlt', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Value is missing', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'ausbildungBildungsstaatUebereinstimmung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Höchster Abschluss (unterteilt in Österreich oder im Ausland/unbekannt) passt nicht zum Staat des höchsten Abschlusses.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Highest completed level of education (divided into those acquired in Austria and those abroad/unknown) does not match country of the highest completed level of education', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'erfolgreichGespeichert', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erfolgreich gespeichert', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Saved successfully', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'fehlerBeimSpeichern', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Fehler beim Speichern', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Error when saving', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'uhstat1AnmeldungUeberschrift', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erhebung bei der Anmeldung zu einem Studium oder bei Studienbeginn', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Survey when applying for a study or at the start of studies', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'rechtsbelehrung', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'gemäß § 18 Absätzen 6 und 7 Bildungsdokumentationsgesetz 2020, BGBl. I  Nr. 20/2021, in der gültigen Fassung, sowie § 141 Absatz 3 Universitätsgesetz 2002, BGBl. I  Nr. 120/2002, in der gültigen Fassung.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'according to section 18 subsections 6 and 7 of the Bildungsdokumentationsgesetz 2020, Federal Law Gazette I  No. 20/2021, in the current version, and section 141 subsection 3 of the Universitätsgesetz 2002, Federal Law Gazette I  No. 120/2002, in the current version.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'uhstat1AnmeldungEinleitungstext', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Das Senden der Daten ist nur möglich, wenn die Sozialversicherungsnummer (bzw. das Ersatzkennzeichen) gültig ist und alle Fragen beantwortet worden sind. Wenn Sie etwas nicht wissen, wählen Sie die Antwortmöglichkeit „unbekannt“, aber beantworten Sie bitte alle Fragen.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Sending the data is only possible if the social security number (or the substitute code) is valid and all questions have been answered. If you don\'t know something, choose the answer option “unknown”, but please answer all questions.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'uhstat1EinleitungSvnrtext', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Laut Bildungsdokumentationsgesetz sind wir verpflichtet die Sozialversicherungsnummer zu erheben bzw. zu registrieren. Falls Sie über keine Sozialversicherungsnummer verfügen, fordert die FH Technikum Wien in Ihrem Namen ein Ersatzkenneichen an.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'According to the General Social Insurance Act, we are obliged to collect and register your national insurance number. If you do not have a national insurance number, UAS Technikum Wien will request a social insurance substitute code on your behalf.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'angabenErziehungsberechtigte', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Angaben zu Ihren Erziehungsberechtigten', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Information about your legal guardians', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'angabenErziehungsberechtigteEinleitungstext', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Die folgenden Fragen beziehen sich auf Personen, welche für Sie erziehungsberechtigt waren oder sind (Eltern oder jene Personen, die für Sie eine entsprechende Rolle übernommen haben, wie z.B. Stief- oder Pflegeeltern).', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The following issues refer to your legal guardians (parents or persons who were in the role of the parents, e.g. stepparents or foster parents).', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'bitteAuswaehlen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte auswählen...', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'please select...', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'erziehungsberechtigtePersonEins', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erziehungsberechtigte Person 1/Mutter', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Legal guardian 1/mother', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'geburtsjahr', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Geburtsjahr', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'year of birth', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'geburtsstaat', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Geburtsstaat', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'country of birth', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'inDenHeutigenGrenzen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'in den heutigen Grenzen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'in today\'s borders', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'hoechsterAbschlussStaat', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Staat des höchsten Abschlusses', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Country of the highest completed level of education', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'wennAbschlussInOesterreich', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Falls der höchste Bildungsabschluss in Österreich erworben wurde', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'If the highest level of education was completed in Austria:', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'wennAbschlussNichtInOesterreich', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Falls das Land des höchsten erworbenen Bildungsabschlusses unbekannt oder nicht Österreich ist', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'If the country of the highest completed level of education is unknown or not Austria:', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'erziehungsberechtigtePersonZwei', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erziehungsberechtigte Person 2/Vater', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Legal guardian 2/father', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'pruefenUndSpeichern', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Prüfen und Speichern', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Check and submit', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'datenLoeschen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Daten löschen', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Delete data', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'erfolgreichGeloescht', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Erfolgreich gelöscht', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Deleted successfully', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/vbform.php b/application/phrases/vbform.php new file mode 100644 index 000000000..130a5571a --- /dev/null +++ b/application/phrases/vbform.php @@ -0,0 +1,28 @@ + 'personalverwaltung', + 'category' => 'vbform', + 'phrase' => 'oder', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'oder', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'or', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/wawi.php b/application/phrases/wawi.php new file mode 100644 index 000000000..f006af047 --- /dev/null +++ b/application/phrases/wawi.php @@ -0,0 +1,220 @@ + 'core', + 'category' => 'wawi', + 'phrase' => 'inventarnummer', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Inventarnummer', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'inventory number', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'wawi', + 'phrase' => 'ausgegebenam', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausgegeben am', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'issued on', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'wawi', + 'phrase' => 'retouram', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Retour am', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'returned on', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'wawi', + 'phrase' => 'retourdatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Retourdatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'return date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'wawi', + 'phrase' => 'ausgabedatum', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Ausgabedatum', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'issue date', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'wawi', + 'phrase' => 'error_zutrittskarteOhneNummer', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Eine Zutrittskarte muss eine Nummer haben. Um die Zuordnung zu dieser Karte zu löschen entfernen Sie bitte den ganzen Datensatz!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An access card must have a number. To delete the assignment to this card, please remove the entire data record!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'wawi', + 'phrase' => 'error_bmZutrittskarteOccupied', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Diese Zutrittskarte ist bereits ausgegeben an: {vorname} {nachname} ({uid})', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'This access card has already been issued to: {vorname} {nachname} ({uid})', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'wawi', + 'phrase' => 'error_inventarWaehlen', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Bitte wählen Sie das entsprechende Inventar aus dem Drop Down Menü Inventarnummer aus!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Please select the appropriate inventory from the inventory number drop down menu!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), + +array ( + 'app' => 'core', + 'category' => 'wawi', + 'phrase' => 'error_retourdatumVorAusgabe', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Retourdatum darf nicht vor Datum der Ausgabe liegen!', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'The return date must not be before the issue date!', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file diff --git a/application/phrases/zeitaufzeichnung.php b/application/phrases/zeitaufzeichnung.php new file mode 100644 index 000000000..ef046a606 --- /dev/null +++ b/application/phrases/zeitaufzeichnung.php @@ -0,0 +1,28 @@ + 'personalverwaltung', + 'category' => 'zeitaufzeichnung', + 'phrase' => 'id', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'ID', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'ID', + 'description' => '', + 'insertvon' => 'system', + ), + ), +), +); \ No newline at end of file