svn commit: r1680219 - /ofbiz/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: r1680219 - /ofbiz/trunk/framework/common/config/CommonUiLabels.xml

mbrohl
Author: mbrohl
Date: Tue May 19 09:49:37 2015
New Revision: 1680219

URL: http://svn.apache.org/r1680219
Log:
Applied patch from jira issue OFBIZ-5610: Date formats displayed in the title of the input field are not correctly showing the default format for UK but the actual date itself is correct.

I had to slightly modify the patch from "en_GB" to "en-GB" entries. Thanks Gareth Carter for reporting the issue and providing the fix.

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=1680219&r1=1680218&r2=1680219&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Tue May 19 09:49:37 2015
@@ -4350,6 +4350,7 @@
         <value xml:lang="cs">Formát datumu: RRRR-MM-dd</value>
         <value xml:lang="de">Datumsformat: yyyy-MM-dd</value>
         <value xml:lang="en">Format: yyyy-MM-dd</value>
+        <value xml:lang="en-GB">Format: dd/MM/yyyy</value>
         <value xml:lang="es">Formato: dd/mm/aaaa</value>
         <value xml:lang="fr">Format: JJ/MM/AAAA</value>
         <value xml:lang="hi-IN">प्रारूप: yyyy-MM-dd</value>
@@ -4368,6 +4369,7 @@
         <value xml:lang="cs">Jedno z datumových polí je chybné, formát musí být RRRR-MM-dd HH:mm:ss.SSS</value>
         <value xml:lang="de">Der Inhalt eines Datumfeldes ist fehlerhaft. Das Eingabeformat lautet tt-MM-JJJJ HH:mm:ss</value>
         <value xml:lang="en">One of the date fields is incorrect, format must be yyyy-MM-dd HH:mm:ss.SSS</value>
+        <value xml:lang="en-GB">One of the date fields is incorrect, format must be dd/MM/yyyy HH:mm:ss.SSS</value>
         <value xml:lang="es">Uno de los campos de fecha es incorrecto; el formato debe ser dd/mm/aaaa hh:mm:ss</value>
         <value xml:lang="fr">La saisie d'un champ de date est incorrecte, le format doit-être JJ/MM/AAAA hh:mm:ss</value>
         <value xml:lang="hi-IN">एक दिनांक क्षेत्र गलत है, प्रारूप yyyy-MM-dd HH: mm: ss.SSS होना चाहिए</value>
@@ -4389,6 +4391,7 @@
         <value xml:lang="cs">DD-MM-RRRR HH:mm:ss</value>
         <value xml:lang="de">tt-MM-JJJJ HH:mm:ss</value>
         <value xml:lang="en">Format: yyyy-MM-dd HH:mm:ss.SSS</value>
+        <value xml:lang="en-GB">Format: dd/MM/yyyy HH:mm:ss.SSS</value>
         <value xml:lang="es">dd/MM/yyyy HH:mm:ss</value>
         <value xml:lang="fr">Format: JJ/MM/AAAA hh:mm:ss.sss</value>
         <value xml:lang="hi-IN">प्रारूप:yyyy-MM-dd HH: mm: ss.SSS</value>