From 0514ec87ba591efffbe558575c04e9f93efb5fe6 Mon Sep 17 00:00:00 2001 From: Cris Date: Mon, 14 Oct 2019 16:56:50 +0200 Subject: [PATCH] Renamed main title to Lehrauftraege bestellen/erteilen/annehmen --- .../lehre/lehrauftrag/acceptLehrauftrag.php | 4 +- .../lehre/lehrauftrag/approveLehrauftrag.php | 4 +- .../lehre/lehrauftrag/orderLehrauftrag.php | 4 +- system/phrasesupdate.php | 46 +++++++++++++++++-- 4 files changed, 49 insertions(+), 9 deletions(-) diff --git a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php index eb70cad99..65238556a 100644 --- a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php @@ -16,7 +16,7 @@ $this->load->view( 'filterwidget' => true, 'navigationwidget' => true, 'phrases' => array( - 'global' => array('lehrauftraege'), + 'global' => array('lehrauftraegeAnnehmen'), ), // 'customCSSs' => 'public/css/sbadmin2/tablesort_bootstrap.css', 'customJSs' => array('public/js/bootstrapper.js') @@ -31,7 +31,7 @@ $this->load->view(
diff --git a/application/views/lehre/lehrauftrag/approveLehrauftrag.php b/application/views/lehre/lehrauftrag/approveLehrauftrag.php index 90ca4ecbd..e6597bd92 100644 --- a/application/views/lehre/lehrauftrag/approveLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/approveLehrauftrag.php @@ -16,7 +16,7 @@ $this->load->view( 'filterwidget' => true, 'navigationwidget' => true, 'phrases' => array( - 'global' => array('lehrauftraege'), + 'global' => array('lehrauftraegeErteilen'), ), 'customJSs' => array('public/js/bootstrapper.js') ) @@ -32,7 +32,7 @@ $this->load->view(
diff --git a/application/views/lehre/lehrauftrag/orderLehrauftrag.php b/application/views/lehre/lehrauftrag/orderLehrauftrag.php index 6ff387856..e38040feb 100644 --- a/application/views/lehre/lehrauftrag/orderLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/orderLehrauftrag.php @@ -17,7 +17,7 @@ $this->load->view( 'filterwidget' => true, 'navigationwidget' => true, 'phrases' => array( - 'global' => array('lehrauftraege'), + 'global' => array('lehrauftraegeBestellen'), ), 'customJSs' => array('public/js/bootstrapper.js') ) @@ -32,7 +32,7 @@ $this->load->view(
diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b39280a29..85156d281 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -3454,18 +3454,58 @@ $phrases = array( array( 'app' => 'core', 'category' => 'global', - 'phrase' => 'lehrauftraege', + 'phrase' => 'lehrauftraegeBestellen', 'insertvon' => 'system', 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Lehraufträge', + 'text' => 'Lehraufträge bestellen', 'description' => '', 'insertvon' => 'system' ), array( 'sprache' => 'English', - 'text' => 'Lectureships', + 'text' => 'Order lectureships', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'lehrauftraegeErteilen', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Lehraufträge erteilen', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Approve lectureships', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'lehrauftraegeAnnehmen', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Lehraufträge annehmen', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Accept lectureships', 'description' => '', 'insertvon' => 'system' )