Commit dd367af97c0a0eb93bbbd2f25c279e712f21379b
1 parent
d872e895
Standardise some translated text.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2973 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
3 changed files
with
4 additions
and
4 deletions
presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldUI.inc
| ... | ... | @@ -29,7 +29,7 @@ |
| 29 | 29 | function getPage() { |
| 30 | 30 | |
| 31 | 31 | global $default; |
| 32 | - $aDisplayRowNames = array(_("Document Field Name") . ":", _("Data Types") . ": ", _("Generic") . ": ", _("Has a Lookup") . ": "); | |
| 32 | + $aDisplayRowNames = array(_("Document Field Name:"), _("Data Types") . ": ", _("Generic") . ": ", _("Has a Lookup") . ": "); | |
| 33 | 33 | $aParameterNumbers = array(0,1,2,3); |
| 34 | 34 | $aDisplayColumnTypes = array(1,3,2,2); |
| 35 | 35 | $aRequired = array(1,1); | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addGroupBL.php
| ... | ... | @@ -53,10 +53,10 @@ if (checkSession()) { |
| 53 | 53 | // redirect to list page |
| 54 | 54 | controllerRedirect("listGroups"); |
| 55 | 55 | } else { |
| 56 | - $oPatternCustom->setHtml(statusPage(_("Add A New Group"), _("Addition Unsuccessful!"), _("There was an error associating the new group with the specified unit."), "addGroup")); | |
| 56 | + $oPatternCustom->setHtml(statusPage(_("Add A New Group"), _("Addition Unsuccessful") . "!", _("There was an error associating the new group with the specified unit."), "addGroup")); | |
| 57 | 57 | } |
| 58 | 58 | } else { |
| 59 | - $oPatternCustom->setHtml(statusPage(_("Add A New Group"), _("Addition Unsuccessful!"), _("There was an error creating the new group (Check that a group with this name doesn't already exist)."), "addGroup")); | |
| 59 | + $oPatternCustom->setHtml(statusPage(_("Add A New Group"), _("Addition Unsuccessful") . "!", _("There was an error creating the new group (Check that a group with this name doesn't already exist)."), "addGroup")); | |
| 60 | 60 | } |
| 61 | 61 | } else { |
| 62 | 62 | // display form | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/removeUserUI.inc
| ... | ... | @@ -83,7 +83,7 @@ function getDeleteFailPage() { |
| 83 | 83 | $sToRender .= renderHeading(_("Remove User")); |
| 84 | 84 | $sToRender .= "<table>\n"; |
| 85 | 85 | $sToRender .= "<tr>\n"; |
| 86 | - $sToRender .= "<td><b>" . _("Deletion Failed") . "!</b></td>\n"; | |
| 86 | + $sToRender .= "<td><b>" . _("Deletion Failed!") . "</b></td>\n"; | |
| 87 | 87 | $sToRender .= "</tr>\n"; |
| 88 | 88 | $sToRender .= "<tr></tr>\n"; |
| 89 | 89 | $sToRender .= "</tr>\n"; | ... | ... |