fullcalendar 6.0.0-beta.1 → 6.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/{LICENSE.txt → LICENSE.md} +0 -0
  2. package/index.cjs +32 -0
  3. package/index.d.ts +2 -0
  4. package/{main.js → index.global.js} +7155 -7901
  5. package/index.global.js.map +1 -0
  6. package/index.global.min.js +6 -0
  7. package/index.js +9 -0
  8. package/package.json +36 -18
  9. package/locales/af.js +0 -27
  10. package/locales/ar-dz.js +0 -28
  11. package/locales/ar-kw.js +0 -28
  12. package/locales/ar-ly.js +0 -28
  13. package/locales/ar-ma.js +0 -28
  14. package/locales/ar-sa.js +0 -28
  15. package/locales/ar-tn.js +0 -28
  16. package/locales/ar.js +0 -28
  17. package/locales/az.js +0 -29
  18. package/locales/bg.js +0 -28
  19. package/locales/bn.js +0 -29
  20. package/locales/bs.js +0 -29
  21. package/locales/ca.js +0 -27
  22. package/locales/cs.js +0 -29
  23. package/locales/cy.js +0 -28
  24. package/locales/da.js +0 -27
  25. package/locales/de-at.js +0 -65
  26. package/locales/de.js +0 -65
  27. package/locales/el.js +0 -27
  28. package/locales/en-au.js +0 -24
  29. package/locales/en-gb.js +0 -24
  30. package/locales/en-nz.js +0 -24
  31. package/locales/eo.js +0 -27
  32. package/locales/es-us.js +0 -27
  33. package/locales/es.js +0 -46
  34. package/locales/et.js +0 -29
  35. package/locales/eu.js +0 -27
  36. package/locales/fa.js +0 -30
  37. package/locales/fi.js +0 -27
  38. package/locales/fr-ca.js +0 -24
  39. package/locales/fr-ch.js +0 -28
  40. package/locales/fr.js +0 -28
  41. package/locales/gl.js +0 -27
  42. package/locales/he.js +0 -24
  43. package/locales/hi.js +0 -29
  44. package/locales/hr.js +0 -29
  45. package/locales/hu.js +0 -27
  46. package/locales/hy-am.js +0 -29
  47. package/locales/id.js +0 -27
  48. package/locales/is.js +0 -27
  49. package/locales/it.js +0 -29
  50. package/locales/ja.js +0 -25
  51. package/locales/ka.js +0 -29
  52. package/locales/kk.js +0 -29
  53. package/locales/km.js +0 -28
  54. package/locales/ko.js +0 -23
  55. package/locales/ku.js +0 -28
  56. package/locales/lb.js +0 -27
  57. package/locales/lt.js +0 -27
  58. package/locales/lv.js +0 -29
  59. package/locales/mk.js +0 -25
  60. package/locales/ms.js +0 -29
  61. package/locales/nb.js +0 -38
  62. package/locales/ne.js +0 -27
  63. package/locales/nl.js +0 -27
  64. package/locales/nn.js +0 -27
  65. package/locales/pl.js +0 -27
  66. package/locales/pt-br.js +0 -25
  67. package/locales/pt.js +0 -27
  68. package/locales/ro.js +0 -29
  69. package/locales/ru.js +0 -29
  70. package/locales/si-lk.js +0 -27
  71. package/locales/sk.js +0 -29
  72. package/locales/sl.js +0 -27
  73. package/locales/sm.js +0 -23
  74. package/locales/sq.js +0 -29
  75. package/locales/sr-cyrl.js +0 -29
  76. package/locales/sr.js +0 -29
  77. package/locales/sv.js +0 -47
  78. package/locales/ta-in.js +0 -29
  79. package/locales/th.js +0 -30
  80. package/locales/tr.js +0 -27
  81. package/locales/ug.js +0 -17
  82. package/locales/uk.js +0 -29
  83. package/locales/uz.js +0 -21
  84. package/locales/vi.js +0 -29
  85. package/locales/zh-cn.js +0 -30
  86. package/locales/zh-tw.js +0 -23
  87. package/locales-all.js +0 -1793
  88. package/locales-all.min.js +0 -1
  89. package/main.min.js +0 -6
