silverstripe-framework/admin/thirdparty/jquery-ui/datepicker/i18n
Ingo Schommer 8f23fa99a5 API Moved CMS-specific JavaScript to admin/thirdparty
The 'admin' module will be split off from 'framework',
where 'framework' only provides (mostly) frontend-agnostic PHP classes.
For example, HTMLEditorField.php has a TinyMCEConfig.php driver,
but doesn't come with its own JS includes.
2016-09-16 13:46:10 +12:00
..
jquery.ui.datepicker-da.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-de.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-en-GB.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-en.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-es.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-fr.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-it.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-nb.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-nl.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-sv.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-zh-CN.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
jquery.ui.datepicker-zh-TW.js API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12:00
README API Moved CMS-specific JavaScript to admin/thirdparty 2016-09-16 13:46:10 +12: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