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.
18 lines
732 B
18 lines
732 B
/**
|
|
* 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: ["V", "H", "K", "Sze", "Cs", "P", "Szo"],
|
|
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,
|
|
clear: "töröl",
|
|
titleFormat: "yyyy. MM",
|
|
format: "yyyy.mm.dd"
|
|
};
|
|
}(jQuery));
|
|
|