diff --git a/application/phrases/abgabetool.php b/application/phrases/abgabetool.php index 6d1f2a8d2..24836444f 100644 --- a/application/phrases/abgabetool.php +++ b/application/phrases/abgabetool.php @@ -3895,4 +3895,100 @@ array ( ), ), ) +, +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4sendEmailStudierendev2', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Email an {0} Studierende schicken', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Send Email to {0} students', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +, +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4sammelmailStudentBetreff', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betreuungen Bachelorarbeit bzw. Master Thesis bei Studiengang {0}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Supervision of Bachelor\'s thesis or Master\'s thesis for degree program {0}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +, +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4sendEmailBetreuerv2', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Email an {0} Betreuende schicken', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Send Email to {0} assessors', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +, +array ( + 'app' => 'core', + 'category' => 'abgabetool', + 'phrase' => 'c4sammelmailBetreuerBetreff', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Betreuungen Bachelorarbeit bzw. Master Thesis bei Studiengang {0}', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Supervision of Bachelor\'s thesis or Master\'s thesis for degree program {0}', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) ); diff --git a/application/phrases/global.php b/application/phrases/global.php index 31385bbfd..915115182 100644 --- a/application/phrases/global.php +++ b/application/phrases/global.php @@ -8875,5 +8875,53 @@ array ( ), ), ) +, +array ( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'studentByLVATitle', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Anwesenheiten der gesamten Lehrveranstaltung - alle LV-Teile', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Attendances of the full course - all teaching units', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +, +array ( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'kontrolliertVon', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Kontrolliert von', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Checked by', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) ); diff --git a/application/phrases/kvp.php b/application/phrases/kvp.php index 1a72e6311..a9698fce9 100644 --- a/application/phrases/kvp.php +++ b/application/phrases/kvp.php @@ -1369,4 +1369,27 @@ array ( ), ), ), -); \ No newline at end of file +array ( + 'app' => 'core', + 'category' => 'kvp', + 'phrase' => 'error.opproject_does_not_exists', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Es ist kein Openproject Projekt verknüpft.', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'No Openproject project is linked.', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +);