aboutsummaryrefslogtreecommitdiffstats
path: root/source/i18n/ui.datepicker-ja.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-07 17:35:27 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-07 17:35:27 +0000
commit3524ef0c26f8760615c01217045c72f9bb20dde9 (patch)
treed7fa5208fb99d2f7d074706f1eed86a6a4b53acd /source/i18n/ui.datepicker-ja.js
parent2ac4aa61e5167d9aa427b70fc5f1ad9b934fdf3c (diff)
downloadjquery-ui-3524ef0c26f8760615c01217045c72f9bb20dde9.tar.gz
jquery-ui-3524ef0c26f8760615c01217045c72f9bb20dde9.zip
removed extra level ui folder
Diffstat (limited to 'source/i18n/ui.datepicker-ja.js')
-rw-r--r--source/i18n/ui.datepicker-ja.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/source/i18n/ui.datepicker-ja.js b/source/i18n/ui.datepicker-ja.js
new file mode 100644
index 000000000..e33909fe5
--- /dev/null
+++ b/source/i18n/ui.datepicker-ja.js
@@ -0,0 +1,22 @@
+/* Japanese (UTF-8) initialisation for the jQuery UI date picker plugin. */
+/* Written by Milly. */
+jQuery(function($){
+ $.datepicker.regional['ja'] = {clearText: '&#21066;&#38500;', clearStatus: '',
+ closeText: '&#38281;&#12376;&#12427;', closeStatus: '',
+ prevText: '&lt;&#21069;&#26376;', prevStatus: '',
+ nextText: '&#27425;&#26376;&gt;', nextStatus: '',
+ currentText: '&#20170;&#26085;', currentStatus: '',
+ monthNames: ['1&#26376;','2&#26376;','3&#26376;','4&#26376;','5&#26376;','6&#26376;',
+ '7&#26376;','8&#26376;','9&#26376;','10&#26376;','11&#26376;','12&#26376;'],
+ monthNamesShort: ['1&#26376;','2&#26376;','3&#26376;','4&#26376;','5&#26376;','6&#26376;',
+ '7&#26376;','8&#26376;','9&#26376;','10&#26376;','11&#26376;','12&#26376;'],
+ monthStatus: '', yearStatus: '',
+ weekHeader: 'Wk', weekStatus: '',
+ dayNames: ['&#26085;','&#26376;','&#28779;','&#27700;','&#26408;','&#37329;','&#22303;'],
+ dayNamesShort: ['&#26085;','&#26376;','&#28779;','&#27700;','&#26408;','&#37329;','&#22303;'],
+ dayNamesMin: ['&#26085;','&#26376;','&#28779;','&#27700;','&#26408;','&#37329;','&#22303;'],
+ 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