From: hickert Date: Fri, 10 Jun 2005 06:31:29 +0000 (+0000) Subject: Strings prepared for translation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2c2dec35d4daf3a98e9110337c087d207ae6c24a;p=gosa.git Strings prepared for translation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@641 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions_helpviewer.inc b/include/functions_helpviewer.inc index 049e3a220..d15abc8c4 100644 --- a/include/functions_helpviewer.inc +++ b/include/functions_helpviewer.inc @@ -303,7 +303,7 @@ function createResultEntry($entry,$res,$name,$max) { $percentage = (int)(($res['hits']['overall'] / $max) * 100) ; - $str = "".$percentage."% "._("hit rate in following file ").$name."
" ; + $str = "".sprintf(_("%s%% hit rate in file %s"),$percentage,$name)."
" ; $str.= substr(strip_tags($entry['content']),0,200); $str.= "
";