Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 2 Jahren
123456789101112131415161718192021222324252627
  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var gl = {
  4. code: 'gl',
  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: 'Ant',
  11. next: 'Seg',
  12. today: 'Hoxe',
  13. month: 'Mes',
  14. week: 'Semana',
  15. day: 'Día',
  16. list: 'Axenda',
  17. },
  18. weekText: 'Sm',
  19. allDayText: 'Todo o día',
  20. moreLinkText: 'máis',
  21. noEventsText: 'Non hai eventos para amosar',
  22. };
  23. return gl;
  24. }());