diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-07 17:37:43 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-07 17:37:43 +0000 |
commit | a635d0a7c9441d2ed5256e0c841be99afbc7cb94 (patch) | |
tree | 442f36440ad69185f597aa1804b7106ed688cab9 /source/i18n/ui.datepicker-ja.js | |
parent | a25ba5018cb9645b7b21bc889eb0f36468c6c0fc (diff) | |
download | jquery-ui-a635d0a7c9441d2ed5256e0c841be99afbc7cb94.tar.gz jquery-ui-a635d0a7c9441d2ed5256e0c841be99afbc7cb94.zip |
renamed source -> ui
Diffstat (limited to 'source/i18n/ui.datepicker-ja.js')
-rw-r--r-- | source/i18n/ui.datepicker-ja.js | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/source/i18n/ui.datepicker-ja.js b/source/i18n/ui.datepicker-ja.js deleted file mode 100644 index e33909fe5..000000000 --- a/source/i18n/ui.datepicker-ja.js +++ /dev/null @@ -1,22 +0,0 @@ -/* Japanese (UTF-8) initialisation for the jQuery UI date picker plugin. */ -/* Written by Milly. */ -jQuery(function($){ - $.datepicker.regional['ja'] = {clearText: '削除', clearStatus: '', - closeText: '閉じる', closeStatus: '', - prevText: '<前月', prevStatus: '', - nextText: '次月>', nextStatus: '', - currentText: '今日', currentStatus: '', - 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月'], - monthStatus: '', yearStatus: '', - weekHeader: 'Wk', weekStatus: '', - dayNames: ['日','月','火','水','木','金','土'], - dayNamesShort: ['日','月','火','水','木','金','土'], - dayNamesMin: ['日','月','火','水','木','金','土'], - dayStatus: 'DD', dateStatus: 'D, M d', - dateFormat: 'yy/mm/dd', firstDay: 0, - initStatus: '', isRTL: false}; - $.datepicker.setDefaults($.datepicker.regional['ja']); -});
\ No newline at end of file |