From 7eaafc65022cd0252cd273ccf6f9c676620a9e7b Mon Sep 17 00:00:00 2001 From: Andy Healey Date: Tue, 26 Jul 2016 15:08:01 +0100 Subject: [PATCH] DOCS-2292 --- .../messages/admin-service.properties | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/admin-service.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/admin-service.properties index 2e837c01a4..72795b810f 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/admin-service.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/admin-service.properties @@ -1,16 +1,16 @@ -rm.admin.service-not-init=The customization service has not been started. -rm.admin.not-customisable=The class {0} is not customizable. -rm.admin.invalid-custom-aspect=The custom aspect {0} for customisable class {1} couldn't be found. +rm.admin.service-not-init=The customization service hasn't been started. +rm.admin.not-customisable=The class {0} isn't customizable. +rm.admin.invalid-custom-aspect=We couldn't find custom aspect {0} for customisable class {1}. rm.admin.property-already-exists=Property {0} already exists. -rm.admin.cannot-apply-constraint=Cannot apply constraint {0} to property {1} with datatype {2}. (expected: dataType = TEXT) -rm.admin.prop-exist=The custom property {0} can't be found. -rm.admin.custom-prop-exist=The custom model does not contain the property {0}. +rm.admin.cannot-apply-constraint=You can't apply constraint {0} to property {1} with datatype {2}. (expected: dataType = TEXT) +rm.admin.prop-exist=We couldn't find custom property {0}. +rm.admin.custom-prop-exist=The custom model doesn't contain the property {0}. rm.admin.unknown-aspect=Unknown aspect {0}. rm.admin.constraint-exists=The constraint {0} already exists. -rm.admin.contraint-cannot-find=The definition for constraint {0} can't be found. +rm.admin.contraint-cannot-find=We couldn't find the definition for constraint {0}. rm.admin.unexpected_type_constraint=Unexpected type {0} for constraint {1}. The expected is {2}. -rm.admin.custom-model-not-found=The custom model {0} can't be found. +rm.admin.custom-model-not-found=We couldn't find custom model {0}. rm.admin.custom-model-no-content=The custom model has no content. (nodeRef={0}) -rm.admin.error-write-custom-model=Error writing custom model content. (nodeRef={0}). -rm.admin.error-client-id=Error generating the client id, because it's already in use. (clientid={0}) -rm.admin.error-split-id=Unable to split id {0}, because separator {1} is not present. \ No newline at end of file +rm.admin.error-write-custom-model=We hit a problem writing custom model content. (nodeRef={0}). +rm.admin.error-client-id=We couldn't generate the client ID because it's already in use. (clientid={0}) +rm.admin.error-split-id=We couldn't split ID {0}. because separator {1} isn't present. \ No newline at end of file