First Commit
This commit is contained in:
27
html/sternwarte/kalender/lib/locales/pl.js
Normal file
27
html/sternwarte/kalender/lib/locales/pl.js
Normal file
@@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var pl = {
|
||||
code: "pl",
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 4
|
||||
},
|
||||
buttonText: {
|
||||
prev: "Poprzedni",
|
||||
next: "Nast\u0119pny",
|
||||
today: "Dzi\u015B",
|
||||
month: "Miesi\u0105c",
|
||||
week: "Tydzie\u0144",
|
||||
day: "Dzie\u0144",
|
||||
list: "Plan dnia"
|
||||
},
|
||||
weekText: "Tydz",
|
||||
allDayText: "Ca\u0142y dzie\u0144",
|
||||
moreLinkText: "wi\u0119cej",
|
||||
noEventsText: "Brak wydarze\u0144 do wy\u015Bwietlenia"
|
||||
};
|
||||
|
||||
return pl;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user