Aleksander Machniak
2013-01-17 8e8f3b96b51fde1df953de7398b15e0f01e10777
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']);
});
});