Final pieces of SVC 01: I18N List of values constraint following feedback from first sprint demo (ALF-8183)

All visible LIST constraints now have English labels, used existing translations for one constraint and updated JSF property sheet component to lookup display label.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28405 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2011-06-15 13:08:41 +00:00
parent 32bda0d6ab
commit 2d2572995c
12 changed files with 45 additions and 9 deletions

View File

@@ -75,10 +75,12 @@ bpm_businessprocessmodel.association.bpm_groupAssignees.description=Workflow Gro
workflow.get.task.definition.metadata.error=Failed to find task type definition {0}.
workflow.package.already.associated.error=This node is already being used as a workflow package! NodeRef: {0}
# List constraint values
# List constraint display labels
listconstraint.bpm_allowedPriority.1=High
listconstraint.bpm_allowedPriority.2=Medium
listconstraint.bpm_allowedPriority.3=Low
listconstraint.bpm_allowedStatus.Not\ Yet\ Started=Not Yet Started
listconstraint.bpm_allowedStatus.In\ Progress=In Progress
listconstraint.bpm_allowedStatus.On\ Hold= On Hold
listconstraint.bpm_allowedStatus.Cancelled=Cancelled
listconstraint.bpm_allowedStatus.Completed=Completed

View File

@@ -102,3 +102,13 @@ dl_datalistmodel.property.dl_eventAgendaSessionName.title=Session Name
dl_datalistmodel.property.dl_eventAgendaPresenter.title=Presenter
dl_datalistmodel.property.dl_eventAgendaAudience.title=Audience
dl_datalistmodel.property.dl_eventAgendaNotes.title=Notes
# List constraint display labels
listconstraint.dl_task_status.Not\ Started=Not Started
listconstraint.dl_task_status.In\ Progress=In Progress
listconstraint.dl_task_status.On\ Hold= On Hold
listconstraint.dl_task_status.Complete=Complete
listconstraint.dl_priority_value.High=High
listconstraint.dl_priority_value.Normal=Normal
listconstraint.dl_priority_value.Low=Low

View File

@@ -26,7 +26,6 @@
<constraint name="bpm:allowedPriority" type="LIST">
<parameter name="allowedValues">
<!-- TODO: Determine if priority values can be mapped to human-readable strings -->
<list>
<value>1</value>
<value>2</value>
@@ -37,7 +36,6 @@
<constraint name="bpm:allowedStatus" type="LIST">
<parameter name="allowedValues">
<!-- These status values have been localised in bpm-messages.properties -->
<list>
<value>Not Yet Started</value>
<value>In Progress</value>

View File

@@ -88,3 +88,7 @@ wcmwf_workflowmodel.type.wcmwf_submitChangeRequestTask.title=Submit Change Reque
wcmwf_workflowmodel.type.wcmwf_submitChangeRequestTask.description=Submits a change request for one or more items
wcmwf_workflowmodel.type.wcmwf_changeRequestTask.title=Change Request
wcmwf_workflowmodel.type.wcmwf_changeRequestTask.description=Change Request
# List constraint display labels
listconstraint.wcmwf_reviewType.Serial=Serial
listconstraint.wcmwf_reviewType.Parallel=Parallel

View File

@@ -16,7 +16,6 @@
<constraint name="wcmwf:reviewType" type="LIST">
<parameter name="allowedValues">
<!-- TODO: Determine if priority values can be mapped to human-readable strings -->
<list>
<value>Serial</value>
<value>Parallel</value>

View File

@@ -178,3 +178,8 @@ wf_workflowmodel.property.wf_reviewOutcome.description=Review Outcome
wf_workflowmodel.type.wf_submitGroupReviewTask.title=Start Group Review
wf_workflowmodel.type.wf_submitGroupReviewTask.description=Submit documents for review and approval to a group of people
# List constraint display labels
listconstraint.wf_reviewOutcomeOptions.Approve=Approve
listconstraint.wf_reviewOutcomeOptions.Reject=Reject

