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
669 B
16 lines
669 B
9 years ago
|
/**
|
||
|
* Slovak translation for bootstrap-datepicker
|
||
|
* Marek Lichtner <marek@licht.sk>
|
||
|
* Fixes by Michal Remiš <michal.remis@gmail.com>
|
||
|
*/
|
||
|
;(function($){
|
||
|
$.fn.datepicker.dates["sk"] = {
|
||
|
days: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota"],
|
||
|
daysShort: ["Ned", "Pon", "Uto", "Str", "Štv", "Pia", "Sob"],
|
||
|
daysMin: ["Ne", "Po", "Ut", "St", "Št", "Pia", "So"],
|
||
|
months: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
|
||
|
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||
|
today: "Dnes"
|
||
|
};
|
||
|
}(jQuery));
|