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.
14 lines
620 B
14 lines
620 B
/**
|
|
* Slovene translation for bootstrap-datepicker
|
|
* Gregor Rudolf <gregor.rudolf@gmail.com>
|
|
*/
|
|
;(function($){
|
|
$.fn.datepicker.dates['sl'] = {
|
|
days: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota"],
|
|
daysShort: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"],
|
|
daysMin: ["Ne", "Po", "To", "Sr", "Če", "Pe", "So"],
|
|
months: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"],
|
|
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
|
|
today: "Danes"
|
|
};
|
|
}(jQuery));
|
|
|