mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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.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}
|
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.Not\ Yet\ Started=Not Yet Started
|
||||||
listconstraint.bpm_allowedStatus.In\ Progress=In Progress
|
listconstraint.bpm_allowedStatus.In\ Progress=In Progress
|
||||||
listconstraint.bpm_allowedStatus.On\ Hold= On Hold
|
listconstraint.bpm_allowedStatus.On\ Hold= On Hold
|
||||||
listconstraint.bpm_allowedStatus.Cancelled=Cancelled
|
listconstraint.bpm_allowedStatus.Cancelled=Cancelled
|
||||||
listconstraint.bpm_allowedStatus.Completed=Completed
|
listconstraint.bpm_allowedStatus.Completed=Completed
|
||||||
|
|
||||||
|
@@ -101,4 +101,14 @@ dl_datalistmodel.property.dl_eventAgendaEndTime.title=End Time
|
|||||||
dl_datalistmodel.property.dl_eventAgendaSessionName.title=Session Name
|
dl_datalistmodel.property.dl_eventAgendaSessionName.title=Session Name
|
||||||
dl_datalistmodel.property.dl_eventAgendaPresenter.title=Presenter
|
dl_datalistmodel.property.dl_eventAgendaPresenter.title=Presenter
|
||||||
dl_datalistmodel.property.dl_eventAgendaAudience.title=Audience
|
dl_datalistmodel.property.dl_eventAgendaAudience.title=Audience
|
||||||
dl_datalistmodel.property.dl_eventAgendaNotes.title=Notes
|
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
|
||||||
|
|
||||||
|
@@ -26,7 +26,6 @@
|
|||||||
|
|
||||||
<constraint name="bpm:allowedPriority" type="LIST">
|
<constraint name="bpm:allowedPriority" type="LIST">
|
||||||
<parameter name="allowedValues">
|
<parameter name="allowedValues">
|
||||||
<!-- TODO: Determine if priority values can be mapped to human-readable strings -->
|
|
||||||
<list>
|
<list>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
<value>2</value>
|
<value>2</value>
|
||||||
@@ -37,7 +36,6 @@
|
|||||||
|
|
||||||
<constraint name="bpm:allowedStatus" type="LIST">
|
<constraint name="bpm:allowedStatus" type="LIST">
|
||||||
<parameter name="allowedValues">
|
<parameter name="allowedValues">
|
||||||
<!-- These status values have been localised in bpm-messages.properties -->
|
|
||||||
<list>
|
<list>
|
||||||
<value>Not Yet Started</value>
|
<value>Not Yet Started</value>
|
||||||
<value>In Progress</value>
|
<value>In Progress</value>
|
||||||
|
@@ -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_submitChangeRequestTask.description=Submits a change request for one or more items
|
||||||
wcmwf_workflowmodel.type.wcmwf_changeRequestTask.title=Change Request
|
wcmwf_workflowmodel.type.wcmwf_changeRequestTask.title=Change Request
|
||||||
wcmwf_workflowmodel.type.wcmwf_changeRequestTask.description=Change Request
|
wcmwf_workflowmodel.type.wcmwf_changeRequestTask.description=Change Request
|
||||||
|
|
||||||
|
# List constraint display labels
|
||||||
|
listconstraint.wcmwf_reviewType.Serial=Serial
|
||||||
|
listconstraint.wcmwf_reviewType.Parallel=Parallel
|
||||||
|
@@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
<constraint name="wcmwf:reviewType" type="LIST">
|
<constraint name="wcmwf:reviewType" type="LIST">
|
||||||
<parameter name="allowedValues">
|
<parameter name="allowedValues">
|
||||||
<!-- TODO: Determine if priority values can be mapped to human-readable strings -->
|
|
||||||
<list>
|
<list>
|
||||||
<value>Serial</value>
|
<value>Serial</value>
|
||||||
<value>Parallel</value>
|
<value>Parallel</value>
|
||||||
|
@@ -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.title=Start Group Review
|
||||||
wf_workflowmodel.type.wf_submitGroupReviewTask.description=Submit documents for review and approval to a group of people
|
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
|
||||||
|
|
||||||
|
@@ -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_adhocTask.description=Von Kollege zugewiesene adhoc Aufgabe
|
||||||
wf_workflowmodel.type.wf_completedAdhocTask.title=Adhoc Aufgabe abgeschlossen
|
wf_workflowmodel.type.wf_completedAdhocTask.title=Adhoc Aufgabe abgeschlossen
|
||||||
wf_workflowmodel.type.wf_completedAdhocTask.description=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
|
||||||
|
@@ -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_adhocTask.description=Tarea ad hoc asignada por un colega
|
||||||
wf_workflowmodel.type.wf_completedAdhocTask.title=Tarea ad hoc completada
|
wf_workflowmodel.type.wf_completedAdhocTask.title=Tarea ad hoc completada
|
||||||
wf_workflowmodel.type.wf_completedAdhocTask.description=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
|
||||||
|
@@ -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_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.title=T\u00e2che adhoc termin\u00e9e
|
||||||
wf_workflowmodel.type.wf_completedAdhocTask.description=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
|
||||||
|
@@ -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_adhocTask.description=Compito ad-hoc assegnato dal collega
|
||||||
wf_workflowmodel.type.wf_completedAdhocTask.title=Compito ad-hoc completato
|
wf_workflowmodel.type.wf_completedAdhocTask.title=Compito ad-hoc completato
|
||||||
wf_workflowmodel.type.wf_completedAdhocTask.description=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
|
||||||
|
@@ -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_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.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
|
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
|
||||||
|
@@ -73,10 +73,8 @@
|
|||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
<default>Reject</default>
|
<default>Reject</default>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint type="LIST">
|
<constraint name="wf:reviewOutcomeOptions" type="LIST">
|
||||||
<parameter name="allowedValues">
|
<parameter name="allowedValues">
|
||||||
<!-- TODO: Determine if priority values can
|
|
||||||
be mapped to human-readable strings -->
|
|
||||||
<list>
|
<list>
|
||||||
<value>Approve</value>
|
<value>Approve</value>
|
||||||
<value>Reject</value>
|
<value>Reject</value>
|
||||||
|
Reference in New Issue
Block a user