Files
alfresco-community-repo/config/alfresco/messages/bootstrap-spaces.properties
Dave Ward 82b9aba09a Merged V4.1-BUG-FIX to HEAD
41597: ALF-1907: Check out rule is active for spaces
    - Merged in fix from DEV
    - Changed List of applicable types to a Set
    - Added quick initial checks against the set before doing the subtype checks
    - Various typo fixes
   41598: Add an additional line of INFO to log the database details
   41599: Fix for ALF-8374 - Simple view: incorrect file type icon for *.page and *.eps files
   41600: Merge DEV to V4.1-BUG-FIX
      41478 : ALF-14078: CLONE - Saving files with apps on Mac OS X Lion in CIFS doesn't invoke rules
   41605: Fix for ALF-14653 - Share - Page link created wrongly in wiki. Solution to split wiki page name and title from Alex Bykov.
   41608: CIFS cluster saving of text file fails. ALF-14179
   The client releases the oplock by closing the file, if a remote oplock break was used then a notification to
   the remote node was missing in this case.
   41616: ALF-13577:modified the delete site REST API to set the status code to 409 if a node is locked.
   41624: MT: ALF-14331 - UserUsageTrackingComponent fails if disabled (in MT config)
   - defensive fix (exact steps do not repeat) - may also fix ALF-15956
   41652: more debug
   41653: Fix for ALF-15965 - IE9 - Script error occurs when manage aspect for a document
   41655: Merged BRANCHES/V4.1 to BRANCHES/DEV/V4.1-BUG-FIX (RECORD ONLY)
      41654: Fix for ALF-15965 - hand merged back from rev 41653
   41658: ALF-14967: Task operations through task-forms now audited
   41664: Reverse-merging change 41616 out of the product due to file formatting irregularities.
   This checkin was a fix for ALF-13577. A subsequent check-in will add the same fix but without the formatting problems.
   41665: ALF-11452: Disabling JBPM now prevents jobexecutor thread from starting and consuming unneeded resources
   41671: Reimplementation of fix for ALF-13577. Slight edit on previous fix.
   It now lets the NodeLockedException out of the Java layer and 'catches' this exception in the JavaScript layer. The API returns a 409 (conflict) if a NodeLockedException makes it to the JavaScript - the previous fix was returning 409 for *any* AlfrescoRuntimeException thrown during a site delete.
   Also this checkin preserves the whitespace/file layout of the preceding version.
   41688: ALF-15867 WikiServiceImplTest failing on SQL Server
      - Switched WikiService_transaction bean over to using RetryingTransactionInterceptor
   41720: ALF-15967: Using START_USER_ID_ instead of "initiator" property to query process instances started by user X to prevent extra joins
   41730: Fix for ALF-15995 NodeRef is missing in log on "Problem converting to Freemarker" error
   41743: ALF-9779	REGRESSION: FTP - Failed to retrieve directory listing for tenant user
   41745: Removed a HomeShareMapper - there were two
   41747: Fix for ALF-15811 SOLR query increases DocBitSet inefficiently
   Part of ALF-14861 SOLR to scale for non-admin users in 100k sites and a subgroup of each of 1000 independent groupings with 1000 subgroups
   41748: Fix for ALF-15950 Solr: throws NPE: org.alfresco.solr.SolrLuceneAnalyser.loadAnalyzer
   - return default analyzer
   41752: Fix for ALF-13634 Re-created category won't show up again on a node in Document Library.
   41779: ALF-11283 - Got the home share mapper up and working after some refactoring.
   41795: Fix for ALF-14361 CMIS object type definition for Document and Folder not spec compliant
   41796: ALF-16008: missing column on clean Alfresco and after upgrade from 3.4.10 (703)
     - Schema-Reference for DB2 referenced a non-existent column.
   41802: Fixed ALF-16029: TransactionCleanupTest throws constraint violations 
    - Fallout from ALF-12358; sys:deleted node types have a mandatory property
    - Before bulk-deleting nodes, we need to delete properties
    - Use overriding DAo for MySQL.  Other DBs can use standard delete with joins
    - NB: Fixed TransactionalCleanupTest to double-check the purge job
   41822: Refactor to both Share Mappers.
   41838: BDE-85: Deploy alfresco-mmt with a proper pom.xml containing dependencies
     Also, refactor Maven deployment to use a macro
   41858: ALF-14444 - CloudSync: Ensure unknown properties when synced to Cloud are ignored properly
   41876: Fix ALF-16067 - Items with cm:versionable aspect [custom aspect added] throw errors in Share UI
   41877: Updated Spring Surf libs (1148) - downgrades module deployment error messages
   41878: ALF-16069 - RU: 'Web Deployed' folder is not localized if Alfresco is installed with Russian locale.
   41879: Fix non-continuous build, trying to call continuous-init from maven-env-prerequisites
   41918: Merged PATCHES/V4.1.1 to V4.1-BUG-FIX
      41657: ALF-15965 - IE9 - Script error occurs when manage aspect for a document (correct 4.1.1 branch this time)
      41834: Merged DEV to V4.1.1 (4.1.1)
         41827: ALF-15983: SPP: Meeting space: all-day event is displayed on the day before specified during creation
         Removing of time zone has been modified to be sensitive to Outlook meeting events which are not requiring special conversion for the start and end dates
      41835: Merged DEV to V4.1.1 (4.1.1)
         41833: ALF-16038 : DB2: Upgrade script needed to remove ALFUSER.ACT_HI_ACTINST.OWNER_
         The patch was created to remove an unnecessary column in DB2.
      41845: Reverse merge: << In attempt to clear 12 new DB2 build errors - don't think it is going to work >> 
         41835: Merged DEV to V4.1.1 (4.1.1)
            41833: ALF-16038 : DB2: Upgrade script needed to remove ALFUSER.ACT_HI_ACTINST.OWNER_
            The patch was created to remove an unnecessary column in DB2.
      Merged V4.1-BUG-FIX (4.1.2) to V4.1.1 (4.1.1)
         41337: Merged V3.4-BUG-FIX (3.4.11) to V4.1-BUG-FIX (4.1.2)
            41336: TransformerDebug: Use debug rather than trace when there are transformers but they are all unavailable.
      41868: Reverse the reverse merge (back to r41835 state used in build #33 given to QA)
         41845: Reverse merge: << In attempt to clear 12 new DB2 build errors - don't think it is going to work >> 
            41835: Merged DEV to V4.1.1 (4.1.1)
               41833: ALF-16038 : DB2: Upgrade script needed to remove ALFUSER.ACT_HI_ACTINST.OWNER_
               The patch was created to remove an unnecessary column in DB2.
         Merged V4.1-BUG-FIX (4.1.2) to V4.1.1 (4.1.1)
            41337: Merged V3.4-BUG-FIX (3.4.11) to V4.1-BUG-FIX (4.1.2)
               41336: TransformerDebug: Use debug rather than trace when there are transformers but they are all unavailable.
      41914: Merged DEV to PATCHES/V4.1.1
         41909: ALF-16078 : DB2: it's impossible to upgrade Alfresco from 3.4.10 to 4.1.1 (build 33).
            The remove-column-activiti.sql was marked as optional.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@41919 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2012-09-24 18:03:25 +00:00

173 lines
7.2 KiB
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.imapConfig.name=Imap Configs
spaces.imapConfig.description=Imap Configs
spaces.imap_templates.name=Templates
spaces.imap_templates.description=Templates for IMAP generated messages
spaces.imap_templates.emailbody_textplain.description=Email template used to generate the "multipart/alternative" IMAP message body ("text/plain" part).
spaces.imap_templates.emailbody_texthtml.description=Email template used to generate the "multipart/alternative" IMAP message body ("text/html" part).
spaces.emailActions.name=Email Actions
spaces.emailActions.description=Email Actions
spaces.searchAction.name=search
spaces.searchAction.description=search
spaces.templates.name=Space Templates
spaces.templates.description=Space folder 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.invite_templates.email.name=Email Invite Templates
spaces.invite_templates.email.description=Email Invite templates
spaces.notify_templates.email.name=Email Notify Templates
spaces.notify_templates.email.description=Email Notify templates
spaces.templates.rss.name=RSS Templates
spaces.templates.rss.description=RSS templates
spaces.actions.scheduled_actions.name=Scheduled Actions
spaces.actions.scheduled_actions.description=Schedule of when persistent actions are executed
spaces.publishing.root.name=Publishing Root
spaces.publishing.root.description=Root folder for the PublishingService.
spaces.remote_credentials.root.name=Remote Credentials
spaces.remote_credentials.root.description=Root folder for Shared Remote Credentials
spaces.rendition.rendering_actions.name=Rendering Actions Space
spaces.rendition.rendering_actions.description=A space used by the system to persist rendering actions.
spaces.replication.replication_actions.name=Replication Actions Space
spaces.replication.replication_actions.description=A space used by the system to persist replication actions.
spaces.syncset_definitions.root.name=SyncSet Definitions
spaces.syncset_definitions.root.description=Root folder for SyncSet Definitions
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
spaces.scripts.example.workflow.name=start-pooled-review-workflow.js
spaces.scripts.example.workflow.title=Start Pooled Review and Approve Workflow
spaces.scripts.example.workflow.description=Starts the Pooled Review and Approve workflow for all members of the site the document belongs to
spaces.wcm.name=Web Projects
spaces.wcm.description=Web Content Management Spaces
spaces.wcm_content_forms.name=Web Forms
spaces.wcm_content_forms.description=Web Content Forms
spaces.web_deployed.name=Web Deployed
spaces.web_deployed.description=Deployed Web Projects. Content deployed from an WCM Authoring environment.
spaces.user_homes.name=User Homes
spaces.user_homes.description=User Homes
spaces.content_forms.name=Forms
spaces.content_forms.description=Content Forms
spaces.sites.name=Sites
spaces.sites.description=Site Collaboration Spaces
spaces.templates.email.invite.name=invite
spaces.templates.email.invite.description=Invite email templates
spaces.imap_home.name=IMAP Home
spaces.imap_home.description=IMAP Home
spaces.templates.email.invite1.name=Invite Email Templates
spaces.templates.email.invite1.description=Invite Email Templates
spaces.templates.email.notify.name=Notify Email Templates
spaces.templates.email.notify.description=Notify Email Templates
spaces.templates.email.generate_the_invite_email.description=Email template used to generate the invite email for Alfresco Share
spaces.templates.email.generate_the_wf_notification_email.description=Email template for notifying users of new a workflow task
email.template.email_template_for_notifying_users=Email template for notifying users from a rule or action
email.template.email_template_for_notifying_users.sample=Sample Email template for notifying users from a rule or action
email.template.email_template_for_notifying_users_of_an_Invite=Email template for notifying users of an Invite to a space or document
email.templates.email_template_for_notifying_new_users=Email template used to inform new users of their accounts
spaces.templates.email.following.name=Following Email Templates
spaces.templates.email.following.description=Following Email Templates
email.templates.email_template_for_following_notifications=Email template used to generate following notification emails
version.default=Default version
version.french=French version
version.german=German version
version.italian=Italian version
version.japanese=Japanese version
version.spanish=Spanish version
version.dutch=Dutch version
spaces.web.client.extension.name=Web Client Extension
spaces.web.client.extension.title=Customized Web Client
spaces.web.client.extension.description=Customized Web Client
spaces.models.name=Models
spaces.models.title=Customized Models
spaces.models.description=Customized Models
spaces.messages.name=Messages
spaces.messages.title=Customized Messages
spaces.messages.description=Customized Messages
spaces.workflow.definitions.name=Workflow Definitions
spaces.workflow.definitions.title=Customized Workflow Process Definitions
spaces.workflow.definitions.description=Customized Workflow Process Definitions
spaces.templates.email.activities.name=activities
spaces.templates.email.activities.description=Activities email templates
spaces.templates.email.generate_the_activities_email.description=Email template used to generate the activities email for Alfresco Share
spaces.transfers.name=Transfers
spaces.transfers.title=Transfers
spaces.transfers.description=Folder used by the Transfer subsystem
spaces.transfer_groups.name=Transfer Target Groups
spaces.transfer_groups.title=Transfer Target Groups
spaces.transfer_groups.description=Folder containing groups of transfer targets
spaces.transfer_groups_default.name=Default Group
spaces.transfer_groups_default.title=Default Group
spaces.transfer_groups_default.description=Put your transfer targets in this folder
spaces.transfer_temp.name=Temp
spaces.transfer_temp.title=Temp
spaces.transfer_temp.description=Folder to store temporary nodes during transfer
spaces.inbound_transfer_records.name=Inbound Transfer Records
spaces.inbound_transfer_records.title=Inbound Transfer Records
spaces.inbound_transfer_records.description=Folder containing records of inbound transfers
spaces.templates.email.workflowNotification.name=Workflow Notification
spaces.templates.email.workflowNotification.description=Workflow notification email templates
spaces.nodeTemplatesSpace.name=Node Templates
spaces.nodeTemplatesSpace.description=Template Nodes for Share - Create New document