diff options
author | friendica <info@friendica.com> | 2012-07-09 23:23:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-09 23:23:20 -0700 |
commit | 1215de575d9cda66b434f21dafdf44f986638b71 (patch) | |
tree | 6bc706e2b5575c537ba41c1c511c5ac21c169d70 /include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js | |
parent | 5355193b6342910ec69ec172846027ac9353d2b3 (diff) | |
download | volse-hubzilla-1215de575d9cda66b434f21dafdf44f986638b71.tar.gz volse-hubzilla-1215de575d9cda66b434f21dafdf44f986638b71.tar.bz2 volse-hubzilla-1215de575d9cda66b434f21dafdf44f986638b71.zip |
slider
Diffstat (limited to 'include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js')
-rw-r--r-- | include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js b/include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js new file mode 100644 index 000000000..ed662392c --- /dev/null +++ b/include/jquery_ui/development-bundle/ui/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']); +});
\ No newline at end of file |