aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-vi.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-09-17 10:39:12 +0000
committerRichard Worth <rdworth@gmail.com>2009-09-17 10:39:12 +0000
commite2d873e6f06c6d4539302653d63540ba0b6f5e48 (patch)
treecca59581cddd66b4fedcac6d09ae15e9fabf7837 /ui/i18n/ui.datepicker-vi.js
parent79c433fcab0fa80347de326577a52f1ca22d1ae7 (diff)
downloadjquery-ui-e2d873e6f06c6d4539302653d63540ba0b6f5e48.tar.gz
jquery-ui-e2d873e6f06c6d4539302653d63540ba0b6f5e48.zip
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
Diffstat (limited to 'ui/i18n/ui.datepicker-vi.js')
-rw-r--r--ui/i18n/ui.datepicker-vi.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/ui/i18n/ui.datepicker-vi.js b/ui/i18n/ui.datepicker-vi.js
deleted file mode 100644
index fa97af5fa..000000000
--- a/ui/i18n/ui.datepicker-vi.js
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Vietnamese initialisation for the jQuery UI date picker plugin. */
-/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
-jQuery(function($){
- $.datepicker.regional['vi'] = {
- closeText: 'Đóng',
- prevText: '&#x3c;Trước',
- nextText: 'Tiếp&#x3e;',
- currentText: 'Hôm nay',
- monthNames: ['Tháng Một', 'Tháng Hai', 'Tháng Ba', 'Tháng Tư', 'Tháng Năm', 'Tháng Sáu',
- 'Tháng Bảy', 'Tháng Tám', 'Tháng Chín', 'Tháng Mười', 'Tháng Mười Một', 'Tháng Mười Hai'],
- monthNamesShort: ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6',
- 'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'],
- dayNames: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'],
- dayNamesShort: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
- dayNamesMin: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
- weekHeader: 'Tu',
- dateFormat: 'dd/mm/yy',
- firstDay: 0,
- isRTL: false,
- showMonthAfterYear: false,
- yearSuffix: ''};
- $.datepicker.setDefaults($.datepicker.regional['vi']);
-});