Files
alfresco-community-repo/config/alfresco/messages/webclient.properties
Dave Ward 5ba3a3a0cd Merged V3.4-BUG-FIX to HEAD
25384: ALF-5352 - user usages
   - re-apply r19862 (ALF-713 fix) that was lost (probably due to merge conflict)
   25440: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      25232: ALF-4300: DB2: Review schema (eg. VARCHAR columns) with respect to multi-byte support (when using DB2 / UTF-8)
      25371: ALF-4300: DB2: Review schema (eg. VARCHAR columns) with respect to multi-byte support (when using DB2 / UTF-8)
      - All VARCHAR fields quadrupled for DB2 relative to MySQL to support UTF-8 character sets
      - ‘varchar-field-sizes-quadruple-increasing.sql’ introduced by patch
      - Minor conflict anticipated on AlfrescoSchemaUpdate-2.1-A--to--2.2-ACL.sql; ensure larger column size is kept.
      - Schema number now at 4201.
   25444: Fix ALF-6689: WQS: Incorrect work of email field on contact page
   Fix ALF-7058: WQS: Blog article page of custom type gives an error
   25447: Fix ALF-5198: WQS: Error while Name field filled with more than 70 characters or special characters
   25506: ALF-6281: Actions for folder do not work (Quickr connector plug-in)
   25534: ALF-646: Alfresco Logo isn't displayed in SPP Open window
   25590: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      25582: ALF-6282: Incorrect behavior of Propertiesa
         - Add "Created", "Modified" and "Label" tags to document/folder entries in AlfrescoAtomBasedFeedServiceImpl.createEntry()
   25595: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      25592:ALF-7194: Saving a Excel file with CIFS reset permissions.
         - Copy value of "Inherit Parent Space Permissions" flag to the new node in ContentDiskDriver.cloneNode() method.
   25635: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      25574: ALF-6288: Action 'Send Link' is not worked
      25616: ALF-6288: Action 'Send Link' is not worked
         - AlfrescoQuickrPathHelper.getNodePath() method was modified to return full node path, e.g. "/Company Home/Sites/TestSite/documentLibrary/test.odt".
         - AlfrescoQuickrPathHelper.removeSlashesAndRoot(String value) method was renamed to AlfrescoQuickrPathHelper.resolveNodePath(String path, boolean isRelative).
   25638: Merged DEV/TEMPORARY to V3.4-BUG-FIX (with feedback from Gary)
      25376: ALF-684: Ftp requests to the IPv6 resolved hostname are failing
         The ftp.ipv6.enabled property was removed, and a ServerSocket is opened without InetAddress parameter. It allows Java to determine if a IPv6 is used and bind "::" any local address to the server socket. It allows to connect to the Alfresco FTP using both IPv4 and IPv6 addresses regardless to server OS.
   25639: ALF-5115: Removed circular dependency from non-continuous builds
   - No need to use -f continuous.xml anymore when building enterprise or community
   - Added assemble-command-extras stub to community build.xml, overridden by enterprise build.xml and called by continuous.xml
   25699: MERGE DEV to V3.4-BUG-FIX
     ALF-5745 : AVMTemplateNode d:date properties are wrong.
   25770: Investigation tests for ALF-6904: Wrong behaviour when overriding a constraint in content model
   25774: Fixed ALF-7193: XAM Connector: xam.archive.nodePropertiesToWrite must not make properties mandatory
    - The property had to be set to null - achievable because it is MLText
    - Added full d:mltext expansion
    - Added double checks for nulls creeping in
   25851: Fixed ALF-7381: OOM when Debug logging on ReferenceCountingReadOnlyIndexReaderFactory
    - Use a WeakHashMap
   25853: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      25852: ALF-6373: Preview isn't generated for content added by quickr
         Added AlfrescoQuickrDocumentHelper.getMimeType(NodeRef fileRef) method that resolves the mime type using the node name.
         Set the mime type of nodes created in AlfrescoDocumentServiceImpl and AlfrescoAtomBasedFeedServiceImpl.
   25860: Resolve ALF-7286: CMIS UP link for document doesn't contain all parents
   25866: Fix for ALF-6312
     - moved configuration to the correct file to be picked up by Spring Surf
   25870: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      25840: ALF-6279: Failed to save properties in Symphony documents.
         AlfrescoDocumentServiceImpl.setDocType() method was modified to check for existence of document type in provided ClbDraft object.
   25908: Set 3.4.2 revision
   25931: Fix for ALF-6565: Explorer UI allows duplication of Replication targets which in effects breaks Alfresco
   25987: DOC-238: Sharepoint (VTI) Protocol Configuration Documentation is outdated - have added comments in the properties file to indicate what they do
   25994: WQS: Added a little more information to the log message when a 404 is returned
   26003: ALF-7663: NPEs when using PermissionService with AVM stores
   - added unit tests for regression testing
   - no longer an issue
   26004: ALF-7662: AVM permissions - access denied exception when trying to create file in a layered directory, when no explicit permissions set (on root dir node)
   - test passes on 3.4.2 - updated test to reflect 2.1 state
   26011: ALF-6372 Now when the package manager adds items to a package it does not mark the items as modified.
   26026: ALF-6350: Add support for Ideographic Space to the Full Text Search -
   - added full set of Unicode characters for letters and digits (0x0000 - 0xFFFF)
   - added fill set of Unicode whitespace
   - class to generate Unicode types -> ranges
   - upgraded antlr to 3.3. (required to resolve 3.2 bug)
   - fixed Lexer and parser test 
   - much still depends on the tokeniser ....
   26048: Fix for ALF-7507 - Manage Deleted Items - Recover All Icon Missing
   26050: Fixed failing tests WorkflowFormProcessorTest and TaskFormProcessorTest.
   26068: Resolve ALF-7342 - dynamic Models - unable to add new properties to an aspect if the aspect is a mandatory aspect of another aspect
   26082: WQS: Improved debug-level logging to track WQS-to-repo interaction better.
   26094: Some formatting
   26095: Fixed ALF-7531: alfresco.jgroups.bind_interface is not taken into account
    - Added 'bind_interface' property to TCP config
    - Value injected into system properties: alfresco.jgroups.bind_interface
   26130: Fix for CIFS multitenancy not working. ALF-6816.
   Need to search the global share list for admin named pipe shares.
   26131: Fix for CIFS cut/paste write-protected error. ALF-1822
   26132: Solairs/NFS ReadDir issue, cannot list folder more than once. ALF-5386
   Search resume id/cookie value of zero has special meaning for NFS.
   26133: Changed FTP return status for MKD command to 257, for RFC compliance. ALF-7501.
   26136: Fix for FTP CWD-MKD-CWD sequence failing. ALF-7530
   Trim filesystem path to make sure there is no trailing backslash.
   26144: Merged V3.4 to V3.4-BUG-FIX
      25890: Fix for ALF-5796 - It's impossible to add tag in Japanese language (IE specific)
      25891: Fixes: ALF-7363 (updated JA translation)
      25894: Fixed Legal and License url in About dialog
      25896: ALF-6476 -translation on Transfer Target configuration
      25899: First cut of French transfer properties.  Mostly English! but has 3 lines of French.
      25900: Fix for ALF-6916: More Deployment Reports action causes an error
      25901: Fixes: ALF-6847 (Italian Translation)
      25902: Fixes: ALF-6861 (incorrectly encoded German character)
      25904: Fixes: ALF-6755 (translation quoting error)
      25911: Fixes: ALF-6478 - French translation correction
      25913: Fixes: ALF-6334 and ALF-6477 (Profile Edit style issues - makes mark up consistent, clears floats to allow for foreign languages being a tad more verbose than English and adjusts padding to help input boxes line up.
      25914: Help URL for 3.4 enterprise docs
      25915: Updates TinyMCE translation as requested in ALF-6486.
      25916: Updated support URL in readme
      25917: Fixes: ALF-6482, wrong word order in FR has been corrected.
      25919: Fixes: ALF-6655 updated to allow enough space for verbose languages (e.g. FR, ES)
      25925: Fix for ALF-6885: alfresco-enterprise-3.4.0.zip package has 2 issues with apply_amps.sh
      25936: ALF-6469 - transfer folders internationalized
      25941: Merged BRANCHES/DEV/dwebster/ to BRANCHES/V3.4:
         25939: Latest JA update from Translators, received: 2011-02-28
      25943: Merged BRANCHES/DEV/dwebster/ to BRANCHES/V3.4:
         25942: Language updates for property string changes and additions between 3.4.0 and 3.4.1
      25946: ALF-7191: Generate duplicate _en resource bundles, using location of _fr bundles as a guide for ALL bundles under alfresco and share WEB-INF/classes
      25947: ALF-7191: Reverse accidentally committed changes to WebDAV in 25946!
      25949: Fixes: ALF-6521 and ALF-6493 (Site discussion's handling of tags with special characters in them)
      25950: Fixes: ALF-6489 - encodes the content's name to make it safe for a URL.
      25951: Fixes: ALF-6487 Adjusts styling for rename panel
      25954: ALF-7191 - Generate _en bundles for all message bundles for Explorer and Share - using known location of message bundles
      25956: Allow a bit of leeway with audit timing during delete tests
      25957: Fixed ALF-7341: Upload performance degradation when uploading contents to folders with content rules applied.
         - Action executions were being recorded by the ActionTrackingService for all actions
         - Post-commit updates of the action node was reducing performance
         - Added 'trackStatus' to ActionExecuter, ActionDefinition and Action
         - Default 'trackStatus' is false; exceptions: 'replicationActionExecutor' and 'commit-transfer'
         - Adjusted tests accordingly
         - General cleanup around modifications
      25964: ALF-5625 - When viewing properties in version history hitting close results in loop
      25970: Merged BRANCHES/DEV/V3.4-BUG-FIX to BRANCHES/V3.4:
         25967: Fix ALF-7440: WQS: commons-pool library has been upgraded, but WQS build properties have not been changed accordingly
      25971: ALF-7441: Help URLs pointing to new doc system (1 of 2)
      25972: ALF-7441: Help URLs pointing to new doc system (2 of 2)
      25974: Reverted rev 25964 - as fix is scheduled for 3.4.2
      25979: Disabling intermittent failing unit test. ALF-7443 logged.
      25980: Merged V3.4-BUG-FIX to V3.4
         25978: ALF-7394 - Alfresco Network dashlet, now Alfresco Support information
      26014: ALF-7087 - Cannot override webscript files in case of using jboss 5.1GA
      26024: ALF-7466 - Links do not appear correctly in the management Console (RM)
      26036: ALF-6403: Merged V3.4 to V3.4 (lost revision)
         25627: Fixes ALF-7222: Updated linux installer window height (with taller image to hide additonal background)
      26039: Fix intermittent failures in InviteServiceTest.tearDown()
      26040: Fix intermittent failures in InviteServiceTest.setUp()
      26043: Sync up run-junit-test with junit macros so that it can be used to run unit tests in an enterprise environment (e.g. DB2 / Oracle)
      26044: Possibly fix intermittent TransferServiceImplTest failures by using org.alfresco.repo.transaction.RetryingTransactionInterceptor
      26052: Do not wait indefinitely for a heartbeat in HeartBeatTest. A broken heartbeat would cause the build to hang forever!
      26056: Merged V3.4-TEAM to V3.4
         26053: Added in loop to wait for asynchronous post-failure auditing (ALF-3055)
      26077: Upped LOGFILSIZ to avoid failures in unit tests with large transactions on DB2
      26084: Avoid intermittent test failures in AbstractTestFormRestApi by using retrying transactions
      26096: Correction to DB2 drop / create commands
      26097: Fixes: ALF-7102, typo in property string.
      26100: Merged V3.4-TEAM to V3.4
         25985: Another cycle of fixing installer from Win builds.  Still waiting for official fix from Bitrock.
         26067: Fixes for installer builds on Windows
      26102: Attempt to avoid intermittent failures in TaggingServiceImplTest by upping wait time
      26109: Another go at executing the db2 creation statements synchronously through db2cmd
      26111: ALF-6764 - Copyright year on Share login page out of date
      26127: Merged V3.4-TEAM to V3.4
         26120: Fix postgres.bki on Win builds
      26142: Merged PATCHES/V3.4.0 to V3.4
         25999: ALF-7377: Validate and reject partial WebDAV requests sometimes produced by NetDrive
   26145: Merged V3.4 to V3.4-BUG-FIX (RECORD ONLY)
      26143: Merged PATCHES/V3.4.0 to V3.4
         26005: Merged V3.4-BUG-FIX to PATCHES/V3.4.0
            26002: ALF-7282 Updated NodeListConverter so that it now implements the method revert(Object, ProcessDefinition)
   26153: Fix for CIFS concurrent folder listing returns wrong list of files. ALF-6385.
   Synchronize the VirtualCircuit.allocateSearchSlot() method and put a marker object in the allocated slot so it does not get reused before the real search is put into the slot.
   26156: Merged /BRANCHES/DEV/BELARUS/V3.3-2010_12_20 to BRANCHES/DEV/V3.4-BUG-FIX:
      24902: ALF-5985: Users with an apostrophe in their username cannot cancel their own workflow no action button shown
   26177: ALF-6686 - DOCLIB - add 'add-default-resource' as enhancement.
   26181: Fix for ALF-7179 - NPE on Check in action when define lockable aspect as mandatory.
   26182: ALF-3145 - Caller of CopyBehaviorCallback.getCopyProperties should ensure modifiability of properties map  
     - Copy Service was already done.   Merged similar changes to CopyBehaviourCallback.
   26185: ALF-7238 - Value for $fieldHtmlId changes after metadata refresh
   26196: Fixed ALF-3383: range slider does not honor xs:fractionDigits
   26202: ALF-6947: RM LOV Constraint values are not returned in alphabetic order
   
     * RM list of values are now shown in the UI as ordered
     * this can be overridden in the constrant definition but isn't exposed in the admin UI
   
   26206: Fixed ALF-6538 "My Tasks Dashlet needs to use Page URL" (code contribution from Jeff Potts)
   26211: Fixed ALF-1289 "Search for groups on "Add Group" form works incorrectly"
   26213: Fixes ALF-6697: Updates to flash and html uploaders to prevent files named with (Windows) illegal characters from being uploaded
   26220: Fixed CopyServicePolicies javadoc
   26221: Fixed ALF-4926: Incorrect behavior of update and move rule for the same folder
    - Pulled rule-specific code out of FileFolderService
    - Added detection for new nodes and renamed nodes in current transaction
    - New nodes will only fire inbound properties, renamed nodes won't fire outbound, etc
    - Added in coverage tests:
      - testCheckThatModifyNameDoesNotTriggerInboundRule
      - testCheckThatModifyNameDoesNotTriggerOutboundRule
      - testUpdateAndMoveRuleOnSameFolder
    - Requires regression tests of ALF-4846 and rule-based test cases
      - Inbound, update and outbound have to be respected for all clients
   26222: Confirmed 3.4 fix presence for ALF-5001: cm:name uniqueness check can fail if the property is not set
    - Unit test the condition
    - Checked that code now uses the node UUID as a cm:name substitute
   26228: Test fix after rev 25770 for ALF-6904
   26232: Fixes ALF-6697: Improved error handling for HTML uploader
   26236: Fixes ALF-6697: Re-use forms validation logic
   26237: Build fix for lexer tests (character encoding issues on build box + using unfixed antlr test environment for one test)
   26244: Merged BRANCHES/DEV/BELARUS/V3.3-2011_01_18 to BRANCHES/DEV/V3.4-BUG-FIX: (with modifications)
      25071: ALF-1846: Workflow validation is not perfomed when tasks progression are requested
   26259: Fix for ALF-7520: Upgrading from "old permission model" to "new permission model" (DmPermissionsPatch)
   - include generic patch to fix up permission inheritance issues 
   Probable work around for ALF-7453: ACL Propagation issue for large number of users/ACLs
   26276: Unit test fix for ALF-4926: Incorrect behavior of update and move rule for the same folder
    - Content update trigger now ignores nodes that are created in the same transaction
   26277: Fix for ALF-7636, the onLoggedOut function was being called directly rather than an event being triggered, which made it impossible for plugins to use the event.
   26278: Fix ALF-7568: Thumbnails should not go into the trash can
    - For 3.4: Just the content model setting for cm:thumbnail
    - Relates to TEAM rev 25038
   26283: If we're not doing action tracking during execution and completion, then don't do the pending step either (ALF-7341)
   26284: ALF-5998 - German language pack error in Explorer - Incorrect layout of Manage Task button in My tasks component in alfresco explorer
   26285: Hopefully avoid intermittent failures caused by either slow machines (by ensuring locks are held during slow execution), and fixing up the action tracking parts of the test (broken by ALF-7341 changes)
   26286: ALF-5889 - Italian translation errors in Explorer and Share - Aspects
   26299: Fixed ALF-6289 "Contributor is absent in Permissions section at the details page"
   26305: ALF-7264 - Improve error messages when there are no valid email addresses to send an email too (avoids a null pointer, instead gives a helpful one), and also a provisional fix for @localhost email validation (pending a proper fix via VALIDATOR-292)
   26308: ALF-6073 - *.docx document is displayed on all views (Document List portlet)
   26309: ALF-7532 - Content Rule on RM site (other than Folder) creates 'GUID' folder in Share
   Note: Fixed on Team, but along with many other unrelated fixes; hence not merged directly.
   26311: Fixed ALF-7162: Bulk import NPE
   26317: ALF-5560 - Incorrect behaviour on import.
   RM FilePlan now tolerates (but does not render) non-RM content which was causing the original issue.
   26318: Fixes ALF-7321: Ensure that WCM and Share groups don't appear as options in Repository web-client start workflow wizard for group and pooled review workflows
   26327: Merged V3.4 to V3.4-BUG-FIX
      26158: Merged DEV/TEMPORARY to V3.4
         26154: ALF-7571: Create Web Project wizard - Step 3
            Superfluous “cellpadding” elements were removed. Missing space was added.
      26164: ALF-6885: Changed svn:eol-style from native to LF for all .sh scripts
      26165: Merged V3.4-TEAM to V3.4
         26161: Fix full installer.
      26178: Merged DEV/TEMPORARY to V3.4
         26172: ALF-7601: 3.4.1 SDK WebServiceSamples multiple problems
            Configuration properties for WebServiceSamples was moved to correct place.
            Dependency to SDK AlfrescoEmbedded was added to classpath. It is required for FileCopyUtils from Spring which is used in WebServiceSamples.
      26190: Reversed 26165 / 26161 - breaks installer building
      26192: Convert TaggingServiceImplTest to use retrying transactions!
      26194: ALF-7045: AVM upgrade - re-implement AVM "rename duplicates" patch as a DB upgrade script
      26195: Update installer overlay files
      26197: Final installer updates - built and tested on OSX
      26199: Allow relocatable data for postgres - part2
      26204: Attempt to avoid intermittent unit test failures in RecordsManagementAuditServiceImplTest by adding some Thread.sleep() calls to allow for asynchronous audit behaviour
      26207: Set site notification to false on install (ALF-6181)
      26212: Merged DEV to V3.4
         26203: ALF-7605 PostgreSQL: Upgrade from 2.1.7 to 3.4.1 is failing - constraint "alf_access_control_entry_acl_id_key" does not exist
             1. The statements which are drop constraints, marked as optional
             2. The alter statements with new constraint names were added
      26245: Added OOo port number configuration
      26256: Fixes ALF-7679: Remove webscript-framework-config-custom.xml file
      26270: License updates from Ashutosh
      26274: Fix intermittent unit test failure with retrying transaction
      26275: Possible fix to intermittent test failure.
      26295: Reduce scope of retrying transaction, in a hope of fixing TaggingServiceImplTest.testOnStartupJob()
      26303: And the prize for the largest number of retrying transactions in a single unit test goes to...
      26307: Fixes: ALF-7704: Japanese language option not appearing in dropdown box on log in page.
      26314: Another defensive sleep() in RecordsManagementAuditServiceImplTest
      26325: Moved defensive sleep() in RecordsManagementAuditServiceImplTest
   26329: Resolved merge issue in TaggingServiceImplTest
   26332: ALF-7499: DOD5015 PublishUpdatesJob is not resilient to missing nodes
   
   26337: Build fix - Added checks for new "sorted" parameter on ListOfValuesConstraint
   26338: ALF-6004 - Verisonable aspect applied to content in Web Quick Start does not result in version information being exposed
   26341: ALF-5394 Fixed issue where pooled actors (users not groups) were not working properly.
   26352: Removed svn:mergeinfo
   26357: ALF-5369: Disposition errors when importing FilePlan which includes custom event
   
   * missing events are now created with the information available
   * prevents exception when browsing imported file plan
   * TODO make sure sufficient information is stored in the export file so that events missing can be correctly recreated
   
   26358: Found and fixed javascript error/bug when date-picker was used in form w read-only="true"
   26360: Fixed ALF-5980 "Language pack errors in Share - Incorrect layout on Manage permissions page"
   26362: Fixed ALF-5894 "Italian language pack in Share - Incorrect layout of My Profile dashlet"
   26367: MERGE SWIFT to V3.4 BUG-FIX for ALF-5125  word offfice 2007 creates permanent temporary files on 3.2.2.1, and possible wrong ownership
     26001
     26081
     26208
     26216
     26261
     26315
     26339
   26370: MERGE DEV To V3.4-BUG FIX
     26342 : ALF-5125 - word office 2007 creates permanent temporary files on 3.2.2.1, and possible wrong ownership
   26382: Using predefined statics and neatening
   26387: ALF-4101: Blog Archive filter has duplicate dates
   26396: Fix for ALF-7834: CLONE -ACL Propagation issue for large number of users/ACLs
   - final part of fix for locking ACL changes (avoid simultaneous changes to the ACEs associated with an ACL)
   26397: ALF-7823 - CIFS shuffle looses "mime type" of attachment.
   ALF-7670 - MS Word 2003 'Save As' to CIFS in a folder with a rule 'extract common metadata' does NOT extract the metadata
   26398: Fixed ALF-6384 "Share - 'Insert Image Library' function in WIKI not working properly in IE8"
   26407: Merged V3.4-2010_11_29 to V3.4-BUG-FIX
      24159: ALF-413: Incorrect notification is displayed on Manage deleted items page when deleting an item that is already recovered
   26412: Fix for ALF-4400: Share Search - Not Finding Document When Search Uses More Than One Tag in the Search Criteria
   - added TAG field - UI no longer has to do ugly query build and TAG is part of the default macro
   - Fixed unreported AND OR precedence issue and added grouping
   26424: Fix for ALF-7795: Greater than (>) operator does not work with untokenised String properties in CMIS Query
   - fixed with issues will be resolved in SOLR/SWIFT
   - any term starting with { (used to encode locale) will be excluded from the range.
   - range queries not supported for urls ....
   26449: Fixed ALF-5385 "Unable to edit groups on ts.alfresco.com"
   26454: Fix for ALF-7852:  Query consuming all heap and receiving an OOM exception
   - missing close on TermDocs and TermPositions
   26460: ALF-634, ALF-7103 Externalized the JBPM Config location, so it can now be set as a property in repository.properties.
   26470: Fixed ALF-7744: Ensure that new options.limit gets set when updating RSS feed results
   26479: ALF-6533 - GROUP_EVERYONE is a special group, so when looking up the members to send an email, we need to call a different authority service method to get everyone
   26484: ALF-7715 - Switch from the old Ant ZipFile to the new Commons Compress one, which supports the new file encoding zip extension
   26488: ALF-7192 - Invitation code should support subtypes of Site in addition
   26489: ALF-7192 - Update the Browse Bean and Site Aspect policy to support subtypes of Site
   26493: ALF-7192 - When handling permissions and roles on sites, allow for sites which are a subtype of the default site type, rather than only supporting SiteModel.TYPE_SITE. (Unit test to follow)
   26499: Fixes ALF-6415: Ensure that labels on installer radio buttons doesn't flow outside the window
   26511: Merged DEV to V3.4-BUG-FIX
      26406: ALF-7680: Check out of document allows users to create Working-Copy into Spaces where they do not have write access
             - Unit tests for ALF-7680 and ETHREEOH-535 were added. 
      26442: ALF-7680: Check out of document allows users to create Working-Copy into Spaces where they do not have write access
             - If destination folder for working copy is the same as the parent folder of the source node then working copy should be created even if the user has no permissions to create children in the parent of the source node. The following logic was added for Check Out operation to apply it:
             - if the target folder node is the same as the parent folder of the source document then working copy is created using 'System' user
             - if the target folder is a different parent, then working copy is created using current user. 
   26515: Partially fixes ALF-5774: Set correct Japanese date formatting on Repo Web Client summary panels
   26529: Fix for ALF-6722 MT: Cancel workflow button isn't available for tenant users
   26533: Fixed ALF-6563: Can't properly expose categories or associations on AWE forms
   26534: Added correct source files for jbpm-jpdl-3.3.1
   26535: Updated disabled testAsynchronousTaskExecutes as part of investigation into ALF-6405
   26537: Fixed ALF-7927: Script error on Step 3 of Create Web Project Wizard - IE6/IE7
   26540: ALF-7192 - Add unit test for custom site type
   26559: Merged DEV to V3.4-BUG-FIX
      26547: ALF-7528 : JSF - Edit online with Office 2010 causes the document mimetype to be lost
             - PutMethod was modified to use only guessed mime type for documents and completely ignore the Content-Type header from client.
   26560: Fixes ALF-7931: Ensure checkboxes render correctly in IE6 for forms and replication job
   26565: ALF-7232 - remove temporary (unit test) debug from log4j.properties
   26566: Add a couple more site service checks for roles
   26568: Fixes: ALF-7950 - escaped apostrophe
   26576: Fix for: ALF-7996: Error when applying patch.fixAclInheritance
   - removed having clause for nasty where clause - hopefully optimised out ....
   26580: Fixed ALF-7915 "Cannot delete rules created with check-in perform action."
   26591: ALF-7995 - Repo tier web script get dataLists returns rule folder. Also fixed incorrect folder path rendering on non-Site rules page and removed reference to non-existent file.
   26598: Add notes on if Transformers can be converted to Tika or not, and if not why
   26601: Fixed ALF-7804: XAM: Long paths cause 'org.snia.xam.InvalidArgumentException' when XAM aspect is applied
    - Path-generation truncates the first characters to leave only 512 in the path
    - Added catch and WARN on failure to write properties to XSet (rather than fail)
    - Added log4j config for XAM
   26603: Fixes: ALF-868 - IE Bug.
   26604: Fixes: ALF-6486 - L10N bug in width of TinyMCE's dropdown lists not accommodating longer phrases in other languages. Width is now fluid
   26606: Fixes: ALF-7397 - Removed repeated chars in JA dates that include long names for days of the week.
   26611: Upgrade POI and Tika for ALF-7959
   26612: Add test file from ALF-7959, tweaked to include the "Quick" text, and with the original user details munged
   26613: Fix up unit tests after Tika upgrade for ALF-7959
   26618: ALF-7959 - Convert the Outlook MSG text converter to using Tika, which fixes encoding problems
   26628: Merged PATCHES/V3.1.2 to V3.4-BUG-FIX
      26626: Merged DEV/TEMPORARY to PATCHES/V3.1.2
         26400: ALF-607: Rules not firing on subspaces
            Execute RuleServiceImpl. getRules(), RuleServiceImpl. getOwningNodeRef(Rule) and RuleServiceImpl. getOwningNodeRef(Action) methods from System User.
   26630: Merged HEAD to V3.4-BUG-FIX
      26620: Modified to allow for multiple mime-types for Alfresco 3.3+. Related to ALF-4027.
      26629: ALF-4027: Kofax Binaries corresponding to 26620
   26650: Merged SWIFT to V3.4-BUG-FIX
      26093: Workaround to the fact that the Solr classpath has got too large to include on a Windows command line! (32K)
   26683: ALF-8045: VersionableAspect now properly resolves the namespaces of the QNames registered with excludedOnUpdateProps
   26684: Resolve ALF-7515: CMIS operation getObjectRelationships() is not spec compliant
   26689: Change the status code for the CIFS Trans2QueryPath response when the file does not exist.
   Possible fix for ALF-6727.
   26691: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      26681: ALF-1871: FileLink and FolderLink items do not appear in WebDav
         Modify PropFindMethod to show file/folder links and return href of original node.
         Modify GetMethod to allow browser deal with file/folder links.
   26692: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      26558: ALF-7910: It's impossible to delete folder with accentuated letter via IMAP from Outlook 2010
         Call "AlfrescoImapFolder sourceNode = getFolder(user, oldMailboxName);" before decoding oldMailboxName in ImapServiceImpl.renameMailbox() method.
         Update JavaDoc in AlfrescoImapService.
         Add testRenameAccentedMailbox() test.
   26693: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      26544: ALF-7911: Cannot contribute via IMAP if another user with only Consumer permissions has logged in first
         Dynamically check readOnly in AlfrescoImapFolder.isReadOnly() method.
   26694: Merged DEV/TEMPORARY to V3.4-BUG-FIX (with corrections)
      26343: ALF-6945 Failed Kerberos SSO auth returns HTML web page with wrong text/plain MIME type
         Setting content-type to text/html added for page used for failed Kerberos and NTLM authentications.
   26695: Resolve ALF-7538: CMIS AtomPub: Not possible to retrieve associations defined via an Aspect.
   26696: ALF-6132: Correction to handling of optional elements by Pavel
   26701: Fixes ALF-8064: Ensure Windows installer respects manual service startup selection
   26706: Resolve ALF-7759: MTOM is not enabled for all CMIS Web Services
   26713: Resolve ALF-7994: Custom behavior is not triggered when creating content via CMIS
   26717: Resolve ALF-6848: CMIS Rest: Properties Filter Parameter incorrectly functioning.
   26720: Fix ALF-7977: Webform validation on change is always passing
   26726: ALF-7086: Root folder has wrong Allowable Actions
   26727: Resolve ALF-6266: Incorrect exception thrown when deleting a non-existing document (web-services binding)
   26728: WQS: Performance enhancements. Local max throughput increased from 11 PIs/sec to 24 PIs/sec with 15 concurrent users (CPU utilization dropped from 100% to 70%)
   26729: ALF-8045: Fix VersionServiceImplTest
   26735: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      26725: ALF-3919 : WCM - JSF does not return an appropriate warning when creating content with ' ; ' character
         1. The AVMNodeConverter class was modified to allow ';' character usage in web content names.
   26736: Merged V3.4 to V3.4-BUG-FIX
      26411: Fixes: ALF-7292 and ALF-7289, removes "· " from after Web and before Alfresco.
      26413: Fixes: ALF-7765 - ensures naming consistency
      26414: Fixes: ALF-7697 - Rewording the URL help text on the create site dialogue
      26417: Fixes: ALF-7414, confused and hardcoded date-formatting & date formatting translations fixed.
      26610: Fix for: ALF-8007: Lucene index not coherent or not up to date or we can not rely on it to check that a working copy exist.
   26739: ALF-8085 - DMDeploymentTarget uses System.out
   26748: ALF-7929: Script error on Web Form Details window - IE6/ IE7
   - Fix up to CHK-10095 reviewed by Kev
   26749: ALF-7557: Display full paths of categories in Explorer (reviewed by Kev)
   26751: ALF-8079: NPE in ContentDiskDriver
   26754: Fixes: ALF-2984. parseInt octal bug, so forcing dec.
   26761: Merged V3.4 to V3.4-BUG-FIX (RECORD ONLY)
      26760: Merged V3.4-BUG-FIX to V3.4
      26759: Merged V3.4-BUG-FIX to V3.4 (3.4.2)
   26762: ALF-8028 ResultSet not closed in TransferServiceImpl2
   
   try...finally pattern was added to search operation.
   
   26764: Further fixes to teh patch for:  ALF-7834: CLONE -ACL Propagation issue for large number of users/ACLs
   26765: ALF-634, ALF-7103: Possible fix to JBPM regressions introduced by r26460
   26788: Further fixes to the patch for:  ALF-7834: CLONE -ACL Propagation issue for large number of users/ACLs
   - fix type that would have missed a minor error (for unused shared ACLs)
   26815: ALF-5500: Support site subtypes in SPP
   26863: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      26853: ALF-3792: Copy Access Should Be More Restrictive
         Checking permissions for “Copy” was added action.
         Security settings for FileFolderService.copy operations were made more strict for Alfresco and RM.
   26890: Merged HEAD to V3.4-BUG-FIX
      26856: Fixed ClientInfo is null in sessionLoggedOn event. JLAN-121.
      26867: Fix for wildcard search handling returning dot and dot-dot file entries. ALF-4960.
      26868: Fix for wildcard search handling returning dot and dot-dot file entries, repo filesystem. ALF-4960.
      26888: CIFS path broken when ß (German sz) char is in folder name. ALF-7186.
   26909: AVMRepository: add missing error info - report store name (if not found)
   26934: Fixed ALF-6532: Upload new version fails in Share (checkout) when using ContentStoreSelector
    - Includes investigative tests from DEV rev 26902
    - Fixed safeCopyContent to cater for first-time setting of property where content is already in new store (copy operations)
    - Tested XAM use-case as well
   26996: Fix for ALF-8229. patch.webSiteAddModerated upgrade error.
     Trivial fix sanctioned for check-in on 3.4.2 by SteveR.
   26997: Undoing accidental check-in of eclipse project files changes.
   27045: Change to CIFS session setup exception processing as per ALF-229.
   27069: ALF-3871: Global properties now visible through JMX
   27108: Merged PATCHES/V3.3.3 to V3.4-BUG-FIX
      27107: ALF-8388: Merged PATCHES/V3.3.4 to PATCHES/V3.3.3
         26894: ALF-7237: Further diagnostics for maxChecks and maxCheckTime
   27110: Merge DEV to V3.4-BUG-FIX
     26859 : ALF-6546 - JCR export fails when node has a null property value
   27116: ALF-8190 - Minor version labels non-intuitive
      now the minor version will start at 0.1 rather than 1.0
   27121: Fixed ALF-8307: Audit query template in 3.4.0 should quote key values for application and username
   27332: Follow on test corrections from the fix to ALF-8190.
   27508: Merge Dev to V3.4-BUG-FIX
     27153 :  ALF-5496 Commenting on a Space creates an Empty Folder via CIFS
   27575: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      27070: ALF-4954: when cookies are disabled, Share enters into a loop, Explorer outputs a java.lang.NullPointerException exception, Firefox
         1. SSOAuthenticationFilter and login page for Share application was modified to handle lack of cookies in a manner web-client do that.
   27586: Ignore default build directory for virtual server
   27587: Fix for ALF-8188: Share - Search returns no result when using special characters
   - not really a bug .... added implementation to support \u0000 style encoding in the parser but not the impl
   27590: Merged DEV to V3.4-BUG-FIX
      27147: ALF-7979 : Metadata extracters should log a warning/error when type conversion of field values fails
             1. Adding additional logging for type conversion failure during metadata extraction.
      - Additionally removed some false TODOs and fixed generics in class
   27593: Fix for: ALF-7827: CMIS Contains does not support TEXT, ALL, d:content etc as would be expected
   - added to match Alfresco FTS
   27595: Fix for: ALF-8073: Property value not stored in Lucene index if stored=true and tokenized=false
   - if stored is selected the value will be stored in the plain property entry
   27599: Merged V3.3 to V3.4-BUG-FIX
      27130: Merged DEV/TEMPORARY to V3.3
         27129: ALF-8141: Using the copy/move action causes the Path QName to change to 'copy' or 'move'
            MoveActionExecuter:
            Remove PARAM_ASSOC_TYPE_QNAME and PARAM_ASSOC_QNAME(Also remove it from classes that use them).
            Use FileFolderService for move operation.
   
            CopyActionExecuter:
            Remove PARAM_ASSOC_TYPE_QNAME and PARAM_ASSOC_QNAME(Also remove it from classes that use them).
            Use CopyService with original assocTypeQName and assocQName(Don't use FileFolderService here because it doesn't respect deep copy flag).
      27155: ALF-8141: Fix up unit tests plus RESTful calls to RuleService
   27601: Fix up unit tests following merge of ALF-8141
   27604: Fix for ALF-7738: Hyphen not handled correctly in cmis-alfresco search for Aspects/types : " no viable alternative at character 'a' "
   - query names are now escaped where required
   27613: Upgrade Tika and POI for ALF-7978
   27618: ALF-1813 Fixed security issue where tasks could be edited by a user who did not have acess tot he task.
   27637: Merged DEV/TEMPORARY to V3.4-BUG-FIX
      26965: ALF-8258: sharedLockTokens property duplicated many times
         Changed LockInfo.sharedLockTokens from LinkedList to HashSet because in RFC "Lock token URIs MUST be unique across all resources for all time.", and therefore sharedLockTokens should contain non-repeatable values.
   27662: ALF-8549: activities.getFeedControls() does not return a scriptable object in Javascript
   - also fix REST call (/api/activities/feed/controls) to return JSON
   27663: Perf improvement: cache User Feed Controls (for generator job run)
   - note: activity feed controls are not currently exposed via Share UI
   27668: ALF-8413: Share Feed Generator on Oracle generates NPE (when commenting in repo view)
   - fix NPE (note: in general Share does not post activities outside of site context + feed generator is currently based on site members)
   27669: ALF-8549: activities.getFeedControls() does not return a scriptable object in Javascript
   - quick test fix for PostgreSQL (follow-on from r27662)
   27697: ALF-8581: User activities are displayed twice in My Activities dashlet (in cluster env)
   - add cluster job lock service (SLNG-770)
   27776: ALF-8581: Reverted changes to FeedGeneratorJob
   27806: Merged DEV to V3.4-BUG-FIX
      27793: ALF-8351 : JBPM Tables in Oracle missing index on Foreign Keys leading to table Locks
             1. Sql script that creates indexes for foreign keys in jbpm tables was implemented.
                This script synchronizes jbpm indexes with mysql version. 
      Merge changes: Changed 4.0 references to 3.4; Incremented schema number.
   27808: Fixed ALF-7510: Share - Workflow 'due date' field date validation doesn't work properly
   27811: Fixed ALF-6179: WebDAV has problems if username contains spaces
   27812: Partial fix for ALF-7032: Alfresco doesn't escape special XML characters in AtomPub
   27815: Switched to use ?xml instead of ?html in partial fix for ALF-7032: Alfresco doesn't escape special XML characters in AtomPub
   27825: ALF-8489 Fixed issue by removing inappropriate 'requiredApprovePercent' field. 
   27852: Fix for ALF-7845 index.recovery.mode=AUTO doesn't rebuild avm index
   - applied provided patch
   27857: Fix for ALF-868: Large Table Data causes TinyMCE to drop below Alfresco Footer in Web Form - IE7 only
   27860: Fixes: ALF-2199 Errors in CSS files.
   27866: Fixes: ALF-1327 - truncation issues in the calendar.
   27881: Fixes bug in Chrome introduced with r27866
   27898: CIFS on Windows fails to start under certain conditions. ALF-8723
   27901: Merged DEV to V3.4-BUG-FIX
      27891: ALF-7421: An opensolaris NFS client cannot see folders renamed using the web UI after two minutes.
             NFS server cache updating policy handler was implemented:
             - NfsServerNodeMonitor.java’ – new policy handler for NFS server;
             - NFSServerBean.java’ was modified to configure implemented node monitor with NFS server instance during server start up;
             - file-servers.properties’ was expanded with new properties for new node monitor which allows controlling node monitor 'enabled' state;
             - file-servers-context.xml’ was expanded with bean configuration for new node monitor and with configuration for NFS server bean to accept newly configured node monitor bean;
             - ShareDetailsHash.java’ was modified to externalize hashtable of the cache;
             - NFSServer.java’ was modified to externalize its cache for public access 
   27902: ALF-8744 - Untransalted strings in Recent shapshot
   27903: Fixes: ALF-5717 Issues with non i18n/L10N Data List form fields.
   27922: Fixes: ALF-8726 by back porting some Team usability fixes. *Do Not Merge*
   27923: Fixes: ALF-8429 - Replaces hard coded English tooltip with a pre-existing i18n string.
   27929: Fixed ALF-8768: Wrong path in comment for wcm-bootstrap-context.xml
   27938: Partial Fix for: ALF-8720: Adds missing spaces.
   27940: Merged V3.3 to V3.4-BUG-FIX
      27851: Fix for ALF-8476:CLONE -Query consuming all heap and receiving an OOM exception
         - actually fixes stack overflow with skipTo when there are lots of deleted docs in an index in a row (<10000 on the default settings)
   ----
   Modified : /alfresco/BRANCHES/DEV/V3.4-BUG-FIX
   Modified : /alfresco/BRANCHES/DEV/V3.4-BUG-FIX/root/projects/repository/source/java/org/alfresco/repo/search/impl/lucene/ADMLuceneTest.java
   Modified : /alfresco/BRANCHES/DEV/V3.4-BUG-FIX/root/projects/repository/source/java/org/alfresco/repo/search/impl/lucene/FilterIndexReaderByStringId.java
   
   27942: Merged V3.4 to V3.4-BUG-FIX
      26772: Fix for ALF-7843 - Created via SPP all-day event displays incorrectly
      26775: Fix for ALF-3374 - Reverting a file in workflow causes a Successful error message
      26778: Fix message Failed to find I18N message key: reset_categories for locale: en_US
      26781: Fix for ALF-6488 - LangPack FR - [Site's Wiki] Renaming a wiki's page - special chars handling
      26783: Fixed ALF-7421: An opensolaris NFS client cannot see folders renamed using the web UI after two minutes.
       - De-Hibernate DAO refactor missed implementing 'system.enableTimestampPropagation'
       - Set 'system.enableTimestampPropagation=true' in alfresco-global.properties
       - Timestamps will be written to immediate parent folder and will therefore not drop out of the filestate cache after 2 min
      26785: Services-layer fix for ALF-8036. Incorrect permissions copied when copying folder with permissions from one site to another.
      
      UI will have to make changes in the UI layer in order to use new Services methods, thus completing the fix.
      
      This check-in adds support in the SiteService for moving and copying site-contained nodes. New move/copy methods are available in the Java Foundation API and in the JavaScript API which mimic the signatures of those in the NodeService and CopyService respectively. These methods simply delegate to the back-end services and so behaviours should be the same as before if they are used in place of the node and copy service methods. With one exception:
      The SiteService wrapper methods detect when the relocated node has been copied/moved between two different Share sites and clears permissions from the relocated node (and its primary descendants) that refer to the previous site.
      
      This has not been implemented using policies/behaviours as we can't bind the behaviour to any particular content class. Nodes of any type could be copied/moved between sites.
      26787: Removed erroneous import from StreamContent - incorrect dependency on de.schlichtherle.io.FileOutputStream
      26803: Fixes: ALF-8138, adds a i18n property for a ToDo list's attachment title.
      26806: Fixed ALF-8154: Shorten the node path as prefix-only path
       - Use Path.toPrefixString instead of Path.toString
       - Provides improved fix for ALF-7804
      26824: Fixed ALF-7012: WCM - Schema error "xs:enumeration full" select button group shows "Please select..."
      26832: UI-layer fix component for ALF-8036 and a refactoring of the Services-layer fix component.
        Rather than add various facade methods to the SiteService for all the copy & move variants in NodeService, CopyService, FileFolderService etc, I have added a single new method to the SiteService cleanSitePermissions().
        This removes all out-of-date site permissions after a node has been moved or copied to a new site.
      
        Also changed the slingshot action webscripts for move-to and copy-to to call this cleanUp method.
      26838: Rewording a misleading code comment. Related to ALF-8036 changes.
      26847: ALF-6727: File server protocols don't report the read only attribute for folders unless new configuration setting filesystem.setReadOnlyFlagOnFolders is true
      - Default is false
      - On windows, the read only attribute doesn't mean the folder is read only - it means "this folder has been customized - please fetch a desktop.ini".
      - This results in poor performance for non-admin users due to lots of secondary fetches for configuration information.
      - See the bug for more details.
      26855: ALF-6727: Missing files from last check in
      26858: Merged V3.4-TEAM to V3.4
         26841: Fix for ALF-1044. (Searching for groups whose names contain regex reserved chars.)
            The fix was to add [] as reserved chars to the RegEx SimpleLanguageDef. Thanks AndyH.
      26860: ALF-7101 and ALF-7866 - don't show the rules options to collaborators, as they shouldn't be able to create/manage rules
      26861: Merged DEV/TEMPORARY to V3.4 (with corrections)
         26157: ALF-1544: Server won't start on JBoss: Unable to resolve drag and drop application as a file, class path resource [alfresco/desktop/Alfresco.exe]
            DesktopAction uses Resource’s InputStream for drug-n-drop files representation.
      26870: ALF-6727: Fix up ContentDiskDriverTest
      26898: Fix ALF-8219: Deploying WQS in the same container as Alfresco causes startup to stall
      26899: Possible installer build fix
      - uncomment project.readmeFile
      - set failifexecutionfails="true" on installer build targets so we know if installer building failed!
      26900: ALF-8180: The installer shouldn't randomly delete a directory called tomcat that it didn't create
      - Fix provided by Bitrock
      26919: Backing out 3 changes related to ALF-8036 due to uncertainty over fix approach.
        I'm reverse-merging revisions 26785, 26832 and 26838 out of this 3.4.2 branch.
        The fix version for ALF-8036 has been changed to 3.4.3 and so we don't want an unfinished fix on 3.4.2.
        In fact, this fix may be finished, but there is some uncertainty now over the approach to adopt (strip permissions vs. prevert copying of permissions).
        This fix will go to Team and 3.4.3 instead.
      26932: Fixed a couple of non-unicode French characters that were messing up my scripts and:
      Merged BRANCHES/DEV/dwebster/ to BRANCHES/V3.4:
         26911: Latest updates from translators (based on rev26710)
      26944: ALF-3569 - Alfresco repository CIFS driver not setting timestamps.
      26952: Finishes the completeness tests & fixes several L10N bugs.
      26972: Fixes ALF-8272: Alfresco cannot be started after fresh install
      26980: ALF-8287 - All buttons are disabled on Data Lists page.
      27039: Merged BRANCHES/DEV/dwebsterV34 to BRANCHES/V3.4:
         - Update from Translators (based on r26837).
      27059: Merged PATCHES/V3.4.1 to V3.4
         26959: ALF-8261: 3.4 JSF performance regression introduced by WebProjectServiceImpl.hasWebProjectsRoot() (ALF-3085)
         27020: ALF-8281: CLONE -'Move To' operation for categories, folders and records doesn't work ESCALATION
      27061: Merged PATCHES/V3.3.4 to V3.4
         27032: ALF-8289: Merged DEV to PATCHES/V3.3.4
            27028: ALF-8289: Occasionally, web form complains of missing required fields when the fields are indeed populated
      27068: Merged DEV to V3.4
         27067: ALF-3774 : Unable to disable listening on port 7500 (JGroups)
                1. DummyProtocol was changed to rewrite default configuration.
                   This changes turn off diagnostic probing for DummyChannel.
      27071: Fixed ALF-8363: BadSqlGrammarException during patch.fixAclInheritance on Oracle
       - Using '... = true' does not work for Oracle.
       - Replaced with parameterClass="boolean" and #trueOrFalse#
       - Tested against limited dataset so some condition paths might be missed.
      27083: ALF-8124: Corrected ${} placeholders in Japanese installer strings
      27088: Fixed ALF-8377: Generic KeywordSearch is not resilient to stale Lucene indexes
       - Cleaned up PersonSearchTest
       - Added exists check to KeywordSearch
       - Rationalized related bean declarations
      27113: Fixed ALF-1322 "Creating user with username containing spaces works incorrectly"
      27127: ALF-8346 - 'Complete event' button for folders is disabled in IE
      27136: Installer string updates from Gloria
      27173: Fix for: ALF-7834: CLONE - ACL Propagation issue for large number of users/ACLs
      - manually fix up the cache when changing inheritance
      27503: Fix for ALF-8345 - Extra icons on the form of adding translation without content(IE specific)
      27504: Fix for ALF-6917 - A system error happens when user attempted press toggle 'Version History'
      27505: ALF-6215 - French Language pack - It's incorrect layout in Document List component
      27509: ALF-8451: Port AVM-rename-dupes.sql to DB2 and SQL Server
      27511: ALF-7165: User with contributor role cannot view content
      27512: Installer string updates from Gloria
      - Corrections to msgid Installer.ReadmeFile.View
      27557: case sensitivity issues with terminfo database building from Windows
      27563: Merged DEV to V3.4
         27558: ALF-8408: Impossible to upload a new file by contributor to subspace when rule is applied to subspaces
                Retrieving of rule was surrounded in RunAs(System username) block.
                It allows to retrieve rule node and its actions if user has no read permissions to rule node
                and to rule's actions.
                JUnit test "PermissionsForPropagatedRules_ALF_8408" was added.
      27602: Fix for ALF-5625 - When viewing properties in version history hitting close results in loop (V3.4.2)
      27622: ALF-5607: Remove bundled postgres data directory on installation abort on Linux
      27639: Fix for ALF-6488 - Decode HTML content before creating page url argument for wiki
      27647: Fix for ALF-8552
      27672: ALF-8553: PatchService didn't recurse on dependents of already applied patches
      - Hence patch ordering was wrong on V3.4 upgrade
      27684: ALF-8553, ALF-8602: set batchMaxQueryRange on patch.fixNameCrcValues-2 to avoid OOM
      27687: Merge DEV to V3.4
        27674 :  ALF-8453 CIFS Failed to save versionable MS Word content as collaborator
      27690: Merged DEV/TEMPORARY to V3.4
         27688: ALF-7822 : AVM projects unavailable after upgrade to 3.4.1
            script was modified to prevent data corruption
      27775: Fixes ALF-8654: Add removed quotes back into .po files
      27805: ALF-2935: Properly control RMI port in Bitrock installer
      - order repository-properties before shared-properties so that you can specify the port in alfresco-global.properties if you want to
      - include a tokenized alfresco-shared.properties in the WCM installation files
      27807: Merged V3.4-TEAM to V3.4
         27756: ALF-8207 - ALL LANG - Themes are not translated
      27840: ALF-8687: No items display for series when opening it from library list
      
      27853: Fixes: ALF-7465 - Removes some of the differences between the Add Event and Remove Event dialogues & reuses existing TagLibrary component to avoid conflicts.
      27856: ALF-8687: No items display for series when opening it from library list.
      Slight refactor to better match non-RM doclib code.
      27871: Fixes ALF-8124: Ensure Spanish locale for installer shows product name correctly
      27932: Fixes ALF-5519: alfresco-enterprise-wcmqs-3.3.3.zip does not contain awe.war
       - Added awe.war to WQS zip file
   27944: Merged V3.4 to V3.4-BUG-FIX (RECORD ONLY)
      26766: Merged V3.4-BUG-FIX to V3.4
         26761: Merged V3.4 to V3.4-BUG-FIX (RECORD ONLY)
            26760: Merged V3.4-BUG-FIX to V3.4
            26759: Merged V3.4-BUG-FIX to V3.4 (3.4.2)
         26762: ALF-8028 ResultSet not closed in TransferServiceImpl2
            try...finally pattern was added to search operation.
         26764: Further fixes to the patch for:  ALF-7834: CLONE -ACL Propagation issue for large number of users/ACLs
         26765: ALF-634, ALF-7103: Possible fix to JBPM regressions introduced by r26460
      26831: Merged V3.4-BUG-FIX to V3.4
         26788: Further fixes to the patch for:  ALF-7834: CLONE -ACL Propagation issue for large number of users/ACLs
            - fix type that would have missed a minor error (for unused shared ACLs)
      27016: Merged V3.4-BUG-FIX to V3.4
         26996: Fix for ALF-8229. patch.webSiteAddModerated upgrade error
             Trivial fix sanctioned for check-in on 3.4.2 by SteveR
         26997: Undoing accidental check-in of eclipse project files changes
      27859: Merged BRANCHES/DEV/V3.4-BUG-FIX to BRANCHES/V3.4:
         27857: Fix for ALF-868: Large Table Data causes TinyMCE to drop below Alfresco Footer in Web Form - IE7 only


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@27948 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-05-21 10:41:57 +00:00

2132 lines
103 KiB
Properties

# I18N message properties
empty_message=
left_qoute='
right_quote='
# Multilingual
make_multilingual=Make Multilingual
make_multilingual_tooltip=Make this document multilingual
make_multilingual_description=Transform this document as a multilingual document.
error_make_multilingual_dialog=Unable to make this file multilingual.
add_translation=Add Translation
add_translation_tooltip=Add a translation to this document
add_translation_description=Add a translation to the document.
error_add_translation_dialog=Unable to add a translation.
trad_exists_error=A translation already exists for this locale.
add_translation_wc=Add Translation Without Content
add_translation_wc_tooltip=Add a translation without content to the document
add_translation_wc_description=Add a translation to the document's properties.
error_add_translation_wc_dialog=Unable to add a translation without content.
ml_common_content_properties=Common Multilingual Content Properties
ml_other_options=Other Options
ml_add_trans_when_diag_close=Add translation when this dialog closes.
ml_with_content=With content
ml_just_trans_info=Without content (just translation information)
not_multilingual=This document has no multilingual aspect.
allow_multilinguism=Allow Multilingual Aspect
select_language=<Select a language>
ml_content_info=Multilingual Content Info
edit_ml_container_properties=Edit multilingual content properties
edit_ml_container_description=Modify the information about the multilingual content.
error_locale_null=A locale must be defined for this node.
translator=Translator
manage_multilingual_details_for=Manage Multilingual Content for
manage_multilingual_details=Manage Multilingual Content
manage_multilingual_details_tooltip=Manage multilingual properties of the document
manage_multilingual_details_description=Use this page to manage multilingual content.
translations=Translations
related_translations=Related Translations
related_content=Related Content
deep_copy=Deep Copy
new_edition=New Edition
new_edition_from=New Edition from this
new_edition_tooltip=Create a new edition from this multilingual content.
properties_close=Edit multilingual properties when the dialog close
pivot_translation=Pivot translation
edition=Edition
editions=Editions
current=Current
new_edition_wizard_title=New Edition Wizard
new_edition_wizard_desc=This wizard helps you to create a new edition of a multilingual document.
error_new_edition_wizard=Impossible to create a new edition from this multilingual document.
step1_choose_translation=Starting item
step1_choose_translation_desc=Step one, select the starting item from the list of translations
new_edition_choose_translation_title=Step One - Starting item
new_edition_choose_translation_desc=Choose the content item you want to create the new edition.
step2_edition_details=Edition Details
step1_edition_details_desc=Step one, edit the detail of the new edition
step2_edition_details_desc=Step two, edit the detail of the new edition
step1_new_edition_details_title=Step One - Edition Details
step2_new_edition_details_title=Step Two - Edition Details
new_edition_details_desc=Enter information about the new edition.
step3_edition_summary=Summary
step2_edition_summary_desc=Step two, view the summary of the new edition
step3_edition_summary_desc=Step three, view the summary of the new edition
step2_new_edition_summary_title=Step Two - Summary
step3_new_edition_summary_title=Step Three - Summary
new_edition_summary_desc=The information you entered is shown below.
new_edition_finish_instruction=To close this wizard and apply your changes click Finish.
edition_properties=Edition Properties
edition_notes=Edition Notes
modify_translation_properties=Modify translation properties when this wizard finishes.
translation_title=Translation title
translation_language=Translation language
translation_author=Translation author
new_edition_details=New edition details
create_new_edition_using=Create a new edition using
translations_checked_out_error=Cannot create a new edition because the following translations are checked out.
available_translations=Available translations
marker_tooltip=Change your Content Language to view or edit text in different languages.
checked_out_by=Checked out by
doc_name=Document name
title_mlcontainer_details=Multilingual Document Details
# Versioning of the metadata
versioned_details_of=Versioned details of
versioned_documentdetails_description=View the details about the versioned content.
title_versioned_doc_details=Versioned Document Details
view_versioned_properties=Properties from a versioned content
view_versioned_properties_description=View the properties of a versioned content.
# Date Pattern
date_pattern=d MMMM yyyy
date_time_pattern=d MMMM yyyy HH:mm
time_pattern=HH:mm
# General UI
product_name=Alfresco
view_description=This view allows you to browse the items in this space.
search_description=This view allows you to see the results from your search.
checkinfile_description=Check in your working copy for other team members to work with.
checkoutfilelink_description=Edit the checked out file, undo the check out or carry on working.
checkoutfile_description=Enter information about the check out.
doneediting_description=Finish editing your working copy to allow other team members to work it with.
documentdetails_description=View the details about the content.
linkdetails_description=View the details about the link object.
previewdocument_description=Preview the content or space within a Template.
spacedetails_description=View the details about the space.
undocheckoutfile_description=Cancel the check out of a document and discard any changes.
cancel_editing_file_description=Cancel editing of a document and discard any changes.
updatefile_description=Update a document on the repository with content from your computer.
editfile_description=Edit the content of the file.
editfileinline_description=Edit the content of the document, then click Save.
createfile_description=Enter new content.
manageusers_description=Manage the users of the repository.
manage_invited_users_description=Manage the permissions you have granted to users who access your space.
manage_content_users_description=Manage the permissions you have granted to users who access your content.
modify_user_roles_description=Modify the permissions granted to a user for accessing your space.
modify_content_user_roles_description=Modify the permissions granted to a user for accessing your content.
advancedsearch_description=Perform a more detailed search of the repository.
edit_content_description=Modify the content properties then click OK.
view_content_description=View the content properties.
editcategory_description=Set the category for the document then click OK.
editcategory_space_description=Set the category for the space then click OK.
editworkflow_description=Modify the simple workflow properties then click OK.
editspace_description=Modify the space properties then click OK.
editlink_description=Modify the link object properties then click OK.
create_space_description=Enter information about the new space then click Create Space.
space_rules_description=This view shows you all the rules to be applied to content in this space.
warning_inline=This is only recommended for HTML or plain text documents.
categories_description=This view allows you to browse and modify the categories hierarchy.
new_category_description=Enter information about the new Category then click Create Category.
status_message_default=No messages.
no_icons_found=No icons found
required_field=Required Field
no_data=--
# Download document
download_doc=Download
# Offline editing
click_here= click here
offline_help=For help on offline editing
offline_download_first=If your document does not start downloading in
offline_download_second=seconds then
offline_download_auto_change=If you do not want files to start downloading automatically when you select offline editing then
offline_download_not_started=If your document has not started downloading then
offline_editing=Offline Editing
offline_title=Download of ''{0}'' for offline editing.
# UI Component messages
done=Done
yes=Yes
no=No
error=Error
no_not_now=No not now
kilobyte=KB
megabyte=MB
gigabyte=GB
locked_you=Item locked by you
locked_user=Item locked by {0,choice,0#SHOULD_NOT_HAPPEN|1#user|1<users}
wizard_errors=Please correct the errors below.
last_page=Last Page
next_page=Next Page
prev_page=Previous Page
first_page=First Page
page_info=Page {0} of {1}
go_up=Go Up
ok=OK
go=Go
to=To
from=From
options=Options
other_options=Other Options
local=Local
inherited=Inherited
search=Search
advanced_search=Advanced Search
value_not_set=not set
description_not_set=No description set.
clear=Clear Results
results_contains=Results for ''{0}''.
results_contains_filter=Results for ''{0}'' in ''{1}''.
details_view=Details View
view_icon=Icon View
view_browse=Browse View
create_options=Create
more_options=More...
more_actions=More Actions
more_options_space=More Actions for this Space
more_options_file=More Actions for this Document
select_space_prompt=Click here to select a Space
select_existing_space_prompt=Click here to select an existing Space
select_home_space_prompt=Click here to select the Home Space location
select_category_prompt=Click here to select a Category
select_destination_prompt=Click here to select the destination
select_web_project_folder=Click here to select a Web Project folder
add_new=Add New
change=Change
select=Select
set=Set
no_categories_applied=This document does not yet have any categories applied.
has_following_categories=This document has the following categories applied...
no_categories_applied_space=This space does not yet have any categories applied.
has_following_categories_space=This space has the following categories applied...
moved=moved
copied=copied
clipboard=Clipboard
node_added_clipboard=An item was added to the clipboard. There are now {0} item(s) in the clipboard. To paste all collected items navigate to the desired space then from the menu under ''More Actions'' select ''Paste All''.
recent_spaces=Recent Spaces
shortcuts=Shortcuts
company_home=Company Home
my_home=My Home
guest_home=Guest Home
new_search=New Search
search_results=Search Results
search_detail=Search for \"{0}\" results shown below
close_search=Close Search
browse_spaces=Browse Spaces
browse_content=Content Items
location=Location
toggle_shelf=Hide or Show the Sidebar
actions=Actions
view=View
view_details=View Details
view_details_file=View Details for file
change_details=Change Details
update=Update
download=Download
cut=Cut
copy=Copy
paste=Paste
remove=Remove
change_roles=Change Roles
change_user_roles=Change User Roles
paste_item=Paste Item
paste_link=Paste As Link
paste_all=Paste All
remove_item=Remove Item
remove_all=Remove All
close=Close
invite=Invite
invite_user=Invite User
filter_contents=Filter Contents
users=Users
groups=Groups
resetall=Reset All
content_rules=Content Rules
view_in_browser=View In Browser
view_in_webdav=View in WebDAV
view_in_cifs=View in CIFS
download_content=Download Content
details_page_bookmark=Details Page URL
details_browse_bookmark=Browse Page URL
noderef_link=Alfresco Node Reference
links=Links
create_shortcut=Create Shortcut
navigation=Navigation
next_item=Next Item
previous_item=Previous Item
cancel=Cancel
upload=Upload
homespace=Home Space
network_folder=Open Network Folder
other_action=Run Action
information=Information
move=Move
type=Type
tag=Tag
encoding=Encoding
aspect=Aspect
workflow=Workflow
workflows=Workflows
rules=Rules
system_error=System Error
login=Login
templates=Templates
template=Template
rss_template=RSS Template
select_button=Select...
select_items=Select items
select_an_item=Select an item
selected_items=Selected Items
add_to_list_button=Add to List
none=None
no_selected_items=No selected items.
search_select_item=Search for and select an item.
search_select_items=Search for and select items.
search_minimum=Not enough information was entered to perform a search, at least one value must be entered or a location selected to search within. Text fields require a minimum of {0} characters.
filter=Filter
choose_icon=Choose icon
security=Security
all_formats=All Formats
rules_count=Number of rules applied to this Space
working_copy_document=Working Copy
copy_of=Copy of
link_to=Link to
icon=Icon
lock=Lock
unlock=Unlock
items_per_page=Items Per Page
raise_issue=Raise an Issue
click_to_set_date=Click to set a date
today=Today
reset=Reset
label=Label
edit_doc_offline=Edit Offline
edit_doc_online=Edit Online
upload_new_version=Upload new version
checkin_this_file=Check in this file
cannot_delete_node_has_working_copy=Cannot delete file \"{0}\" as it has an associated working copy.
unknown=Unknown
picker_search_min=Please enter at least {0} characters to perform a search.
locked=Locked
no_task_resources=No task resources
# Properties
username=User Name
joindate=Join Date
roles=Roles
help=Help
name=Name
password=Password
confirm=Confirm
path=Path
description=Description
created=Created
modified=Modified
created_date=Created Date
modified_date=Modified Date
size=Size
title=Title
author=Author
date=Date
mimetype=Format
modifier=Modifier
locale=Locale
quota=Quota
sizeCurrent=Usage
sizeQuota=Quota
start_date=Start Date
percent_completed=Percent Completed
# Repo permission display labels
# Note - these come from the server, the english translation is generally the same
Administrator=Administrator
Consumer=Consumer
Coordinator=Coordinator
Collaborator=Collaborator
Contributor=Contributor
Editor=Editor
All=All
ContentManager=Content Manager
ContentPublisher=Content Publisher
ContentContributor=Content Contributor
ContentReviewer=Content Reviewer
edit_details=Edit Details
# Actions
delete=Delete
edit=Edit
checkin=Check In
checkout=Check Out
done_editing=Done Editing
checkout_document=Check out this document
undocheckout=Undo Check Out
cancel_editing=Cancel Editing
delete_space=Delete Space
delete_file=Delete File
delete_rule=Delete Rule
delete_user=Delete User
remove_user=Remove User
create_space=Create Space
add_content=Add Content
create_content=Create Content
create_form=Create Form
edit_form=Edit Form
create_web_form=Create Web Form
edit_web_form=Edit Web Form
regenerate_renditions=Regenerate Renditions
add_multiple_files=Add Multiple Files
import_directory=Import Directory
advanced_space_wizard=Advanced Space Wizard
create_rule=Create Rule
reapply_rules=Reapply Rules In Space
reapply_rules_to_children=Reapply Rules in Space and Children
reapply_rules_success=The rules have been successfully reapplied.
ignore_inherited_rules=Ignore Inherited Rules
include_inherited_rules=Include Inherited Rules
inherited_rules_being_ignored=Inherited rules are being ignored.
manage_rules=Manage Content Rules
manage_users=Manage System Users
manage_groups=Manage User Groups
manage_invited_users=Manage Space Users
manage_content_users=Manage Content Users
modify_user_roles=Modify User Roles for
modify=Modify
logout=Logout
add=Add
node_browser=Node Browser
reset_config=Reset Config Service
save=Save
user_details=User Details
language=Language
export=Export
export_title=Export {0}
import=Import
import_title=Import {0}
take_ownership=Take Ownership
return_ownership=Return to Pool
create_forums=Create Forum Space
create_forum=Create Forum
create_topic=Create Topic
create_post=Create Post
create_reply=Post Reply
delete_forums=Delete Forum Space
delete_forum=Delete Forum
delete_topic=Delete Topic
delete_post=Delete Post
post_to_topic=Post to Topic
reply=Reply
edit_post=Edit Post
reply_to=Reply to
post_reply=Post Reply
view_content=View Content
# Login page message
login_details=Enter Login details
login_err_password_length=Password must be between {0} and {1} characters in length.
login_err_password_chars=Password can only contain characters or digits.
login_err_username_length=Username must be between {0} and {1} characters in length.
login_err_username_chars=Username can only contain characters or digits.
login_err_permissions=The user does not have enough permission to view the item, please attempt login as a different user.
loggedout_details=You have been logged out of Alfresco.
relogin=Re-login to Alfresco
no_access=You have no access to Alfresco.
no_cookies=Cookies must be enabled in your browser for the Alfresco Web-Client to function correctly.
user_err_user_name=User ID cannot contain the characters: {0}
# Browse list messages
no_space_items=No items to display. Click the ''{0}'' action to create a space.
no_content_items=No items to display. To add an existing document click ''{0}'' action. To create an HTML or Plain Text file click ''{1}'' action.
# Advanced Search messages
look_in=Look in location
look_for=Look for
all_spaces=All Spaces
specify_space=Specify Space
include_child_spaces=Include child spaces
show_results_for=Show me results for
all_items=All Items
file_names_contents=File names and contents
file_names=File names only
space_names=Space names only
show_results_categories=Show me results in the categories
include_sub_categories=Include sub-categories
also_search_results=More search options
additional_options=Additional options
save_new_search=Save New Search
save_edit_search=Save Modified Search
saved_searches=My Saved Search Options
title_save_search=Save Search Query
save_search_description=Save a search query for use again later
search_props=Saved Search Properties
select_saved_search=Select a Saved Search...
saved_search_warning=This operation will attempt to overwrite the existing saved search ''{0}''
user_searches=Your Searches
global_searches=Public Searches
save_search_global=Save as a public search available to all users.
folder_type=Folder Type
# Forum messages
forums=Forum Space
forum=Forum
browse_forums=Browse Forum Spaces and Forums
browse_topics=Browse Topics
browse_posts=Browse Posts
forums_info=This view allows you to browse forum spaces and forums.
forum_info=This view allows you to browse topics in this forum.
topic_info=This view allows you to browse posts in this topic.
no_forums=No forum spaces or forums to display. Click the ''Create Forum Space'' action to create a forum space or ''Create Forum'' action to create a forum.
no_topics=No topics to display. Click the ''Create Topic'' action to create a topic.
no_posts=No posts to display. Click the ''Post to Topic'' action to create a post.
topic=Topic
topics=Topics
post=Post
posted=Posted
create_forums_description=Enter information about the new forum space then click Create Forum Space.
create_forum_description=Enter information about the new forum then click Create Forum.
create_topic_description=Enter information about the new topic then click Create Topic.
create_post_description=Enter the content of the message then click Post.
create_reply_description=Enter message text to reply then click Reply.
modify_forums_properties=Modify Forum Space Properties
forums_props=Forum Space Properties
modify_forum_properties=Modify Forum Properties
forum_props=Forum Properties
topic_props=Topic Properties
modify_topic_properties=Modify Topic Properties
create_forums_finish=To create the forum space click Create Forum Space.
create_forum_finish=To create the forum click Create Forum.
create_topic_finish=To create the topic click Create Topic.
create_post_finish=To create the post click Post.
create_reply_finish=To create the reply click Reply.
forums_details_description=View details about the forum space.
forum_details_description=View details about the forum.
topic_details_description=View details about the topic.
bubble_view=Bubble View
replies=Replies
on=On
reply_message=Reply Message
edit_forums_description=Modify the forum space properties then click OK.
edit_forum_description=Modify the forum properties then click OK.
edit_topic_description=Modify the topic properties then click OK.
edit_post_description=Modify the message then click OK.
edit_post_finish=To save the message click Post.
start_discussion=Start Discussion
discuss=View Discussions
discussion_for={0} discussion
# Sidebar messages
navigator=Navigator
navigator_desc=Allows tree based navigation around the repository
shelf=Shelf
shelf_desc=Area that includes the clipboard, recent space and shortcuts
reset_navigator=Refresh
reset_categories=Refresh
navigator_node_deleted=The space just selected is no longer in the repository, please Refresh the Navigator before continuing.
# Common Wizard messages
steps=Steps
summary=Summary
summary_desc=The information you entered is shown below.
default_instruction=To continue click Next.
next_button=Next
back_button=Back
finish_button=Finish
cancel_button=Cancel
clear_button=Clear
you_may_want=You may want to
summary_step_description=Shows a summary of the information entered.
error_wizard_completed_already=This wizard has already been completed, please re-launch it to continue.
you_may_want_checkout_document=You may want to Check Out this document to prevent the possibility of other users overwriting your changes.
# Category Management messages
title_categories_list=Categories
add_category=Add Category
edit_category=Edit Category
delete_category=Delete Category
category_icons=Categories
category_details=Details
category_management=Category Management
title_create_category=Create New Category
new_category=New Category
category_props=Category Properties
items=Items
title_delete_category=Delete Category
delete_category_warning=This category has {0} existing document(s) linked to it.
delete_category_info=To remove this category and all its sub-categories, click Delete.
delete_category_confirm=Are you sure you want to delete category \"{0}\" and all sub-categories?
title_edit_category=Edit Category
edit_category_description=Edit the information for this category.
# Groups Management messages
title_groups_list=Groups Management
groups_management=Groups Management
groups_description=Manage the members of a group, create new groups or remove existing groups.
new_group=Create Group
new_sub_group=Create Sub-Group
edit_group=Edit Group
delete_group=Delete Group
add_user=Add User
group_icons=Groups
group_details=Details
root_groups=Root Groups
group_filter_children=Children
group_filter_all=All
title_create_group=Create Group
new_group_description=Enter information about the new Group then click Create Group.
group_props=Group Properties
identifier=Identifier
create_group_warning=The Identifier for a Group cannot be changed once it has been set.
title_delete_group=Delete Group
delete_group_warning=This group has {0} sub-group(s) or user(s) attached to it.
delete_group_info=To delete this Group from the system and remove all members from it, click Delete.
delete_group_confirm=Once the group is removed from the system it will no longer be accessible. Are you sure you want to delete Group \"{0}\" and remove all users from it?
title_add_user_group=Add User to Group
add_user_group_description=Add an existing User to a Group
select_users=Select Users to add to this Group
selected_users=Selected Users
groups_err_group_name_length=Group ID must be between {0} and {1} characters in length.
groups_err_group_name=Group ID cannot contain the characters: {0}
groups_err_exists=A group ID with the same name already exists, group identifiers must be unique.
Read=Read
Write=Write
Delete=Delete
permission=Permission
permissions=Permissions
manage_permissions_title=Manage permissions for ''{0}''
manage_permissions_subtitle=Manage the permissions you have granted to users who access your folder or file.
manage_permissions=Manage permissions
view_permissions=View permissions
set_permissions=Set permissions
change_permissions=Change Permissions
set_permissions_title=Setting Permissions for ''{0}''
set_permissions_subtitle=This dialog allows you to give other users access to your folder or file
select_usersgroups_perms=Select user/group and their permission(s)
selected_usersgroups_perms=Selected users/groups and their permission(s)
remove_permissions_title=Remove User ''{0}''
remove_permissions_subtitle=To remove all permissions for user, click Yes.
remove_permissions=Are you sure you want to remove all permissions for this user?
edit_permissions_title=Modify permissions for ''{0}''
view_permissions_title=View permissions for ''{0}''
edit_permissions_subtitle=Modify the permissions granted to a user for accessing your folder or file.
view_permissions_subtitle=The permissions granted to a user for accessing your folder or file.
select_perm=Select permission
selected_perm=Selected permission
change_user_perms=Change User Permissions
# Invite Users Wizard messages
invite_title=Invite Users Wizard
invite_desc=This wizard helps you to give other users access to your space.
invite_step1_title=Step One - Invite Users
invite_step1_desc=Select the users and roles they will play in this space.
invite_step2_title=Step Two - Notify Users
invite_step2_desc=Notify the selected users.
i_want_to=I want to...
invite_step_1=Invite Users
invite_step_2=Notify Users
invite_all=Invite All users as guests
invite_users=Specify Users/Groups and their roles
specify_usersgroups=Specify Users/Groups
select_usersgroups=Select user/group and their role(s)
select_role=Select role
selected_usersgroups=Selected users/groups and their role(s)
selected_roles=Selected roles
click_add=Click Add
role=Role
send_email=Do you want to send an email to notify the invited users?
subject=Subject
body=Body
automatic_text=Automatic text
invited_to=You have been invited to ''{0}'' by {1}.
invite_role=You will have the role of: {0}
invite_finish_instruction=To close this wizard and apply your changes click Finish. To review or change your selections click Back.
remove_invited_user_info=To remove an invited user from this space, click Yes.
add_role=Add Role
space_owner=User ''{0}'' is the current owner of this space.
users_and_groups=Users and Groups
authority=Username
invite_users_summary=Users and Roles
too_many_users=Too many users matched by your search. Please narrow your search and try again.
max_users_returned=Search has been limited to show first {0} results.
# Invite Content Users Wizard messages
invite_content_title=Invite Content Users Wizard
invite_content_desc=This wizard helps you to give other users access to your content.
invite_content_step1_desc=Select the users and roles they will play for this content.
remove_content_user_info=To remove an invited user from this content, click Yes.
content_owner=User ''{0}'' is the current owner of this content.
# AVM Compare
snapshot_compare_to_current=Compare To Current Snapshot
snapshot_compare_to_current_description=View list of modifications between snapshot ''{0}'' and current snapshot
snapshot_compare_to_previous=Compare to Previous Snapshot
snapshot_compare_to_previous_description=View list of modifications between snapshot ''{0}'' and ''{1}''
snapshot_compare_to_any=Compare to Any Snapshot
snapshot_compare_to_any_description=View list of modifications between snapshot ''{0}'' and a user selected snapshot
store_title=Store
version_title=Version
avm_compare_newer=Newer
avm_compare_older=Older
avm_compare_conflict=Conflict
avm_compare_directory=Directory
avm_compare_same=Same
error_version_validate=Number of version is not valid
snapshot_name=Name
snapshot_path=Path
snapshot_status=Status
increment_button_hint=Next valid version
decrement_button_hint=Previous valid version
refresh_button_hint=Refresh
# System Users messages
create_user=Create User
change_password=Change Password
title_change_password=Change User Password
change_password_description=Use this view to change an existing user password.
change_password_instructions=Enter the new password for this user.
show_all=Show All
warn_user_was_deleted=User has been deleted
# Check-in messages
check_in=Check In
checkin_options=Check In options
checkin_changes_info=Check in changes and keep file checked out
workingcopy_location=Working copy location
which_copy_checkin=Which copy do you want to check in?
which_copy_current=Use copy in current space
which_copy_other=Use copy uploaded from my computer
locate_doc_upload=Locate document to upload
file_location=Location
minor_change=Minor Change
major_change=Major Change
notes=Notes
new_version_has=This new version has
initial_version=This is initial version
minor_changes=Minor Changes
major_changes=Major Changes
missing_original_node=Missing original content node
version_info=Version Info
# Check-out messages
check_out=Check Out
copy_work_with=A copy of the file ''{0}'' will be made for you to work with.
copy_checkin_changes=When you have completed your changes you need to check in the file to allow others to view the changes.
copy_store_prompt=Where do you want to keep the copy of this file?
store_space_current=In the current space
store_space_selected=In the space selected
check_out_of=Check Out of
copy_file_checkedout=A copy of the file ''{0}'' is now checked out to you for editing.
edit_workingcopy_title=Edit the working copy now
edit_workingcopy_info=To edit the working copy of the file, click the link below and if asked select Save.
download_complete=When the download is complete, click OK.
undo_checkout_for=Undo Check Out for
undo_checkout=Undo Check Out
undo_checkout_info=If you undo the check out of a document, the associated working copy will be deleted and all changes to it since the Check Out will be lost.
cancel_editing_for=Cancel Editing for
cancel_editing_info=Are you sure you want to Cancel Editing? Any changes to the working copy will be lost.
complete=complete
working_copy_for=Working copy for
working_copy_missing_info=The working copy is no longer available. This could be due to an active rule(s) applied to the space you checked-out to.
# Document and Space details messages
details_of=Details of
preview_of=Preview of
modify_props_of=Modify Properties of
modify_space_properties=Modify Space Properties
modify_content_properties=Modify Content Properties
modify_link_properties=Modify Link Properties
view_content_properties=View Content Properties
preview=Preview in Template
custom_view=Custom View
view_links=Links
not_inline_editable=This document is not inline editable.
allow_inline_editing=Allow Inline Editing
not_in_category=This document is not categorized.
not_in_category_space=This space is not categorized.
not_versioned=This document has no version history.
allow_categorization=Allow Categorization
allow_versioning=Allow Versioning
version_history=Version History
version=Version
document_properties=Document Properties
link_properties=Link Properties
general_properties=General Properties
other_properties=Other Properties
link_destination=Link Destination
link_destination_details=Link Destination Details
no_other_properties=This document does not have any other properties to show.
modify_categories_of=Modify categories of
space_props=Space Properties
choose_space_icon=Choose space icon
create_space_finish=To create your space click Create Space.
select_category=Select a category
selected_categories=Selected categories
no_selected_categories=No categories selected.
success_ownership=Successfully took ownership of the object.
success_unlock=Successfully unlocked the document.
inherit_permissions=Inherit Parent Space Permissions
success_inherit_permissions=Successfully changed Inherit Parent Permissions to 'Yes'
success_not_inherit_permissions=Successfully changed Inherit Parent Permissions to 'No'
apply_template=Apply Template
apply_dashboard_info=Select a template to be applied to the Space as a Custom view.
apply_dashboard_doc_info=Select a template to be applied to the Document as a Custom view.
apply_rss_feed=Apply RSS Feed Template
apply_rss_feed_info=Select a template to be applied to the Space as an RSS feed.
apply_rss_feed_warning1=This Space must be visible to the Guest user for the RSS feed to be publicly viewable, you can Invite the Guest user using the
apply_rss_feed_warning2=view.
rss_feed=RSS Feed
rss_feed_link=RSS Feed Link
warn_cannot_view_target_details=Cannot view details of the target document as you do not have the required permissions.
# Export messages
export_info=Exports metadata and content from this or all Spaces.
export_from=Export From
package_name=Package Name
all_spaces_root=Complete Repository
current_space=Current Space
include_children=Include Children
include_self=Include this Space
run_export_in_background=Run export in background
export_error_info=If this option is selected the export will be performed in the background so the results may not appear immediately. You may also want to monitor the server console and log files for errors.
# Import messages
import_info=Imports an Alfresco Content Package or ZIP format file into the repository.
import_acp_description=Alfresco content package
import_zip_description=Archive package
locate_acp_upload=Locate the .acp or .zip file to upload
run_import_in_background=Run import in background
import_error_info=If this option is selected the import will be performed in the background so the results may not appear immediately. You may also want to monitor the server console and log files for errors.
# Edit Content messages
edit_file_title=Edit file
edit_file_prompt=To edit the file ''{0}'', click the link below and if asked select Save.
edit_download_complete=When the download is complete, click Close.
edit_using_web_form=To edit this file using a Web Form, click here.
checkout_file_title=Check out file
checkout_you_may_want=You may want to check out this file to lock it and prevent other users from editing it.
checkout_hint1=Hint: When you check out a file a copy is made for you to work with.
checkout_hint2=When you have finished editing the copy you need to check it in to release the lock and allow others to work with the modified document.
checkout_want_to=to prevent the possibility of other users overwriting your changes.
checkout_warn=Note: You will lose any changes already made to this document.
local_copy_location=Local copy location
locate_content_upload=Locate your document for upload
# System Information and admin page messages
system_info=System Information
current_user=Current User
http_app_state=HTTP Application State
http_session_state=HTTP Session State
http_request_state=HTTP Request State
http_request_params=HTTP Request Parameters
http_request_headers=HTTP Request Headers
repository_props=Repository Properties
repository_patch_succeeded=Succeeded
repository_patch_failed=FAILED
system_props=System Properties
hide_details=Hide Details
show_details=Show Details
user_search_info=To find a user search for them using their first name, last name and/or user name. Alternatively to see all users click 'Show All', however, this may take some time if there are a lot of users in the system.
group_search_info=To find a group search for it using group name. Alternatively to see all groups click 'Show All', however, this may take some time if there are a lot of groups in the system.
user_change_homespace_info=Selecting a new home space for a user will not remove the existing permissions on the original home space. You may wish to use the Manage Space Users dialog to modify permissions if they are no longer required on the original home space.
quota_totalusage=Total Usage (for this search)
quota_totalquota=Total Quota (for this search)
caused_by=caused by:
# Content Wizard messages
add_content_dialog_title=Add Content Dialog
add_content_dialog_desc=This dialog helps you to add content to a space.
upload_content=Upload Content
properties=Properties
general=General
file_name=File Name
content_type=Content Type
content_format=Content Format
inline_editable=Inline Editable
locate_content=Locate content to upload
content_location=Location
uploaded_content=Uploaded Content
click_upload=Click upload
file_upload_success=''{0}'' was uploaded successfully.
modify_props_when_page_closes=Modify all properties when this page closes.
modify_props_when_wizard_closes=Modify all properties when this wizard closes.
modify_props_help_text=Rules applied to this content may require you to enter additional information.
content_finish_instruction=To add the content to this space click Finish. To review or change your selections click Back.
create_content_title=Create Content Wizard
create_content_desc=This wizard helps you to create a new document in a space.
create_content_step1_title=Step One - Specify name and select type
create_content_step1_desc=Specify the name and select the type of content you wish to create.
create_content_step2_title=Step Two - Enter Content
create_content_step2_desc=Enter your document content into the repository.
enter_content=Enter Content
select_type=Select Type
content=Content
text_content=Plain Text Content
html_content=HTML Content
xml_content=XML Content
node_locked_dialog_closed=The created node is locked, this is probably due to a configured rule in this space. As the node can not be edited the Modify Content Properties dialog has been closed.
regenerate_renditions_title=Regenerate Renditions Wizard
regenerate_renditions_desc=This wizard helps you regenerate renditions.
regenerate_renditions_select_renditions_title=Select Renditions
regenerate_renditions_select_renditions_step_title=Select Renditions
regenerate_renditions_select_renditions_desc=Select which renditions you want to regenerate.
regenerate_renditions_select_renditions_select_item_desc={0} related {0,choice,0#renditions|1#rendition|1<renditions} in {1}.
regenerate_renditions_select_renditions_select_web_project=Select the web project in which you want to regenerate renditions.
regenerate_renditions_select_renditions_select_regenerate_scope=Select which renditions you want to regenerate within the selected web project.
regenerate_renditions_select_renditions_scope_all=Choose this option to regenerate all renditions of all form generated content within the selected web project.
regenerate_renditions_select_renditions_scope_form=Choose this option to regenerate all renditions of content generated by a particular set of forms configured for the selected web project.
regenerate_renditions_select_renditions_scope_rendering_engine_templates=Choose this option to regenerate particular renditions generated by a particular set of rendering engine templates.
regenerate_renditions_select_renditions_instruction=To regenerate renditions based on your selection, click next.
regenerate_renditions_summary_desc={0} {0,choice,0#renditions|1#rendition|1<renditions} have been regenerated in web project {1}.
regenerate_renditions_summary_instruction=To commit these changes to the web project, click Finish.
regenerate_renditions_snapshot_description_scope_form=Regenerated all rendition for content authored using forms {0}.
regenerate_renditions_snapshot_description_scope_rendering_engine_template=Regenerated all renditions generated by {0}.
regenerate_renditions_snapshot_description_scope_web_project=Regenerated all renditions in web project {0}.
regenerate_renditions_snapshot_short_description=Regenerated {0} {0,choice,0#renditions|1#rendition|1<renditions}.
create_form_title=Create Form Wizard
edit_form_title=Edit Form Wizard
create_form_desc=This wizard helps you create a new form.
edit_form_desc=This wizard helps you edit a form.
create_form_form_details_title=Form Details
create_form_form_details_step_title=Step One - Form Details
create_web_form_title=Create Web Form Wizard
edit_web_form_title=Edit Web Form Wizard
create_web_form_form_details_title=Web Form Details
create_web_form_form_details_step_title=Step One - Web Form Details
create_form_form_details_desc=Enter information about the form you want to create.
create_form_form_details_step1_desc=Select XML schema to use
create_form_form_details_step2_desc=Specify details for new form.
create_form_form_details_no_elements_in_schema=This schema does not contain any element declarations. A schema must contain at least one element declaration in order to generate a form.
create_form_form_details_no_schema_selected=<no schema selected>
create_form_form_details_associated_web_projects=This form is currently configured for the following web projects:
create_form_configure_rendering_engine_templates_title=Configure Templates
create_form_configure_rendering_engine_templates_step_title=Step Two - Configure Templates
create_form_configure_rendering_engine_templates_desc=Enter information about the rendering engine templates you want to use for form {0}.
create_form_configure_rendering_engine_templates_step1_desc=Select the rendering engine template to use
create_form_configure_rendering_engine_templates_step2_desc=Specify details for the new rendering engine template
create_form_select_default_workflow_title=Configure Workflow
create_form_select_default_workflow_step_title=Step Three - Configure Workflow
create_form_select_default_workflow_desc=Select the workflow you want to be used by default for form {0}.
create_form_select_default_workflow_apply_default_workflow=Do you want to apply a default workflow now?
create_form_select_default_workflow_select_workflow=Select a workflow
create_web_content_details_title=Web Content Details
create_web_content_details_step_title=Step One - Web Content Details
create_web_content_enter_content_title=Author Web Content
create_web_content_enter_content_step_title=Step Two - Author Web Content
edit_web_content_enter_content_step_title=Step One - Author Web Content
create_web_content_summary_desc=The wizard has successfully created the content and all renditions.
create_web_content_summary_content_details=Content Details
create_web_content_summary_rendition_details=Rendition Details
create_web_content_summary_uploaded_files_details=Uploaded File Details
create_web_content_summary_submit_message=Submit {0,choice,0#__SHOULD NOT BE ZERO__|1#{1}|1<these {0,number} files} when wizard finishes.
default_rendition_description=Rendered by {0} into {1}
rendering_engine_type=Rendering Engine
apply_default_workflow=Apply default workflow
rendering_engine_template=Rendering Engine Template
rendering_engine_templates=Rendering Engine Templates
selected_rendering_engine_templates=Selected Rendering Engines
rendering_engine_template_file=Rendering Engine Template File
rendering_engine=Rendering Engine
output_path_pattern=Output path pattern
mimetype_for_renditions=Rendition mimetype
schema=Schema
schema_root_element_name=Root element
form=Form
web_form=Web Form
web_project=Web Project
# Form Not Found Exception messages
form_not_found=Unable to find form {0}.
form_not_found_for_form_instance_data=Unable to find form {0} associated with {1}.
form_not_found_in_web_project=Unable to find form {0} in web project {1}.
form_not_found_for_form_instance_data_in_web_project=Unable to find form {0} in web project {1} associated with {2}.
form_not_configured_for_web_project=Form {0} is not configured for web project {1}.
form_associated_with_form_instance_data_not_configured_for_web_project=Form {0} associated with {1} is not configured for web project {2}.
# Rule and Action Wizard messages
run_action_title=Run Action Wizard
run_action_desc=This wizard helps you run an action
run_action_step1_title=Step One - Select Actions
run_action_finish_instruction=To execute the action click Finish. To review or change your selections click Back.
create_rule_title=Create Rule Wizard
create_rule_desc=This wizard helps you create a new rule.
create_rule_step1_title=Step One - Select Conditions
create_rule_step2_title=Step Two - Select Actions
create_rule_step3_title=Step Three - Enter Details
create_rule_finish_instruction=To create the rule click Finish. To review or change your selections click Back.
edit_rule_title=Edit Rule Wizard
edit_rule_desc=This wizard helps you modify a rule.
edit_rule_finish_instruction=To update the rule click Finish. To review or change your selections click Back.
select_action=Select Action
select_an_action=Select an action...
select_a_type=Select a type...
action=Action
action_settings=Action Settings
set_action_values=Set action values
select_feature=Select required feature
version_notes=Version Notes
checkout_location=Check out location
destination=Destination
message=Message
category=Category
categories=Categories
change_category=Change Category
approve_flow=Approve Flow
approve_step_name=Name for approve step
move_or_copy=Choose whether you want to move or copy the content and also the location.
reject_flow=Reject Flow
want_reject_step=Do you want to provide a reject step?
reject_step_name=Name for reject step
required_format=Required format
details=Details
select_condition=Select Condition
select_a_condition=Select a condition...
condition=Condition
conditions=Conditions
condition_settings=Condition Settings
set_condition_values=Set condition values
select_checkout_prompt=Click here to select the check out location
condition_contains_desc=Enter the text pattern required, including any wildcards. The file name includes the file type extension when matching.
file_name_pattern=File name pattern
condition_contains_hints=Hints
condition_contains_hints_desc=Use zz* to match any name that begins with zz; use *.txt to match any text file; use *zz* to match any file name that contains zz anywhere including the beginning or end.
apply_to_sub_spaces=Apply rule to sub spaces
run_in_background=Run rule in background
rule_disabled=Disable rule
rule_active=Active
not=Not
click_set_and_add=Click to set values and add to list
click_add_to_list=Click to add to list
set_and_add_button=Set Values and Add
selected_conditions=Selected Rule Conditions
selected_actions=Selected Rule Actions
action_cannot_be_execute_repeatedly=Action cannot be executed repeatedly
condition_has_aspect=Item has aspect ''{0}''
condition_has_aspect_not=Item does not have aspect ''{0}''
condition_has_tag=Item has tag ''{0}''
condition_has_tag_not=Item does not have tag ''{0}''
condition_is_subtype=Item is a subtype of ''{0}''
condition_is_subtype_not=Item is not a subtype of ''{0}''
condition_compare_mime_type=Item has a mimetype of ''{0}''
condition_compare_mime_type_not=Item does not have a mimetype of ''{0}''
condition_in_category=Item is in category ''{0}''
condition_in_category_not=Item is not in category ''{0}''
condition_compare_property_value=Name property matches ''{0}''
condition_compare_property_value_not=Name property does not match ''{0}''
action_add_features=Add aspect ''{0}''
action_remove_features=Remove aspect ''{0}''
action_specialise_type=Item is specialised to type ''{0}''
action_simple_workflow={0} item to ''{1}'' if ''{2}'' action is taken.
action_link_category=Link to category ''{0}''
action_transform=Copies content to ''{0}'' and transforms to ''{1}''
action_transform_image=Copies image to ''{0}'' and transforms to ''{1}'' using option ''{2}''
action_copy=Copy to ''{0}''
action_copy_to_web_project_folder=Copy to ''{0}'' in ''{1}''
action_move=Move to ''{0}''
action_mail=Send email to ''{0}''
action_mail_template=Use Template
action_check_in=Check in content as ''{0}'' with comment ''{1}''
action_check_out=Check out content to ''{0}''
action_set_property_value=Sets property ''{0}''
action_import=Imports to ''{0}''
action_script=Executes script ''{0}''
action_script_select=Select a script to execute
not_condition_result=Check the item does not match the criteria above
space=Space
import_to=Import To
encoding=Encoding
encoding_utf8=UTF-8
rule_type=Rule Type
rule_background_info=If this option is selected the rule will execute in the background so the results may not appear immediately.
select_recipients=Search for email recipients by Name or Group
selected_recipients=Selected email recipients
message_recipients=Message Recipients
email_message=Email message
insert_template=Insert Template
discard_template=Discard Template
# Create Space Wizard messages
create_space_title=Create Space Wizard
create_space_desc=This wizard helps you to create a new space.
create_space_step1_title=Step One - Starting Space
create_space_step1_desc=Choose how you want to create your space.
create_space_step2_title=Step Two - Space Options
create_space_step2_desc=Select space options.
create_space_step3_title=Step Three - Space Details
create_space_step3_desc=Enter information about the space.
create_space_finish_instruction=To close this wizard and create your space click Finish. To review or change your selections click Back.
scratch=Scratch
an_existing_space=An existing space
a_template=A template
creating_from=Creating From
save_as_template=Save As Template
template_name=Template Name
select_a_template=Select a template...
select_a_script=Select a script...
starting_space=Starting Space
space_options=Space Options
space_details=Space Details
how_to_create_space=How do you want to create your space?
from_scratch=From scratch
based_on_existing_space=Based on an existing space
using_a_template=Using a template
existing_space=Existing Space
copy_existing_space=Copy existing space
structure=Structure
structure_contents=Structure and contents
space_copy_note=Note: Any content rules for spaces will also be copied.
space_type=Space Type
space_type_create=Select the type of space you want to create.
container=Folder Space
container_desc=A place for keeping and organizing documents and other spaces.
forums_desc=A place to discuss content with other users.
space_type_note=Note: If you can only see one type of space then other space types may not be enabled. See your System Administrator for further help.
template_space=Template Space
select_template=Select the template you want to use.
# Create and Edit Website Wizard messages
create_website=Create Web Project
create_website_title=Create Web Project Wizard
create_website_desc=This wizard helps you create a new web project space.
website_details=Web Project Details
create_website_step1_title=Step One - Web Project Details
create_website_step1_desc=Enter the information about the web project.
website_dnsname=DNS name
website_preview_provider=Preview Provider
validation_invalid_dns_name=Invalid website DNS name: only alpha-numeric and non-initial/final hyphen characters are allowed (max length < 64).
website_webapp=Default Webapp
website_createfrom=Create From Existing Web Project
create_website_step2_title=Step Two - Create From Existing Web Project
create_website_step2_desc=Optionally select an existing project to be used as the template for this website
website_create_empty=Create a new empty Web Project
website_create_existing=Create a Web Project based on an existing one. The Staging Sandbox structure, Web Forms, Workflow and Users will be copied from the selected Web Project
website_sourcewebsite=Created from Web Project
website_sourcetemplate=Use as a template?
website_sourcenote=Note: Only those Web Projects marked for use as a template will be displayed by default.
website_sourceshowall=Show All Web Projects
website_sourceshowtemplates=Show Template Web Projects
website_selected_forms=Selected Web Content Forms
website_web_content_forms=Web Content Forms
website_save_location=Save Location
website_save_location_info=Use the following pattern when saving content
website_filename_pattern=Filename pattern
website_filename_match=Filename pattern match
website_workflow=Workflow
website_workflow_info=Use the following workflow
website_forms=Configure Web Forms
form_template_details=Web Form Details
form_template_details_desc=Edit the details of Web Form {0} in Web Project {1}.
form_template_conf_workflow=Configure Workflow
form_template_select_templates=Configure Templates
form_template_templates=Configure Templates
form_template_templates_desc=Setup the Templates you want to use for the Web Form {0} in Web Project {1}.
form_template_workflow=Configure Workflow
form_template_workflow_desc=Configure the workflow defaults for this Web Project
create_website_step3_title=Step Three - Configure Deployment Receivers
create_website_step3_desc=Configure deployment receivers for the web project.
website_deployment=Configure Deployment Receivers
create_website_step4_title=Step Four - Configure Web Content Forms
create_website_step4_desc=Select and configure web forms for generating site content.
website_select_form=Select Web Forms
website_select_templates=Select Templates
website_selected_templates=Selected Templates
website_settings=Configure Workflow
create_website_step5_title=Step Five - Configure Workflow
create_website_step5_desc=Select and configure workflow for non-form generated assets.
website_select_workflows=Select Workflows
website_selected_workflows=Selected Workflows
website_invite=Add Users
create_website_step6_title=Step Six - Add Users
create_website_step6_desc=Select users and their roles.
website_notify=Email Users
create_website_step7_title=Step Seven - Email Users
create_website_step7_desc=Notify the website users.
create_website_finish_instruction=To close this wizard and create your web project space click Finish. To review or change your selections click Back.
create_website_summary_users=Users and Roles
server_already_exist=Server with name {0} already exists.
edit_website_title=Edit Web Project Wizard
edit_website_desc=This wizard helps you modify the settings for a web project space.
edit_website_finish_instruction=To close this wizard and save the modified settings for your web project space click Finish. To review or change your selections click Back.
edit_website=Edit Web Project Settings
workflow_settings=Workflow Settings
workflow_not_configured=Workflow not configured
error_filename_pattern=Error with workflow filename pattern: {0}
workflow_not_set=no workflow
rendering_engines_selected=Templates Selected
edit_website_step2_title=Step Two - Configure Deployment Servers
edit_website_step2_desc=Configure deployment servers for the web project.
edit_website_step3_title=Step Three - Configure Web Content Forms
edit_website_step3_desc=Select and configure web forms for generating site content.
edit_website_step4_title=Step Four - Configure Workflow
edit_website_step4_desc=Select and configure workflow for non-form generated assets.
# Invite web users wizard messages
invite_website_users=Invite Web Project Users
invite_webusers_title=Invite Web Project Users
invite_webusers_desc=Invite new users and create sandboxes for the Web Project.
invite_webusers_step1_title=Step One - Invite Users
invite_webusers_step1_desc=Select users and their roles.
invite_webusers_step2_title=Step Two - Notify Users
invite_webusers_step2_desc=Notify the invited users.
invite_webusers_finish_instruction=To close the wizard and create the user sandboxes click Finish. To review or change your selections click Back.
# Delete Website Dialog messages
delete_website=Delete Web Project
delete_website_info=To remove this web project and all associated user sandboxes, click OK.
delete_website_confirm=Are you sure you want to delete the web project \"{0}\" and all associated user sandboxes?
# Browse Website and Sandboxes messages
title_browse_website=Browse Website
website_info=Use this view to browse the staging area and user sandboxes for a web project.
staging_sandbox=Staging Sandbox
user_sandboxes=User Sandboxes
sandbox_preview=Preview Website
sandbox_create=Create Web Content
sandbox_browse=Browse Website
sandbox_revert=Undo
sandbox_revertall=Undo All
sandbox_submitall=Submit All
count_conflicted_items={0} file(s) conflict with changes made by other users
sandbox_submitselected=Submit Selected
sandbox_revertselected=Undo Selected
sandbox_icon=Browse Website
sandbox_snapshot=Create Snapshot
sandbox_snapshot_info=Create a snapshot of this sandbox.
sandbox_remove=Delete
sandbox_refresh=Refresh
sandbox_deploy=Deploy
sandbox_release_test_server=Release Server
import_website_content=Bulk Import
title_browse_sandbox=Browse Sandbox
sandbox_info=Use this view to browse the files and folders within the sandbox for a web project.
sandbox_title=Website ''{0}'' sandbox ''{1}''
sandbox_staging=Staging
website_browse_folders=Browse Folders
website_browse_files=Browse Files
creator=Creator
modified_items=Modified Items
content_forms=Web Forms
search_website=Search Website
search_sandbox_warn=Search results shown may not be up-to-date with changes made in your local sandbox.
search_form_content=Generated XML content for form: {0}
store_created_on=Created On
store_created_by=Created By
store_working_users=There {0,choice,0#are no users|1#is one user|1<are {0,number} users} working on this web project.
avm_node_deleted=Deleted
revert=Revert
revert_success=Successfully reverted {1,choice,0#SHOULD_NOT_HAPPEN|1#item|1<items}: {0}
revertall_success=Successfully reverted sandbox for user: {0}
revertselected_success=Successfully reverted selected items for user: {0}
revert_sandbox_success=Successfully reverted sandbox ''{0}'' to version: {1}
submit=Submit
submit_success=Successfully submitted item: {0}
submitall_success=Successfully submitted sandbox for user: {0}
submitselected_success=Successfully submitted selected items for user: {0}
submitted=Submitted
folder_preview=Preview Folder
file_preview=Preview File
selected=Selected
create_form_content=Create Content
find_form_content=Browse Content
recent_snapshots=Recent Snapshots
snapshot_revert=Revert
snapshot_preview=Preview
snapshot_deploy=Deploy
webapp_current=Current Webapp Folder
sandbox_no_modified_items=No modified items
sandbox_no_web_forms=No Web Forms available
sandbox_my_sandbox=My Sandbox
sandbox_user=User
pending_submissions=Content Awaiting Launch
no_pending_submissions=No content awaiting launch
pending_preview=Preview Contents
pending_details=View Details
pending_diff=Visual Comparison
pending_promote=Submit Now
pending_abort=Abort Submission
task_done_resubmit_all=Task Done & Re-Submit All
delete_all_deploy_reports=Delete All Deploy Reports
delete_reports_info=To remove all deployment reports in the web project, click Yes.
delete_reports_confirm=Are you sure you want to delete all deployment reports across all sandboxes in this webproject?
release_server_title=Release Test Server
release_server_info=To release the test server from this sandbox, click Yes.
release_server_confirm=Are you sure you want to release the test server(s) allocated to this sandbox?
website_showallsandboxes=Show All Sandboxes
# Website actions and dialog messages
title_import_content=Web Project Bulk Import
import_website_content_title=Bulk Import
import_website_content_desc=Use this dialog to import an archive of content into the web project.
import_high_byte_zip_file=ZIP file contains high-byte filename characters such as Japanese, Chinese or Korean.
delete_avm_file_info=To remove this file from the sandbox, click OK.
delete_avm_file_confirm=Are you sure you want to remove \"{0}\" from the sandbox?
delete_form_instance_data_confirm=Are you sure you want to remove \"{0}\" and its {1} associated {1,choice,0#renditions|1#rendition|1<renditions} from the sandbox?
delete_rendition_confirm=Are you sure you want to remove \"{0}\", \"{1}\", and its {2} other associated {2,choice,0#renditions|1#rendition|1<renditions} from the sandbox?
delete_folder=Delete Folder
delete_avm_folder_info=To remove this folder and its contents from the sandbox, click OK.
delete_avm_folder_confirm=Are you sure you want to remove \"{0}\" and its contents from the sandbox?
unlock_file=Unlock File
unlock_file_info=To remove the lock from this file click OK.
unlock_file_confirm=Are you sure you want to remove the lock from \"{0}\"?
error_delete_folder=Unable to delete Folder due to system error:
create_web_content=Create Web Content
create_web_content_title=Create Web Content Wizard
edit_web_content_title=Edit Web Content Wizard
create_web_content_desc=This wizard helps you to create a new content item for a website.
edit_web_content_desc=This wizard helps you to edit a content item for a website.
create_folder=Create Folder
create_avm_folder_info=Create a new folder in the website.
create_layered_folder=Create Layered Folder
create_layered_folder_info=Create a layered folder in the website.
target=Target
target_path=Target Path
target_does_not_exists=Failed to create layered folder as the target path {0} does not exist in the web project selected.
delete_layered_folder=Delete Layered Folder
folder=Folder
file=File
shared_folder=Layered Folder
shared_file=Layered File
stale_shared_folder=Stale Layered Folder
stale_shared_file=Stale Layered File
target_is_deleted=Target folder for ''{0}'' is deleted.
shared_from=Layered from {0}
add_avm_content_dialog_desc=This dialog helps you to add content to a folder.
update_avm_file_desc=Update a file in the website with content from your computer.
file_details_desc=View details about the file.
title_folder_details=Folder Details
folder_details_desc=View details about the folder.
edit_file_properties=Edit File Properties
edit_file_description=Edit the properties of the file then click OK.
edit_folder_properties=Edit Folder Properties
edit_folder_description=Edit the properties of the folder then click OK.
folder_props=Folder Properties
snapshot_properties=Snapshot Properties
snapshot_label=Label
snapshot_success=Snapshot ''{0}'' created for sandbox: {1}
snapshot_failure=Snapshot not created - the sandbox has not been modified since the last snapshot.
snapshot_submitted_by=Submitted By
title_website_details=Web Project Details
webproject_details_of=Web Project Details of
delete_sandbox=Delete Sandbox
delete_sandbox_info=To remove this sandbox and the user from the Web Project, click OK.
delete_sandbox_confirm=Are you sure you want to remove the user sandbox \"{0}\" from the Web Project?
submit_submission_info=Submission Info
submit_comment=Description
submit_snapshotlabel=Label
submit_workflow_selection=Use the following workflow to submit all modified items
submit_not_submit_warning=The following items cannot be submitted as they are already part of a workflow.
submit_no_workflow_warning=No suitable workflows could be found for the modified items below
submit_submit_info=The following items will be submitted
submit_items_title=Submit Items
submit_items_desc=This page helps you to submit modified items for publishing on the website.
submit_configure_workflow=Configure Workflow
submit_configure_workflow_desc=Configure the workflow settings and parameters
create_webapp=Create Webapp Folder
create_webapp_title=Create Webapp Folder
create_webapp_desc=Create a new root Webapp folder for this web project
submit_workflow_config_error=Workflow parameters have not been fully configured, cannot submit items.
revert_selected_title=Undo Selected Items
revert_selected_desc=To undo the changes to the selected files in the sandbox, click OK.
revert_selected_confirm=Are you sure you want to undo the changes to the selected files in from the sandbox?
revert_all_title=Undo All Items
revert_snapshot_title=Revert Snapshot
revert_snapshot_desc=Revert a sandbox to a specific snapshot version ID
revert_snapshot_confirm=Revert a sandbox to version: {0}
revert_all_conflicts=Revert all Conflicts
revert_all_desc=To undo the changes to all the files in the sandbox, click OK.
revert_all_confirm=Are you sure you want to undo the changes to all files in the sandbox?
deploy_snapshot_title=Deploy Snapshot
deploy_snapshot_desc=Select the servers to deploy to and click OK.
deploy_sandbox_title=Deploy Sandbox
deploy_sandbox_desc=Select a test server to deploy to and click OK. This server will then be allocated to this sandbox.
redeploy_sandbox_title=Deploy Sandbox Changes
redeploy_sandbox_desc=Click OK to deploy any changes in the sandbox to your allocated test server.
deploy_destination=Select the destination server(s) to deploy to
deploying=Deploying...
deploy_successful=Deployment Successful
deploy_failed=Deployment Failed
deploy_server_not_selected=This server has not been selected as the snapshot has already been deployed successfully.
deploy_test_server_not_available=No unallocated test servers are available.
deploy_test_server_allocated=The test server ''{0}'' is allocated to this sandbox. To preview the current deployment click the preview link below (if a URL has been provided) or to deploy the latest changes click the OK button.
deploy_started=Started
deploy_finished=Finished
deployed_by=By
deployment_report_action=View Deployments
deployment_report_title=Last Deployment Report
deployment_report_desc=View deployment details for each of the servers selected in the last deployment.
last_deploy_report=Show Last Deployment Report
more_deploy_reports=More Deployment Reports
deployment_previous_report_title=Deployment Report for {0}
deployment_previous_report_desc=View deployment details for each of the servers selected in the deployment.
monitor_deployment_title=Monitor Deployment
monitor_deployment_desc=Monitors the progress of a deployment to one or more servers.
deploy_status_in_progress=IN PROGRESS
deploy_status_live=LIVE
deploy_status_failed=FAILED
deploy_status_partial=PARTIAL FAILURE
deploy_add_alf_receiver=Add ASR (Deprecated)
deploy_add_file_receiver=Add Deployment Receiver
deploy_server_type_live=Live Server
deploy_server_type_test=Test Server
deploy_server=Server
deploy_server_type=Type
deploy_server_name=Display Name
deploy_server_group=Display Group
deploy_server_adapter_name=Transport Name
deploy_server_host=Host
deploy_server_port=Port
deploy_server_username=Username
deploy_server_password=Password
deploy_server_url=URL
deploy_server_allocated=Allocated
deploy_server_source_path=Source Path
deploy_server_excludes=Excludes
deploy_server_target_name=Target Name
deploy_server_include_auto_deploy=Include In Auto Deploy
deploy_automatically=Auto Deploy
deploy_automatically_info=This will deploy the changes from this submission upon approval.
deploy_attempt_date=Attempt Date
select_deploy_attempt=View Deployment Attempt
deployed_to_servers=Deployed To
no_deploy_attempts=There are no deployment attempts to display in this date range.
no_deploy_reports=Deployment details cannot be found, this is probably because the deployment is still progressing, refresh this page until details appear.
port_must_be_number=Port must contain a number.
host_wrong_format=Hostname is not a valid format.
edit_deploy_server=Edit Deployment Server Details
delete_deploy_server=Delete Deployment Server
no_deploy_servers=No deployment servers have been configured.
add_alf_deploy_server_info=Provide details of the Alfresco Server Receiver to add
add_file_deploy_server_info=Provide details of the Deployment Receiver to add
edit_alf_deploy_server_info=Edit details of the Alfresco Server Receiver
edit_file_deploy_server_info=Edit details of the Deployment Receiver
reason=Reason
snapshot=Snapshot
current_working_version=current working version
review_sandbox=Review Sandbox
content_launch=Content Launch
launch_date=Launch Date
expiration_date_header=Content Expiration
expiration_date=Expiration Date
expire_date_label=Expires
apply_to_all=Apply To All
set_expiration_date=Set expiration date for all modified items.
change_expiration_date_change=Note: To change individual expiration dates click the 'Change Expiration Date' action icon.
change_expiration_date_title=Change Expiration Date
change_expiration_date_desc=This dialog allows you to change the expiration date for a modified item.
expired_content_for_review=Expired Content For Review
report_summary=Report Summary
link_check_completed_at=Broken links were checked at {0} using snapshot {1}.
link_check_not_latest=The latest snapshot version is {0}.
link_check_items_found={0} file(s) were checked, {1} link(s) were found.
link_check_items_broken={0} broken link(s) were found in {1} file(s).
link_check_no_broken=No broken links were found.
link_check_error=The broken links check failed at {0} due to the error:
update_status=Recount
generated_files=Generated Files
broken_links=Broken Links
expand_all=Expand All
collapse_all=Collapse All
rerun_report=Run Report Again
no_items=No items to display
broken=Broken
fixed=Fixed
static_tab={0} Static Files
generated_tab={0} Generated Files
all_items_tab=All Items
inc_tab_size=Increases the size of the scrollable area by 100px
dec_tab_size=Decreases the size of the scrollable area by 100px (to a minimum of 100px)
prompt_for_web_form=Select Web Form
prompt_for_web_form_info=Select the Web Form to use for editing this file
prompt_for_web_form_form_not_found_error_in_web_project=Unable to find Web Form {0} associated with {1} in Web Project {2}.
prompt_for_web_form_form_not_found_error=Unable to find Web Form {0} associated with {1}.
prompt_for_web_form_explanation=Select the Web Form to use for {0}.
prompt_for_web_form_continue_msg=To edit {0} using the selected Web Form, click ok. If {0} is not a Web Form generated asset and should be treated as regular content, click cancel.
# New User Wizard messages
new_user_title=New User Wizard
new_user_title_edit=Edit User Wizard
new_user_desc=This wizard helps you to add a user to the repository.
new_user_desc_edit=This wizard helps you modify a user in the repository.
new_user_step1_title=Step One - Person Properties
new_user_step1_desc=Enter information about this person.
new_user_step2_title=Step Two - User Properties
new_user_step2_desc=Enter information about this user.
new_user_finish_instruction=To add the user to the system click Finish. To review or change your selections click Back.
new_user_finish_instruction_edit=To save the modifications to this user click Finish. To review or change your selections click Back.
person_properties=Person Properties
user_properties=User Properties
first_name=First Name
last_name=Last Name
email=Email
email_format_is_not_valid=Email format is not valid
company_id=Company ID
home_space_location=Home Space Location
home_space_name=Home Space Name
presence_provider=Presence Provider
presence_username=Presence Username
user_organization=Organization
user_jobtitle=Job Title
user_location=Location
user_description=Biography
user_avatar=Avatar
error_newuser_home_space=User home space cannot be set to User Homes folder. Please enter a new home space name or select a different parent space.
# Trashcan messages
title_deleted_items=Deleted Items
title_delete_all=Delete All Items
title_recover_all=Recover All Items
title_recover_listed=Recover Listed Items
title_delete_listed=Delete Listed Items
title_delete_item=Delete Item
title_recover_item=Recover Item
title_recovery_report=Recovery Report
deleted_items=Deleted Items
manage_deleted_items=Manage Deleted Items
manage_deleted_items_description=Remove or recover previously deleted items
delete_all_items=Delete All Items
deleted_items_info=Use the Search to find deleted items by name or content and use the filters to reduce the list.
original_location=Original Location
deleted_date=Date Deleted
deleted_user=Deleted by User
recover=Recover
clear_search_results=Clear Search Results
search_deleted_items_name=Search by Name
search_deleted_items_text=Search by Content
deleted_items_for=for ''{0}''
delete_item=Delete Item
delete_item_info=Permanently delete an item from the deleted file store
delete_item_confirm=Are you sure you want to permanently delete \"{0}\" from the deleted file store? The item cannot be recovered once this action has been performed.
recover_item=Recover Item
recover_item_info=Recover an item from the deleted file store
recover_item_confirm=Are you sure you want to recover \"{0}\" from the deleted file store?
delete_all_items_info=Permanently delete all files and spaces from the deleted file store
delete_all_items_confirm=Are you sure you want to permanently delete all files and spaces from the deleted file store? The items cannot be recovered once this action has been performed.
delete_listed_items=Delete Listed Items
delete_listed_items_info=Permanently delete the listed files and spaces from the deleted file store
delete_listed_items_confirm=Are you sure you want to permanently delete the following deleted files and spaces from the deleted file store? The items cannot be recovered once this action has been performed.
recover_listed_items=Recover Listed Items
recover_listed_items_info=Recover the listed files and spaces from the deleted file store
recover_listed_items_confirm=Are you sure you want to recover the following deleted files and spaces from the deleted file store?
recovered_item_success=The item \"{0}\" has been successfully recovered.
recovered_item_parent=Failed to recover the item \"{0}\" as the parent folder is missing, please select a new folder destination.
recovered_item_parent_short=Parent folder missing
recovered_item_permission=Failed to recover the item \"{0}\" as you do not have the appropriate permissions to restore the item to the parent folder, please select a new folder destination.
recovered_item_permission_short=No permissions to write
recovered_item_integrity=Failed to recover the item \"{0}\" as there is now an item in the parent folder with the same name, please select a new folder destination.
recovered_item_integrity_short=Item with same name exists
recovered_item_failure=Failed to recover the item \"{0}\" due to error: {1}
recovered_item_failure_short=Failed
delete_item_success=The item \"{0}\" has been permanently deleted.
title_deleted_item_details=Deleted Item Details
deleteditem_details_description=Details of the deleted item
alternative_destination=You may select a destination where you wish the recovered items to be placed. If you do not select a destination, the original location of the item is used. Recovery of an item may fail if the destination does not exist or you do not have permission to add items there.
user_filter_who=Who
user_filter_all=All
user_filter_user=User
date_filter_when=When
date_filter_all=All
date_filter_today=Today
date_filter_yesterday=Yesterday
date_filter_week=Last 7 days
date_filter_month=Last 30 days
recovery_report=Recovered Items Report
recovery_report_info=The results of recovering the selected items
recovery_report_success=The following items were recovered successfully
recovery_report_failed=The following items failed to recover
recovery_report_reason=Failure Reason
# My Alfresco messages
my_alfresco=My Alfresco
title_my_alfresco=My Alfresco
dashboard_info=My Alfresco Dashboard
dashboard_description=Configure this view and build your personal Alfresco dashboard
configure=Configure
error_dashboard=An error occurred in one of the dashlets.
# My Alfresco Layout Manager wizard messages
configure_dashboard_title=Configure Dashboard Wizard
configure_dashboard_desc=This wizard helps you configure your dashboard layout and contents
step_layout=Layout
configure_dashboard_step1_title=Step One - Select Layout
configure_dashboard_step1_desc=Choose the layout and number of columns for your dashboard.
step_columns=Components
configure_dashboard_step2_title=Step Two - Select Components
configure_dashboard_step2_desc=Select the components for your dashboard and add them to the columns.
configure_dashboard_finish_instruction=To save the dashboard configuration click Finish. To review or change your selections click Back.
select_layout=Select the style of layout for your dashboard. Changing your existing dashboard layout to another with less columns will result in the additional columns being removed.
select_column=Select the column to configure
dashlet_list=Available Components
dashlet_btn_select=Add
dashlet_btn_remove=Remove
selected_dashlets=Selected Components
dashboard_column=Column
column_max_components=this column can display {0} components
single_column_max_components=This layout can display {0} components
selected_item=Selected Item
# My Alfresco Layouts messages
layout_single_label=Single Column
layout_single_desc=This layout displays components in a single column the full width of the page
layout_narrow_left_label=Two Column Narrow Left
layout_narrow_left_desc=This layout display components in two columns with a narrow left hand column
layout_narrow_right_label=Two Column Narrow Right
layout_narrow_right_desc=This layout display components in two columns with a narrow right hand column
layout_three_column_label=Three Column
layout_three_column_desc=This layout displays components across three columns of equal width
# My Alfresco Dashlet components messages
dashlet_gettingstarted_label=Getting Started
dashlet_gettingstarted_desc=Displays helpful information for getting started with the Alfresco web-client
dashlet_mydocuments=My Documents
dashlet_mydocuments_desc=Displays a list of the documents in my home space
dashlet_checkedoutdocs=My Checked Out Documents
dashlet_checkedoutdocs_desc=Displays a list of the documents checked out to me
dashlet_myimages=My Images
dashlet_myimages_desc=Displays a 3 column thumbnail list of the images in my home space
gettingstarted_commontasks=Common Tasks
gettingstarted_browse=Browse items in your home space
gettingstarted_browse_desc=From the toolbar click My Home to display a list of items in the space.
gettingstarted_createspace=Create a space in your home space
gettingstarted_createspace_desc=Navigate to your home space. In the space info area, from the menu under Create, click Create Space and enter information about the space.
gettingstarted_addcontent=Add content to your home space
gettingstarted_addcontent_desc=Navigate to your home space. In the space info area, click Add Content and enter information about the content to be uploaded.
gettingstarted_createcontent=Create content in your home space
gettingstarted_createcontent_desc=Navigate to your home space. In the space info area, click Create Content under Create and enter information about the content to be created.
gettingstarted_demonstration=Demonstration
gettingstarted_demonstration_desc=Watch a demonstration of how Alfresco can be used to create a marketing launch.
gettingstarted_featuretour=Feature Tour
gettingstarted_featuretour_desc=Take a tour of some of the key features in Alfresco.
gettingstarted_onlinehelp=Online Help
gettingstarted_onlinehelp_desc=Click the help icon to display Alfresco Help topics.
# User Console and Settings messages
title_user_console=User Profile
title_edit_user_details=Edit User Details
user_console=User Profile
user_console_info=User Profile and Settings
user_console_description=Use this page to change your visible profile, preferences and application settings
user_profile=User Profile
user_profile_for=Profile for user ''{0}''
my_details=My Details
general_pref=General Preferences
change_my_password_description=Use this view to change your password
change_my_password_instructions=Enter your new password.
old_password=Old Password
new_password=New Password
error_incorrect_old_password=The 'Old Password' you entered was incorrect.
edit_user_details=Edit User Profile
edit_user_details_description=Use this view to change your user details and email address
start_location=Start Location
interface_language=Interface Language
content_language_filter=Content Language Filter
content_all_languages=All Languages
download_automatically=Automatically download files for offline editing
user_management=Management
select_avatar_prompt=Click here to select an Avatar image
# Delete Space Dialog messages
select_delete_operation=What do you want to delete?
delete_op_all=This space and all its contents. Note: Rules will also be deleted.
delete_op_files=Only the files within this space.
delete_op_folders=Only the folders within this space.
delete_op_contents=Files and folders within this space.
delete_execute_rules=Execute Rules
delete_archive_nodes=Archive Nodes
# Email users dialog
email_space_users=Email Space users
email_space_users_desc=Send an email to the users and groups assigned to this space.
email_space_users_no_recipients=There are no users or groups assigned to this space, press Cancel to exit the dialog.
# Workflow messages
doc_not_in_simple_workflow=This document is not part of a simple workflow.
space_not_in_simple_workflow=This space is not part of a simple workflow.
doc_not_in_advanced_workflow=This document is not part of any advanced workflows.
space_not_in_advanced_workflow=This space is not part of any advanced workflows.
default_workflow=Default Workflow
simple_workflow=Simple Workflow
advanced_workflows=Advanced Workflows
document_action=The document will be {0} to ''{1}'' if the ''{2}'' action is taken.
space_action=The space will be {0} to ''{1}'' if the ''{2}'' action is taken.
doc_part_of_advanced_workflows=This document is part of the following advanced workflow(s)
space_part_of_advanced_workflows=This document is part of the following advanced workflow(s)
modify_workflow_props=Modify Properties of Simple Workflow
name_approve_step=Name for approve step
name_reject_step=Name for reject step
select_reject_step=Do you want to provide a reject step?
choose_copy_move_location=Choose whether you want to move or copy the content and also the location.
start_workflow=Start Advanced Workflow
start_workflow_wizard=Start Advanced Workflow Wizard
start_named_workflow_wizard=Start {0} Workflow Wizard
start_workflow_desc=This wizard helps you start an advanced workflow for an item in the repository.
available_workflows=Available workflows
step_choose_workflow=Choose Workflow
start_workflow_choose_title=Choose Workflow
start_workflow_choose_desc=Choose the workflow you want to start
step_workflow_options=Workflow Options
start_workflow_options_title=Workflow Options
start_workflow_options_desc=Select options for the workflow
start_workflow_finish_instruction=To start the workflow press Finish. To review or change your selections click Back.
start_workflow_no_metadata=There is no metadata to collect for this particular workflow.
start_workflow_no_workflows=There are no workflows currently deployed in the repository, press Cancel to exit the wizard.
users_and_roles=Users and their Roles
resources=Resources
manage_task=Manage Task
manage_task_title=Manage Task
manage_task_desc=This dialog allows the task to be managed.
view_completed_task_title=View Completed Task
view_completed_task_desc=This dialog allows the completed task details to be viewed.
task_properties=Task Properties
task_pooled_properties=Task Pool
task_type=Task Type
id=Id
owner=Owner
status=Status
completed=Completed
source=Source
priority=Priority
tasks_active_title=All Active Tasks
tasks_active_desc=List of active tasks still to complete
my_tasks_todo_title=My Tasks To Do
my_tasks_todo_desc=List of your tasks still to complete
my_tasks_completed_title=My Completed Tasks
my_tasks_completed_desc=List of your completed tasks
pooled_tasks_title=My Pooled Tasks
pooled_tasks_desc=List of tasks allocated to your pool
doclist-webscript_title=Document List
doclist-webscript_desc=Document List WebScript
myspaces-webscript_title=My Spaces List
myspaces-webscript_desc=My Spaces WebScript
mytasks-webscript_title=My Tasks
mytasks-webscript_desc=My Tasks WebScript
mywebforms-webscript_title=My Web Forms
mywebforms-webscript_desc=My Web Forms WebScript
mywebfiles-webscript_title=My Web Files
mywebfiles-webscript_desc=My Web Files WebScript
due_date=Due Date
completed_on=Completed on
outcome=Outcome
reassign=Reassign
cancel_workflow=Cancel Workflow
cancel_workflow_info=To cancel this workflow, click OK.
cancel_workflow_confirm=Are you sure you want to cancel the \"{0}\" workflow?
error_cancel_workflow=Unable to cancel the workflow due to system error:
reassign_task_title=Reassign Task
reassign_task_desc=This dialog allows you to reassign a task.
reassign_select_user=Select the user to assign the task to, then press OK.
error_reassign_task=Unable to reassign the task due to system error:
part_of_workflow=Part of Workflow
workflow_history=Workflow History
no_workflow_history=This workflow does not have any history
workflow_outline=Workflow Outline
initiated_by=Initiated by
started_on=Started on
add_resource=Add Resource
view_properties=View Content Properties
edit_properties=Edit Content Properties
save_changes=Save Changes
no_tasks=No tasks found.
no_resources=No resources found.
in_progress=In Progress
by=by
assignee=Assignee
comment=Comment
invalid_task=The task being viewed is no longer valid, it has probably been completed by another user.
error_webprj_does_not_exist=Web project {0} does not exist (it may have been deleted)
# Workflow Definitions
wf_review_options=Review Options
wf_review_status=Review Status
wf_review_due_date=Review Due Date
wf_review_priority=Review Priority
wf_review_options=Review Options
wf_review_status=Review Status
wf_reviewer=Reviewer
wf_reviewers=Reviewers
wf_adhoc_due_date=Due Date
wf_adhoc_priority=Priority
wf_adhoc_assign_to=Assign To
wf_adhoc_assignee=Assigned To
# Email Server messages
email.server.alias=Email Alias
# Imap Server messages
imap.attachments=Attachments
imap.attachments.folder=Attachments Folder
# Admin Console messages
title_admin_console=Administration Console
admin_console=Administration Console
admin_description=Use this view to perform system administration functions.
admin_limited_license=Licensed: {0} license granted to {1} and limited to {3} days expiring {4,date,short} ({5} days remaining - issued on {2,date,short}).
admin_unlimited_license=Licensed: {0} license granted to {1} and does not expire (issued on {2,date,short}).
admin_invalid_license=Licensed: LICENSE INVALID - Alfresco Repository restricted to read-only capability.
# Workflow Console messages
title_workflow_console=Workflow Console
workflow_context=Context
workflow_command=Command (type help for help)
workflow_command_submit=Submit
workflow_last_command=Last command:
workflow_duration=Duration:
workflow_duration_ms=ms
# JMX Dumper messages
title_jmx_dumper=JMX Dumper
title_jmx_output=Output
# WebClient Config Admin Console messages
title_configadmin_console=Web Client Config Admin Console
configadmin_context=Context
configadmin_command=Command (type help for help)
configadmin_command_submit=Submit
configadmin_last_command=Last command:
configadmin_duration=Duration:
configadmin_duration_ms=ms
# Repository Admin Console messages
title_repoadmin_console=Repository Admin Console
repoadmin_context=Context
repoadmin_command=Command (type help for help)
repoadmin_command_submit=Submit
repoadmin_last_command=Last command:
repoadmin_duration=Duration:
repoadmin_duration_ms=ms
# Tenant Admin Console messages
title_tenantadmin_console=Tenant Admin Console
tenantadmin_context=Context
tenantadmin_command=Command (type help for help)
tenantadmin_command_submit=Submit
tenantadmin_last_command=Last command:
tenantadmin_duration=Duration:
tenantadmin_duration_ms=ms
# OpenSearch messages
show=Show
opensearch=OpenSearch
opensearch_desc=Provides ability to search across multiple OpenSearch supported search engines.
search_in=Search In
no_engines_registered=Failed to find any registered OpenSearch engines!
current_repo=Current Alfresco Repository
current_repo_people=Current Alfresco People
toggle_options=Toggle Options
no_results=No results
of=of
failed_gen_url=Failed to generate url for search engine '{0}'.\\n\\nThis is probably caused by missing required parameters, check the template url for the search engine.
failed_search=Failed to retrieve search results for '{0}'
# UI Page Titles
title_about=About Alfresco
title_login=Alfresco Explorer - Login
title_relogin=Alfresco Explorer - Logged Out
title_error=Alfresco Explorer - System Error
title_browse=Alfresco Explorer
title_change_user_roles=Change User Roles
title_remove_invited_user=Remove Invited User
title_advanced_search=Advanced Search
title_checkin_file=Check In File
title_checkout_file=Check Out File
title_checkout_file_link=Check Out File Download
title_missing_working_copy=Working Copy No Longer Available
title_delete_file=Delete File
title_delete_rule=Delete Rule
title_delete_user=Delete User
title_delete_space=Delete Space
title_file_details=Document Details
title_file_preview=Preview In Template
title_edit_categories=Edit Categories
title_edit_doc_props=Edit Document Properties
title_edit_link_props=Edit Link Properties
title_edit_file=Edit File
title_edit_html_inline=Edit HTML File Inline
title_edit_text_inline=Edit Text File Inline
title_edit_xml_inline=Edit XML File Inline
title_edit_simple_workflow=Edit Simple Workflow
title_edit_space=Edit Space Details
title_rules=Space Rules
title_space_details=Space Details
title_apply_template=Apply Template
title_system_info=System Information
title_undo_checkout=Undo Check Out
title_update_file=Update File Content
title_users=User Management
title_invited_users=Manage Invited Users
title_content_users=Manage Content Users
title_add_content=Add Content
title_create_content=Create New Content
title_create_content_props=Create New Content - Properties
title_create_content_summary=Create New Content - Summary
title_action_add_feature=Add Feature Action
title_action_remove_feature=Remove Feature Action
title_action_checkin=Check In Action
title_action_checkout=Check Out Action
title_action_copy=Copy Action
title_action_copy_to_web_project=Copy To Web Project Action
title_action_move=Move Action
title_action_script=Script Action
title_action_import=Import Action
title_action_email=Email Action
title_action_link_category=Link Category Action
title_action_simple_workflow=Simple Workflow Action
title_action_transform=Transform Action
title_action_transform_image=Transform Image Action
title_action_specialise_type=Specialise Type Action
title_condition_contains_text=Contains Text Condition
title_condition_has_mimetype=Has Mimetype Condition
title_condition_in_category=In Category Condition
title_condition_is_subtype=Is Subtype Condition
title_condition_has_aspect=Has Aspect Condition
title_condition_has_tag=Has Tag Condition
title_new_user_person_props=User - Person Properties
title_new_user_user_props=User - User Properties
title_new_user_summary=User - Summary
title_export=Export
title_import=Import
title_admin_store_browser=Alfresco Store Browser
title_admin_node_browser=Alfresco Node Browser
title_admin_search_results=Node Browser Search Results
title_forums=Forum Space
title_forum=Forum
title_topic=Topic
title_delete_forums_space=Delete Forum Space
title_delete_forum_space=Delete Forum
title_delete_topic_space=Delete Topic
title_delete_post=Delete Post
title_create_forums=Create Forum Space
title_create_forum=Create Forum
title_forums_details=Forum Space Details
title_forum_details=Forum Details
title_create_topic=Create Topic
title_create_discussion=Create Discussion
title_topic_details=Topic Details
title_create_post=Post Message
title_create_reply=Create Reply
title_edit_forums=Edit Forum Space Details
title_edit_forum=Edit Forum Details
title_edit_topic=Edit Topic Details
title_edit_post=Edit Post
title_noaccess=No Access
# UI Error messages
error_generic=A system error happened during the operation: {0}
error_noderef=Unable to find the repository item referenced by Id: {0} - the record has probably been deleted from the database.
error_deleted_folder=The folder item referenced by Id: {0} - has been deleted from the database. The system has changed your folder location as the folder you were in no longer exists.
error_homespace=The Home Space node referenced by Id: {0} cannot be found. It may have been deleted from the database. Please contact your system administrator.
error_search=Search failed due to system error: {0}
error_search_query=Search failed as the system was unable to process your query, please try a different search.
error_not_found={0} not found in {1}.
error_exists=A Space or File with that name already exists: {0}
error_delete_space=Unable to delete Space due to system error: {0}
error_delete_file=Unable to delete File due to system error: {0}
error_delete_sandbox=Unable to delete Sandbox due to system error: {0}
error_checkout=Unable to check out Content Node due to system error:
error_update=Unable to update Content Node due to system error:
error_cancel_checkout=Unable to cancel check out of Content Node due to system error:
error_checkin=Unable to check in Content Node due to system error:
error_paste=Unable to paste item due to system error:
error_login_user=Unable to login - unknown username/password.
error_login_missing=Must specify username and password.
error_login_disallowed=Username disallowed - please try again later and/or contact your system administrator.
error_login_maxusers=Maximum users exceeded - please try again later and/or contact your system administrator.
error_delete_rule=Unable to delete Rule due to system error:
error_actions=Failed to run Actions due to error: {0}
error_rule=Failed to create Rule due to error: {0}
error_space=Failed to create new space due to error: {0}
error_content=Failed to create content due to error: {0}
error_person=Failed to create Person due to error: {0}
error_delete_user=Failed to delete User due to error: {0}
error_remove_user=Failed to remove User due to error: {0}
error_password_match=Please ensure that both password fields contain the same value.
error_property=Property ''{0}'' is not available for this node
error_create_space_dialog=Please correct the errors below then click Create Space.
error_create_forums_dialog=Please correct the errors below then click Create Forum Space.
error_create_forum_dialog=Please correct the errors below then click Create Forum.
error_create_topic_dialog=Please correct the errors below then click Create Topic.
error_create_post_dialog=Please correct the errors below then click Post.
error_create_reply_dialog=Please correct the errors below then click Reply.
error_create_category_dialog=Please correct the errors below then click New Category.
error_create_group_dialog=Please correct the errors below then click Create Group.
error_dialog=Please correct the errors below then click OK.
error_wizard=Please correct the errors below then click Finish.
error_update_category=Failed to update category due to system error: {0}
error_update_simpleworkflow=Failed to update simple workflow due to system error: {0}
error_workflow_approve=Failed to approve the document due to system error: {0}
error_workflow_reject=Failed to reject the document due to system error: {0}
error_aspect_classify=Failed to apply the ''classifiable'' aspect to the document due to system error: {0}
error_aspect_classify_space=Failed to apply the ''classifiable'' aspect to the space due to system error: {0}
error_aspect_versioning=Failed to apply the ''versionable'' aspect to the document due to system error: {0}
error_aspect_inlineeditable=Failed to apply the ''inlineeditable'' aspect to the document due to system error: {0}
error_content_missing=The node''s content is missing: \n node: {0} \n reader: {1} \nPlease contact your system administrator.
error_export=Failed to execute export: {0}
error_import=Failed to execute import: {0}
error_import_no_file=Cannot find an ACP file to import!
error_import_empty_file=You cannot import an empty ACP file!
error_import_all=Please correct the import errors below then click OK.
error_export_all=Please correct the export errors below then click OK.
error_save_search=Failed to save search due to error: {0}
error_restore_search=Failed to restore saved search due to error: {0}
error_shortcut_permissions=Unable to navigate to the item as it cannot be read by this user. Another user may have modified the permission.
error_association=Failed to find association definition for association \"{0}\".
error_charset_null=Null characterset value
error_negative_quota=Quota cannot be negative: {0}
error_search_not_exist=Search does not exist with name: {0}
error_search_not_exist=Search does not exist with name: \"{0}\"
error_retrieving_search_results=Error getting results for search \"{0}\" - \"{1}\"
error_domain_mismatch=Domain mismatch: expected = {0}, actual = {1}
error_not_stored=No error currently stored
error_no_stack_trace=No stack trace available
error_permissions=You do not have sufficient permissions to view the requested item.
error_not_found=Sorry, the requested file does not exist at this location
error_external_protocol_support=External links should be typed manually in the text box.
# Confirmations
return_to_application=Return to application
return_home=My Content
delete_space_info=To remove this space and all of its contents, click OK.
delete_space_assoc_info=This space appears in multiple locations, to remove the space from the current location, click OK.
delete_space_confirm=Are you sure you want to delete \"{0}\" and all its contents?
delete_space_assoc_confirm=Are you sure you want to remove \"{0}\" from the current location?
delete_space_multiple_parents_warn=This space appears in multiple locations, the operation selected below will therefore effect all locations.
delete_forums_info=To remove this forum space and its contents, click OK.
delete_forum_info=To remove this forum and its topics, click OK.
delete_forum_confirm=Are you sure you want to delete \"{0}\" and all its topics?
delete_topic_info=To remove this topic and its posts, click OK.
delete_topic_confirm=Are you sure you want to delete \"{0}\" and all its posts?
delete_post_info=To remove this post from the topic, click OK.
delete_post_confirm=Are you sure you want to delete the post from \"{0}\"?
delete_file_info=To remove this file and any previous versions, click OK.
delete_file_assoc_info=This file appears in multiple locations, to remove the file from the current location, click OK.
delete_file_confirm=Are you sure you want to delete \"{0}\" and all previous versions?
delete_file_assoc_confirm=Are you sure you want to remove \"{0}\" from the current location?
delete_file_multiple_parents_confirm=\"{0}\" appears in multiple locations, are you sure you want to remove it from all locations and delete and all previous versions?
delete_translation_confirm=Are you sure you want to delete \"{0}\" and all previous versions? Its multilingual properties will not be recoverable.
delete_empty_translation_confirm=Are you sure you want to permanently delete \"{0}\"? This document will not be recovered.
delete_ml_container_confirm=Are you sure you want to delete \"{0}\" and all previous editions? Each translation will be deleted too.
delete_rule_info=To remove this rule from the space, click Yes.
delete_user_info=To delete this user from the system, click Yes.
delete_rule_confirm=Are you sure you want to delete \"{0}\"?
delete_user_confirm=The User will no longer be able to access the system. Are you sure you want to delete user \"{0}\"?
remove_invited_user_confirm=The User will no longer be able to access the documents and folders in this space. Are you sure you want to remove user \"{0}\"?
remove_content_user_confirm=The User will no longer be able to access this content. Are you sure you want to remove user \"{0}\"?
delete_companyroot_confirm=WARNING: This folder is a special folder accessed by all Users! Please be sure that you wish to delete this folder. It may cause System Errors if you remove it.
delete_node_not_found=The item you are trying to delete cannot be found, this may be because it has already been deleted. Please close this dialog and try the delete operation again.
# Status Messages
status_space_created=Successfully created space ''{0}''.
status_space_deleted=Successfully deleted space ''{0}''.
status_space_updated=Successfully updated space ''{0}''.
# Validation Messages
validation_mandatory={0} is a mandatory field.
validation_string_length={0} must be between {1} and {2} characters in length.
validation_is_number={0} must contain a number.
validation_regex={0} is invalid.
validation_regex_not_match={0} is invalid.
validation_numeric_range={0} must be between {1} and {2}.
validation_invalid_character=is an invalid character.
validation_provide_values_for_required_fields=Please provide values for all required fields
# XForms ui
idle=Idle
loading=Loading
eg=e.g.
click_to_edit=click to edit
please_select=Please select...
# File Picker
go_up=Go up
# Tag picker
click_to_select_tag=Click to select tags
add_a_tag=Add a tag
tags=Tags
# Category browsing
category_browser_plugin_label=Categories
category_browser_plugin_description=Category Browsing
category_browser_plugin_include_subcategories=Browse items in sub-categories?
category_browser_browse_title=Category \"{0}\"
category_browser_browse_include=and its sub-categories
category_browser_browse_description=This view allows you to see all items in this category
title_category_browse=Alfresco Web Client - Category Browsing
# 3.0 Sites messages
ReadPermissions=Read
SiteManager=Site Manager
SiteConsumer=Site Consumer
SiteCollaborator=Site Collaborator
SiteContributor=Site Contributor
sites_space_warning=This space is managed by Alfresco Share. Please use the Alfresco Share application to work with content within this space and any sub-spaces.
# Composite conditions
select_composite_condition=Select Composite Condition
enter_text_condition=Enter condition parameters for a text property
enter_integer_condition=Enter condition parameters for an integer-valued property
enter_date_condition=Enter condition parameters for a date-valued property
enter_boolean_condition=Enter condition parameters for a boolean-valued property
select_default_qname=Select Default QName
composite_condition_page_description=Create a condition by combining several others
composite_condition_page_title=Create Composite Condition
composite_condition_page_selected=Selected conditions to be combined By
composite_condition_page_or=OR
text_property_condition_property=Property name (e.g. description or cm:description)
integer_property_condition_property=Property name (e.g. count or my:count)
date_property_condition_property=Property name (e.g. created or cm:created)
property_condition_operation=Value of the property
property_condition_value=Value of the property
property_condition_operation=Operation
property_condition_equals=Equals To
property_condition_contains=Contains
property_condition_beginswith=Begins With
property_condition_endswith=Ends With
property_condition_greaterthan=Greater Than
property_condition_greaterthanequals=Greater Than Or Equals
property_condition_lessthan=Less Than
property_condition_lessthanequals=Less Than or Equals
property_date_condition_equals=Equals To
property_date_condition_greaterthan=Is After
property_date_condition_greaterthanequals=Is After or On
property_date_condition_lessthan=Is Before
property_date_condition_lessthanequals=Is Before or On
property_condition_invalid=Invalid Operation
condition_compare_text_property_value=Text Property ''{0}'' {1} ''{2}''
condition_compare_text_property_value_not=Text Property ''{0}'' NOT {1} ''{2}''
condition_compare_integer_property_value=Integer Property ''{0}'' {1} ''{2}''
condition_compare_integer_property_value_not=Integer Property ''{0}'' NOT {1} ''{2}''
condition_compare_date_property_value=Date Property ''{0}'' {1} ''{2}''
condition_compare_date_property_value_not=Date Property ''{0}'' NOT {1} ''{2}''
condition_compare_boolean_property_value=Boolean Property ''{0}'' {1} ''{2}''
condition_compare_boolean_property_value_not=Boolean Property ''{0}'' NOT {1} ''{2}''
condition_composite_summary=Composite Condition ({0} Conditions {1})
condition_composite_summary_not=Composite Condition ({0} Conditions {1} and Inverted)
condition_composite_error=Composite Condition (ERROR)
component_property=Property
component_value=Value
#Transfer-related properties
trx.endpointprotocol=Target Protocol
trx.endpointhost=Target Host
trx.endpointport=Target Port
trx.endpointpath=Target Path
trx.progressPosition=Current Progress
trx.progressEndpoint=Progress Endpoint
trx.transferStatus=Current Status
trx.fromRepositoryId=Transferred From
trx.repositoryId=Transferred Origin
trx.invadedBy=Contains transfers
# Team properties
team_login_warning=The requested Alfresco Explorer page is unsupported. Access this page only at the direction of Alfresco Support.