Sha256: 32899c59db9ab3ae1a5c5c3303270dea7cf3470364deeee97e7b8df2eca310f5

Contents?: true

Size: 1.13 KB

Versions: 18

Compression:

Stored size: 1.13 KB

Contents

/* 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']);
});

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.2.6.0 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.3.0.beta.5 templates/jrails-1.3/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.3.0.beta.4 templates/jrails-1.3/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.3.0.beta.2 templates/jrails-1.3/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.5.4 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.5.3 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.5.2 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.5.1 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.5 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.4.100 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.4.99 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.4.5 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.4.4 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.4.3 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.4.1 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.4 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.3 templates/jrails/i18n/jquery.ui/datepicker-bg.js
compass-jquery-plugin-0.2.2.4 templates/jrails/i18n/jquery.ui/datepicker-bg.js