mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
616 B
16 lines
616 B
9 years ago
|
/**
|
||
|
* Bosnian translation for bootstrap-datepicker
|
||
|
*/
|
||
|
;(function($){
|
||
|
$.fn.datepicker.dates['bs'] = {
|
||
|
days: ["Nedjelja","Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"],
|
||
|
daysShort: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"],
|
||
|
daysMin: ["N", "Po", "U", "Sr", "Č", "Pe", "Su"],
|
||
|
months: ["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"],
|
||
|
today: "Danas",
|
||
|
weekStart: 1,
|
||
|
format: "dd.mm.yyyy"
|
||
|
};
|
||
|
}(jQuery));
|