gwt.material.design.client.resources.js.datepicker.bs_BA.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-material Show documentation
Show all versions of gwt-material Show documentation
A Material Design look and feel for GWT Applications
// 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