From fc67a199829f0becb230fbbdd02b17b00d29baea Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Tue, 8 Nov 2011 09:22:18 +0000 Subject: [PATCH] =?UTF-8?q?Englische=20Handb=C3=BCcher=20in=20den=20CIS-He?= =?UTF-8?q?ader=20und=20in=20das=20Benotungstool=20verlinkt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php | 2 +- include/tw/cis_menu_global.inc.php | 2 +- locale/de-AT/benotungstool.php | 2 ++ locale/de-AT/global.php | 1 + locale/en-US/benotungstool.php | 2 ++ locale/en-US/global.php | 1 + 6 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php index 816c48e4c..ade1fe1fe 100644 --- a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php +++ b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php @@ -720,7 +720,7 @@ if (isset($_REQUEST["freigabe"]) and ($_REQUEST["freigabe"] == 1)) echo '
'; echo "

".$p->t('global/zurueck')."

"; echo '
'; -echo 'Handbuch (PDF)'; +echo ''.$p->t('benotungstool/handbuch').' (PDF)'; echo '
'; diff --git a/include/tw/cis_menu_global.inc.php b/include/tw/cis_menu_global.inc.php index 2bd1c9941..111708f78 100644 --- a/include/tw/cis_menu_global.inc.php +++ b/include/tw/cis_menu_global.inc.php @@ -37,6 +37,6 @@ $p = new phrasen($sprache); if(CHOOSE_LAYOUT) echo '| Layouts'; ?> - | t('global/handbuch');?> + | t('global/handbuch');?> ] \ No newline at end of file diff --git a/locale/de-AT/benotungstool.php b/locale/de-AT/benotungstool.php index 1bf9ac598..f3a05fee8 100644 --- a/locale/de-AT/benotungstool.php +++ b/locale/de-AT/benotungstool.php @@ -165,4 +165,6 @@ $this->phrasen['benotungstool/errechneteGesamtnote']='Errechnete Gesamtnote'; $this->phrasen['benotungstool/mussPositivSein']='* muss positiv sein'; $this->phrasen['benotungstool/eingetrageneNoten']='Eingetragene Noten'; $this->phrasen['benotungstool/zeunis']='Zeugnis'; +$this->phrasen['benotungstool/linkZumHandbuch']='dms.php?id=32'; +$this->phrasen['benotungstool/handbuch']='Handbuch'; ?> diff --git a/locale/de-AT/global.php b/locale/de-AT/global.php index d66740549..162afe281 100755 --- a/locale/de-AT/global.php +++ b/locale/de-AT/global.php @@ -103,6 +103,7 @@ $this->phrasen['global/löschen']='Löschen'; $this->phrasen['global/dateiLoeschen']='Datei Löschen'; $this->phrasen['global/betreff']='Betreff'; $this->phrasen['global/handbuch']='Handbuch'; +$this->phrasen['global/linkZumHandbuch']='dms.php?id=764'; //Verlinkung zum Handbuch im Head-Frame $this->phrasen['global/hilfe']='Hilfe'; $this->phrasen['global/benutzer']='Benutzer'; diff --git a/locale/en-US/benotungstool.php b/locale/en-US/benotungstool.php index 250826a56..4ea62a3e5 100644 --- a/locale/en-US/benotungstool.php +++ b/locale/en-US/benotungstool.php @@ -165,4 +165,6 @@ $this->phrasen['benotungstool/errechneteGesamtnote']='Errechnete Gesamtnote'; $this->phrasen['benotungstool/mussPositivSein']='* must be positive'; $this->phrasen['benotungstool/eingetrageneNoten']='Eingetragene Noten'; $this->phrasen['benotungstool/zeunis']='Zeugnis'; +$this->phrasen['benotungstool/linkZumHandbuch']='dms.php?id=824'; +$this->phrasen['benotungstool/handbuch']='Handbook'; ?> diff --git a/locale/en-US/global.php b/locale/en-US/global.php index 295e7810a..cdc0c0b5e 100755 --- a/locale/en-US/global.php +++ b/locale/en-US/global.php @@ -103,6 +103,7 @@ $this->phrasen['global/löschen']='Delete'; $this->phrasen['global/dateiLoeschen']='Delete File'; $this->phrasen['global/betreff']='Subject'; $this->phrasen['global/handbuch']='Manual'; +$this->phrasen['global/linkZumHandbuch']='dms.php?id=825'; //Verlinkung zum Handbuch im Head-Frame $this->phrasen['global/hilfe']='Help'; $this->phrasen['global/benutzer']='User';