Author: mbrohl
Date: Tue May 19 10:10:19 2015
New Revision: 1680226
URL:
http://svn.apache.org/r1680226Log:
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/release13.07/framework/common/config/CommonUiLabels.xml
Modified: ofbiz/branches/release13.07/framework/common/config/CommonUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/common/config/CommonUiLabels.xml?rev=1680226&r1=1680225&r2=1680226&view=diff==============================================================================
--- ofbiz/branches/release13.07/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/branches/release13.07/framework/common/config/CommonUiLabels.xml Tue May 19 10:10:19 2015
@@ -4272,6 +4272,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>
@@ -4290,6 +4291,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>
@@ -4311,6 +4313,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>