@progress/kendo-angular-messages 1.43.0-develop.2 → 1.43.0-develop.3
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.
- package/messages/dropdowns/dropdowns.ar.yml +44 -4
- package/messages/dropdowns/dropdowns.bg-BG.yml +43 -3
- package/messages/dropdowns/dropdowns.cs-CZ.yml +41 -1
- package/messages/dropdowns/dropdowns.da-DK.yml +40 -0
- package/messages/dropdowns/dropdowns.de-AT.yml +43 -3
- package/messages/dropdowns/dropdowns.de-CH.yml +41 -1
- package/messages/dropdowns/dropdowns.de-DE.yml +41 -1
- package/messages/dropdowns/dropdowns.de-LI.yml +44 -4
- package/messages/dropdowns/dropdowns.en-AU.yml +44 -4
- package/messages/dropdowns/dropdowns.en-CA.yml +44 -4
- package/messages/dropdowns/dropdowns.en-GB.yml +44 -4
- package/messages/dropdowns/dropdowns.en-US.yml +44 -4
- package/messages/dropdowns/dropdowns.es-AR.yml +44 -4
- package/messages/dropdowns/dropdowns.es-BO.yml +44 -4
- package/messages/dropdowns/dropdowns.es-CL.yml +44 -4
- package/messages/dropdowns/dropdowns.es-CO.yml +44 -4
- package/messages/dropdowns/dropdowns.es-CR.yml +44 -4
- package/messages/dropdowns/dropdowns.es-DO.yml +44 -4
- package/messages/dropdowns/dropdowns.es-EC.yml +44 -4
- package/messages/dropdowns/dropdowns.es-ES.yml +44 -4
- package/messages/dropdowns/dropdowns.es-GT.yml +44 -4
- package/messages/dropdowns/dropdowns.es-HN.yml +44 -4
- package/messages/dropdowns/dropdowns.es-MX.yml +44 -4
- package/messages/dropdowns/dropdowns.es-NI.yml +44 -4
- package/messages/dropdowns/dropdowns.es-PA.yml +44 -4
- package/messages/dropdowns/dropdowns.es-PE.yml +44 -4
- package/messages/dropdowns/dropdowns.es-PR.yml +44 -4
- package/messages/dropdowns/dropdowns.es-PY.yml +44 -4
- package/messages/dropdowns/dropdowns.es-US.yml +44 -4
- package/messages/dropdowns/dropdowns.es-UY.yml +44 -4
- package/messages/dropdowns/dropdowns.es-VE.yml +44 -4
- package/messages/dropdowns/dropdowns.fa-IR.yml +41 -1
- package/messages/dropdowns/dropdowns.fi-FI.yml +44 -4
- package/messages/dropdowns/dropdowns.fr-BE.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CA.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CD.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CH.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CI.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CM.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-FR.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-HT.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-LU.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-MA.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-MC.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-ML.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-SN.yml +40 -0
- package/messages/dropdowns/dropdowns.he-IL.yml +44 -4
- package/messages/dropdowns/dropdowns.hy-AM.yml +44 -4
- package/messages/dropdowns/dropdowns.it-CH.yml +43 -3
- package/messages/dropdowns/dropdowns.it-IT.yml +44 -4
- package/messages/dropdowns/dropdowns.ja-JP.yml +44 -4
- package/messages/dropdowns/dropdowns.ka-GE.yml +41 -1
- package/messages/dropdowns/dropdowns.nb-NO.yml +44 -4
- package/messages/dropdowns/dropdowns.nl-BE.yml +44 -4
- package/messages/dropdowns/dropdowns.nl-NL.yml +44 -4
- package/messages/dropdowns/dropdowns.pl-PL.yml +44 -4
- package/messages/dropdowns/dropdowns.pt-BR.yml +44 -4
- package/messages/dropdowns/dropdowns.pt-PT.yml +44 -4
- package/messages/dropdowns/dropdowns.ro-RO.yml +44 -4
- package/messages/dropdowns/dropdowns.ru-RU.yml +44 -4
- package/messages/dropdowns/dropdowns.sk-SK.yml +40 -0
- package/messages/dropdowns/dropdowns.sv-SE.yml +44 -4
- package/messages/dropdowns/dropdowns.tr-TR.yml +40 -0
- package/messages/dropdowns/dropdowns.uk-UA.yml +44 -4
- package/messages/dropdowns/dropdowns.zh-CN.yml +44 -4
- package/messages/dropdowns/dropdowns.zh-HK.yml +44 -4
- package/messages/dropdowns/dropdowns.zh-TW.yml +44 -4
- package/package.json +1 -1
|
@@ -6,6 +6,9 @@ kendo:
|
|
|
6
6
|
# The title of the clear button
|
|
7
7
|
clearTitle: Effacer
|
|
8
8
|
|
|
9
|
+
# The text of the popup label
|
|
10
|
+
popupLabel: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Select
|
|
18
21
|
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
24
|
+
|
|
19
25
|
dropdownlist:
|
|
20
26
|
# The text displayed in the popup when there are no items
|
|
21
27
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Select
|
|
28
34
|
|
|
35
|
+
# The text of the popup label
|
|
36
|
+
popupLabel: Options list
|
|
37
|
+
|
|
38
|
+
# The text of the popup filter input aria label
|
|
39
|
+
filterInputLabel: Filter
|
|
40
|
+
|
|
29
41
|
dropdowntree:
|
|
30
42
|
# The text displayed in the popup when there are no items
|
|
31
43
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Select
|
|
38
50
|
|
|
51
|
+
# The text of the popup label
|
|
52
|
+
popupLabel: Options list
|
|
53
|
+
|
|
54
|
+
# The text of the popup filter input aria label
|
|
55
|
+
filterInputLabel: Filter
|
|
56
|
+
|
|
57
|
+
multiselecttree:
|
|
58
|
+
# The text displayed in the popup when there are no items
|
|
59
|
+
noDataText: Aucun enregistrement trouvé
|
|
60
|
+
|
|
61
|
+
# The title of the clear button
|
|
62
|
+
clearTitle: Effacer
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Select
|
|
66
|
+
|
|
67
|
+
# The text of the popup label
|
|
68
|
+
popupLabel: Options list
|
|
69
|
+
|
|
70
|
+
# The text of the popup filter input aria label
|
|
71
|
+
filterInputLabel: Filter
|
|
72
|
+
|
|
39
73
|
multicolumncombobox:
|
|
40
74
|
# The text displayed in the popup when there are no items
|
|
41
75
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -43,9 +77,15 @@ kendo:
|
|
|
43
77
|
# The title of the clear button
|
|
44
78
|
clearTitle: Effacer
|
|
45
79
|
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
82
|
+
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Aucun enregistrement trouvé
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: Effacer
|
|
89
|
+
|
|
90
|
+
# The text of the popup label
|
|
91
|
+
popupLabel: Options list
|
|
@@ -6,6 +6,9 @@ kendo:
|
|
|
6
6
|
# The title of the clear button
|
|
7
7
|
clearTitle: Effacer
|
|
8
8
|
|
|
9
|
+
# The text of the popup label
|
|
10
|
+
popupLabel: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Select
|
|
18
21
|
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
24
|
+
|
|
19
25
|
dropdownlist:
|
|
20
26
|
# The text displayed in the popup when there are no items
|
|
21
27
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Select
|
|
28
34
|
|
|
35
|
+
# The text of the popup label
|
|
36
|
+
popupLabel: Options list
|
|
37
|
+
|
|
38
|
+
# The text of the popup filter input aria label
|
|
39
|
+
filterInputLabel: Filter
|
|
40
|
+
|
|
29
41
|
dropdowntree:
|
|
30
42
|
# The text displayed in the popup when there are no items
|
|
31
43
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Select
|
|
38
50
|
|
|
51
|
+
# The text of the popup label
|
|
52
|
+
popupLabel: Options list
|
|
53
|
+
|
|
54
|
+
# The text of the popup filter input aria label
|
|
55
|
+
filterInputLabel: Filter
|
|
56
|
+
|
|
57
|
+
multiselecttree:
|
|
58
|
+
# The text displayed in the popup when there are no items
|
|
59
|
+
noDataText: Aucun enregistrement trouvé
|
|
60
|
+
|
|
61
|
+
# The title of the clear button
|
|
62
|
+
clearTitle: Effacer
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Select
|
|
66
|
+
|
|
67
|
+
# The text of the popup label
|
|
68
|
+
popupLabel: Options list
|
|
69
|
+
|
|
70
|
+
# The text of the popup filter input aria label
|
|
71
|
+
filterInputLabel: Filter
|
|
72
|
+
|
|
39
73
|
multicolumncombobox:
|
|
40
74
|
# The text displayed in the popup when there are no items
|
|
41
75
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -43,9 +77,15 @@ kendo:
|
|
|
43
77
|
# The title of the clear button
|
|
44
78
|
clearTitle: Effacer
|
|
45
79
|
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
82
|
+
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Aucun enregistrement trouvé
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: Effacer
|
|
89
|
+
|
|
90
|
+
# The text of the popup label
|
|
91
|
+
popupLabel: Options list
|
|
@@ -6,6 +6,9 @@ kendo:
|
|
|
6
6
|
# The title of the clear button
|
|
7
7
|
clearTitle: Effacer
|
|
8
8
|
|
|
9
|
+
# The text of the popup label
|
|
10
|
+
popupLabel: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Select
|
|
18
21
|
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
24
|
+
|
|
19
25
|
dropdownlist:
|
|
20
26
|
# The text displayed in the popup when there are no items
|
|
21
27
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Select
|
|
28
34
|
|
|
35
|
+
# The text of the popup label
|
|
36
|
+
popupLabel: Options list
|
|
37
|
+
|
|
38
|
+
# The text of the popup filter input aria label
|
|
39
|
+
filterInputLabel: Filter
|
|
40
|
+
|
|
29
41
|
dropdowntree:
|
|
30
42
|
# The text displayed in the popup when there are no items
|
|
31
43
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Select
|
|
38
50
|
|
|
51
|
+
# The text of the popup label
|
|
52
|
+
popupLabel: Options list
|
|
53
|
+
|
|
54
|
+
# The text of the popup filter input aria label
|
|
55
|
+
filterInputLabel: Filter
|
|
56
|
+
|
|
57
|
+
multiselecttree:
|
|
58
|
+
# The text displayed in the popup when there are no items
|
|
59
|
+
noDataText: Aucun enregistrement trouvé
|
|
60
|
+
|
|
61
|
+
# The title of the clear button
|
|
62
|
+
clearTitle: Effacer
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Select
|
|
66
|
+
|
|
67
|
+
# The text of the popup label
|
|
68
|
+
popupLabel: Options list
|
|
69
|
+
|
|
70
|
+
# The text of the popup filter input aria label
|
|
71
|
+
filterInputLabel: Filter
|
|
72
|
+
|
|
39
73
|
multicolumncombobox:
|
|
40
74
|
# The text displayed in the popup when there are no items
|
|
41
75
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -43,9 +77,15 @@ kendo:
|
|
|
43
77
|
# The title of the clear button
|
|
44
78
|
clearTitle: Effacer
|
|
45
79
|
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
82
|
+
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Aucun enregistrement trouvé
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: Effacer
|
|
89
|
+
|
|
90
|
+
# The text of the popup label
|
|
91
|
+
popupLabel: Options list
|
|
@@ -6,6 +6,9 @@ kendo:
|
|
|
6
6
|
# The title of the clear button
|
|
7
7
|
clearTitle: Effacer
|
|
8
8
|
|
|
9
|
+
# The text of the popup label
|
|
10
|
+
popupLabel: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Select
|
|
18
21
|
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
24
|
+
|
|
19
25
|
dropdownlist:
|
|
20
26
|
# The text displayed in the popup when there are no items
|
|
21
27
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Select
|
|
28
34
|
|
|
35
|
+
# The text of the popup label
|
|
36
|
+
popupLabel: Options list
|
|
37
|
+
|
|
38
|
+
# The text of the popup filter input aria label
|
|
39
|
+
filterInputLabel: Filter
|
|
40
|
+
|
|
29
41
|
dropdowntree:
|
|
30
42
|
# The text displayed in the popup when there are no items
|
|
31
43
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Select
|
|
38
50
|
|
|
51
|
+
# The text of the popup label
|
|
52
|
+
popupLabel: Options list
|
|
53
|
+
|
|
54
|
+
# The text of the popup filter input aria label
|
|
55
|
+
filterInputLabel: Filter
|
|
56
|
+
|
|
57
|
+
multiselecttree:
|
|
58
|
+
# The text displayed in the popup when there are no items
|
|
59
|
+
noDataText: Aucun enregistrement trouvé
|
|
60
|
+
|
|
61
|
+
# The title of the clear button
|
|
62
|
+
clearTitle: Effacer
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Select
|
|
66
|
+
|
|
67
|
+
# The text of the popup label
|
|
68
|
+
popupLabel: Options list
|
|
69
|
+
|
|
70
|
+
# The text of the popup filter input aria label
|
|
71
|
+
filterInputLabel: Filter
|
|
72
|
+
|
|
39
73
|
multicolumncombobox:
|
|
40
74
|
# The text displayed in the popup when there are no items
|
|
41
75
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -43,9 +77,15 @@ kendo:
|
|
|
43
77
|
# The title of the clear button
|
|
44
78
|
clearTitle: Effacer
|
|
45
79
|
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
82
|
+
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Aucun enregistrement trouvé
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: Effacer
|
|
89
|
+
|
|
90
|
+
# The text of the popup label
|
|
91
|
+
popupLabel: Options list
|
|
@@ -6,6 +6,9 @@ kendo:
|
|
|
6
6
|
# The title of the clear button
|
|
7
7
|
clearTitle: Effacer
|
|
8
8
|
|
|
9
|
+
# The text of the popup label
|
|
10
|
+
popupLabel: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Select
|
|
18
21
|
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
24
|
+
|
|
19
25
|
dropdownlist:
|
|
20
26
|
# The text displayed in the popup when there are no items
|
|
21
27
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Select
|
|
28
34
|
|
|
35
|
+
# The text of the popup label
|
|
36
|
+
popupLabel: Options list
|
|
37
|
+
|
|
38
|
+
# The text of the popup filter input aria label
|
|
39
|
+
filterInputLabel: Filter
|
|
40
|
+
|
|
29
41
|
dropdowntree:
|
|
30
42
|
# The text displayed in the popup when there are no items
|
|
31
43
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Select
|
|
38
50
|
|
|
51
|
+
# The text of the popup label
|
|
52
|
+
popupLabel: Options list
|
|
53
|
+
|
|
54
|
+
# The text of the popup filter input aria label
|
|
55
|
+
filterInputLabel: Filter
|
|
56
|
+
|
|
57
|
+
multiselecttree:
|
|
58
|
+
# The text displayed in the popup when there are no items
|
|
59
|
+
noDataText: Aucun enregistrement trouvé
|
|
60
|
+
|
|
61
|
+
# The title of the clear button
|
|
62
|
+
clearTitle: Effacer
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Select
|
|
66
|
+
|
|
67
|
+
# The text of the popup label
|
|
68
|
+
popupLabel: Options list
|
|
69
|
+
|
|
70
|
+
# The text of the popup filter input aria label
|
|
71
|
+
filterInputLabel: Filter
|
|
72
|
+
|
|
39
73
|
multicolumncombobox:
|
|
40
74
|
# The text displayed in the popup when there are no items
|
|
41
75
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -43,9 +77,15 @@ kendo:
|
|
|
43
77
|
# The title of the clear button
|
|
44
78
|
clearTitle: Effacer
|
|
45
79
|
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
82
|
+
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Aucun enregistrement trouvé
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: Effacer
|
|
89
|
+
|
|
90
|
+
# The text of the popup label
|
|
91
|
+
popupLabel: Options list
|
|
@@ -6,6 +6,9 @@ kendo:
|
|
|
6
6
|
# The title of the clear button
|
|
7
7
|
clearTitle: Effacer
|
|
8
8
|
|
|
9
|
+
# The text of the popup label
|
|
10
|
+
popupLabel: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Select
|
|
18
21
|
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
24
|
+
|
|
19
25
|
dropdownlist:
|
|
20
26
|
# The text displayed in the popup when there are no items
|
|
21
27
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Select
|
|
28
34
|
|
|
35
|
+
# The text of the popup label
|
|
36
|
+
popupLabel: Options list
|
|
37
|
+
|
|
38
|
+
# The text of the popup filter input aria label
|
|
39
|
+
filterInputLabel: Filter
|
|
40
|
+
|
|
29
41
|
dropdowntree:
|
|
30
42
|
# The text displayed in the popup when there are no items
|
|
31
43
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Select
|
|
38
50
|
|
|
51
|
+
# The text of the popup label
|
|
52
|
+
popupLabel: Options list
|
|
53
|
+
|
|
54
|
+
# The text of the popup filter input aria label
|
|
55
|
+
filterInputLabel: Filter
|
|
56
|
+
|
|
57
|
+
multiselecttree:
|
|
58
|
+
# The text displayed in the popup when there are no items
|
|
59
|
+
noDataText: Aucun enregistrement trouvé
|
|
60
|
+
|
|
61
|
+
# The title of the clear button
|
|
62
|
+
clearTitle: Effacer
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Select
|
|
66
|
+
|
|
67
|
+
# The text of the popup label
|
|
68
|
+
popupLabel: Options list
|
|
69
|
+
|
|
70
|
+
# The text of the popup filter input aria label
|
|
71
|
+
filterInputLabel: Filter
|
|
72
|
+
|
|
39
73
|
multicolumncombobox:
|
|
40
74
|
# The text displayed in the popup when there are no items
|
|
41
75
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -43,9 +77,15 @@ kendo:
|
|
|
43
77
|
# The title of the clear button
|
|
44
78
|
clearTitle: Effacer
|
|
45
79
|
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
82
|
+
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Aucun enregistrement trouvé
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: Effacer
|
|
89
|
+
|
|
90
|
+
# The text of the popup label
|
|
91
|
+
popupLabel: Options list
|
|
@@ -6,6 +6,9 @@ kendo:
|
|
|
6
6
|
# The title of the clear button
|
|
7
7
|
clearTitle: Effacer
|
|
8
8
|
|
|
9
|
+
# The text of the popup label
|
|
10
|
+
popupLabel: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Select
|
|
18
21
|
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
24
|
+
|
|
19
25
|
dropdownlist:
|
|
20
26
|
# The text displayed in the popup when there are no items
|
|
21
27
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Select
|
|
28
34
|
|
|
35
|
+
# The text of the popup label
|
|
36
|
+
popupLabel: Options list
|
|
37
|
+
|
|
38
|
+
# The text of the popup filter input aria label
|
|
39
|
+
filterInputLabel: Filter
|
|
40
|
+
|
|
29
41
|
dropdowntree:
|
|
30
42
|
# The text displayed in the popup when there are no items
|
|
31
43
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Select
|
|
38
50
|
|
|
51
|
+
# The text of the popup label
|
|
52
|
+
popupLabel: Options list
|
|
53
|
+
|
|
54
|
+
# The text of the popup filter input aria label
|
|
55
|
+
filterInputLabel: Filter
|
|
56
|
+
|
|
57
|
+
multiselecttree:
|
|
58
|
+
# The text displayed in the popup when there are no items
|
|
59
|
+
noDataText: Aucun enregistrement trouvé
|
|
60
|
+
|
|
61
|
+
# The title of the clear button
|
|
62
|
+
clearTitle: Effacer
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Select
|
|
66
|
+
|
|
67
|
+
# The text of the popup label
|
|
68
|
+
popupLabel: Options list
|
|
69
|
+
|
|
70
|
+
# The text of the popup filter input aria label
|
|
71
|
+
filterInputLabel: Filter
|
|
72
|
+
|
|
39
73
|
multicolumncombobox:
|
|
40
74
|
# The text displayed in the popup when there are no items
|
|
41
75
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -43,9 +77,15 @@ kendo:
|
|
|
43
77
|
# The title of the clear button
|
|
44
78
|
clearTitle: Effacer
|
|
45
79
|
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
82
|
+
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Aucun enregistrement trouvé
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: Effacer
|
|
89
|
+
|
|
90
|
+
# The text of the popup label
|
|
91
|
+
popupLabel: Options list
|
|
@@ -6,6 +6,9 @@ kendo:
|
|
|
6
6
|
# The title of the clear button
|
|
7
7
|
clearTitle: Effacer
|
|
8
8
|
|
|
9
|
+
# The text of the popup label
|
|
10
|
+
popupLabel: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Select
|
|
18
21
|
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
24
|
+
|
|
19
25
|
dropdownlist:
|
|
20
26
|
# The text displayed in the popup when there are no items
|
|
21
27
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Select
|
|
28
34
|
|
|
35
|
+
# The text of the popup label
|
|
36
|
+
popupLabel: Options list
|
|
37
|
+
|
|
38
|
+
# The text of the popup filter input aria label
|
|
39
|
+
filterInputLabel: Filter
|
|
40
|
+
|
|
29
41
|
dropdowntree:
|
|
30
42
|
# The text displayed in the popup when there are no items
|
|
31
43
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Select
|
|
38
50
|
|
|
51
|
+
# The text of the popup label
|
|
52
|
+
popupLabel: Options list
|
|
53
|
+
|
|
54
|
+
# The text of the popup filter input aria label
|
|
55
|
+
filterInputLabel: Filter
|
|
56
|
+
|
|
57
|
+
multiselecttree:
|
|
58
|
+
# The text displayed in the popup when there are no items
|
|
59
|
+
noDataText: Aucun enregistrement trouvé
|
|
60
|
+
|
|
61
|
+
# The title of the clear button
|
|
62
|
+
clearTitle: Effacer
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Select
|
|
66
|
+
|
|
67
|
+
# The text of the popup label
|
|
68
|
+
popupLabel: Options list
|
|
69
|
+
|
|
70
|
+
# The text of the popup filter input aria label
|
|
71
|
+
filterInputLabel: Filter
|
|
72
|
+
|
|
39
73
|
multicolumncombobox:
|
|
40
74
|
# The text displayed in the popup when there are no items
|
|
41
75
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -43,9 +77,15 @@ kendo:
|
|
|
43
77
|
# The title of the clear button
|
|
44
78
|
clearTitle: Effacer
|
|
45
79
|
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
82
|
+
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Aucun enregistrement trouvé
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: Effacer
|
|
89
|
+
|
|
90
|
+
# The text of the popup label
|
|
91
|
+
popupLabel: Options list
|
|
@@ -6,6 +6,9 @@ kendo:
|
|
|
6
6
|
# The title of the clear button
|
|
7
7
|
clearTitle: Effacer
|
|
8
8
|
|
|
9
|
+
# The text of the popup label
|
|
10
|
+
popupLabel: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Select
|
|
18
21
|
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
24
|
+
|
|
19
25
|
dropdownlist:
|
|
20
26
|
# The text displayed in the popup when there are no items
|
|
21
27
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Select
|
|
28
34
|
|
|
35
|
+
# The text of the popup label
|
|
36
|
+
popupLabel: Options list
|
|
37
|
+
|
|
38
|
+
# The text of the popup filter input aria label
|
|
39
|
+
filterInputLabel: Filter
|
|
40
|
+
|
|
29
41
|
dropdowntree:
|
|
30
42
|
# The text displayed in the popup when there are no items
|
|
31
43
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Select
|
|
38
50
|
|
|
51
|
+
# The text of the popup label
|
|
52
|
+
popupLabel: Options list
|
|
53
|
+
|
|
54
|
+
# The text of the popup filter input aria label
|
|
55
|
+
filterInputLabel: Filter
|
|
56
|
+
|
|
57
|
+
multiselecttree:
|
|
58
|
+
# The text displayed in the popup when there are no items
|
|
59
|
+
noDataText: Aucun enregistrement trouvé
|
|
60
|
+
|
|
61
|
+
# The title of the clear button
|
|
62
|
+
clearTitle: Effacer
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Select
|
|
66
|
+
|
|
67
|
+
# The text of the popup label
|
|
68
|
+
popupLabel: Options list
|
|
69
|
+
|
|
70
|
+
# The text of the popup filter input aria label
|
|
71
|
+
filterInputLabel: Filter
|
|
72
|
+
|
|
39
73
|
multicolumncombobox:
|
|
40
74
|
# The text displayed in the popup when there are no items
|
|
41
75
|
noDataText: Aucun enregistrement trouvé
|
|
@@ -43,9 +77,15 @@ kendo:
|
|
|
43
77
|
# The title of the clear button
|
|
44
78
|
clearTitle: Effacer
|
|
45
79
|
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
82
|
+
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Aucun enregistrement trouvé
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: Effacer
|
|
89
|
+
|
|
90
|
+
# The text of the popup label
|
|
91
|
+
popupLabel: Options list
|