Aleksander Machniak
2014-04-15 a2e09c950d8716346b151f7980df1b51ebfbdd78
plugins/jqueryui/js/i18n/jquery.ui.datepicker-ja.js
old mode 100644 new mode 100755
@@ -1,10 +1,10 @@
/* Japanese initialisation for the jQuery UI date picker plugin. */
/* Japanese initialisation for the jQuery UI date picker plugin. */
/* Written by Kentaro SATO (kentaro@ranvis.com). */
jQuery(function($){
   $.datepicker.regional['ja'] = {
      closeText: '閉じる',
      prevText: '<前',
      nextText: '次>',
      prevText: '<前',
      nextText: '次>',
      currentText: '今日',
      monthNames: ['1月','2月','3月','4月','5月','6月',
      '7月','8月','9月','10月','11月','12月'],
@@ -20,4 +20,4 @@
      showMonthAfterYear: true,
      yearSuffix: '年'};
   $.datepicker.setDefaults($.datepicker.regional['ja']);
});
});