mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
33757: Merged BRANCHES/DEV/THOR1_SPRINTS to BRANCHES/DEV/V4.0-BUG-FIX 33755: Latest Spring Surf libs: - Updates to convert FreeMarker directives for processing directives Spring Beans to allow their behaviour to be customized. - Changed Extensibility model objects to use a non-blocking GUID generator to avoid thread contention (small amount noticed with 1000 concurrent user test) - Removed old machine gun code to generate Object GUIDs, which weren't even valid GUIDs ironically. - Replaced with new non-blocking fast GUID generator in webscripts package. - Added Reentrant ReadWriteLock around resources in singleton Spring beans that are manipulated by multiple threads. - Added Reentrant ReadWriteLock around Advanced Component internal resources. - Surf performance improvements from Thor high load profiling in Jmeter/Jprofiler - Removed lock around ModelWriter (which is only used by a single request thread at a time) - Replaced StringBuffer with StringBuilder for Writer usage in extensibility framework to remove locking. - Performance improvements around retrieval of RemoteClient instance - avoid expensive Spring prototype bean retrieval, use a threadlocal clone of a base RemoteClient bean instead. - Concurrency fixes around CRUD operations on shared ModelObjects instances. - Surf ModelObjects are shared between all users in the model object caches - but the original machine gun code has no locking what-so-ever around CRUD operations - which meant that it was possible for incorrect property values to be received from a ModelObject in a heavily multi-threaded scenario on initialisation of a Surf application. - was causing nonsense warnings such as: WARN [extensions.webscripts.WebTemplateProcessor] [http-8081-exec-10] Unable to find a valid template path for uri: freemarker - Modified default web-tier server response codes for read timeout and connect timeout to return more sensible codes to client browsers. - Fix for concurrency issue resolving SpringMVC View objects found during heavy thread testing on web-tier startup. - Improved caching strategy for WebScripts View Resolver - move techniques from Surf down to WebScripts layer. - Improved general View Resolver strategy by caching failed view requests. - WebScript resource bundle extension module application thread safety modifications Merged BRANCHES/DEV/V3.4-BUG-FIX to BRANCHES/DEV/V4.0-BUG-FIX 33684: Fixes for ALF-12628, ALF-12639 - timeout handling for READ_TIMEOUT from web-tier to Alfresco 33771: ALF-12488 - CIFS error occurs if Hazelcast Config is enabled 33773: ALF-12437 Switching from Lucene to Solr caused subsystems to be in inconsistent state and repository to hang - filter to include only updateable properties at persistence and start up time 33775: ALF-11870 Handle the odd way that Outlook requests yearly repeating events, and add unit tests for the yearly recurrence cases 33776: ALF-12569: org.postgresql.util.PSQLException Invalid ESCAPE on customizing alfresco share site dashboard Added backwards compatible PostgreSQL-specific ESCAPE fragment - fixes for PostgreSQL 9.1.2. 33784: Fixes: ALF-12111 - Publishing Error when authenticating Facebook channels using IE8. Required an update to stand-alone-auth-return.html. 33787: Fix for ALF-12337 Remove patch.siteLoadPatch.swsdp from being run for upgrades - only add the sample site for new installs and not upgrades 33794: ITALIAN: Translation updates based on EN r33523 33807: Merged V3.4-BUG-FIX to V4.0-BUG-FIX 33717: (RECORD ONLY) ALF-12632 Move the Site Service permissions to public-services-security-context.xml, to mirror the behaviour on 4.0, and add a (commented out) example of how to restrict site creation permissions with it 33806: Merged V3.4 to V3.4-BUG-FIX 33728: ALF-10976 Excel files bigger than 2mb cause soffice.exe to take 100% of one CPU for more than 2 minutes in previews. - Added configuration to limit older excel format 'xls' from Excel 5.0/95 and Excel 97-2003 Already had configuration for xlsx Microsoft Office 2007 33743: ALF-12724: Merge HEAD to V3.4 (3.4.8) Issue found while fixing ALF-9899 and again by QA when testing ALF-9899 32941: ALF-11300: - fix locking issues 33772: Merged DEV to V3.4 33768: ALF-12685 : Search isn't working correctly Index delete events were not getting fired for the entire tree of affected nodes when a node was archive Added a deletion of child nodes from indexes in DbNodeServiceImpl.pullNodeChildrenToSameStore() method. 33803: ALF-12724: Merged V4.0-BUG-FIX to V3.4 (Reverts previous revision and changes an error message to debug) 33137: Activities feed generator: change info log messages to debug log messages 33452: Fix for ALF-12536 33536: Fix for ALF-12536: hopefully this will be the final fix. 33805: ALF-12624: Fix regression introduced by ALF-9514 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@33808 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
79 lines
5.5 KiB
Properties
Executable File
79 lines
5.5 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=Il limite utenti disponibile di {0} sta per essere raggiunto. Esistono {1} utenti nel sistema.
|
|
system.usage.warn.limit_users_reached=Il limite utenti disponibile di {0} \u00e8 stato raggiunto. Esistono {1} utenti nel sistema.
|
|
system.usage.warn.limit_documents_approached=Il limite contenuti disponibile di {0} sta per essere raggiunto. Esistono {1} oggetti contenuto nel sistema.
|
|
system.usage.warn.limit_documents_reached=Il limite contenuti disponibile di {0} \u00e8 stato raggiunto. Esistono {1} oggetti contenuto nel sistema.
|
|
system.usage.err.limit_users_exceeded=Il limite utenti disponibile di {0} \u00e8 stato superato. Attualmente esistono {1} utenti nel sistema.
|
|
system.usage.err.limit_users_exceeded_verbose=Il limite utenti disponibile di {0} \u00e8 stato superato. Utenti aggiunti: {1}
|
|
system.usage.err.limit_documents_exceeded=Il limite contenuti disponibile di {0} \u00e8 stato superato. Attualmente esistono {1} oggetti contenuto nel sistema.
|
|
system.usage.err.limit_license_expiring=La licenza Alfresco scade tra {0} giorni.
|
|
system.usage.err.limit_license_expired=La licenza Alfresco \u00e8 scaduta.
|
|
|
|
# License
|
|
system.license.msg.unknown=Sconosciuta
|
|
system.license.msg.unlimited=Illimitata
|
|
system.license.msg.does_not_expire=Senza scadenza
|
|
system.license.msg.reloaded=La licenza Alfresco \u00e8 stata ricaricata.
|
|
system.license.err.reloadFailed=Rilettura della licenza fallita: {0}
|
|
# 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. |