View File

@@ -120,3 +120,7 @@ wf_workflowmodel.type.wf_adhocTask.title=Adhoc Aufgabe
wf_workflowmodel.type.wf_adhocTask.description=Von Kollege zugewiesene adhoc Aufgabe
wf_workflowmodel.type.wf_completedAdhocTask.title=Adhoc Aufgabe abgeschlossen
wf_workflowmodel.type.wf_completedAdhocTask.description=Adhoc Aufgabe abgeschlossen
# List constraint display labels
listconstraint.wf_reviewOutcomeOptions.Approve=Zustimmen
listconstraint.wf_reviewOutcomeOptions.Reject=Ablehnen

View File

@@ -120,3 +120,7 @@ wf_workflowmodel.type.wf_adhocTask.title=Tarea ad hoc
wf_workflowmodel.type.wf_adhocTask.description=Tarea ad hoc asignada por un colega
wf_workflowmodel.type.wf_completedAdhocTask.title=Tarea ad hoc completada
wf_workflowmodel.type.wf_completedAdhocTask.description=Tarea ad hoc completada
# List constraint display labels
listconstraint.wf_reviewOutcomeOptions.Approve=Aprobar
listconstraint.wf_reviewOutcomeOptions.Reject=Rechazar

View File

@@ -120,3 +120,7 @@ wf_workflowmodel.type.wf_adhocTask.title=T\u00e2che Adhoc
wf_workflowmodel.type.wf_adhocTask.description=T\u00e2che adhoc allou\u00e9e par un coll\u00e8gue
wf_workflowmodel.type.wf_completedAdhocTask.title=T\u00e2che adhoc termin\u00e9e
wf_workflowmodel.type.wf_completedAdhocTask.description=T\u00e2che adhoc termin\u00e9e
# List constraint display labels
listconstraint.wf_reviewOutcomeOptions.Approve=Approuver
listconstraint.wf_reviewOutcomeOptions.Reject=Rejeter

View File

@@ -120,3 +120,7 @@ wf_workflowmodel.type.wf_adhocTask.title=Compito ad-hoc
wf_workflowmodel.type.wf_adhocTask.description=Compito ad-hoc assegnato dal collega
wf_workflowmodel.type.wf_completedAdhocTask.title=Compito ad-hoc completato
wf_workflowmodel.type.wf_completedAdhocTask.description=Compito ad-hoc completato
# List constraint display labels
listconstraint.wf_reviewOutcomeOptions.Approve=Approva
listconstraint.wf_reviewOutcomeOptions.Reject=Respingi

View File

@@ -120,3 +120,7 @@ wf_workflowmodel.type.wf_adhocTask.title=\u30a2\u30c9\u30db\u30c3\u30af\u30fb\u3
wf_workflowmodel.type.wf_adhocTask.description=\u540c\u50da\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30a2\u30c9\u30db\u30c3\u30af\u30fb\u30bf\u30b9\u30af
wf_workflowmodel.type.wf_completedAdhocTask.title=\u5b8c\u4e86\u6e08\u30a2\u30c9\u30db\u30c3\u30af\u30fb\u30bf\u30b9\u30af
wf_workflowmodel.type.wf_completedAdhocTask.description=\u5b8c\u4e86\u6e08\u30a2\u30c9\u30db\u30c3\u30af\u30fb\u30bf\u30b9\u30af
# List constraint display labels
listconstraint.wf_reviewOutcomeOptions.Approve=\u627f\u8a8d
listconstraint.wf_reviewOutcomeOptions.Reject=\u5374\u4e0b

View File

@@ -73,10 +73,8 @@
<type>d:text</type>
<default>Reject</default>
<constraints>
<constraint type="LIST">
<constraint name="wf:reviewOutcomeOptions" type="LIST">
<parameter name="allowedValues">
<!-- TODO: Determine if priority values can
be mapped to human-readable strings -->
<list>
<value>Approve</value>
<value>Reject</value>