Please be aware that - depending on your selections - new values may become available.
+{i18n}Please be aware that - depending on your selections - new values may become available.{/i18n}
@@ -149,7 +149,7 @@ function triggerUpdate(formname) {
-
+
diff --git a/templates/ktcore/workflow/documentWorkflow.smarty b/templates/ktcore/workflow/documentWorkflow.smarty
index c185ca0..63be35a 100644
--- a/templates/ktcore/workflow/documentWorkflow.smarty
+++ b/templates/ktcore/workflow/documentWorkflow.smarty
@@ -1,47 +1,47 @@
-
Document Workflow
+
{i18n}Document Workflow{/i18n}
-Workflow is a description of a document's lifecycle. It is made up of
+{i18n}Workflow is a description of a document's lifecycle. It is made up of
workflow states, which describe where in the lifecycle the document is,
and workflow transitions, which describe the next steps within the
-lifecycle of the document.
+lifecycle of the document.{/i18n}
{if !$oWorkflow}
-
No workflow
+
{i18n}No workflow{/i18n}
-
Document has no assigned workflow.
+
{i18n}Document has no assigned workflow.{/i18n}
{else}
-
Current workflow settings
+
{i18n}Current workflow settings{/i18n}
-- Workflow
- {$oWorkflow->getName()}
-- State
- {$oState->getName()}
+- {i18n}Workflow{/i18n}
- {$oWorkflow->getName()}
+- {i18n}State{/i18n}
- {$oState->getName()}
{if $aTransitions}
diff --git a/templates/ktcore/workflow/editState.smarty b/templates/ktcore/workflow/editState.smarty
index b42d739..0e9d85e 100644
--- a/templates/ktcore/workflow/editState.smarty
+++ b/templates/ktcore/workflow/editState.smarty
@@ -1,14 +1,14 @@
-
State: {$oState->getName()|escape}
+
{i18n}State{/i18n}: {$oState->getName()|escape}
@@ -19,30 +19,30 @@
-
Assigned Permissions
-
While in this workflow state, additional permissions
+
{i18n}Assigned Permissions{/i18n}
+
{i18n}While in this workflow state, additional permissions
may be given. This is done either to expose the document to more users
or to allow a particular role to be fulfilled before a workflow
-transition can be accomplished.
+transition can be accomplished.{/i18n}
diff --git a/templates/ktcore/workflow/editTransition.smarty b/templates/ktcore/workflow/editTransition.smarty
index 0c98b08..4f15f00 100644
--- a/templates/ktcore/workflow/editTransition.smarty
+++ b/templates/ktcore/workflow/editTransition.smarty
@@ -1,15 +1,15 @@
-
Transition: {$oTransition->getName()|escape}
+
{i18n}Transition{/i18n}: {$oTransition->getName()|escape}
diff --git a/templates/ktcore/workflow/editWorkflow.smarty b/templates/ktcore/workflow/editWorkflow.smarty
index 606b03b..2f12065 100644
--- a/templates/ktcore/workflow/editWorkflow.smarty
+++ b/templates/ktcore/workflow/editWorkflow.smarty
@@ -1,10 +1,10 @@
-
Workflow: {$oWorkflow->getName()|escape}
+
{i18n}Workflow{/i18n}: {$oWorkflow->getName()|escape}
@@ -22,7 +22,7 @@
FIXME insert intelligent help.
{if $aStates}
-
Existing states
-
Select a state to update its properties.
+
{i18n}Existing states{/i18n}
+
{i18n}Select a state to update its properties.{/i18n}
{if $aTransitions}
-
Existing transitions
+
{i18n}Existing transitions{/i18n}
{foreach from=$aTransitions item=oTransition}
@@ -92,7 +92,7 @@ title="Transition {$oTransition->getId()}">{$oTransition->getName()|escape}<
diff --git a/templates/ktcore/workflow/listWorkflows.smarty b/templates/ktcore/workflow/listWorkflows.smarty
index fbbca58..760b95b 100644
--- a/templates/ktcore/workflow/listWorkflows.smarty
+++ b/templates/ktcore/workflow/listWorkflows.smarty
@@ -1,8 +1,8 @@
-
Workflow
+
{i18n}Workflow{/i18n}
{if $aWorkflow}
-
Existing workflows
-
Select a workflow to modify.
+
{i18n}Existing workflows{/i18n}
+
{i18n}Select a workflow to modify.{/i18n}
{foreach from=$aWorkflow item=oWorkflow}
- {$oWorkflow->getName()}
diff --git a/templates/ktstandard/action/discussion.smarty b/templates/ktstandard/action/discussion.smarty
index e7de77c..6ec5912 100644
--- a/templates/ktstandard/action/discussion.smarty
+++ b/templates/ktstandard/action/discussion.smarty
@@ -1,13 +1,13 @@
{if $threads}
-Existing threads
+{i18n}Existing threads{/i18n}
- | Subject |
- Creator |
- Views |
- Replies |
- Last activity |
+ {i18n}Subject{/i18n} |
+ {i18n}Creator{/i18n} |
+ {i18n}Views{/i18n} |
+ {i18n}Replies{/i18n} |
+ {i18n}Last activity{/i18n} |
@@ -17,19 +17,19 @@
{else}
- There are no existing threads for this document
+ {i18n}There are no existing threads for this document{/i18n}
{/if}
diff --git a/templates/ktstandard/action/discussion_comment_list_item.smarty b/templates/ktstandard/action/discussion_comment_list_item.smarty
index 000e44a..fb57cfa 100644
--- a/templates/ktstandard/action/discussion_comment_list_item.smarty
+++ b/templates/ktstandard/action/discussion_comment_list_item.smarty
@@ -10,8 +10,14 @@ dl.kt-discussion-comment > dt {
{$context->oPage->requireCSSStandalone($sCSS)}
-
Post a reply
+
{i18n}Post a reply{/i18n}
diff --git a/templates/ktstandard/action/discussion_thread.smarty b/templates/ktstandard/action/discussion_thread.smarty
index 7fadd48..41c3fea 100644
--- a/templates/ktstandard/action/discussion_thread.smarty
+++ b/templates/ktstandard/action/discussion_thread.smarty
@@ -6,14 +6,14 @@
-