You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2015/05/19 12:25:31 UTC

svn commit: r1680233 - /ofbiz/branches/release14.12/framework/common/config/CommonUiLabels.xml

Author: mbrohl
Date: Tue May 19 10:25:31 2015
New Revision: 1680233

URL: http://svn.apache.org/r1680233
Log:
Manually applied fix from trunk for revision: 1680219

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/branches/release14.12/framework/common/config/CommonUiLabels.xml

Modified: ofbiz/branches/release14.12/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/common/config/CommonUiLabels.xml?rev=1680233&r1=1680232&r2=1680233&view=diff
==============================================================================
--- ofbiz/branches/release14.12/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/branches/release14.12/framework/common/config/CommonUiLabels.xml Tue May 19 10:25:31 2015
@@ -4316,6 +4316,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>
@@ -4334,6 +4335,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>
@@ -4355,6 +4357,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>