From: hickert Date: Mon, 28 Nov 2005 10:37:09 +0000 (+0000) Subject: Added translation tags to menu titles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=438d46f83095a638262b2b1ad4b514e2b0a072dd;p=gosa.git Added translation tags to menu titles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2096 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions_helpviewer.inc b/include/functions_helpviewer.inc index d41c4457b..6de1627ca 100644 --- a/include/functions_helpviewer.inc +++ b/include/functions_helpviewer.inc @@ -81,9 +81,9 @@ function genIndex($arr) $file = "index.html"; $path = $plug; if($exists){ - $str .= "

".$name."

"; + $str .= "

"._($name)."

"; }else{ - $str .= "

".$name." ("._("No help available for this plugin.").")

"; + $str .= "

"._($name)." ("._("No help available for this plugin.").")

"; } } return utf8_decode($str);