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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

nmalin
Author: nmalin
Date: Thu Apr 11 14:07:01 2019
New Revision: 1857335

URL: http://svn.apache.org/viewvc?rev=1857335&view=rev
Log:
Improved: Add french label for CommonImport and CommonImportExport

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

Modified: ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml?rev=1857335&r1=1857334&r2=1857335&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml Thu Apr 11 14:07:01 2019
@@ -5641,12 +5641,14 @@
     <property key="CommonImport">
         <value xml:lang="en">Import</value>
         <value xml:lang="es-CL">Importar</value>
+        <value xml:lang="fr">Importer</value>
         <value xml:lang="zh">导入</value>
         <value xml:lang="zh-TW">匯入</value>
     </property>
     <property key="CommonImportExport">
         <value xml:lang="en">Import/Export</value>
         <value xml:lang="es-CL">Importar/Exportar</value>
+        <value xml:lang="fr">Importer/Exporter</value>
         <value xml:lang="zh">导入/导出</value>
         <value xml:lang="zh-TW">匯入/匯出</value>
     </property>
@@ -15799,4 +15801,4 @@
         <value xml:lang="zh-CN">中文</value>
         <value xml:lang="zh-TW">中文</value>
     </property>
-</resource>
\ No newline at end of file
+</resource>