From db641042a52cb58123f5e5aba940f37b24f7efa3 Mon Sep 17 00:00:00 2001 From: David Webster Date: Fri, 2 Dec 2011 15:17:59 +0000 Subject: [PATCH] French: Translation updates based on: EN r32316 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32482 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../messages/patch-service_fr.properties | 2 ++ .../messages/system-messages_fr.properties | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/config/alfresco/messages/patch-service_fr.properties b/config/alfresco/messages/patch-service_fr.properties index a5c778c40b..c8b988df31 100755 --- a/config/alfresco/messages/patch-service_fr.properties +++ b/config/alfresco/messages/patch-service_fr.properties @@ -362,6 +362,7 @@ patch.fixAuthoritiesCrcValues.unableToChange=Failed to update the CRC32 value fo patch.updateMimetypes1.description=Fix mimetypes for Excel and Powerpoint. patch.updateMimetypes2.description=Fix mimetypes for Excel and Powerpoint. patch.updateMimetypes3.description=Fix mimetype for MPEG Audio +patch.updateMimetypes4.description=Rationalise mimetypes for PhotoShop and AutoCad patch.db-V3.2-AddFKIndexes.description=Fixes ALF-3189: Added missing FK indexes. Note: The script is empty for MySQL. @@ -387,6 +388,7 @@ patch.transfer.targetrulefolder.description=Creates the transfer target rule fol patch.transfer.targetrule.description=Creates the transfer target rule for the default transfer group. patch.actions.scheduledfolder.description=Creates the scheduled actions folder in the Data Dictionary. +patch.publishing.root.description=Creates the publishing root folder in the Data Dictionary patch.removingLinkValidationMetadata.description=Fixes ALF-5185: Removes all Link Validation reports from schema diff --git a/config/alfresco/messages/system-messages_fr.properties b/config/alfresco/messages/system-messages_fr.properties index 63f2093b56..6cdc0ef647 100755 --- a/config/alfresco/messages/system-messages_fr.properties +++ b/config/alfresco/messages/system-messages_fr.properties @@ -17,6 +17,22 @@ system.config_check.err.fix_dir_root=Ensure that the ''dir.root'' property is po 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: {0}, reference path:{1} (value: {2}), target path:{3} (value: {4}) +system.schema_comp.diff.ref_only=Difference: {0}, reference path:{1} (value: {2}) +system.schema_comp.diff.target_only=Difference: {0}, target path:{1} (value: {2}) +system.schema_comp.redundant_obj={0} redundant items? reference: {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: target path:{0} (value: {1}, rule: {2}) +# Specific validator (implementations) messages... +system.schema_comp.name_validator=name must match pattern ''{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.