diff options
Diffstat (limited to 'localization/jquery-ui-timepicker-vi.js')
-rw-r--r-- | localization/jquery-ui-timepicker-vi.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/localization/jquery-ui-timepicker-vi.js b/localization/jquery-ui-timepicker-vi.js deleted file mode 100644 index 93e6bfc..0000000 --- a/localization/jquery-ui-timepicker-vi.js +++ /dev/null @@ -1,20 +0,0 @@ -/* Vietnamese translation for the jQuery Timepicker Addon */ -/* Written by Nguyen Dinh Trung */ -(function($) { - $.timepicker.regional['vi'] = { - timeOnlyTitle: 'Chọn giờ', - timeText: 'Thời gian', - hourText: 'Giờ', - minuteText: 'Phút', - secondText: 'Giây', - millisecText: 'Phần nghìn giây', - timezoneText: 'Múi giờ', - currentText: 'Hiện thời', - closeText: 'Đóng', - timeFormat: 'H:m', - amNames: ['SA', 'AM', 'A'], - pmNames: ['CH', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['vi']); -})(jQuery); |