diff --git a/i18n/knowledgeTree.pot b/i18n/knowledgeTree.pot
index bfd3e79..d05dfa1 100644
--- a/i18n/knowledgeTree.pot
+++ b/i18n/knowledgeTree.pot
@@ -10681,4 +10681,21 @@ msgstr ""
#: i18n/templates.c:5747
msgid "#appname# #versionname#"
-msgstr ""
\ No newline at end of file
+msgstr ""
+
+#: templates/ktcore/search/administration/savedsearches.smarty:40
+msgid "Run Search"
+msgstr ""
+
+#: templates/ktcore/dashlets/notifications.smarty:15
+#: templates/ktcore/dashlets/notifications.smarty:18
+msgid "Are you sure you wish to clear all notifications?"
+msgstr ""
+
+#: templates/ktcore/documenttypes/list.smarty:74
+msgid "Are you sure you wish to disable this document type?"
+msgstr ""
+
+#: templates/ktcore/workflow/admin/permissions_overview.smarty:19
+msgid "Control"
+msgstr ""
diff --git a/lib/templating/smartytemplate.inc.php b/lib/templating/smartytemplate.inc.php
index 05eed9c..948b14a 100644
--- a/lib/templating/smartytemplate.inc.php
+++ b/lib/templating/smartytemplate.inc.php
@@ -164,7 +164,7 @@ class KTSmartyTemplate extends KTTemplate {
$params['output'] = array();
if ($none) {
$params['values'][] = '';
- $params['output'][] = 'None';
+ $params['output'][] = _kt('None');
}
foreach ($entities as $oEntity) {
$params['values'][] = $oEntity->getId();
diff --git a/templates/ktcore/assist/assist_notification_details.smarty b/templates/ktcore/assist/assist_notification_details.smarty
index 18ce6ca..a0d3f49 100644
--- a/templates/ktcore/assist/assist_notification_details.smarty
+++ b/templates/ktcore/assist/assist_notification_details.smarty
@@ -5,9 +5,9 @@
-- Subject
+- {i18n}Subject{/i18n}
- {$subject}
-- Details
+- {i18n}Details{/i18n}
- {$details}
diff --git a/templates/ktcore/dashlets/notifications.smarty b/templates/ktcore/dashlets/notifications.smarty
index 50296dc..a1a7adc 100644
--- a/templates/ktcore/dashlets/notifications.smarty
+++ b/templates/ktcore/dashlets/notifications.smarty
@@ -12,10 +12,10 @@
{/if}
{* clear all link *}
{i18n}Clear all notifications{/i18n}
{i18n}Clear all notifications{/i18n}
{else}
{i18n}No items require your attention.{/i18n}
diff --git a/templates/ktcore/documenttypes/list.smarty b/templates/ktcore/documenttypes/list.smarty
index 3642c38..ca149d3 100644
--- a/templates/ktcore/documenttypes/list.smarty
+++ b/templates/ktcore/documenttypes/list.smarty
@@ -72,7 +72,7 @@ its details, or use the enable/disable buttons to change its availability state.
{i18n}Enable{/i18n}
{else}
{i18n}Disable{/i18n}
{/if}
diff --git a/templates/ktcore/search/administration/savedsearches.smarty b/templates/ktcore/search/administration/savedsearches.smarty
index 36bb17c..7c97ae9 100644
--- a/templates/ktcore/search/administration/savedsearches.smarty
+++ b/templates/ktcore/search/administration/savedsearches.smarty
@@ -36,7 +36,7 @@ newsletters, etc.) based on a category or fieldset value.{/i18n}
{if ($iUserId === '')}Global{else}{$context->_getUserName($iUserId)}{/if} |
{i18n}Edit{/i18n} |
{i18n}Delete{/i18n} |
- getId()}">Run Search |
+ getId()}">{i18n}Run Search{/i18n} |
{/foreach}
diff --git a/templates/ktcore/workflow/admin/new_wizard_step2.smarty b/templates/ktcore/workflow/admin/new_wizard_step2.smarty
index 9082dee..36725de 100644
--- a/templates/ktcore/workflow/admin/new_wizard_step2.smarty
+++ b/templates/ktcore/workflow/admin/new_wizard_step2.smarty
@@ -39,6 +39,6 @@ states. Use the table below to configure this behaviour.{/i18n}
diff --git a/templates/ktcore/workflow/admin/permissions_overview.smarty b/templates/ktcore/workflow/admin/permissions_overview.smarty
index 8a4aa99..99d76ab 100644
--- a/templates/ktcore/workflow/admin/permissions_overview.smarty
+++ b/templates/ktcore/workflow/admin/permissions_overview.smarty
@@ -16,7 +16,7 @@ specify how it controls permissions.{/i18n}
| {i18n}States{/i18n} |
- Control |
+ {i18n}Control{/i18n} |
{foreach from=$perms item=oPerm}
{i18n}{$oPerm->getHumanName()}{/i18n} |
{/foreach}