diff options
Diffstat (limited to 'include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js')
-rw-r--r-- | include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js b/include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js deleted file mode 100644 index c19d20fb1..000000000 --- a/include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +++ /dev/null @@ -1,24 +0,0 @@ -/* Bulgarian initialisation for the jQuery UI date picker plugin. */ -/* Written by Stoyan Kyosev (http://svest.org). */ -jQuery(function($){ - $.datepicker.regional['bg'] = { - closeText: 'затвори', - prevText: '<назад', - nextText: 'напред>', - nextBigText: '>>', - currentText: 'днес', - monthNames: ['Януари','Февруари','Март','Април','Май','Юни', - 'Юли','Август','Септември','Октомври','Ноември','Декември'], - monthNamesShort: ['Яну','Фев','Мар','Апр','Май','Юни', - 'Юли','Авг','Сеп','Окт','Нов','Дек'], - dayNames: ['Неделя','Понеделник','Вторник','Сряда','Четвъртък','Петък','Събота'], - dayNamesShort: ['Нед','Пон','Вто','Сря','Чет','Пет','Съб'], - dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Съ'], - weekHeader: 'Wk', - dateFormat: 'dd.mm.yy', - firstDay: 1, - isRTL: false, - showMonthAfterYear: false, - yearSuffix: ''}; - $.datepicker.setDefaults($.datepicker.regional['bg']); -}); |