Code

Added translation tags to menu titles
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 28 Nov 2005 10:37:09 +0000 (10:37 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 28 Nov 2005 10:37:09 +0000 (10:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2096 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions_helpviewer.inc

index d41c4457b7ed1bcb70b01e07c70c3789e2ee73de..6de1627ca18661aad3271262bf7aa97b815cc163 100644 (file)
@@ -81,9 +81,9 @@ function genIndex($arr)
     $file = "index.html";
     $path = $plug;
     if($exists){
-      $str .= "<p style='padding-left:20px;'><a href='?plug=".$id."'><b>".$name."</b></a></p>";
+      $str .= "<p style='padding-left:20px;'><a href='?plug=".$id."'><b>"._($name)."</b></a></p>";
     }else{
-      $str .= "<p style='padding-left:20px;'><b>".$name."</b> ("._("No help available for this plugin.").")</p>";
+      $str .= "<p style='padding-left:20px;'><b>"._($name)."</b> ("._("No help available for this plugin.").")</p>";
     }
   }
   return utf8_decode($str);