You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/12/21 10:23:26 UTC

svn commit: r728408 - in /ofbiz/trunk/framework/common/config: CommonUiLabels.xml SecurityextUiLabels.xml

Author: jleroux
Date: Sun Dec 21 01:23:25 2008
New Revision: 728408

URL: http://svn.apache.org/viewvc?rev=728408&view=rev
Log:
>From a Marco Risaliti's patch "Duplicated labels on framework components" (https://issues.apache.org/jira/browse/OFBIZ-2076) - OFBIZ-2076

Modified:
    ofbiz/trunk/framework/common/config/CommonUiLabels.xml
    ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml

Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=728408&r1=728407&r2=728408&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Sun Dec 21 01:23:25 2008
@@ -7654,7 +7654,7 @@
     </property>
     <property key="PageTitleViewBlocked">
         <value xml:lang="en">View Blocked</value>
-        <value xml:lang="en">Page bloquée</value>
+        <value xml:lang="fr">Page bloquée</value>
     </property>
     <property key="PageTitleEditDataSource">
         <value xml:lang="ar">تحرير مصدر المعلومات</value>

Modified: ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml?rev=728408&r1=728407&r2=728408&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml Sun Dec 21 01:23:25 2008
@@ -31,7 +31,7 @@
         <value xml:lang="zh">访问密码时出错:${errorMessage}。</value>
     </property>
     <property key="loginevents.error_accessing_password_change_history">
-        <value xml:lang="en">Fehler beim Zugriff auf das Passwort-Änderungsprotokoll: ${errorMessage}.</value>
+        <value xml:lang="de">Fehler beim Zugriff auf das Passwort-Änderungsprotokoll: ${errorMessage}.</value>
         <value xml:lang="en">Error accessing password change history: ${errorMessage}.</value>
         <value xml:lang="fr">Erreur lors de l'accès à l'historique des mots de passe : ${errorMessage}.</value>
         <value xml:lang="it">Errore di accesso alla storia dei cambi password: ${errorMessage}.</value>
@@ -166,7 +166,6 @@
     </property>
     <property key="loginevents.unable_to_login_this_application">
         <value xml:lang="de">Anmeldung bei der Anwendung nicht erfolgreich</value>
-        <value xml:lang="de"><b>Unable to login in to this application.</b></value>
         <value xml:lang="en">unable to login this application</value>
         <value xml:lang="es">No puedo conectarse a esta aplicación (faltan permisos)</value>
         <value xml:lang="fr"><b>Impossible de se connecter à cette application.</b></value>