/JqGridMvc/JqGridMvc/Scripts/ui/i18n/jquery.ui.datepicker-ja.js
http://jqgridmvcgeneration.codeplex.com · JavaScript · 23 lines · 21 code · 0 blank · 2 comment · 0 complexity · c38ec30b43857d8a099098052b9967f4 MD5 · raw file
- /* Japanese initialisation for the jQuery UI date picker plugin. */
- /* Written by Kentaro SATO (kentaro@ranvis.com). */
- jQuery(function($){
- $.datepicker.regional['ja'] = {
- closeText: '???',
- prevText: '<?',
- nextText: '?>',
- currentText: '??',
- monthNames: ['1?','2?','3?','4?','5?','6?',
- '7?','8?','9?','10?','11?','12?'],
- monthNamesShort: ['1?','2?','3?','4?','5?','6?',
- '7?','8?','9?','10?','11?','12?'],
- dayNames: ['???','???','???','???','???','???','???'],
- dayNamesShort: ['?','?','?','?','?','?','?'],
- dayNamesMin: ['?','?','?','?','?','?','?'],
- weekHeader: '?',
- dateFormat: 'yy/mm/dd',
- firstDay: 0,
- isRTL: false,
- showMonthAfterYear: true,
- yearSuffix: '?'};
- $.datepicker.setDefaults($.datepicker.regional['ja']);
- });