From ebc29455f8c4e79f565717fe4a44b02e296e6c3f Mon Sep 17 00:00:00 2001
From: shankar_mbn <shankar_mbn@localhost>
Date: Thu, 29 Jan 2009 11:34:14 +0000
Subject: [PATCH] Fix for Issue 3682, 3643 - Addition of Localized resource files with new translations

---
 opends/src/messages/messages/access_control_fr.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/access_control_fr.properties b/opends/src/messages/messages/access_control_fr.properties
index 8ddfbb7..5966c18 100644
--- a/opends/src/messages/messages/access_control_fr.properties
+++ b/opends/src/messages/messages/access_control_fr.properties
@@ -56,7 +56,7 @@
 MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=La valeur de la r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie "%s" est invalide. Pour \u00eatre valide, la valeur de la r\u00e8gle de liaison doit avoir le format suivant\u00a0: mot-cl\u00e9 op\u00e9rateur "expression"
 SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod
 SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access Control Instruction (ACI) bind rule operator value  "%s" is invalid. A valid bind rule operator value is either '=' or "!="
-SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. A valid bind rule value must be in the following form: keyword operator "expression"
+SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. Pour \u00eatre valide, la valeur de la r\u00e8gle de liaison doit avoir le format suivant\u00a0: mot-cl\u00e9 op\u00e9rateur "expression"
 SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND"
 SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The provided Access Control Instruction (ACI) bind rule keyword string  "%s" is invalid for the bind rule operator string "%s"
 SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s
@@ -96,7 +96,7 @@
 SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s
 SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", because of the following reason: %s
 INFO_ACI_ADD_LIST_NO_ACIS_49=Impossible de trouver un type d'attribut d'instruction de contr\u00f4le d'acc\u00e8s (ACI) dans le contexte "%s"
-INFO_ACI_ADD_LIST_ACIS_50=Des types d'attributs d'instructions de contr\u00f4le d'acc\u00e8s ajout\u00e9s % ont \u00e9t\u00e9 trouv\u00e9s dans le contexte "%s" du moteur d'\u00e9valuation du contr\u00f4le d'acc\u00e8s
+INFO_ACI_ADD_LIST_ACIS_50=Des types d'attributs d'instructions de contr\u00f4le d'acc\u00e8s ajout\u00e9s %s ont \u00e9t\u00e9 trouv\u00e9s dans le contexte "%s" du moteur d'\u00e9valuation du contr\u00f4le d'acc\u00e8s
 SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent["
 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because %s
 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN"

--
Gitblit v1.10.0