All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gwt.material.design.client.resources.js.datepicker.bs_BA.js Maven / Gradle / Ivy

There is a newer version: 2.8.3
Show newest version
// Bosnian

jQuery.extend( jQuery.fn.pickadate.defaults, {
    monthsFull: [ 'januar', 'februar', 'mart', 'april', 'maj', 'juni', 'juli', 'august', 'septembar', 'oktobar', 'novembar', 'decembar' ],
    monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ],
    weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'cetvrtak', 'petak', 'subota' ],
    weekdaysShort: [ 'ne', 'po', 'ut', 'sr', 'če', 'pe', 'su' ],
    weekdaysLetter: ['n', 'p', 'u', 's', 'č', 'p', 's'],
    today: 'danas',
    clear: 'izbrisati',
    close: 'izaći',
    firstDay: 1,
    format: 'dd. mmmm yyyy.',
    formatSubmit: 'yyyy/mm/dd'
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy