mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-02 17:35:18 +00:00
- Added a new action to the repository for executing JavaScript files - Added script action UI to rule framework, means we can execute a JavaScript file as part of a rule - Lucene search and Saved Search functionality added to default data-model for scripts - Added Scripts folder to Data Dictionary (created during bootstrap) - Created patch to add the Scripts folder to existing schemas - Added ScriptService to ServiceRegistry bean git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2740 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
26 lines
803 B
Properties
26 lines
803 B
Properties
# 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=Presentation Templates
|
|
spaces.templates.content.description=Presentation templates
|
|
|
|
spaces.templates.email.name=Email Templates
|
|
spaces.templates.email.description=Email templates
|
|
|
|
spaces.savedsearches.name=Saved Searches
|
|
spaces.savedsearches.description=Saved Searches
|
|
|
|
spaces.guest_home.name=Guest Home
|
|
spaces.guest_home.description=The guest root space
|
|
|
|
spaces.scripts.name=Scripts
|
|
spaces.scripts.description=JavaScript files
|