First Commit
This commit is contained in:
27
html/sternwarte/kalender/lib/locales/eo.js
Normal file
27
html/sternwarte/kalender/lib/locales/eo.js
Normal file
@@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var eo = {
|
||||
code: "eo",
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 4
|
||||
},
|
||||
buttonText: {
|
||||
prev: "Anta\u016Da",
|
||||
next: "Sekva",
|
||||
today: "Hodia\u016D",
|
||||
month: "Monato",
|
||||
week: "Semajno",
|
||||
day: "Tago",
|
||||
list: "Tagordo"
|
||||
},
|
||||
weekText: "Sm",
|
||||
allDayText: "Tuta tago",
|
||||
moreLinkText: "pli",
|
||||
noEventsText: "Neniuj eventoj por montri"
|
||||
};
|
||||
|
||||
return eo;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user