From 4cd89bff14cbc66dbeeaa3e272ecea3d3c5a3730 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Mon, 28 Nov 2016 20:17:08 +0000 Subject: [PATCH] Merged 5.2.N_REBRANDING (5.2.1) to 5.2.N (5.2.1) 133138 adavis: REPO-1458 Change English property file line endings (to UNIX) so it is possible to see the real change in the next commit git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@133231 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../custommodel-restapi-messages.properties | 156 +++++++++--------- 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/config/alfresco/messages/custommodel-restapi-messages.properties b/config/alfresco/messages/custommodel-restapi-messages.properties index d66fdf8fab..6f97d4dcfd 100644 --- a/config/alfresco/messages/custommodel-restapi-messages.properties +++ b/config/alfresco/messages/custommodel-restapi-messages.properties @@ -1,78 +1,78 @@ -# Messages returned by the CMM Rest API - -# Model -cmm.rest_api.model_name_null=Model name can't be null. -cmm.rest_api.model_invalid=Invalid custom model. -cmm.rest_api.model_status_null=Model status can't be null. -cmm.rest_api.model_name_cannot_update=You can't update the model name. -cmm.rest_api.model_update_failure=We couldn't update the model. -cmm.rest_api.model_download_failure=We couldn't create a download node. -cmm.rest_api.model_namespace_uri_null=The model namespace URI can't be null. -cmm.rest_api.model_namespace_uri_invalid=The namespace URI is invalid. Use letters, numbers and URI characters only. -cmm.rest_api.model_namespace_prefix_null=Model namespace prefix can't be null. -# Type -cmm.rest_api.type_name_null=Type name can't be null. -cmm.rest_api.type_create_failure=We couldn't create the type. -cmm.rest_api.type_update_failure=We couldn't update the type. -cmm.rest_api.type_parent_cannot_update=You can't update the type's parent in an active custom model. -cmm.rest_api.type_parent_not_exist=You can''t set the type''s parent to ''{0}'', because the type ''{0}'' doesn''t exist. -cmm.rest_api.type_cannot_delete=You can't delete a type in an active model. -cmm.rest_api.type_delete_failure=We couldn't delete the type. -# Aspect -cmm.rest_api.aspect_name_null=Aspect name can't be null. -cmm.rest_api.aspect_create_failure=We couldn't create the aspect. -cmm.rest_api.aspect_update_failure=We couldn't update the aspect. -cmm.rest_api.aspect_parent_cannot_update=You can't update the aspect's parent in an active custom model. -cmm.rest_api.aspect_parent_not_exist=You can''t set the aspect''s parent to ''{0}'', because the aspect ''{0}'' doesn''t exist. -cmm.rest_api.aspect_cannot_delete=You can't delete an aspect in an active model. -cmm.rest_api.aspect_delete_failure=We couldn't delete the aspect. -# TypeAspect -cmm.rest_api.aspect_type_cannot_delete=You can''t delete ''{0}'' as ''{1}'' depends on it. -# Constraint -cmm.rest_api.constraint_name_null=Constraint name can't be null. -cmm.rest_api.constraint_create_failure=We couldn't create constraint. -cmm.rest_api.constraint_parameter_name_null=Constraint parameter name can't be null. -cmm.rest_api.constraint_type_null=Custom constraint must have a 'type' attribute. -cmm.rest_api.constraint_ref_not_defined=Constraint reference ''{0}'' isn'' t defined by this model. -cmm.rest_api.regex_constraint_invalid_expression=REGEX expression ''{0}'' isn''t valid. -cmm.rest_api.minmax_constraint_invalid_parameter=''{0}'' isn''t a valid ''double'' value for MINMAX parameter ''{1}''. -cmm.rest_api.minmax_constraint_invalid_max_value=Maximum value of the MINMAX constraint must be greater than zero. -cmm.rest_api.minmax_constraint_invalid_use=MINMAX constraint can only be used with numeric data type. -cmm.rest_api.length_constraint_invalid_parameter=''{0}'' isn''t a valid ''int'' value for LENGTH parameter ''{1}''. -cmm.rest_api.length_constraint_invalid_use=You can only use the LENGTH constraint with TEXT, CONTENT and MLTEXT data types. -# Property -cmm.rest_api.property_name_null=Property name can't be null. -cmm.rest_api.property_create_update_failure=We couldn't create/update property. -cmm.rest_api.property_delete_failure=We couldn't delete the property. -cmm.rest_api.property_datatype_invalid=''{0}'' isn''t a valid data type format. A valid format should consist of a namespace prefix, a colon, and a name, for example: d:text. -cmm.rest_api.properties_empty_null=Properties can't be empty or null. -cmm.rest_api.property_create_name_already_in_use=We couldn''t create the property as the property name ''{0}'' is already in use. -cmm.rest_api.property_update_prop_not_found=We couldn''t find a property that matches ''{0}''. -cmm.rest_api.property_change_datatype_err=You can't change the data type of a property in an active model. -cmm.rest_api.property_change_mandatory_opt_err=You can't change the mandatory option of a property in an active model. -cmm.rest_api.property_change_mandatory_enforced_opt_err=You can't change the mandatory-enforced option of a property in an active model. -cmm.rest_api.property_change_multi_valued_opt_err=You can't change the multi-valued option of a property in an active model. -# validation -cmm.rest_api.input_validation_err=''{0}'' isn''t a valid value. Use numbers, letters, hyphens (-) and underscores (_) only. -cmm.rest_api.prefix_not_registered=There isn''t a namespace prefix registered for the URI ''{0}''. Make sure the model is active. -cmm.rest_api.prefixed_qname_invalid=''{0}'' isn''t a valid prefixed QName value. {1} -cmm.rest_api.circular_dependency_err=A circular dependency was detected. You can''t set parent ''{0}'', as it''s model already depends on ''{1}''. -cmm.rest_api.prefixed_qname_invalid_format=''{0}'' isn''t a valid prefixed QName format. A valid format should consist of a namespace prefix, a colon, and a name, for example: cm:content. -# model import -cmm.rest_api.model.import_namespace_multiple_found=The custom model can only have one namespace. We found ''{0}''. -cmm.rest_api.model.import_namespace_undefined=The custom model must define a namespace. -cmm.rest_api.model.import_associations_unsupported=The custom model doesn't support the 'associations' element. -cmm.rest_api.model.import_overrides_unsupported=The custom model doesn't support the 'overrides' element. -cmm.rest_api.model.import_mandatory_aspects_unsupported=The custom model doesn't support the 'mandatory-aspects' element. -cmm.rest_api.model.import_archive_unsupported=The custom model doesn't support the 'archive' element. -cmm.rest_api.model.import_includedInSuperTQ_unsupported=The custom model doesn't support the 'includedInSuperTypeQuery' element. -cmm.rest_api.model.import_not_multi_part_req=Request isn't a multi-part form data. -cmm.rest_api.model.import_not_zip_format=''{0}'' isn''t a valid zip file. -cmm.rest_api.model.import_process_zip_file_failure=We couldn't process the zip file. -cmm.rest_api.model.import_no_zip_file_uploaded=We couldn't upload the zip file. -cmm.rest_api.model.import_invalid_zip_package=The zip file can't have more than two files. There should be one Model file and one Extension module file. -cmm.rest_api.model.import_invalid_zip_entry_format=''{0}'' isn''t a model or a Share extension module file. -cmm.rest_api.model.import_invalid_model_entry=''{0}'' isn''t a valid model file. -cmm.rest_api.model.import_invalid_ext_module_entry=''{0}'' isn''t a valid Share extension module file. -cmm.rest_api.model.import_failure=We couldn't import the model. -cmm.rest_api.model.import_process_ext_module_file_failure=We couldn't process the Share extension module file. +# Messages returned by the CMM Rest API + +# Model +cmm.rest_api.model_name_null=Model name can't be null. +cmm.rest_api.model_invalid=Invalid custom model. +cmm.rest_api.model_status_null=Model status can't be null. +cmm.rest_api.model_name_cannot_update=You can't update the model name. +cmm.rest_api.model_update_failure=We couldn't update the model. +cmm.rest_api.model_download_failure=We couldn't create a download node. +cmm.rest_api.model_namespace_uri_null=The model namespace URI can't be null. +cmm.rest_api.model_namespace_uri_invalid=The namespace URI is invalid. Use letters, numbers and URI characters only. +cmm.rest_api.model_namespace_prefix_null=Model namespace prefix can't be null. +# Type +cmm.rest_api.type_name_null=Type name can't be null. +cmm.rest_api.type_create_failure=We couldn't create the type. +cmm.rest_api.type_update_failure=We couldn't update the type. +cmm.rest_api.type_parent_cannot_update=You can't update the type's parent in an active custom model. +cmm.rest_api.type_parent_not_exist=You can''t set the type''s parent to ''{0}'', because the type ''{0}'' doesn''t exist. +cmm.rest_api.type_cannot_delete=You can't delete a type in an active model. +cmm.rest_api.type_delete_failure=We couldn't delete the type. +# Aspect +cmm.rest_api.aspect_name_null=Aspect name can't be null. +cmm.rest_api.aspect_create_failure=We couldn't create the aspect. +cmm.rest_api.aspect_update_failure=We couldn't update the aspect. +cmm.rest_api.aspect_parent_cannot_update=You can't update the aspect's parent in an active custom model. +cmm.rest_api.aspect_parent_not_exist=You can''t set the aspect''s parent to ''{0}'', because the aspect ''{0}'' doesn''t exist. +cmm.rest_api.aspect_cannot_delete=You can't delete an aspect in an active model. +cmm.rest_api.aspect_delete_failure=We couldn't delete the aspect. +# TypeAspect +cmm.rest_api.aspect_type_cannot_delete=You can''t delete ''{0}'' as ''{1}'' depends on it. +# Constraint +cmm.rest_api.constraint_name_null=Constraint name can't be null. +cmm.rest_api.constraint_create_failure=We couldn't create constraint. +cmm.rest_api.constraint_parameter_name_null=Constraint parameter name can't be null. +cmm.rest_api.constraint_type_null=Custom constraint must have a 'type' attribute. +cmm.rest_api.constraint_ref_not_defined=Constraint reference ''{0}'' isn'' t defined by this model. +cmm.rest_api.regex_constraint_invalid_expression=REGEX expression ''{0}'' isn''t valid. +cmm.rest_api.minmax_constraint_invalid_parameter=''{0}'' isn''t a valid ''double'' value for MINMAX parameter ''{1}''. +cmm.rest_api.minmax_constraint_invalid_max_value=Maximum value of the MINMAX constraint must be greater than zero. +cmm.rest_api.minmax_constraint_invalid_use=MINMAX constraint can only be used with numeric data type. +cmm.rest_api.length_constraint_invalid_parameter=''{0}'' isn''t a valid ''int'' value for LENGTH parameter ''{1}''. +cmm.rest_api.length_constraint_invalid_use=You can only use the LENGTH constraint with TEXT, CONTENT and MLTEXT data types. +# Property +cmm.rest_api.property_name_null=Property name can't be null. +cmm.rest_api.property_create_update_failure=We couldn't create/update property. +cmm.rest_api.property_delete_failure=We couldn't delete the property. +cmm.rest_api.property_datatype_invalid=''{0}'' isn''t a valid data type format. A valid format should consist of a namespace prefix, a colon, and a name, for example: d:text. +cmm.rest_api.properties_empty_null=Properties can't be empty or null. +cmm.rest_api.property_create_name_already_in_use=We couldn''t create the property as the property name ''{0}'' is already in use. +cmm.rest_api.property_update_prop_not_found=We couldn''t find a property that matches ''{0}''. +cmm.rest_api.property_change_datatype_err=You can't change the data type of a property in an active model. +cmm.rest_api.property_change_mandatory_opt_err=You can't change the mandatory option of a property in an active model. +cmm.rest_api.property_change_mandatory_enforced_opt_err=You can't change the mandatory-enforced option of a property in an active model. +cmm.rest_api.property_change_multi_valued_opt_err=You can't change the multi-valued option of a property in an active model. +# validation +cmm.rest_api.input_validation_err=''{0}'' isn''t a valid value. Use numbers, letters, hyphens (-) and underscores (_) only. +cmm.rest_api.prefix_not_registered=There isn''t a namespace prefix registered for the URI ''{0}''. Make sure the model is active. +cmm.rest_api.prefixed_qname_invalid=''{0}'' isn''t a valid prefixed QName value. {1} +cmm.rest_api.circular_dependency_err=A circular dependency was detected. You can''t set parent ''{0}'', as it''s model already depends on ''{1}''. +cmm.rest_api.prefixed_qname_invalid_format=''{0}'' isn''t a valid prefixed QName format. A valid format should consist of a namespace prefix, a colon, and a name, for example: cm:content. +# model import +cmm.rest_api.model.import_namespace_multiple_found=The custom model can only have one namespace. We found ''{0}''. +cmm.rest_api.model.import_namespace_undefined=The custom model must define a namespace. +cmm.rest_api.model.import_associations_unsupported=The custom model doesn't support the 'associations' element. +cmm.rest_api.model.import_overrides_unsupported=The custom model doesn't support the 'overrides' element. +cmm.rest_api.model.import_mandatory_aspects_unsupported=The custom model doesn't support the 'mandatory-aspects' element. +cmm.rest_api.model.import_archive_unsupported=The custom model doesn't support the 'archive' element. +cmm.rest_api.model.import_includedInSuperTQ_unsupported=The custom model doesn't support the 'includedInSuperTypeQuery' element. +cmm.rest_api.model.import_not_multi_part_req=Request isn't a multi-part form data. +cmm.rest_api.model.import_not_zip_format=''{0}'' isn''t a valid zip file. +cmm.rest_api.model.import_process_zip_file_failure=We couldn't process the zip file. +cmm.rest_api.model.import_no_zip_file_uploaded=We couldn't upload the zip file. +cmm.rest_api.model.import_invalid_zip_package=The zip file can't have more than two files. There should be one Model file and one Extension module file. +cmm.rest_api.model.import_invalid_zip_entry_format=''{0}'' isn''t a model or a Share extension module file. +cmm.rest_api.model.import_invalid_model_entry=''{0}'' isn''t a valid model file. +cmm.rest_api.model.import_invalid_ext_module_entry=''{0}'' isn''t a valid Share extension module file. +cmm.rest_api.model.import_failure=We couldn't import the model. +cmm.rest_api.model.import_process_ext_module_file_failure=We couldn't process the Share extension module file.