First Commit
This commit is contained in:
27
html/sternwarte/kalender/lib/locales/es-us.js
Normal file
27
html/sternwarte/kalender/lib/locales/es-us.js
Normal file
@@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var esUs = {
|
||||
code: "es",
|
||||
week: {
|
||||
dow: 0,
|
||||
doy: 6
|
||||
},
|
||||
buttonText: {
|
||||
prev: "Ant",
|
||||
next: "Sig",
|
||||
today: "Hoy",
|
||||
month: "Mes",
|
||||
week: "Semana",
|
||||
day: "D\xEDa",
|
||||
list: "Agenda"
|
||||
},
|
||||
weekText: "Sm",
|
||||
allDayText: "Todo el d\xEDa",
|
||||
moreLinkText: "m\xE1s",
|
||||
noEventsText: "No hay eventos para mostrar"
|
||||
};
|
||||
|
||||
return esUs;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user