silverstripe-framework/thirdparty/jquery-ui/datepicker/i18n
Mario 6c6c0cc630 Norwegian translation issue
Norwegian translation issue, that breaks the ui in March. 

"mar." should be "mars"
2014-01-28 14:09:57 +01:00
..
jquery.ui.datepicker-da.js FIX DateField Calendar - make dates with day- and monthnames validate 2012-10-12 10:16:35 +02:00
jquery.ui.datepicker-de.js FIX DateField Calendar - make dates with day- and monthnames validate 2012-10-12 10:16:35 +02:00
jquery.ui.datepicker-en-GB.js FIX DateField Calendar - make dates with day- and monthnames validate 2012-10-12 10:16:35 +02:00
jquery.ui.datepicker-en.js Update thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en.js 2012-10-30 12:17:41 -03:00
jquery.ui.datepicker-es.js FIX DateField Calendar - make dates with day- and monthnames validate 2012-10-12 10:16:35 +02:00
jquery.ui.datepicker-fr.js FIX DateField Calendar - make dates with day- and monthnames validate 2012-10-12 10:16:35 +02:00
jquery.ui.datepicker-nb.js Norwegian translation issue 2014-01-28 14:09:57 +01:00
jquery.ui.datepicker-nl.js FIX DateField Calendar - make dates with day- and monthnames validate 2012-10-12 10:16:35 +02:00
jquery.ui.datepicker-sv.js FIX DateField Calendar - make dates with day- and monthnames validate 2012-10-12 10:16:35 +02:00
jquery.ui.datepicker-zh-CN.js Add zh-CN and zh-TW locale files for jQuery UI datepicker. 2013-02-25 16:54:27 +10:00
jquery.ui.datepicker-zh-TW.js Add zh-CN and zh-TW locale files for jQuery UI datepicker. 2013-02-25 16:54:27 +10:00
README FIX DateField Calendar - make dates with day- and monthnames validate 2012-10-12 10:16:35 +02:00

AUTHOR: Martine Bloem (http://www.balbuss.com)
**********************************************

jQuery UI DatePicker localization files for SilverStripe 3.0
------------------------------------------------------------
These files are adaptations of the official localization files that can be found here:
http://jquery-ui.googlecode.com/svn/trunk/ui/i18n/

Day- and monthnames have been changed to match the values Zend Date uses, to make 
the following dateformats validate:

EEE:  weekday short
EEEE: weekday
MMM:  monthname short
MMMM: monthname

For locales for which no file exists (yet), the DatePicker will revert to a numeric 
format, that will validate, and after being saved will be displayed in the 
required format.

To create your own language fiel, download the original file from the URL above, 
find the Zend Date locale file in framework/Zend/Locale/Data and make sure that

- monthNames, monthNamesShort and dayNames are equivalent to Zend (Gregorian) names 
- dayNamesShort should be the first 3 characters of dayNames