package/locales/el.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var el = {
5
- code: 'el',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Προηγούμενος',
12
- next: 'Επόμενος',
13
- today: 'Σήμερα',
14
- month: 'Μήνας',
15
- week: 'Εβδομάδα',
16
- day: 'Ημέρα',
17
- list: 'Ατζέντα',
18
- },
19
- weekText: 'Εβδ',
20
- allDayText: 'Ολοήμερο',
21
- moreLinkText: 'περισσότερα',
22
- noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
23
- };
24
-
25
- return el;
26
-
27
- }());
package/locales/en-au.js DELETED
@@ -1,24 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var enAu = {
5
- code: 'en-au',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonHints: {
11
- prev: 'Previous $0',
12
- next: 'Next $0',
13
- today: 'This $0',
14
- },
15
- viewHint: '$0 view',
16
- navLinkHint: 'Go to $0',
17
- moreLinkHint(eventCnt) {
18
- return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`
19
- },
20
- };
21
-
22
- return enAu;
23
-
24
- }());
package/locales/en-gb.js DELETED
@@ -1,24 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var enGb = {
5
- code: 'en-gb',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonHints: {
11
- prev: 'Previous $0',
12
- next: 'Next $0',
13
- today: 'This $0',
14
- },
15
- viewHint: '$0 view',
16
- navLinkHint: 'Go to $0',
17
- moreLinkHint(eventCnt) {
18
- return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`
19
- },
20
- };
21
-
22
- return enGb;
23
-
24
- }());
package/locales/en-nz.js DELETED
@@ -1,24 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var enNz = {
5
- code: 'en-nz',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonHints: {
11
- prev: 'Previous $0',
12
- next: 'Next $0',
13
- today: 'This $0',
14
- },
15
- viewHint: '$0 view',
16
- navLinkHint: 'Go to $0',
17
- moreLinkHint(eventCnt) {
18
- return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`
19
- },
20
- };
21
-
22
- return enNz;
23
-
24
- }());
package/locales/eo.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var eo = {
5
- code: 'eo',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Antaŭa',
12
- next: 'Sekva',
13
- today: 'Hodiaŭ',
14
- month: 'Monato',
15
- week: 'Semajno',
16
- day: 'Tago',
17
- list: 'Tagordo',
18
- },
19
- weekText: 'Sm',
20
- allDayText: 'Tuta tago',
21
- moreLinkText: 'pli',
22
- noEventsText: 'Neniuj eventoj por montri',
23
- };
24
-
25
- return eo;
26
-
27
- }());
package/locales/es-us.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var esUs = {
5
- code: 'es',
6
- week: {
7
- dow: 0, // Sunday is the first day of the week.
8
- doy: 6, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Ant',
12
- next: 'Sig',
13
- today: 'Hoy',
14
- month: 'Mes',
15
- week: 'Semana',
16
- day: 'Día',
17
- list: 'Agenda',
18
- },
19
- weekText: 'Sm',
20
- allDayText: 'Todo el día',
21
- moreLinkText: 'más',
22
- noEventsText: 'No hay eventos para mostrar',
23
- };
24
-
25
- return esUs;
26
-
27
- }());
package/locales/es.js DELETED
@@ -1,46 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var es = {
5
- code: 'es',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Ant',
12
- next: 'Sig',
13
- today: 'Hoy',
14
- month: 'Mes',
15
- week: 'Semana',
16
- day: 'Día',
17
- list: 'Agenda',
18
- },
19
- buttonHints: {
20
- prev: '$0 antes',
21
- next: '$0 siguiente',
22
- today(buttonText) {
23
- return (buttonText === 'Día') ? 'Hoy' :
24
- ((buttonText === 'Semana') ? 'Esta' : 'Este') + ' ' + buttonText.toLocaleLowerCase()
25
- },
26
- },
27
- viewHint(buttonText) {
28
- return 'Vista ' + (buttonText === 'Semana' ? 'de la' : 'del') + ' ' + buttonText.toLocaleLowerCase()
29
- },
30
- weekText: 'Sm',
31
- weekTextLong: 'Semana',
32
- allDayText: 'Todo el día',
33
- moreLinkText: 'más',
34
- moreLinkHint(eventCnt) {
35
- return `Mostrar ${eventCnt} eventos más`
36
- },
37
- noEventsText: 'No hay eventos para mostrar',
38
- navLinkHint: 'Ir al $0',
39
- closeHint: 'Cerrar',
40
- timeHint: 'La hora',
41
- eventHint: 'Evento',
42
- };
43
-
44
- return es;
45
-
46
- }());
package/locales/et.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var et = {
5
- code: 'et',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Eelnev',
12
- next: 'Järgnev',
13
- today: 'Täna',
14
- month: 'Kuu',
15
- week: 'Nädal',
16
- day: 'Päev',
17
- list: 'Päevakord',
18
- },
19
- weekText: 'näd',
20
- allDayText: 'Kogu päev',
21
- moreLinkText: function(n) {
22
- return '+ veel ' + n
23
- },
24
- noEventsText: 'Kuvamiseks puuduvad sündmused',
25
- };
26
-
27
- return et;
28
-
29
- }());
package/locales/eu.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var eu = {
5
- code: 'eu',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 7, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Aur',
12
- next: 'Hur',
13
- today: 'Gaur',
14
- month: 'Hilabetea',
15
- week: 'Astea',
16
- day: 'Eguna',
17
- list: 'Agenda',
18
- },
19
- weekText: 'As',
20
- allDayText: 'Egun osoa',
21
- moreLinkText: 'gehiago',
22
- noEventsText: 'Ez dago ekitaldirik erakusteko',
23
- };
24
-
25
- return eu;
26
-
27
- }());
package/locales/fa.js DELETED
@@ -1,30 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var fa = {
5
- code: 'fa',
6
- week: {
7
- dow: 6, // Saturday is the first day of the week.
8
- doy: 12, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- direction: 'rtl',
11
- buttonText: {
12
- prev: 'قبلی',
13
- next: 'بعدی',
14
- today: 'امروز',
15
- month: 'ماه',
16
- week: 'هفته',
17
- day: 'روز',
18
- list: 'برنامه',
19
- },
20
- weekText: 'هف',
21
- allDayText: 'تمام روز',
22
- moreLinkText: function(n) {
23
- return 'بیش از ' + n
24
- },
25
- noEventsText: 'هیچ رویدادی به نمایش',
26
- };
27
-
28
- return fa;
29
-
30
- }());
package/locales/fi.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var fi = {
5
- code: 'fi',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Edellinen',
12
- next: 'Seuraava',
13
- today: 'Tänään',
14
- month: 'Kuukausi',
15
- week: 'Viikko',
16
- day: 'Päivä',
17
- list: 'Tapahtumat',
18
- },
19
- weekText: 'Vk',
20
- allDayText: 'Koko päivä',
21
- moreLinkText: 'lisää',
22
- noEventsText: 'Ei näytettäviä tapahtumia',
23
- };
24
-
25
- return fi;
26
-
27
- }());
package/locales/fr-ca.js DELETED
@@ -1,24 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var frCa = {
5
- code: 'fr',
6
- buttonText: {
7
- prev: 'Précédent',
8
- next: 'Suivant',
9
- today: "Aujourd'hui",
10
- year: 'Année',
11
- month: 'Mois',
12
- week: 'Semaine',
13
- day: 'Jour',
14
- list: 'Mon planning',
15
- },
16
- weekText: 'Sem.',
17
- allDayText: 'Toute la journée',
18
- moreLinkText: 'en plus',
19
- noEventsText: 'Aucun événement à afficher',
20
- };
21
-
22
- return frCa;
23
-
24
- }());
package/locales/fr-ch.js DELETED
@@ -1,28 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var frCh = {
5
- code: 'fr-ch',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Précédent',
12
- next: 'Suivant',
13
- today: 'Courant',
14
- year: 'Année',
15
- month: 'Mois',
16
- week: 'Semaine',
17
- day: 'Jour',
18
- list: 'Mon planning',
19
- },
20
- weekText: 'Sm',
21
- allDayText: 'Toute la journée',
22
- moreLinkText: 'en plus',
23
- noEventsText: 'Aucun événement à afficher',
24
- };
25
-
26
- return frCh;
27
-
28
- }());
package/locales/fr.js DELETED
@@ -1,28 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var fr = {
5
- code: 'fr',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Précédent',
12
- next: 'Suivant',
13
- today: "Aujourd'hui",
14
- year: 'Année',
15
- month: 'Mois',
16
- week: 'Semaine',
17
- day: 'Jour',
18
- list: 'Planning',
19
- },
20
- weekText: 'Sem.',
21
- allDayText: 'Toute la journée',
22
- moreLinkText: 'en plus',
23
- noEventsText: 'Aucun événement à afficher',
24
- };
25
-
26
- return fr;
27
-
28
- }());
package/locales/gl.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var gl = {
5
- code: 'gl',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Ant',
12
- next: 'Seg',
13
- today: 'Hoxe',
14
- month: 'Mes',
15
- week: 'Semana',
16
- day: 'Día',
17
- list: 'Axenda',
18
- },
19
- weekText: 'Sm',
20
- allDayText: 'Todo o día',
21
- moreLinkText: 'máis',
22
- noEventsText: 'Non hai eventos para amosar',
23
- };
24
-
25
- return gl;
26
-
27
- }());
package/locales/he.js DELETED
@@ -1,24 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var he = {
5
- code: 'he',
6
- direction: 'rtl',
7
- buttonText: {
8
- prev: 'הקודם',
9
- next: 'הבא',
10
- today: 'היום',
11
- month: 'חודש',
12
- week: 'שבוע',
13
- day: 'יום',
14
- list: 'סדר יום',
15
- },
16
- allDayText: 'כל היום',
17
- moreLinkText: 'אחר',
18
- noEventsText: 'אין אירועים להצגה',
19
- weekText: 'שבוע',
20
- };
21
-
22
- return he;
23
-
24
- }());
package/locales/hi.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var hi = {
5
- code: 'hi',
6
- week: {
7
- dow: 0, // Sunday is the first day of the week.
8
- doy: 6, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'पिछला',
12
- next: 'अगला',
13
- today: 'आज',
14
- month: 'महीना',
15
- week: 'सप्ताह',
16
- day: 'दिन',
17
- list: 'कार्यसूची',
18
- },
19
- weekText: 'हफ्ता',
20
- allDayText: 'सभी दिन',
21
- moreLinkText: function(n) {
22
- return '+अधिक ' + n
23
- },
24
- noEventsText: 'कोई घटनाओं को प्रदर्शित करने के लिए',
25
- };
26
-
27
- return hi;
28
-
29
- }());
package/locales/hr.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var hr = {
5
- code: 'hr',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 7, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Prijašnji',
12
- next: 'Sljedeći',
13
- today: 'Danas',
14
- month: 'Mjesec',
15
- week: 'Tjedan',
16
- day: 'Dan',
17
- list: 'Raspored',
18
- },
19
- weekText: 'Tje',
20
- allDayText: 'Cijeli dan',
21
- moreLinkText: function(n) {
22
- return '+ još ' + n
23
- },
24
- noEventsText: 'Nema događaja za prikaz',
25
- };
26
-
27
- return hr;
28
-
29
- }());
package/locales/hu.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var hu = {
5
- code: 'hu',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'vissza',
12
- next: 'előre',
13
- today: 'ma',
14
- month: 'Hónap',
15
- week: 'Hét',
16
- day: 'Nap',
17
- list: 'Lista',
18
- },
19
- weekText: 'Hét',
20
- allDayText: 'Egész nap',
21
- moreLinkText: 'további',
22
- noEventsText: 'Nincs megjeleníthető esemény',
23
- };
24
-
25
- return hu;
26
-
27
- }());
package/locales/hy-am.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var hyAm = {
5
- code: 'hy-am',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Նախորդ',
12
- next: 'Հաջորդ',
13
- today: 'Այսօր',
14
- month: 'Ամիս',
15
- week: 'Շաբաթ',
16
- day: 'Օր',
17
- list: 'Օրվա ցուցակ',
18
- },
19
- weekText: 'Շաբ',
20
- allDayText: 'Ամբողջ օր',
21
- moreLinkText: function(n) {
22
- return '+ ևս ' + n
23
- },
24
- noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
25
- };
26
-
27
- return hyAm;
28
-
29
- }());
package/locales/id.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var id = {
5
- code: 'id',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 7, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'mundur',
12
- next: 'maju',
13
- today: 'hari ini',
14
- month: 'Bulan',
15
- week: 'Minggu',
16
- day: 'Hari',
17
- list: 'Agenda',
18
- },
19
- weekText: 'Mg',
20
- allDayText: 'Sehari penuh',
21
- moreLinkText: 'lebih',
22
- noEventsText: 'Tidak ada acara untuk ditampilkan',
23
- };
24
-
25
- return id;
26
-
27
- }());
package/locales/is.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var is = {
5
- code: 'is',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Fyrri',
12
- next: 'Næsti',
13
- today: 'Í dag',
14
- month: 'Mánuður',
15
- week: 'Vika',
16
- day: 'Dagur',
17
- list: 'Dagskrá',
18
- },
19
- weekText: 'Vika',
20
- allDayText: 'Allan daginn',
21
- moreLinkText: 'meira',
22
- noEventsText: 'Engir viðburðir til að sýna',
23
- };
24
-
25
- return is;
26
-
27
- }());
package/locales/it.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var it = {
5
- code: 'it',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Prec',
12
- next: 'Succ',
13
- today: 'Oggi',
14
- month: 'Mese',
15
- week: 'Settimana',
16
- day: 'Giorno',
17
- list: 'Agenda',
18
- },
19
- weekText: 'Sm',
20
- allDayText: 'Tutto il giorno',
21
- moreLinkText: function(n) {
22
- return '+altri ' + n
23
- },
24
- noEventsText: 'Non ci sono eventi da visualizzare',
25
- };
26
-
27
- return it;
28
-
29
- }());