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

svn commit: r947611 - /ofbiz/trunk/framework/common/config/CommonUiLabels.xml

Author: erwan
Date: Mon May 24 11:50:10 2010
New Revision: 947611

URL: http://svn.apache.org/viewvc?rev=947611&view=rev
Log:
Adding generic service messages for error/succes, so any service could use them

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

Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=947611&r1=947610&r2=947611&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Mon May 24 11:50:10 2010
@@ -2969,6 +2969,14 @@
         <value xml:lang="th">Security Error: ความปลอดภัยผิดพลาด ! ในการรัน ${resourceDescription} คุณต้องมีการได้รับอนุญาตก่อน${primaryPermission}_${mainAction}, ${primaryPermission}_ADMIN${altPermissionList}</value>
         <value xml:lang="zh">安全错误:要运行${resourceDescription},你必须具有下列权限之一:${primaryPermission}_${mainAction}、${primaryPermission}_ADMIN${altPermissionList}</value>
     </property>
+    <property key="CommonGenericServiceErrorMessage">
+        <value xml:lang="en">Error while executing service</value>
+        <value xml:lang="fr">Erreur lors de l'exécution du service</value>
+    </property>
+    <property key="CommonGenericServiceSuccessMessage">
+        <value xml:lang="en">Service executed successfully</value>
+        <value xml:lang="fr">Service exécuté avec succès</value>
+    </property>
     <property key="CommonGeo">
         <value xml:lang="ar">جيو</value>
         <value xml:lang="de">Geo</value>