From eafe29be463c1738f773001d7518b170c165e187 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Fri, 20 Jan 2012 15:08:28 +0000 Subject: [PATCH] =?UTF-8?q?Softgrid.php=20ins=20Phrasenmodul=20=C3=BCberno?= =?UTF-8?q?mmen=20CISDocs=20jetzt=20im=20DMS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lehre/softgrid.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/cis/private/lehre/softgrid.php b/cis/private/lehre/softgrid.php index 8160b3d94..b6105d94e 100644 --- a/cis/private/lehre/softgrid.php +++ b/cis/private/lehre/softgrid.php @@ -24,6 +24,11 @@ echo ''; */ require_once('../../../config/cis.config.inc.php'); +require_once('../../../include/phrasen.class.php'); + + $sprache = getSprache(); + $p=new phrasen($sprache); + ?> @@ -86,10 +91,10 @@ require_once('../../../config/cis.config.inc.php'); -

Applikationsliste

+

t('tools/applikationsliste');?>

- +

Nähere Informationen zu Softgrid sowie eine Installationsanleitung finden Sie unter "Infrastruktur - SoftGrid".


t('tools/naehereInformationenfindenSieUnter');?>.

t('tools/datei') .$cXMLFile. $p->t('tools/wurdeNichtGefunden')); } if (!$xml = (Array)simplexml_load_file($cXMLFile)) { - die('Fehler beim Datei '.$cXMLFile.' lesen!'); + die($p->t('tools/fehlerBeimLesenDerDatei').$cXMLFile); } if (!isset($xml['APP'])) { - die('Keine Daten gefunden.'); + die($p->t('tools/keineDatenGefunden')); } $arrAPPMENUE=array(); @@ -253,7 +258,7 @@ require_once('../../../config/cis.config.inc.php'); $cHTML.=''; $bNaechsteReihe=true; - $cHTML.=''; + $cHTML.=''; $cHTML.='
EinzelanwendungSoftwarepaket
'.$p->t('tools/einzelanwendung').''.$p->t('tools/softwarepaket').'
'; reset($arrAPPMENUE);