From 3f047e8aed2cfc25256dc863c2237af5c7887192 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Tue, 13 Dec 2005 17:17:16 +0000 Subject: [PATCH] Added missing properties to content-model I18N props file - this is why certain model fields are always in English...! git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2038 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/messages/content-model.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/alfresco/messages/content-model.properties b/config/alfresco/messages/content-model.properties index 92537bc6dd..2332896da5 100644 --- a/config/alfresco/messages/content-model.properties +++ b/config/alfresco/messages/content-model.properties @@ -60,6 +60,13 @@ cm_contentmodel.association.cm_subcategories.description=Sub-categories within C cm_contentmodel.aspect.cm_titled.title=Titled cm_contentmodel.aspect.cm_titled.description=Titled +cm_contentmodel.property.cm_title.title=Title +cm_contentmodel.property.cm_title.description=Content Title +cm_contentmodel.property.cm_description.title=Description +cm_contentmodel.property.cm_description.description=Content Description + +cm_contentmodel.aspect.cm_auditable.title=Auditable +cm_contentmodel.aspect.cm_auditable.description=Auditable cm_contentmodel.property.cm_created.title=Created Date cm_contentmodel.property.cm_created.description=Created Date cm_contentmodel.property.cm_creator.title=Creator