From 438d46f83095a638262b2b1ad4b514e2b0a072dd Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 28 Nov 2005 10:37:09 +0000 Subject: [PATCH] Added translation tags to menu titles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2096 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions_helpviewer.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.30.2