First Commit
This commit is contained in:
27
html/sternwarte/kalender/lib/locales/lb.js
Normal file
27
html/sternwarte/kalender/lib/locales/lb.js
Normal file
@@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var lb = {
|
||||
code: "lb",
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 4
|
||||
},
|
||||
buttonText: {
|
||||
prev: "Zr\xE9ck",
|
||||
next: "Weider",
|
||||
today: "Haut",
|
||||
month: "Mount",
|
||||
week: "Woch",
|
||||
day: "Dag",
|
||||
list: "Terminiwwersiicht"
|
||||
},
|
||||
weekText: "W",
|
||||
allDayText: "Ganzen Dag",
|
||||
moreLinkText: "m\xE9i",
|
||||
noEventsText: "Nee Evenementer ze affich\xE9ieren"
|
||||
};
|
||||
|
||||
return lb;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user