mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
33858: Fix for ALF-12674 CMIS LOWER fails with SOLR - also fixed ranges - UPPER/LOWER only matches upper/lower case - they were doing a generic match 33859: GERMAN: L10N updates based on EN rev 33523. Fixes: - ALF-12510, ALF-12498, ALF-12496 - ALF-12495, ALF-12483, ALF-12477 - ALF-12472, ALF-12471, ALF-12470 33860: FRENCH: L10N updates based on EN rev 33523. Fixes: - ALF-12510, ALF-12498, ALF-12496 - ALF-12495, ALF-12483, ALF-12477 - ALF-12472, ALF-12471, ALF-12470 33861: JAPANESE: L10N updates based on EN rev 33523. Fixes: - ALF-12510, ALF-12498, ALF-12496 - ALF-12495, ALF-12483, ALF-12477 - ALF-12472, ALF-12471, ALF-12470 33862: DUTCH: L10N updates based on EN rev 33523. Fixes: - ALF-12510, ALF-12498, ALF-12496 - ALF-12495, ALF-12483, ALF-12477 - ALF-12472, ALF-12471, ALF-12470 33892: ALF-11746 Tweak mimetype description sorting to be explicitly by description, case insensitive 33897: Fix for ALF-12789 XAM clean JOB fails with SOLR search - HTTPClient as used by SOLR now includes connection stale check 33902: Changed FileInfo to use flags value for pseudo file and delete on close, so values are copied by copyFrom(). 33904: Fixes: ALF-12794; Unescaped content error in delete event dialogue. 33910: ALF-12701: Ensure that all action labels are encoded to prevent XSS attacks 33913: Strip oplock request bits for pseudo files in the NTCreateAndX CIFS processing, so oplocks never granted to pseudo files. 33920: A better fix for ALF-12794. 33929: Merged V3.4-BUG-FIX to V4.0-BUG-FIX 33871: ALF-12557: WCM - Webform file picker path doesn't take account of the current Webapp - Fix by Pavel 33901: ALF-12815: Not possible to set versionType property when adding the aspect through nodeService.addAspect 33909: Fix for NFS 'node does not exist' error when editing using vi. ALF-12712. 33911: Merged V3.4 to V3.4-BUG-FIX 33867: ALF-9899: Site creation time was still increasing linearly due to avm_child_entries queries not being able to use an index - Added new lc_name column - lower case version of the name which can be included in the primary key and queries - Added DB upgrade scripts 33870: ALF-9899: Fixed indexing performance regression (e.g. during creation of 60,000 sites) - Apply more scoped cache invalidation for properties and aspects of a node in the current transaction, in line with parent associations - E.g. if I am querying aspects on a node already given a new parent association in the current transaction, there is no need to invalidate the parent assocs again when I find the aspects out of date! - This plus previous checkin means create site through Share UI back to 1 second (rather than 1 minute) with 30,000 sites 33914: Merged V3.4 to V3.4-BUG-FIX 33872: Merged V3.4-BUG-FIX to V3.4 33843: Fix for ALF-12775 33895: ALF-12816: Merged V4.0-BUG-FIX to 3.4 33357: When installing a module the tool reads the war's version.properties file and will not install if the war version is outside the repoVersionMin or repoVersionMax 33900: MMT fix: When the war has no version.properties file (e.g. share) it does not error. Added a test case and empty.war 33915: Merged V3.4 to V3.4-BUG-FIX (RECORD ONLY) 33462: Merged V3.4-BUG-FIX to V3.4 (3.4.8) 33896: ALF-9899: Reversed revisions 33867 and 33870 and rescheduled for 3.4 HF git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@33931 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
80 lines
7.0 KiB
Properties
Executable File
80 lines
7.0 KiB
Properties
Executable File
# System-related messages
|
|
|
|
# Note to Translators: Only some of the strings below should be localised
|
|
# Those that should be localised are between START TRANSLATION and END TRANSLATION comment lines.
|
|
|
|
system.err.property_not_set=Property ''{0}'' has not been set: {1} ({2})
|
|
system.err.duplicate_name=Duplicate child name not allowed: {0}
|
|
|
|
# Bootstrap configuration check messages
|
|
|
|
system.config_check.warn.dir_root=The Alfresco ''dir.root'' property is set to a relative path ''{0}''. ''dir.root'' should be overridden to point to a specific folder.
|
|
system.config_check.msg.dir_root=The Alfresco root data directory (''dir.root'') is: {0}
|
|
system.config_check.err.indexes.duplicate_root_node=The store ''{0}'' has a duplicate root node entry.
|
|
system.config_check.err.missing_index=CONTENT INTEGRITY ERROR: Indexes not found for {0} stores.
|
|
system.config_check.err.missing_content=CONTENT INTEGRITY ERROR: System content not found in content store.
|
|
system.config_check.err.fix_dir_root=Ensure that the ''dir.root'' property is pointing to the correct data location.
|
|
system.config_check.msg.howto_index_recover=You may set 'index.recovery.mode=FULL' if you need to rebuild the indexes.
|
|
system.config_check.warn.starting_with_errors=Alfresco is starting with errors.
|
|
|
|
# Schema comparator messages
|
|
# Log messages...
|
|
system.schema_comp.debug.no_ref_file=No reference schema file, expected: {0}
|
|
system.schema_comp.debug.time_taken=Schema validation took {0} ms
|
|
system.schema_comp.info.all_ok=Compared database schema with reference schema (all OK): {0}
|
|
system.schema_comp.warn.problems_found=Schema validation found {0} potential problems, results written to: {1}
|
|
# Generic differencing, validation and redundancy messages...
|
|
system.schema_comp.diff=Difference: expected {0} {1}="{2}", but was {3}="{4}"
|
|
system.schema_comp.diff.ref_only=Difference: missing {0} from database, expected at path: {1}
|
|
system.schema_comp.diff.target_only=Difference: unexpected {0} found in database with path: {1}
|
|
system.schema_comp.redundant_obj=Redundancy: {0} items matching {1}, matches: {2}
|
|
system.schema_comp.redundant_obj.many_matches={0} redundant items? reference: {1}, matches: {2} and {3} more...
|
|
system.schema_comp.validation=Validation: {0} {1}="{2}" fails to match rule: {3}
|
|
# Specific validator (implementations) messages...
|
|
system.schema_comp.name_validator=name must match pattern ''{0}''
|
|
system.schema_comp.schema_version_validator=version must be at least ''{0}''
|
|
|
|
# OpenOffice
|
|
system.openoffice.info.connection_verified=The connection to OpenOffice has been established.
|
|
system.openoffice.err.connection_failed=An initial OpenOffice connection could not be established.
|
|
system.openoffice.err.connection_lost=The OpenOffice connection has been lost.
|
|
system.openoffice.err.connection_remade=The OpenOffice connection was re-established.
|
|
|
|
# Locks
|
|
system.locks.err.failed_to_acquire_lock=Failed to get lock ''{0}'' using token ''{1}''.
|
|
system.locks.err.lock_resource_missing=Failed to manipulate lock ''{0}'' using token ''{1}''. The lock resource no longer exists.
|
|
system.locks.err.lock_update_count=Failed to update lock ''{0}'' using token ''{1}''. {2} locks were updated when {3} should have been.
|
|
system.locks.err.failed_to_release_lock=Failed to release lock ''{0}'' using token ''{1}''. The lock has expired and been taken by another process.
|
|
system.locks.err.excl_lock_exists=Failed to get lock ''{0}'' using token ''{1}''. An exclusive lock exists: {2}
|
|
|
|
# Multi-Tenant
|
|
system.mt.warn.upgrade_mt_admin_context=Please update your alfresco/extension/mt/mt-admin-context.xml (to use latest alfresco/extension/mt/mt-admin-context.xml.sample).
|
|
system.mt.disabled=Tenant is disabled: {0}
|
|
|
|
# Usages
|
|
system.usage.err.no_txn=RepoUsageComponent must be called in a transaction.
|
|
system.usage.err.no_txn_readwrite=RepoUsageComponent must be called in a read-write transaction.
|
|
|
|
# START TRANSLATION
|
|
system.usage.warn.limit_users_approached=\u8a31\u53ef\u3055\u308c\u308b\u9650\u754c\u306e{0}\u4eba\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u30a2\u30d7\u30ed\u30fc\u30c1\u3055\u308c\u3066\u3044\u307e\u3059\u3002 \u30b7\u30b9\u30c6\u30e0\u306b{1}\u4eba\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u3044\u307e\u3059\u3002
|
|
system.usage.warn.limit_users_reached=\u8a31\u53ef\u3055\u308c\u308b\u9650\u754c\u306e\u30e6\u30fc\u30b6\u30fc\u6570\u3067\u3042\u308b{0}\u4eba\u306b\u9054\u3057\u307e\u3057\u305f\u3002 \u30b7\u30b9\u30c6\u30e0\u306b{1}\u4eba\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u3044\u307e\u3059\u3002
|
|
system.usage.warn.limit_documents_approached=\u8a31\u53ef\u3055\u308c\u308b\u9650\u754c\u306e{0}\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u30a2\u30d7\u30ed\u30fc\u30c1\u3055\u308c\u3066\u3044\u307e\u3059\u3002 \u30b7\u30b9\u30c6\u30e0\u306b{1}\u500b\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u3042\u308a\u307e\u3059\u3002
|
|
system.usage.warn.limit_documents_reached=\u8a31\u53ef\u3055\u308c\u308b\u9650\u754c\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u6570\u3067\u3042\u308b{0}\u306b\u9054\u3057\u307e\u3057\u305f\u3002 \u30b7\u30b9\u30c6\u30e0\u306b{1}\u500b\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u3042\u308a\u307e\u3059\u3002
|
|
system.usage.err.limit_users_exceeded=\u8a31\u53ef\u3055\u308c\u308b\u9650\u754c\u306e\u30e6\u30fc\u30b6\u30fc\u6570\u3067\u3042\u308b{0}\u4eba\u3092\u8d85\u3048\u307e\u3057\u305f\u3002 \u73fe\u5728\u30b7\u30b9\u30c6\u30e0\u306b{1}\u4eba\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u3044\u307e\u3059\u3002
|
|
system.usage.err.limit_users_exceeded_verbose=\u8a31\u53ef\u3055\u308c\u308b\u9650\u754c\u306e\u30e6\u30fc\u30b6\u30fc\u6570\u3067\u3042\u308b{0}\u4eba\u3092\u8d85\u3048\u307e\u3057\u305f\u3002 \u30e6\u30fc\u30b6\u30fc\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f: {1}
|
|
system.usage.err.limit_documents_exceeded=\u8a31\u53ef\u3055\u308c\u308b\u9650\u754c\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u6570{0}\u3092\u8d85\u3048\u307e\u3057\u305f\u3002 \u73fe\u5728\u30b7\u30b9\u30c6\u30e0\u306b{1}\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u3042\u308a\u307e\u3059\u3002
|
|
system.usage.err.limit_license_expiring=Alfresco\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u304c\u3042\u3068{0}\u65e5\u3067\u671f\u9650\u5207\u308c\u306b\u306a\u308a\u307e\u3059\u3002
|
|
system.usage.err.limit_license_expired=Alfresco\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u306e\u671f\u9650\u304c\u5207\u308c\u307e\u3057\u305f\u3002
|
|
|
|
# License
|
|
system.license.msg.unknown=\u4e0d\u4e0d\u660e
|
|
system.license.msg.unlimited=\u4e0d\u7121\u5236\u9650
|
|
system.license.msg.does_not_expire=\u6709\u52b9\u671f\u9650\u306f\u3042\u308a\u307e\u305b\u3093
|
|
system.license.msg.reloaded=Alfresco\u30e9\u30a4\u30bb\u30f3\u30b9\u3092\u518d\u5ea6\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3057\u305f\u3002
|
|
system.license.err.reloadFailed=\u30e9\u30a4\u30bb\u30f3\u30b9 {0} \u3092\u518d\u5ea6\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
|
# END TRANSLATION
|
|
|
|
# Startup message
|
|
system.info.startup=Alfresco started ({0}{1}{2}). Current version: {3} schema {4}. Originally installed version: {5} schema {6}.
|
|
system.warn.readonly=Alfresco is currently in read-only mode. Please check your license.
|