svn commit: r1729079 [4/4] - in /ofbiz/branches/release15.12: ./ applications/accounting/config/ applications/party/config/ applications/product/config/ framework/common/config/ framework/common/src/org/ofbiz/common/

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

svn commit: r1729079 [4/4] - in /ofbiz/branches/release15.12: ./ applications/accounting/config/ applications/party/config/ applications/product/config/ framework/common/config/ framework/common/src/org/ofbiz/common/

jleroux@apache.org
Modified: ofbiz/branches/release15.12/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/framework/common/config/CommonUiLabels.xml?rev=1729079&r1=1729078&r2=1729079&view=diff
==============================================================================
--- ofbiz/branches/release15.12/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/branches/release15.12/framework/common/config/CommonUiLabels.xml Mon Feb  8 07:59:59 2016
@@ -2190,6 +2190,7 @@
     </property>
     <property key="CommonCopyright">
         <value xml:lang="ar">حقوق الطبع</value>
+        <value xml:lang="cs">Copyright</value>
         <value xml:lang="en">Copyright</value>
         <value xml:lang="fr">Droit d'auteur</value>
         <value xml:lang="hi-IN">कॉपीराइट</value>
@@ -5283,6 +5284,7 @@
     </property>
     <property key="CommonId">
         <value xml:lang="ar">دليل</value>
+        <value xml:lang="cs">ID</value>
         <value xml:lang="en">ID</value>
         <value xml:lang="es">Código</value>
         <value xml:lang="fr">Réf.</value>
@@ -6902,6 +6904,7 @@
     </property>
     <property key="CommonN">
         <value xml:lang="ar">ل</value>
+        <value xml:lang="cs">N</value>
         <value xml:lang="en">N</value>
         <value xml:lang="hi-IN">ना</value>
         <value xml:lang="vi">Không</value>
@@ -11274,6 +11277,7 @@
     </property>
     <property key="CommonTelephoneAbbr">
         <value xml:lang="ar">هاتف</value>
+        <value xml:lang="cs">Tel.</value>
         <value xml:lang="en">Tel</value>
         <value xml:lang="es">Tel.</value>
         <value xml:lang="fr">Tél.</value>
@@ -11389,6 +11393,7 @@
         <value xml:lang="zh-TW">本文</value>
     </property>
     <property key="CommonThe">
+        <value xml:lang="cs"></value>
         <value xml:lang="de">Der</value>
         <value xml:lang="en">The</value>
         <value xml:lang="es">El/La</value>
@@ -11423,7 +11428,7 @@
     </property>
     <property key="CommonTheOpenForBusinessProject">
         <value xml:lang="ar">مشروع اوفبيز</value>
-        <value xml:lang="cs">Projkekt Apache OFBiz</value>
+        <value xml:lang="cs">Projekt Apache OFBiz</value>
         <value xml:lang="de">Das Apache OFBiz Projekt</value>
         <value xml:lang="en">The Apache OFBiz Project</value>
         <value xml:lang="es">El proyecto Apache OFBiz</value>
@@ -14359,7 +14364,7 @@
     </property>
     <property key="FormFieldTitle_updateButton">
         <value xml:lang="ar">تحديث</value>
-        <value xml:lang="cs">Obnovit</value>
+        <value xml:lang="cs">Aktualizovat</value>
         <value xml:lang="de">Aktualisieren</value>
         <value xml:lang="en">Update</value>
         <value xml:lang="es">Actualizar</value>

Modified: ofbiz/branches/release15.12/framework/common/src/org/ofbiz/common/JsLanguageFilesMapping.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/framework/common/src/org/ofbiz/common/JsLanguageFilesMapping.java?rev=1729079&r1=1729078&r2=1729079&view=diff
==============================================================================
--- ofbiz/branches/release15.12/framework/common/src/org/ofbiz/common/JsLanguageFilesMapping.java (original)
+++ ofbiz/branches/release15.12/framework/common/src/org/ofbiz/common/JsLanguageFilesMapping.java Mon Feb  8 07:59:59 2016
@@ -68,7 +68,7 @@ public final class JsLanguageFilesMappin
             localeFiles.put("zh_TW", "/images/jquery/plugins/datejs/date-zh-TW.js");
             localeFiles.put("hr", "/images/jquery/plugins/datejs/date-hr-HR.js");
             localeFiles.put("hr_HR", "/images/jquery/plugins/datejs/date-hr-HR.js");
-            localeFiles.put("cs", "/images/jquery/plugins/datejs/date-en-US.js");
+            localeFiles.put("cs", "/images/jquery/plugins/datejs/date-cs-CZ.js");
             localeFiles.put("cs_CZ", "/images/jquery/plugins/datejs/date-cs-CZ.js");
             localeFiles.put("da", "/images/jquery/plugins/datejs/date-da-DA.js");
             localeFiles.put("da_DK", "/images/jquery/plugins/datejs/date-da-DK.js");