Nav apraksta

123456789101112131415161718192021222324252627282930
  1. (function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  3. typeof define === 'function' && define.amd ? define(factory) :
  4. (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.es = factory()));
  5. }(this, function () { 'use strict';
  6. var es = {
  7. code: "es",
  8. week: {
  9. dow: 1,
  10. doy: 4 // The week that contains Jan 4th is the first week of the year.
  11. },
  12. buttonText: {
  13. prev: "Ant",
  14. next: "Sig",
  15. today: "Hoy",
  16. month: "Mes",
  17. week: "Semana",
  18. day: "Día",
  19. list: "Agenda"
  20. },
  21. weekLabel: "Sm",
  22. allDayHtml: "Todo<br/>el día",
  23. eventLimitText: "más",
  24. noEventsMessage: "No hay eventos para mostrar"
  25. };
  26. return es;
  27. }));