diff --git a/config/alfresco/messages/bootstrap-spaces_de.properties b/config/alfresco/messages/bootstrap-spaces_de.properties index 1c8480c3a7..ae89a1a9b9 100755 --- a/config/alfresco/messages/bootstrap-spaces_de.properties +++ b/config/alfresco/messages/bootstrap-spaces_de.properties @@ -113,6 +113,7 @@ version.german=Deutsche Version version.italian=Italienische Version version.japanese=Japanische Version version.spanish=Spanische Version +version.dutch=Niederl\u00e4ndische Version spaces.web.client.extension.name=Web Client Erweiterung spaces.web.client.extension.title=Parametrierter Web Client diff --git a/config/alfresco/messages/bootstrap-spaces_es.properties b/config/alfresco/messages/bootstrap-spaces_es.properties index efedbb6393..024339c53c 100755 --- a/config/alfresco/messages/bootstrap-spaces_es.properties +++ b/config/alfresco/messages/bootstrap-spaces_es.properties @@ -113,6 +113,7 @@ version.german=Versi\u00f3n en alem\u00e1n version.italian=Versi\u00f3n en italiano version.japanese=Versi\u00f3n en japon\u00e9s version.spanish=Versi\u00f3n en espa\u00f1ol +version.dutch=Versi\u00f3n en holand\u00e9s spaces.web.client.extension.name=Extensi\u00f3n de cliente Web spaces.web.client.extension.title=Cliente Web personalizado diff --git a/config/alfresco/messages/bootstrap-spaces_fr.properties b/config/alfresco/messages/bootstrap-spaces_fr.properties index 88fc19f811..d6f8341ce7 100755 --- a/config/alfresco/messages/bootstrap-spaces_fr.properties +++ b/config/alfresco/messages/bootstrap-spaces_fr.properties @@ -113,6 +113,7 @@ version.german=Version allemande version.italian=Version italienne version.japanese=Version japonaise version.spanish=Version espagnole +version.dutch=Version n\u00e9erlandaise spaces.web.client.extension.name=Extension client Web spaces.web.client.extension.title=Client Web personnalis\u00e9 diff --git a/config/alfresco/messages/patch-service_de.properties b/config/alfresco/messages/patch-service_de.properties index 7ff5c5296f..9ed77e4694 100755 --- a/config/alfresco/messages/patch-service_de.properties +++ b/config/alfresco/messages/patch-service_de.properties @@ -446,3 +446,7 @@ patch.updateWorkflowNotificationTemplates.result=Workflow Notification Templates patch.updateFollowingEmailTemplatesPatch.description=Patch to update the following notification email templates. patch.updateFollowingEmailTemplatesPatch.result=Following notification email templates successfully updated. patch.updateFollowingEmailTemplatesPatch.error=Error retrieving base template when trying to patch the following email templates. + +patch.addDutchEmailTemplatesPatch.description=Patch to add Dutch email templates. +patch.addDutchEmailTemplatesPatch.result=Dutch email templates have been successfully added. +patch.addDutchEmailTemplatesPatch.error=Error retrieving base template when trying to add Dutch email templates. \ No newline at end of file diff --git a/config/alfresco/messages/patch-service_es.properties b/config/alfresco/messages/patch-service_es.properties index 7ff5c5296f..9ed77e4694 100755 --- a/config/alfresco/messages/patch-service_es.properties +++ b/config/alfresco/messages/patch-service_es.properties @@ -446,3 +446,7 @@ patch.updateWorkflowNotificationTemplates.result=Workflow Notification Templates patch.updateFollowingEmailTemplatesPatch.description=Patch to update the following notification email templates. patch.updateFollowingEmailTemplatesPatch.result=Following notification email templates successfully updated. patch.updateFollowingEmailTemplatesPatch.error=Error retrieving base template when trying to patch the following email templates. + +patch.addDutchEmailTemplatesPatch.description=Patch to add Dutch email templates. +patch.addDutchEmailTemplatesPatch.result=Dutch email templates have been successfully added. +patch.addDutchEmailTemplatesPatch.error=Error retrieving base template when trying to add Dutch email templates. \ No newline at end of file diff --git a/config/alfresco/messages/patch-service_fr.properties b/config/alfresco/messages/patch-service_fr.properties index 7ff5c5296f..9ed77e4694 100755 --- a/config/alfresco/messages/patch-service_fr.properties +++ b/config/alfresco/messages/patch-service_fr.properties @@ -446,3 +446,7 @@ patch.updateWorkflowNotificationTemplates.result=Workflow Notification Templates patch.updateFollowingEmailTemplatesPatch.description=Patch to update the following notification email templates. patch.updateFollowingEmailTemplatesPatch.result=Following notification email templates successfully updated. patch.updateFollowingEmailTemplatesPatch.error=Error retrieving base template when trying to patch the following email templates. + +patch.addDutchEmailTemplatesPatch.description=Patch to add Dutch email templates. +patch.addDutchEmailTemplatesPatch.result=Dutch email templates have been successfully added. +patch.addDutchEmailTemplatesPatch.error=Error retrieving base template when trying to add Dutch email templates. \ No newline at end of file diff --git a/config/alfresco/workflow/workflow-messages_de.properties b/config/alfresco/workflow/workflow-messages_de.properties index 16597f901c..59e8d190f7 100755 --- a/config/alfresco/workflow/workflow-messages_de.properties +++ b/config/alfresco/workflow/workflow-messages_de.properties @@ -190,3 +190,7 @@ wf_workflowmodel.type.wf_submitGroupReviewTask.description=Dokumente zur \u00dcb listconstraint.wf_reviewOutcomeOptions.Approve=Zustimmen listconstraint.wf_reviewOutcomeOptions.Reject=Ablehnen +# The result of a workflow task seen on Workflow Details - History +# This is formed by prefixing workflowtask.outcome to the value of the wf:outcome property +workflowtask.outcome.Approve=Zugestimmt +workflowtask.outcome.Reject=Abgelehnt \ No newline at end of file diff --git a/config/alfresco/workflow/workflow-messages_es.properties b/config/alfresco/workflow/workflow-messages_es.properties index 30102b335a..26e9d1707e 100755 --- a/config/alfresco/workflow/workflow-messages_es.properties +++ b/config/alfresco/workflow/workflow-messages_es.properties @@ -190,3 +190,8 @@ wf_workflowmodel.type.wf_submitGroupReviewTask.description=Enviar documentos par listconstraint.wf_reviewOutcomeOptions.Approve=Aprobar listconstraint.wf_reviewOutcomeOptions.Reject=Rechazar +# The result of a workflow task seen on Workflow Details - History +# This is formed by prefixing workflowtask.outcome to the value of the wf:outcome property +workflowtask.outcome.Approve=Aprobada +workflowtask.outcome.Reject=Rechazada + diff --git a/config/alfresco/workflow/workflow-messages_fr.properties b/config/alfresco/workflow/workflow-messages_fr.properties index 2d5e283ecd..dc8a69e236 100755 --- a/config/alfresco/workflow/workflow-messages_fr.properties +++ b/config/alfresco/workflow/workflow-messages_fr.properties @@ -190,3 +190,7 @@ wf_workflowmodel.type.wf_submitGroupReviewTask.description=Soumettre des documen listconstraint.wf_reviewOutcomeOptions.Approve=Approuver listconstraint.wf_reviewOutcomeOptions.Reject=Rejeter +# The result of a workflow task seen on Workflow Details - History +# This is formed by prefixing workflowtask.outcome to the value of the wf:outcome property +workflowtask.outcome.Approve=Approuv\u00e9 +workflowtask.outcome.Reject=Rejet\u00e9 \ No newline at end of file