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.
17 lines
689 B
17 lines
689 B
9 years ago
|
/**
|
||
|
* Hungarian translation for bootstrap-datepicker
|
||
|
* Sotus László <lacisan@gmail.com>
|
||
|
*/
|
||
|
;(function($){
|
||
|
$.fn.datepicker.dates['hu'] = {
|
||
|
days: ["Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat"],
|
||
|
daysShort: ["Vas", "Hét", "Ked", "Sze", "Csü", "Pén", "Szo"],
|
||
|
daysMin: ["Va", "Hé", "Ke", "Sz", "Cs", "Pé", "Sz"],
|
||
|
months: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"],
|
||
|
monthsShort: ["Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Sze", "Okt", "Nov", "Dec"],
|
||
|
today: "Ma",
|
||
|
weekStart: 1,
|
||
|
format: "yyyy.mm.dd"
|
||
|
};
|
||
|
}(jQuery));
|