From 91c0990385b310bfbae0bbb77489584cb2bdfa6d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 7 Nov 2012 18:51:06 +0100 Subject: Updated to jQuery 1.8.2 and jQuery UI 1.9.1 --- .../jqueryui/js/i18n/jquery.ui.datepicker-tj.js | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 plugins/jqueryui/js/i18n/jquery.ui.datepicker-tj.js (limited to 'plugins/jqueryui/js/i18n/jquery.ui.datepicker-tj.js') diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-tj.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-tj.js new file mode 100755 index 000000000..9a20e4d37 --- /dev/null +++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-tj.js @@ -0,0 +1,23 @@ +/* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* Written by Abdurahmon Saidov (saidovab@gmail.com). */ +jQuery(function($){ + $.datepicker.regional['tj'] = { + closeText: 'Идома', + prevText: '<Қафо', + nextText: 'Пеш>', + currentText: 'Имрӯз', + monthNames: ['Январ','Феврал','Март','Апрел','Май','Июн', + 'Июл','Август','Сентябр','Октябр','Ноябр','Декабр'], + monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', + 'Июл','Авг','Сен','Окт','Ноя','Дек'], + dayNames: ['якшанбе','душанбе','сешанбе','чоршанбе','панҷшанбе','ҷумъа','шанбе'], + dayNamesShort: ['якш','душ','сеш','чор','пан','ҷум','шан'], + dayNamesMin: ['Як','Дш','Сш','Чш','Пш','Ҷм','Шн'], + weekHeader: 'Хф', + dateFormat: 'dd.mm.yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['tj']); +}); -- cgit v1.2.3