From 74d2fb2cabe35c3e0c8712a058265e2cdb45b031 Mon Sep 17 00:00:00 2001 From: Richard Klees Date: Wed, 21 Oct 2015 09:16:20 +0200 Subject: [PATCH 1/2] fixed #1721 (lang vars for orgus) --- Customizing/global/lang/ilias_en.lang.local | 3 +++ Customizing/global/lang/ilias_zh.lang.local | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Customizing/global/lang/ilias_en.lang.local b/Customizing/global/lang/ilias_en.lang.local index e5dd00c09005..ee45377d4708 100755 --- a/Customizing/global/lang/ilias_en.lang.local +++ b/Customizing/global/lang/ilias_en.lang.local @@ -10646,6 +10646,9 @@ objref#:#objref_edit_title#:#Title Settings objref#:#objref_reuse_title#:#Reuse Title of Reference objref#:#objref_title_settings#:#Edit Reference Title orgu#:#Actions#:#Actions +orgu#:#orgu_type#:#Typ +orgu#:#orgu_settings#:#Settings +orgu#:#orgu_type_add#:#Add Type orgu#:#orgu_types#:#Types orgu#:#backto_staff#:#Back to Staff orgu#:#change_to_employee#:#Change to employee diff --git a/Customizing/global/lang/ilias_zh.lang.local b/Customizing/global/lang/ilias_zh.lang.local index 67ecbc266108..97c2a06104ef 100755 --- a/Customizing/global/lang/ilias_zh.lang.local +++ b/Customizing/global/lang/ilias_zh.lang.local @@ -10533,7 +10533,10 @@ objref#:#objref_edit_title#:#标题设置 objref#:#objref_reuse_title#:#重用标题参考 objref#:#objref_title_settings#:#编辑参考标题 orgu#:#Actions#:#Actions +orgu#:#orgu_type#:#Typ +orgu#:#orgu_settings#:#Settings orgu#:#orgu_types#:#Types +orgu#:#orgu_type_add#:#Add Type orgu#:#backto_staff#:#Back to staff orgu#:#change_to_employee#:#Change to employee orgu#:#change_to_superior#:#Change to superior From 417227dbac15e5083f612c039c1d5c2ffbc45a92 Mon Sep 17 00:00:00 2001 From: Richard Klees Date: Wed, 21 Oct 2015 16:53:25 +0200 Subject: [PATCH 2/2] fixed #1741 (static string instead of lang var) --- Services/GEV/Mailing/classes/class.gevCrsAutoMails.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/GEV/Mailing/classes/class.gevCrsAutoMails.php b/Services/GEV/Mailing/classes/class.gevCrsAutoMails.php index 42805d5ad0c3..ca84135f3bb2 100644 --- a/Services/GEV/Mailing/classes/class.gevCrsAutoMails.php +++ b/Services/GEV/Mailing/classes/class.gevCrsAutoMails.php @@ -51,7 +51,7 @@ public function __construct($a_obj_id) { } public function getTitle() { - return "Automatische Mails"; + return $this->lng->txt("auto_mails"); } public function getSubtitle() {