Commit 65e068449de2fd080fed1a22ba8fcb0756806819

Authored by nbm
1 parent e7463b48

Mark up new text for translation


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2961 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc
... ... @@ -310,7 +310,7 @@ function renderDocumentList($aResults, $sNoDocumentsMessage, $sNoPermissionMessa
310 310 $sTDBGColour = $default->siteMap->getSectionColour($sSectionName, "td");
311 311  
312 312 $sToRender .= "<tr bgcolor=\"". $sTDBGColour . "\"><td colspan=\"5\" valign=\"bottom\">" .
313   - "<input type=\"checkbox\" name=\"selectall\" onClick=\"selectAll()\"/> Select all documents</td></tr>";
  313 + "<input type=\"checkbox\" name=\"selectall\" onClick=\"selectAll()\"/> " . _("Select all documents") . "</td></tr>";
314 314  
315 315 $sToRender .= "<tr><td colspan=\"5\" >";
316 316 $sToRender .= "<input type=\"hidden\" name=\"fActions\">";
... ... @@ -403,4 +403,4 @@ function renderPage($aResults, $sBrowseType, $sSortBy, $sSortDirection, $bTempla
403 403  
404 404 return $sToRender;
405 405 }
406   -?>
407 406 \ No newline at end of file
  407 +?>
... ...