First Commit
This commit is contained in:
27
html/sternwarte/kalender/lib/locales/hu.js
Normal file
27
html/sternwarte/kalender/lib/locales/hu.js
Normal file
@@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var hu = {
|
||||
code: "hu",
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 4
|
||||
},
|
||||
buttonText: {
|
||||
prev: "vissza",
|
||||
next: "el\u0151re",
|
||||
today: "ma",
|
||||
month: "H\xF3nap",
|
||||
week: "H\xE9t",
|
||||
day: "Nap",
|
||||
list: "Lista"
|
||||
},
|
||||
weekText: "H\xE9t",
|
||||
allDayText: "Eg\xE9sz nap",
|
||||
moreLinkText: "tov\xE1bbi",
|
||||
noEventsText: "Nincs megjelen\xEDthet\u0151 esem\xE9ny"
|
||||
};
|
||||
|
||||
return hu;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user