topical media & game development

talk show tell print

lib-jquery-style-custom-development-bundle-ui-i18n-ui.datepicker-bg.js / js



  /* 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: ['Не','По','Вт','Ср','Че','Пе','Съ'],
          dateFormat: 'dd.mm.yy', firstDay: 1,
          isRTL: false};
      .datepicker.setDefaults(.datepicker.regional['bg']);
  });
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.