First Commit
This commit is contained in:
27
html/sternwarte/kalender/lib/locales/fi.js
Normal file
27
html/sternwarte/kalender/lib/locales/fi.js
Normal file
@@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var fi = {
|
||||
code: "fi",
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 4
|
||||
},
|
||||
buttonText: {
|
||||
prev: "Edellinen",
|
||||
next: "Seuraava",
|
||||
today: "T\xE4n\xE4\xE4n",
|
||||
month: "Kuukausi",
|
||||
week: "Viikko",
|
||||
day: "P\xE4iv\xE4",
|
||||
list: "Tapahtumat"
|
||||
},
|
||||
weekText: "Vk",
|
||||
allDayText: "Koko p\xE4iv\xE4",
|
||||
moreLinkText: "lis\xE4\xE4",
|
||||
noEventsText: "Ei n\xE4ytett\xE4vi\xE4 tapahtumia"
|
||||
};
|
||||
|
||||
return fi;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user