comparison war/scripts/jQuery/ui/i18n/jquery.ui.datepicker-bg.js @ 3:cf06b77a8bbd

Committed branch of the e4D repos sti-gwt branch 16384. git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b>
date Tue, 17 Jul 2012 13:34:40 +0000
parents
children
comparison
equal deleted inserted replaced
2:2897af43ccc6 3:cf06b77a8bbd
1 /* Bulgarian initialisation for the jQuery UI date picker plugin. */
2 /* Written by Stoyan Kyosev (http://svest.org). */
3 jQuery(function($){
4 $.datepicker.regional['bg'] = {
5 closeText: 'затвори',
6 prevText: '&#x3c;назад',
7 nextText: 'напред&#x3e;',
8 nextBigText: '&#x3e;&#x3e;',
9 currentText: 'днес',
10 monthNames: ['Януари','Февруари','Март','Април','Май','Юни',
11 'Юли','Август','Септември','Октомври','Ноември','Декември'],
12 monthNamesShort: ['Яну','Фев','Мар','Апр','Май','Юни',
13 'Юли','Авг','Сеп','Окт','Нов','Дек'],
14 dayNames: ['Неделя','Понеделник','Вторник','Сряда','Четвъртък','Петък','Събота'],
15 dayNamesShort: ['Нед','Пон','Вто','Сря','Чет','Пет','Съб'],
16 dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Съ'],
17 weekHeader: 'Wk',
18 dateFormat: 'dd.mm.yy',
19 firstDay: 1,
20 isRTL: false,
21 showMonthAfterYear: false,
22 yearSuffix: ''};
23 $.datepicker.setDefaults($.datepicker.regional['bg']);
24 });