You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2016/01/24 13:50:01 UTC

svn commit: r1726486 - /ofbiz/trunk/framework/common/config/SecurityUiLabels.xml

Author: nmalin
Date: Sun Jan 24 12:50:01 2016
New Revision: 1726486

URL: http://svn.apache.org/viewvc?rev=1726486&view=rev
Log:
correct locale (en to fr) associate to french translation

Modified:
    ofbiz/trunk/framework/common/config/SecurityUiLabels.xml

Modified: ofbiz/trunk/framework/common/config/SecurityUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/SecurityUiLabels.xml?rev=1726486&r1=1726485&r2=1726486&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/SecurityUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/SecurityUiLabels.xml Sun Jan 24 12:50:01 2016
@@ -85,7 +85,7 @@
     </property>
     <property key="AnswerSecurityQuestion">
         <value xml:lang="en">Answer your Security Question</value>
-        <value xml:lang="en">Répondez à votre question de sécurité</value>
+        <value xml:lang="fr">Répondez à votre question de sécurité</value>
     </property>
     <property key="CertComponent">
         <value xml:lang="de">Komponente</value>
@@ -701,7 +701,7 @@
     </property>
     <property key="SecurityAnswer">
         <value xml:lang="en">Security Answer</value>
-        <value xml:lang="en">Réponse de sécurité</value>
+        <value xml:lang="fr">Réponse de sécurité</value>
     </property>
     <property key="SecurityGroups">
         <value xml:lang="de">Sicherheitsgruppen</value>
@@ -739,7 +739,7 @@
     </property>
     <property key="SecurityQuestion">
         <value xml:lang="en">Security Question</value>
-        <value xml:lang="en">Question de sécurité</value>
+        <value xml:lang="fr">Question de sécurité</value>
     </property>
     <property key="SecurityViewPermissionError">
         <value xml:lang="de">Sicherheitsfehler: Sie haben nicht die Berechtigung diese Seite anzusehen. ("SECURITY_VIEW" oder "SECURITY_ADMIN" benötigt) </value>