Added constraint title translations for RM-183

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@55827 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2013-09-23 09:48:08 +00:00
parent 0fe09315ee
commit 66a22b96af
3 changed files with 5 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
<!-- Note: intentionally empty list of values - allowed values can be added/updated dynamically --> <!-- Note: intentionally empty list of values - allowed values can be added/updated dynamically -->
<constraint name="rmc:smList" type="org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint"> <constraint name="rmc:smList" type="org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint">
<title>Supplemental Markings</title> <title>listconstraint.rmc_smList.title</title>
<parameter name="allowedValues"> <parameter name="allowedValues">
<list> <list>
</list> </list>
@@ -41,7 +41,7 @@
<!-- Note: intentionally empty list of values - allowed values can be added/updated dynamically --> <!-- Note: intentionally empty list of values - allowed values can be added/updated dynamically -->
<constraint name="rmc:tlList" type="org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint"> <constraint name="rmc:tlList" type="org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint">
<title>Transfer Locations</title> <title>listconstraint.rmc_tlList.title</title>
<parameter name="allowedValues"> <parameter name="allowedValues">
<list> <list>
</list> </list>

View File

@@ -277,3 +277,5 @@ rma_recordsmanagement.property.rma_publishInProgress.description=Indicates wheth
rma_recordsmanagement.aspect.dod_ghosted.title=Ghosted Record rma_recordsmanagement.aspect.dod_ghosted.title=Ghosted Record
rma_recordsmanagement.aspect.dod_ghosted.description=Ghosted Record rma_recordsmanagement.aspect.dod_ghosted.description=Ghosted Record
listconstraint.rmc_tlList.title=Transfer Locations
listconstraint.rmc_smList.title=Supplemental Markings

View File

@@ -5,7 +5,7 @@
{ {
"url" : "${url.serviceContext + "/api/rma/admin/rmconstraints/" + constraint.name}", "url" : "${url.serviceContext + "/api/rma/admin/rmconstraints/" + constraint.name}",
"constraintName" : "${constraint.name}", "constraintName" : "${constraint.name}",
"constraintTitle" : "${constraint.title}" "constraintTitle" : "${msg(constraint.title)}"
} }
</#escape> </#escape>
</#macro> </#macro>