No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 2 años
123456789101112131415161718192021222324252627
  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var eo = {
  4. code: 'eo',
  5. week: {
  6. dow: 1, // Monday is the first day of the week.
  7. doy: 4, // The week that contains Jan 4th is the first week of the year.
  8. },
  9. buttonText: {
  10. prev: 'Antaŭa',
  11. next: 'Sekva',
  12. today: 'Hodiaŭ',
  13. month: 'Monato',
  14. week: 'Semajno',
  15. day: 'Tago',
  16. list: 'Tagordo',
  17. },
  18. weekText: 'Sm',
  19. allDayText: 'Tuta tago',
  20. moreLinkText: 'pli',
  21. noEventsText: 'Neniuj eventoj por montri',
  22. };
  23. return eo;
  24. }());