diff options
author | nikrou <nikrou@piwigo.org> | 2010-02-20 19:56:36 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-02-20 19:56:36 +0000 |
commit | 6acc3ff7909dd7f070973c112ebd9291862982f8 (patch) | |
tree | 20a0875d668206917f88b73983d7021038b43170 /template-common/lib/ui/i18n/ui.datepicker-bg.js | |
parent | 0c4bdbe01325869a62380c1d2804c34e8a31c1dd (diff) |
Feature 1442 : update jquery
* update jquery to 1.4.1
* update jquery ui to 1.7.2
git-svn-id: http://piwigo.org/svn/trunk@4918 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-common/lib/ui/i18n/ui.datepicker-bg.js')
-rw-r--r-- | template-common/lib/ui/i18n/ui.datepicker-bg.js | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/template-common/lib/ui/i18n/ui.datepicker-bg.js b/template-common/lib/ui/i18n/ui.datepicker-bg.js index 59589671e..a73884ef2 100644 --- a/template-common/lib/ui/i18n/ui.datepicker-bg.js +++ b/template-common/lib/ui/i18n/ui.datepicker-bg.js @@ -1,22 +1,20 @@ /* Bulgarian initialisation for the jQuery UI date picker plugin. */ /* Written by Stoyan Kyosev (http://svest.org). */ jQuery(function($){ - $.datepicker.regional['bg'] = {clearText: 'изчисти', clearStatus: 'изчисти актуалната дата', - closeText: 'затвори', closeStatus: 'затвори без промени', - prevText: '<назад', prevStatus: 'покажи последния месец', - nextText: 'напред>', nextStatus: 'покажи следващия месец', - currentText: 'днес', currentStatus: '', + $.datepicker.regional['bg'] = { + closeText: 'затвори', + prevText: '<назад', + nextText: 'напред>', + nextBigText: '>>', + currentText: 'днес', monthNames: ['Януари','Февруари','Март','Април','Май','Юни', 'Юли','Август','Септември','Октомври','Ноември','Декември'], monthNamesShort: ['Яну','Фев','Мар','Апр','Май','Юни', 'Юли','Авг','Сеп','Окт','Нов','Дек'], - monthStatus: 'покажи друг месец', yearStatus: 'покажи друга година', - weekHeader: 'Wk', weekStatus: 'седмица от месеца', dayNames: ['Неделя','Понеделник','Вторник','Сряда','Четвъртък','Петък','Събота'], dayNamesShort: ['Нед','Пон','Вто','Сря','Чет','Пет','Съб'], dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Съ'], - dayStatus: 'Сложи DD като първи ден от седмицата', dateStatus: 'Избери D, M d', dateFormat: 'dd.mm.yy', firstDay: 1, - initStatus: 'Избери дата', isRTL: false}; + isRTL: false}; $.datepicker.setDefaults($.datepicker.regional['bg']); }); |