mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Moving to root below branch label
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2005 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
70
config/alfresco/messages/action-config.properties
Normal file
70
config/alfresco/messages/action-config.properties
Normal file
@@ -0,0 +1,70 @@
|
||||
# Action conditions
|
||||
|
||||
no-condition.title=All Items
|
||||
no-condition.description=This condition will match any item added to the space. Use this when you wish to apply an action to everything when it is added to the space.
|
||||
|
||||
compare-property-value.title=Items which contain a specific value in its name
|
||||
compare-property-value.description=The rule is applied to all items that has a specific value in its name.
|
||||
|
||||
in-category.title=Items with the specified category value
|
||||
in-category.description=The rule is applied to all items that has the specified category value.
|
||||
|
||||
is-subtype.title=Items of a specified type or its sub-types
|
||||
is-subtype.description=The rule is applied to all items that are of a specified type or its sub-types
|
||||
|
||||
has-aspect.title=Items that have a specific aspect applied
|
||||
has-aspect.description=The rule is applied to all items that have the specified aspect applied.
|
||||
|
||||
compare-mime-type.title=Items with the specified mime type
|
||||
compare-mime-type.description=The rule is applied to all items that have content of the specified mime type.
|
||||
|
||||
# Actions
|
||||
|
||||
add-features.title=Add aspect to item
|
||||
add-features.description=This will add an aspect to the matched item.
|
||||
|
||||
simple-workflow.title=Add simple workflow to item
|
||||
simple-workflow.description=This will add a simple workflow to the matched item. This will allow the item to be moved to a different space for its next step in a workflow. You can also give a space for it to be moved to if you want a reject step.
|
||||
|
||||
link-category.title=Link item to category
|
||||
link-category.description=This will apply a category to the matched item.
|
||||
|
||||
transform.title=Transform and copy content to a specific space
|
||||
transform.description=This will transform the the matched content and copy the result to a specific space
|
||||
|
||||
transform-image.title=Transform and copy image to a specific space
|
||||
transform-image.description=This will transform the matched image and copy the result to a specific space
|
||||
|
||||
copy.title=Copy item to a specific space
|
||||
copy.description=This will copy the matched item to another space.
|
||||
|
||||
move.title=Move item to a specific space
|
||||
move.description=This will move the matched item to another space.
|
||||
|
||||
mail.title=Send an email to specified users
|
||||
mail.description=This will send an email to a list of users when the content matches.
|
||||
|
||||
check-in.title=Check in content
|
||||
check-in.description=This will check in the matched content.
|
||||
|
||||
check-out.title=Check out content
|
||||
check-out.description=This will check out the matched content.
|
||||
|
||||
set-property-value.title=Set the value of a property
|
||||
set-property-value.description=This will set the value of a property to a given value.
|
||||
|
||||
import.title=Import an Alfresco content package
|
||||
import.description=Imports an Alfresco content package into the repository.
|
||||
|
||||
extract-metadata.title=Extract common metadata fields from content
|
||||
extract-metadata.description=Imports title, author and description metadata fields from common content types.
|
||||
|
||||
specialise-type.title=Specialise the type of an item
|
||||
specialise-type.description=This will specialise the matched item to a given type.
|
||||
|
||||
export.title=Export a Space
|
||||
export.description=Exports a Space and optionally it's children to an Alfresco export package.
|
||||
export.package.description=Alfresco content package for Space ''{0}''.
|
||||
export.root.package.description=Alfresco content package for complete Repository.
|
||||
export.package.error=Failed to find temporary file for export
|
||||
|
9
config/alfresco/messages/action-service.properties
Normal file
9
config/alfresco/messages/action-service.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
# Action service externalised display strings
|
||||
|
||||
compare_property_value_evaluator.invalid_operation=The operation {0} can not be applied a property of type {1}.
|
||||
compare_property_value_evaluator.no_content_property=A content proerty must be specified when comparing to a property of type content.
|
||||
numeric_property_value_comparator.invalid_operation=The operation {0} can not be applied to a numeric property.
|
||||
text_property_value_comparator.invalid_operation=The operation {0} can not be applied to a text property.
|
||||
date_property_value_comparator.invalid_operation=The operation {0} can not be applied to a date property.
|
||||
compare_mime_type_evaluator.not_a_content_type=The specified property is not a content type so mime type can not be compared.
|
||||
compare_mime_type_evaluator.no_property_definition_found=No defintion can be found for the property specified so mime type can not be compared.
|
45
config/alfresco/messages/application-model.properties
Normal file
45
config/alfresco/messages/application-model.properties
Normal file
@@ -0,0 +1,45 @@
|
||||
# Display labels for System Model
|
||||
|
||||
app_applicationmodel.description=Alfresco Application Model
|
||||
|
||||
app_applicationmodel.type.app_glossary.title=Data Dictionary
|
||||
app_applicationmodel.type.app_glossary.description=Data Dictionary
|
||||
|
||||
app_applicationmodel.type.app_configurations.title=Configurations
|
||||
app_applicationmodel.type.app_configurations.description=Configurations
|
||||
|
||||
app_applicationmodel.aspect.app_uifacets.title=UI Facets
|
||||
app_applicationmodel.aspect.app_uifacets.description=UI Facets
|
||||
app_applicationmodel.property.app_icon.title=Icon
|
||||
app_applicationmodel.property.app_icon.description=Icon
|
||||
|
||||
app_applicationmodel.aspect.app_inlineeditable.title=Inline Editable
|
||||
app_applicationmodel.aspect.app_inlineeditable.description=Inline Editable
|
||||
app_applicationmodel.property.app_editInline.title=Edit Inline
|
||||
app_applicationmodel.property.app_editInline.description=Edit Inline
|
||||
|
||||
app_applicationmodel.aspect.app_inlineeditable.title=Inline Editable
|
||||
app_applicationmodel.aspect.app_inlineeditable.description=Inline Editable
|
||||
|
||||
app_applicationmodel.aspect.app_workflow.title=Workflow
|
||||
app_applicationmodel.aspect.app_workflow.description=Workflow
|
||||
|
||||
app_applicationmodel.aspect.app_simpleworkflow.title=Workflow
|
||||
app_applicationmodel.aspect.app_simpleworkflow.description=Workflow
|
||||
app_applicationmodel.property.app_approveStep.title=Approve Step
|
||||
app_applicationmodel.property.app_approveStep.description=Approve Step
|
||||
app_applicationmodel.property.app_approveFolder.title=Approve Folder
|
||||
app_applicationmodel.property.app_approveFolder.description=Approve Folder
|
||||
app_applicationmodel.property.app_approveMove.title=Move or Copy
|
||||
app_applicationmodel.property.app_approveMove.description=Move or Copy
|
||||
app_applicationmodel.property.app_rejectStep.title=Reject Step
|
||||
app_applicationmodel.property.app_rejectStep.description=Reject Step
|
||||
app_applicationmodel.property.app_rejectFolder.title=Reject Folder
|
||||
app_applicationmodel.property.app_rejectFolder.description=Reject Folder
|
||||
app_applicationmodel.property.app_rejectMove.title=Move or Copy
|
||||
app_applicationmodel.property.app_rejectMove.description=Move or Copy
|
||||
|
||||
app_applicationmodel.aspect.app_configurable.title=Configurable
|
||||
app_applicationmodel.aspect.app_configurable.description=Configurable
|
||||
app_applicationmodel.association.app_configurations.title=Configurations
|
||||
app_applicationmodel.association.app_configurations.description=Configurations
|
13
config/alfresco/messages/bootstrap-spaces.properties
Normal file
13
config/alfresco/messages/bootstrap-spaces.properties
Normal file
@@ -0,0 +1,13 @@
|
||||
# Labels used in bootstrap Space definitions
|
||||
|
||||
spaces.company_home.name=Company Home
|
||||
spaces.company_home.description=The company root space
|
||||
|
||||
spaces.dictionary.name=Data Dictionary
|
||||
spaces.dictionary.description=User managed definitions
|
||||
|
||||
spaces.templates.name=Space Templates
|
||||
spaces.templates.description=Space templates
|
||||
|
||||
spaces.templates.content.name=Content Templates
|
||||
spaces.templates.content.description=Content templates
|
14
config/alfresco/messages/bootstrap-templates.properties
Normal file
14
config/alfresco/messages/bootstrap-templates.properties
Normal file
@@ -0,0 +1,14 @@
|
||||
# Labels used in bootstrap Template definitions
|
||||
|
||||
templates.space.project=Software Engineering Project
|
||||
templates.space.documentation=Documentation
|
||||
templates.space.drafts=Drafts
|
||||
templates.space.pending_approval=Pending Approval
|
||||
templates.space.published=Published
|
||||
templates.space.samples=Samples
|
||||
templates.document.system_overview.title=System Overview
|
||||
templates.document.system_overview.name=system-overview.html
|
||||
templates.space.discussions=Discussions
|
||||
templates.space.ui_design=UI Design
|
||||
templates.space.presentations=Presentations
|
||||
templates.space.quality_assurance=Quality Assurance
|
9
config/alfresco/messages/bootstrap-tutorial.properties
Normal file
9
config/alfresco/messages/bootstrap-tutorial.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
# Labels used in bootstrap Tutorial definitions
|
||||
|
||||
tutorial.space.name=Alfresco Tutorial
|
||||
tutorial.space.description=Step by step guide to the Alfresco application
|
||||
|
||||
tutorial.document.name=Alfresco-Tutorial.pdf
|
||||
tutorial.document.title=Alfresco Tutorial
|
||||
tutorial.document.description=Getting started guide
|
||||
|
8
config/alfresco/messages/coci-service.properties
Normal file
8
config/alfresco/messages/coci-service.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
# coci service externalised display strings
|
||||
|
||||
coci_service.working_copy_label=(Working Copy)
|
||||
coci_service.err_bad_copy=The original node can not be found. Perhaps the copy has been corrupted or the original has been deleted or moved.
|
||||
coci_service.err_not_owner=This user is not the owner of the working copy and can not check it in.
|
||||
coci_service.err_workingcopy_checkout=A working copy can not be checked out.
|
||||
coci_service.err_not_authenticated=Can not find the currently authenticated user details required by the CheckOutCheckIn service.
|
||||
coci_service.err_workingcopy_has_no_mimetype=Working copy node ({0}) has no mimetype
|
201
config/alfresco/messages/content-model.properties
Normal file
201
config/alfresco/messages/content-model.properties
Normal file
@@ -0,0 +1,201 @@
|
||||
# Display labels for Content Domain Model
|
||||
|
||||
cm_contentmodel.description=Alfresco Content Domain Model
|
||||
|
||||
cm_contentmodel.type.cm_object.title=Object
|
||||
cm_contentmodel.type.cm_object.description=Base Content Domain Object
|
||||
cm_contentmodel.property.cm_name.title=Name
|
||||
cm_contentmodel.property.cm_name.description=Name
|
||||
|
||||
cm_contentmodel.type.cm_folder.title=Folder
|
||||
cm_contentmodel.type.cm_folder.description=Folder
|
||||
cm_contentmodel.property.cm_orderedchildren.title=Ordered Children
|
||||
cm_contentmodel.property.cm_orderedchildren.description=Indicates whether the children of the folder are ordered
|
||||
cm_contentmodel.association.cm_contains.title=Contains
|
||||
cm_contentmodel.association.cm_contains.description=Contains
|
||||
|
||||
cm_contentmodel.type.cm_content.title=Content
|
||||
cm_contentmodel.type.cm_content.description=Base Content Object
|
||||
cm_contentmodel.property.cm_content.title=Content
|
||||
cm_contentmodel.property.cm_content.description=Content
|
||||
|
||||
cm_contentmodel.type.cm_linkfile.title=File Link
|
||||
cm_contentmodel.type.cm_linkfile.description=Link to another File
|
||||
cm_contentmodel.property.cm_path.title=Link File Path
|
||||
cm_contentmodel.property.cm_path.description=Path to the linked File
|
||||
|
||||
cm_contentmodel.type.cm_savedquery.title=Saved Query
|
||||
cm_contentmodel.type.cm_savedquery.description=Saved Query
|
||||
|
||||
cm_contentmodel.type.cm_systemfolder.title=System Folder
|
||||
cm_contentmodel.type.cm_systemfolder.description=Folder for containing system-level items
|
||||
|
||||
cm_contentmodel.type.cm_person.title=Person
|
||||
cm_contentmodel.type.cm_person.description=Person
|
||||
|
||||
cm_contentmodel.property.cm_userName.title=User Name
|
||||
cm_contentmodel.property.cm_userName.description=The Person's user name
|
||||
cm_contentmodel.property.cm_homeFolder.title=Home Folder
|
||||
cm_contentmodel.property.cm_homeFolder.description=The Person's home folder
|
||||
cm_contentmodel.property.cm_firstName.title=First Name
|
||||
cm_contentmodel.property.cm_firstName.description=The Person's first name
|
||||
cm_contentmodel.property.cm_lastName.title=Last Name
|
||||
cm_contentmodel.property.cm_lastName.description=The Person's last name
|
||||
cm_contentmodel.property.cm_middleName.title=Middle Name
|
||||
cm_contentmodel.property.cm_middleName.description=The Person's middle name
|
||||
cm_contentmodel.property.cm_email.title=E-mail Address
|
||||
cm_contentmodel.property.cm_email.description=The Person's e-mail address
|
||||
cm_contentmodel.property.cm_organizationId.title=Organization
|
||||
cm_contentmodel.property.cm_organizationId.description=The Person's organization
|
||||
|
||||
cm_contentmodel.type.cm_category_root.title=Category Root
|
||||
cm_contentmodel.type.cm_category_root.description=Root Category
|
||||
cm_contentmodel.association.cm_categories.title=Categories
|
||||
cm_contentmodel.association.cm_categories.description=Categories within Category Root
|
||||
|
||||
cm_contentmodel.type.cm_category.title=Category
|
||||
cm_contentmodel.type.cm_category.description=Category
|
||||
cm_contentmodel.association.cm_subcategories.title=Categories
|
||||
cm_contentmodel.association.cm_subcategories.description=Sub-categories within Category
|
||||
|
||||
cm_contentmodel.aspect.cm_titled.title=Titled
|
||||
cm_contentmodel.aspect.cm_titled.description=Titled
|
||||
cm_contentmodel.property.cm_created.title=Created Date
|
||||
cm_contentmodel.property.cm_created.description=Created Date
|
||||
cm_contentmodel.property.cm_creator.title=Creator
|
||||
cm_contentmodel.property.cm_creator.description=Who created this item
|
||||
cm_contentmodel.property.cm_modified.title=Modified Date
|
||||
cm_contentmodel.property.cm_modified.description=When this item as last modified
|
||||
cm_contentmodel.property.cm_modifier.title=Modifier
|
||||
cm_contentmodel.property.cm_modifier.description=Who last modified this item
|
||||
cm_contentmodel.property.cm_accessed.title=Last Accessed Date
|
||||
cm_contentmodel.property.cm_accessed.description=When this item was last accessed
|
||||
|
||||
cm_contentmodel.aspect.cm_localizable.title=Localizable
|
||||
cm_contentmodel.aspect.cm_localizable.description=Localizable
|
||||
cm_contentmodel.property.cm_locale.title=Locale
|
||||
cm_contentmodel.property.cm_locale.description=Locale
|
||||
|
||||
cm_contentmodel.aspect.cm_translatable.title=Translatable
|
||||
cm_contentmodel.aspect.cm_translatable.description=Translatable
|
||||
cm_contentmodel.association.cm_translations.title=Translations
|
||||
cm_contentmodel.association.cm_translations.description=Translations
|
||||
|
||||
cm_contentmodel.aspect.cm_transformable.title=Transformable
|
||||
cm_contentmodel.aspect.cm_transformable.description=Transformable
|
||||
cm_contentmodel.association.cm_formats.title=Formats
|
||||
cm_contentmodel.association.cm_formats.description=Transformed Items
|
||||
|
||||
cm_contentmodel.aspect.cm_templatable.title=Templatable
|
||||
cm_contentmodel.aspect.cm_templatable.description=Templatable
|
||||
cm_contentmodel.aspect.cm_template.title=Template
|
||||
cm_contentmodel.aspect.cm_template.description=Template
|
||||
|
||||
cm_contentmodel.aspect.cm_complianceable.title=Complianceable
|
||||
cm_contentmodel.aspect.cm_complianceable.description=Complianceable
|
||||
cm_contentmodel.property.cm_removeAfter.title=Remove After
|
||||
cm_contentmodel.property.cm_removeAfter.description=Remove After
|
||||
|
||||
cm_contentmodel.aspect.cm_ownable.title=Ownable
|
||||
cm_contentmodel.aspect.cm_ownable.description=Ownable
|
||||
cm_contentmodel.property.cm_owner.title=Owner
|
||||
cm_contentmodel.property.cm_owner.description=Owner
|
||||
|
||||
cm_contentmodel.aspect.cm_dublincore.title=Dublin Core
|
||||
cm_contentmodel.aspect.cm_dublincore.description=Dublin Core
|
||||
cm_contentmodel.property.cm_publisher.title=Publisher
|
||||
cm_contentmodel.property.cm_publisher.description=Publisher
|
||||
cm_contentmodel.property.cm_contributor.title=Contributor
|
||||
cm_contentmodel.property.cm_contributor.description=Contributor
|
||||
cm_contentmodel.property.cm_type.title=Type
|
||||
cm_contentmodel.property.cm_type.description=Type
|
||||
cm_contentmodel.property.cm_identifier.title=Identifier
|
||||
cm_contentmodel.property.cm_identifier.description=Identifier
|
||||
cm_contentmodel.property.cm_dcsource.title=Source
|
||||
cm_contentmodel.property.cm_dcsource.description=Source
|
||||
cm_contentmodel.property.cm_coverage.title=Coverage
|
||||
cm_contentmodel.property.cm_coverage.description=Coverage
|
||||
cm_contentmodel.property.cm_rights.title=Rights
|
||||
cm_contentmodel.property.cm_rights.description=Rights
|
||||
cm_contentmodel.property.cm_subject.title=Subject
|
||||
cm_contentmodel.property.cm_subject.description=Subject
|
||||
|
||||
cm_contentmodel.aspect.cm_basable.title=Basable
|
||||
cm_contentmodel.aspect.cm_basable.description=Basable
|
||||
cm_contentmodel.association.cm_basis.title=Basis
|
||||
cm_contentmodel.association.cm_basis.description=Basis
|
||||
|
||||
cm_contentmodel.aspect.cm_partable.title=Partable
|
||||
cm_contentmodel.aspect.cm_partable.description=Partable
|
||||
cm_contentmodel.association.cm_parts.title=Parts
|
||||
cm_contentmodel.association.cm_parts.description=Parts
|
||||
|
||||
cm_contentmodel.aspect.cm_referencing.title=Referencing
|
||||
cm_contentmodel.aspect.cm_referencing.description=Referencing
|
||||
cm_contentmodel.association.cm_references.title=References
|
||||
cm_contentmodel.association.cm_references.description=References
|
||||
|
||||
cm_contentmodel.aspect.cm_replacable.title=Replacable
|
||||
cm_contentmodel.aspect.cm_replacable.description=Replacable
|
||||
cm_contentmodel.association.cm_replaces.title=Replaces
|
||||
cm_contentmodel.association.cm_replaces.description=Replaces
|
||||
|
||||
cm_contentmodel.aspect.cm_effectivity.title=Effectivity
|
||||
cm_contentmodel.aspect.cm_effectivity.description=Effectivity
|
||||
cm_contentmodel.property.cm_from.title=Effective From
|
||||
cm_contentmodel.property.cm_from.description=Effective From
|
||||
cm_contentmodel.property.cm_to.title=Effective To
|
||||
cm_contentmodel.property.cm_to.description=Effective To
|
||||
|
||||
cm_contentmodel.aspect.cm_summarizable.title=Summarizable
|
||||
cm_contentmodel.aspect.cm_summarizable.description=Summarizable
|
||||
cm_contentmodel.property.cm_summary.title=Summary
|
||||
cm_contentmodel.property.cm_summary.description=Summary
|
||||
|
||||
cm_contentmodel.aspect.cm_countable.title=Countable
|
||||
cm_contentmodel.aspect.cm_countable.description=Countable
|
||||
cm_contentmodel.property.cm_hits.title=Hits
|
||||
cm_contentmodel.property.cm_hits.description=Hits
|
||||
|
||||
cm_contentmodel.aspect.cm_copiedFrom.title=Copied From
|
||||
cm_contentmodel.aspect.cm_copiedFrom.description=Copied From
|
||||
cm_contentmodel.property.cm_source.title=Source
|
||||
cm_contentmodel.property.cm_source.description=Source
|
||||
|
||||
cm_contentmodel.aspect.cm_workingcopy.title=Working Copy
|
||||
cm_contentmodel.aspect.cm_workingcopy.description=Working Copy
|
||||
cm_contentmodel.property.cm_workingCopyOwner.title=Working Copy Owner
|
||||
cm_contentmodel.property.cm_workingCopyOwner.description=Working Copy Owner
|
||||
|
||||
cm_contentmodel.aspect.cm_versionable.title=Versionable
|
||||
cm_contentmodel.aspect.cm_versionable.description=Versionable
|
||||
cm_contentmodel.property.cm_versionLabel.title=Version Label
|
||||
cm_contentmodel.property.cm_versionLabel.description=Version Label
|
||||
|
||||
cm_contentmodel.aspect.cm_lockable.title=Lockable
|
||||
cm_contentmodel.aspect.cm_lockable.description=Lockable
|
||||
cm_contentmodel.property.cm_lockOwner.title=Lock Owner
|
||||
cm_contentmodel.property.cm_lockOwner.description=Lock Owner
|
||||
cm_contentmodel.property.cm_lockType.title=Lock Type
|
||||
cm_contentmodel.property.cm_lockType.description=Lock Type
|
||||
cm_contentmodel.property.cm_expiryDate.title=Expiry Date
|
||||
cm_contentmodel.property.cm_expiryDate.description=Expiry Date
|
||||
cm_contentmodel.property.cm_lockIsDeep.title=Deep Lock
|
||||
cm_contentmodel.property.cm_lockIsDeep.description=Deep Lock
|
||||
|
||||
cm_contentmodel.aspect.cm_subscribable.title=Subscribable
|
||||
cm_contentmodel.aspect.cm_subscribable.description=Subscribable
|
||||
cm_contentmodel.association.cm_subscribedBy.title=Subscribed By
|
||||
cm_contentmodel.association.cm_subscribedBy.description=Subscribed By
|
||||
|
||||
cm_contentmodel.aspect.cm_classifiable.title=Classifiable
|
||||
cm_contentmodel.aspect.cm_classifiable.description=Classifiable
|
||||
|
||||
cm_contentmodel.aspect.cm_generalclassifiable.title=Classifiable
|
||||
cm_contentmodel.aspect.cm_generalclassifiable.description=Classifiable
|
||||
cm_contentmodel.property.cm_categories.title=Categories
|
||||
cm_contentmodel.property.cm_categories.description=Categories
|
||||
|
||||
cm_contentmodel.aspect.cm_attachable.title=Attachable
|
||||
cm_contentmodel.aspect.cm_attachable.description=Allows other repository objects to be attached
|
||||
|
3
config/alfresco/messages/content-service.properties
Normal file
3
config/alfresco/messages/content-service.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
# Content-related messages
|
||||
|
||||
content.content_missing=The node''s content is missing: \n node: {0} \n reader: {1} \n Please contact your system administrator.
|
34
config/alfresco/messages/dictionary-model.properties
Normal file
34
config/alfresco/messages/dictionary-model.properties
Normal file
@@ -0,0 +1,34 @@
|
||||
# Display labels for Dictionary Model
|
||||
|
||||
d_dictionary.description=Alfresco Dictionary Model
|
||||
|
||||
d_dictionary.datatype.d_any.title=Any
|
||||
d_dictionary.datatype.d_any.description=Any
|
||||
d_dictionary.datatype.d_text.title=Text
|
||||
d_dictionary.datatype.d_text.description=Text
|
||||
d_dictionary.datatype.d_content.title=Content
|
||||
d_dictionary.datatype.d_content.description=Content
|
||||
d_dictionary.datatype.d_int.title=Integer
|
||||
d_dictionary.datatype.d_int.description=Integer
|
||||
d_dictionary.datatype.d_long.title=Long
|
||||
d_dictionary.datatype.d_long.description=Long
|
||||
d_dictionary.datatype.d_float.title=Float
|
||||
d_dictionary.datatype.d_float.description=Float
|
||||
d_dictionary.datatype.d_double.title=Double
|
||||
d_dictionary.datatype.d_double.description=Double
|
||||
d_dictionary.datatype.d_date.title=Date
|
||||
d_dictionary.datatype.d_date.description=Date
|
||||
d_dictionary.datatype.d_datetime.title=Date and Time
|
||||
d_dictionary.datatype.d_datetime.description=Date and Time
|
||||
d_dictionary.datatype.d_boolean.title=Boolean
|
||||
d_dictionary.datatype.d_boolean.description=Boolean
|
||||
d_dictionary.datatype.d_qname.title=Qualified Name
|
||||
d_dictionary.datatype.d_qname.description=Qualified Name
|
||||
d_dictionary.datatype.d_guid.title=Unique Identifier
|
||||
d_dictionary.datatype.d_guid.description=Unique Identifier
|
||||
d_dictionary.datatype.d_category.title=Category
|
||||
d_dictionary.datatype.d_category.description=Category
|
||||
d_dictionary.datatype.d_noderef.title=Reference
|
||||
d_dictionary.datatype.d_noderef.description=Reference
|
||||
d_dictionary.datatype.d_path.title=Path
|
||||
d_dictionary.datatype.d_path.description=Path
|
19
config/alfresco/messages/forum-model.properties
Normal file
19
config/alfresco/messages/forum-model.properties
Normal file
@@ -0,0 +1,19 @@
|
||||
# Display labels for System Model
|
||||
|
||||
fm_forummodel.description=Forum Model
|
||||
|
||||
fm_forummodel.type.fm_forums.title=Forums
|
||||
|
||||
fm_forummodel.type.fm_forum.title=Forum
|
||||
fm_forummodel.property.fm_status.title=Forum Status
|
||||
fm_forummodel.property.fm_status.description=Status of forum i.e. locked, read-only
|
||||
|
||||
fm_forummodel.type.fm_topic.title=Topic
|
||||
fm_forummodel.property.fm_type.title=Topic Type
|
||||
fm_forummodel.property.fm_type.description=Type of topic i.e. sticky, announcement etc.
|
||||
|
||||
fm_forummodel.type.fm_post.title=Forum Article
|
||||
|
||||
fm_forummodel.aspect.fm_discussable.title=Discussable
|
||||
fm_forummodel.property.fm_forum.title=Forum
|
||||
fm_forummodel.property.fm_forum.description=The forum holding the discussion on the object the aspect is applied to
|
1
config/alfresco/messages/permissions-service.properties
Normal file
1
config/alfresco/messages/permissions-service.properties
Normal file
@@ -0,0 +1 @@
|
||||
permissions.err_access_denied=Access Denied. You do not have the appropriate permissions to perform this operation.
|
4
config/alfresco/messages/rule-config.properties
Normal file
4
config/alfresco/messages/rule-config.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
# Rule types
|
||||
|
||||
inbound.display-label=Inbound
|
||||
outbound.display-label=Outbound
|
31
config/alfresco/messages/system-model.properties
Normal file
31
config/alfresco/messages/system-model.properties
Normal file
@@ -0,0 +1,31 @@
|
||||
# Display labels for System Model
|
||||
|
||||
sys_systemmodel.description=Alfresco System Model
|
||||
|
||||
sys_systemmodel.type.sys_base.title=Base
|
||||
sys_systemmodel.type.sys_base.description=Base
|
||||
|
||||
sys_systemmodel.type.sys_container.title=Container
|
||||
sys_systemmodel.type.sys_container.description=Container
|
||||
sys_systemmodel.association.sys_children.title=Children
|
||||
sys_systemmodel.association.sys_children.description=Children
|
||||
|
||||
sys_systemmodel.type.sys_store_root.title=Store Root
|
||||
sys_systemmodel.type.sys_store_root.description=Store Root
|
||||
|
||||
sys_systemmodel.type.sys_reference.title=Reference
|
||||
sys_systemmodel.type.sys_reference.description=Reference
|
||||
sys_systemmodel.property.sys_reference.title=Reference
|
||||
sys_systemmodel.property.sys_reference.description=Reference
|
||||
|
||||
sys_systemmodel.aspect.aspect_root.title=Root
|
||||
sys_systemmodel.aspect.aspect_root.description=Root
|
||||
|
||||
sys_systemmodel.aspect.sys_referenceable.title=Referenceable
|
||||
sys_systemmodel.aspect.sys_referenceable.description=Referenceable
|
||||
sys_systemmodel.property.sys_store-protocol.title=Store Protocol
|
||||
sys_systemmodel.property.sys_store-protocol.description=Store Protocol
|
||||
sys_systemmodel.property.sys_store-identifier.title=Store Identifier
|
||||
sys_systemmodel.property.sys_store-identifier.description=Store Identifier
|
||||
sys_systemmodel.property.sys_node-uuid.title=Node Identifier
|
||||
sys_systemmodel.property.sys_node-uuid.description=Node Identifier
|
5
config/alfresco/messages/template-service.properties
Normal file
5
config/alfresco/messages/template-service.properties
Normal file
@@ -0,0 +1,5 @@
|
||||
# Template Service externalised display strings
|
||||
|
||||
error_no_template=Unable to find the template ''{0}''. Please contact your system adminstrator.
|
||||
error_template_fail=Error during processing of the template ''{0}''. Please contact your system adminstrator.
|
||||
error_template_io=IO Error during processing of the template ''{0}''. Please contact your system adminstrator.
|
8
config/alfresco/messages/version-service.properties
Normal file
8
config/alfresco/messages/version-service.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
# Rule service externalised display strings
|
||||
|
||||
version_service.err_restore_exists=The node {0} cannot be restored since it already exists.
|
||||
version_service.err_not_found=The current version label of the node does not exist in the version history.
|
||||
version_service.err_unsupported=The current implementation of the version service does not support the creation of branches.
|
||||
version_service.err_one_preceeding=The current implementation of the version service only supports one preceeding version.
|
||||
version_service.err_restore_no_version=The node {0} cannot be restore since there is no version information available for this node.
|
||||
version_service.err_revert_mismatch=The version provided to revert to does not come from the nodes version history.
|
Reference in New Issue
Block a user