From 0f708f4934d85b4353bd4c1aa38192634666d400 Mon Sep 17 00:00:00 2001 From: ma0048 Date: Fri, 27 Sep 2024 11:23:54 +0200 Subject: [PATCH] - added app pep - phrases - added error - added model --- .../LehrveranstaltungFaktor_model.php | 14 +++++++ system/phrasesupdate.php | 40 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 application/models/education/LehrveranstaltungFaktor_model.php diff --git a/application/models/education/LehrveranstaltungFaktor_model.php b/application/models/education/LehrveranstaltungFaktor_model.php new file mode 100644 index 000000000..c8a0c8aa8 --- /dev/null +++ b/application/models/education/LehrveranstaltungFaktor_model.php @@ -0,0 +1,14 @@ +dbTable = 'lehre.tbl_lehrveranstaltung_faktor'; + $this->pk = 'lehrveranstaltung_faktor_id'; + } +} diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b7bd66e1d..afda422d7 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -26500,6 +26500,46 @@ array( ) ) ), + array( + 'app' => 'pep', + 'category' => 'ui', + 'phrase' => 'maprojohneoe', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Mitarbeiter und Projekt sind der Organisationseinheit nicht zugeordnet.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Employee and project are not assigned to the organizational unit.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'pep', + 'category' => 'ui', + 'phrase' => 'infoandepl/kfl', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Mitarbeiter und Projekt sind der Organisationseinheit nicht zugeordnet.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Employee and project are not assigned to the organizational unit.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), );