Commit 48aa3ac94bdc8c36dddf72f489df9392a7521e8d
1 parent
e2d98887
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
Showing
1 changed file
with
2 additions
and
2 deletions
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 | +?> | ... | ... |