Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-21 00:46:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-21 00:46:57 +0400
commita2fb93968cd111c25b3112f3283dcfd685e4b7de (patch)
tree7b94f7f12a0ec483e02bb9aab97a796b95be33b2 /libs/bower_components/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js
parent47514447820f8d55dafd4ee4f305935397dbf833 (diff)
refs #6469 with jquery-ui 1.11.1 the UI test run about 80% slower and runs out of time very soon. So going back to 1.10.4
Diffstat (limited to 'libs/bower_components/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js')
-rw-r--r--libs/bower_components/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/libs/bower_components/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js b/libs/bower_components/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js
new file mode 100644
index 0000000000..b49e7eb130
--- /dev/null
+++ b/libs/bower_components/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js
@@ -0,0 +1,23 @@
+/* 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']);
+});