commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / bower_components / jquery-ui / ui / i18n / datepicker-ky.js
1 /* Kyrgyz (UTF-8) initialisation for the jQuery UI date picker plugin. */
2 /* Written by Sergey Kartashov (ebishkek@yandex.ru). */
3 (function( factory ) {
4 if ( typeof define === "function" && define.amd ) {
5
6 // AMD. Register as an anonymous module.
7 define([ "../datepicker" ], factory );
8 } else {
9
10 // Browser globals
11 factory( jQuery.datepicker );
12 }
13 }(function( datepicker ) {
14
15 datepicker.regional['ky'] = {
16 closeText: 'Жабуу',
17 prevText: '<Мур',
18 nextText: 'Кий>',
19 currentText: 'Бүгүн',
20 monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь',
21 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'],
22 monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн',
23 'Июл','Авг','Сен','Окт','Ноя','Дек'],
24 dayNames: ['жекшемби', 'дүйшөмбү', 'шейшемби', 'шаршемби', 'бейшемби', 'жума', 'ишемби'],
25 dayNamesShort: ['жек', 'дүй', 'шей', 'шар', 'бей', 'жум', 'ише'],
26 dayNamesMin: ['Жк','Дш','Шш','Шр','Бш','Жм','Иш'],
27 weekHeader: 'Жум',
28 dateFormat: 'dd.mm.yy',
29 firstDay: 1,
30 isRTL: false,
31 showMonthAfterYear: false,
32 yearSuffix: ''
33 };
34 datepicker.setDefaults(datepicker.regional['ky']);
35
36 return datepicker.regional['ky'];
37
38 }));