@ckeditor/ckeditor5-list 31.0.0 → 33.0.0
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/LICENSE.md +2 -2
- package/build/list.js +3 -3
- package/build/list.js.map +1 -0
- package/build/translations/ar.js +1 -1
- package/build/translations/ast.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/en-gb.js +1 -1
- package/build/translations/eo.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/eu.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/km.js +1 -1
- package/build/translations/kn.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/ku.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/nb.js +1 -1
- package/build/translations/ne.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/si.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/uz.js +1 -0
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/ckeditor5-metadata.json +8 -4
- package/lang/contexts.json +5 -1
- package/lang/translations/ar.po +17 -1
- package/lang/translations/ast.po +17 -1
- package/lang/translations/az.po +17 -1
- package/lang/translations/bg.po +17 -1
- package/lang/translations/cs.po +17 -1
- package/lang/translations/da.po +17 -1
- package/lang/translations/de-ch.po +17 -1
- package/lang/translations/de.po +17 -1
- package/lang/translations/el.po +40 -24
- package/lang/translations/en-au.po +17 -1
- package/lang/translations/en-gb.po +17 -1
- package/lang/translations/en.po +17 -1
- package/lang/translations/eo.po +17 -1
- package/lang/translations/es.po +38 -22
- package/lang/translations/et.po +17 -1
- package/lang/translations/eu.po +17 -1
- package/lang/translations/fa.po +17 -1
- package/lang/translations/fi.po +17 -1
- package/lang/translations/fr.po +17 -1
- package/lang/translations/gl.po +17 -1
- package/lang/translations/he.po +17 -1
- package/lang/translations/hi.po +17 -1
- package/lang/translations/hr.po +17 -1
- package/lang/translations/hu.po +17 -1
- package/lang/translations/id.po +17 -1
- package/lang/translations/it.po +17 -1
- package/lang/translations/ja.po +17 -1
- package/lang/translations/km.po +17 -1
- package/lang/translations/kn.po +17 -1
- package/lang/translations/ko.po +17 -1
- package/lang/translations/ku.po +17 -1
- package/lang/translations/lt.po +17 -1
- package/lang/translations/lv.po +17 -1
- package/lang/translations/nb.po +17 -1
- package/lang/translations/ne.po +17 -1
- package/lang/translations/nl.po +17 -1
- package/lang/translations/no.po +17 -1
- package/lang/translations/pl.po +17 -1
- package/lang/translations/pt-br.po +17 -1
- package/lang/translations/pt.po +17 -1
- package/lang/translations/ro.po +17 -1
- package/lang/translations/ru.po +17 -1
- package/lang/translations/si.po +17 -1
- package/lang/translations/sk.po +17 -1
- package/lang/translations/sq.po +17 -1
- package/lang/translations/sr-latn.po +17 -1
- package/lang/translations/sr.po +17 -1
- package/lang/translations/sv.po +17 -1
- package/lang/translations/tk.po +17 -1
- package/lang/translations/tr.po +17 -1
- package/lang/translations/ug.po +17 -1
- package/lang/translations/uk.po +17 -1
- package/lang/translations/uz.po +125 -0
- package/lang/translations/vi.po +17 -1
- package/lang/translations/zh-cn.po +17 -1
- package/lang/translations/zh.po +36 -20
- package/package.json +27 -27
- package/src/index.js +8 -8
- package/src/{converters.js → list/converters.js} +20 -11
- package/src/{indentcommand.js → list/indentcommand.js} +2 -2
- package/src/{listcommand.js → list/listcommand.js} +3 -3
- package/src/{listediting.js → list/listediting.js} +2 -2
- package/src/{listui.js → list/listui.js} +4 -4
- package/src/{utils.js → list/utils.js} +81 -5
- package/src/list.js +28 -5
- package/src/{liststyleediting.js → listproperties/listpropertiesediting.js} +302 -124
- package/src/listproperties/listpropertiesui.js +313 -0
- package/src/listproperties/listreversedcommand.js +64 -0
- package/src/listproperties/liststartcommand.js +63 -0
- package/src/{liststylecommand.js → listproperties/liststylecommand.js} +39 -24
- package/src/listproperties/ui/collapsibleview.js +152 -0
- package/src/listproperties/ui/inputnumberview.js +0 -0
- package/src/listproperties/ui/listpropertiesview.js +405 -0
- package/src/listproperties.js +96 -0
- package/src/liststyle.js +12 -6
- package/src/{checktodolistcommand.js → todolist/checktodolistcommand.js} +3 -3
- package/src/{todolistconverters.js → todolist/todolistconverters.js} +9 -5
- package/src/{todolistediting.js → todolist/todolistediting.js} +5 -5
- package/src/{todolistui.js → todolist/todolistui.js} +4 -4
- package/src/todolist.js +5 -5
- package/theme/collapsible.css +10 -0
- package/theme/listproperties.css +10 -0
- package/theme/liststyles.css +2 -6
- package/theme/todolist.css +1 -1
- package/src/liststyleui.js +0 -225
package/lang/translations/es.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -22,7 +22,7 @@ msgstr "Lista numerada"
|
|
|
22
22
|
|
|
23
23
|
msgctxt "Toolbar button tooltip for the Bulleted List feature."
|
|
24
24
|
msgid "Bulleted List"
|
|
25
|
-
msgstr "Lista
|
|
25
|
+
msgstr "Lista con viñetas"
|
|
26
26
|
|
|
27
27
|
msgctxt "Toolbar button tooltip for the To-do List feature."
|
|
28
28
|
msgid "To-do List"
|
|
@@ -30,80 +30,96 @@ msgstr "Lista de tareas"
|
|
|
30
30
|
|
|
31
31
|
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the bulleted list style."
|
|
32
32
|
msgid "Bulleted list styles toolbar"
|
|
33
|
-
msgstr ""
|
|
33
|
+
msgstr "Estilos de lista con viñetas"
|
|
34
34
|
|
|
35
35
|
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the numbered list style."
|
|
36
36
|
msgid "Numbered list styles toolbar"
|
|
37
|
-
msgstr ""
|
|
37
|
+
msgstr "Estilos de lista numerada"
|
|
38
38
|
|
|
39
39
|
msgctxt "The ARIA label of the button that toggles the \"disc\" list style."
|
|
40
40
|
msgid "Toggle the disc list style"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "Cambiar estilo de viñeta a disco"
|
|
42
42
|
|
|
43
43
|
msgctxt "The ARIA label of the button that toggles the \"circle\" list style."
|
|
44
44
|
msgid "Toggle the circle list style"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "Cambiar estilo de viñeta a círculo"
|
|
46
46
|
|
|
47
47
|
msgctxt "The ARIA label of the button that toggles the \"square\" list style."
|
|
48
48
|
msgid "Toggle the square list style"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "Cambiar estilo de viñeta a cuadrado"
|
|
50
50
|
|
|
51
51
|
msgctxt "The ARIA label of the button that toggles the \"decimal\" list style."
|
|
52
52
|
msgid "Toggle the decimal list style"
|
|
53
|
-
msgstr ""
|
|
53
|
+
msgstr "Cambiar estilo de lista a decimal"
|
|
54
54
|
|
|
55
55
|
msgctxt "The ARIA label of the button that toggles the \"decimal with leading zero\" list style."
|
|
56
56
|
msgid "Toggle the decimal with leading zero list style"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "Cambiar estilo de lista decimal empezando con cero"
|
|
58
58
|
|
|
59
59
|
msgctxt "The ARIA label of the button that toggles the \"lower–roman\" list style."
|
|
60
60
|
msgid "Toggle the lower–roman list style"
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "Cambiar estilo de lista a números romanos en minúsculas"
|
|
62
62
|
|
|
63
63
|
msgctxt "The ARIA label of the button that toggles the \"upper–roman\" list style."
|
|
64
64
|
msgid "Toggle the upper–roman list style"
|
|
65
|
-
msgstr ""
|
|
65
|
+
msgstr "Cambiar estilo de lista a números roanos en mayúsculas"
|
|
66
66
|
|
|
67
67
|
msgctxt "The ARIA label of the button that toggles the \"lower–latin\" list style."
|
|
68
68
|
msgid "Toggle the lower–latin list style"
|
|
69
|
-
msgstr ""
|
|
69
|
+
msgstr "Cambiar estilo de lista a números latinos en minúsculas"
|
|
70
70
|
|
|
71
71
|
msgctxt "The ARIA label of the button that toggles the \"upper–latin\" list style."
|
|
72
72
|
msgid "Toggle the upper–latin list style"
|
|
73
|
-
msgstr ""
|
|
73
|
+
msgstr "Cambiar estilo de lista a números latinos en mayúsculas"
|
|
74
74
|
|
|
75
75
|
msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
|
|
76
76
|
msgid "Disc"
|
|
77
|
-
msgstr ""
|
|
77
|
+
msgstr "Disco"
|
|
78
78
|
|
|
79
79
|
msgctxt "The tooltip text of the button that toggles the \"circle\" list style."
|
|
80
80
|
msgid "Circle"
|
|
81
|
-
msgstr ""
|
|
81
|
+
msgstr "Círculo"
|
|
82
82
|
|
|
83
83
|
msgctxt "The tooltip text of the button that toggles the \"square\" list style."
|
|
84
84
|
msgid "Square"
|
|
85
|
-
msgstr ""
|
|
85
|
+
msgstr "Cuadrado"
|
|
86
86
|
|
|
87
87
|
msgctxt "The tooltip text of the button that toggles the \"decimal\" list style."
|
|
88
88
|
msgid "Decimal"
|
|
89
|
-
msgstr ""
|
|
89
|
+
msgstr "Decimal"
|
|
90
90
|
|
|
91
91
|
msgctxt "The tooltip text of the button that toggles the \"decimal with leading zero\" list style."
|
|
92
92
|
msgid "Decimal with leading zero"
|
|
93
|
-
msgstr ""
|
|
93
|
+
msgstr "Decimal con cero"
|
|
94
94
|
|
|
95
95
|
msgctxt "The tooltip text of the button that toggles the \"lower–roman\" list style."
|
|
96
96
|
msgid "Lower–roman"
|
|
97
|
-
msgstr ""
|
|
97
|
+
msgstr "Romanos minúsculas"
|
|
98
98
|
|
|
99
99
|
msgctxt "The tooltip text of the button that toggles the \"upper–roman\" list style."
|
|
100
100
|
msgid "Upper-roman"
|
|
101
|
-
msgstr ""
|
|
101
|
+
msgstr "Romanos mayúscula"
|
|
102
102
|
|
|
103
103
|
msgctxt "The tooltip text of the button that toggles the \"lower–latin\" list style."
|
|
104
104
|
msgid "Lower-latin"
|
|
105
|
-
msgstr ""
|
|
105
|
+
msgstr "Latinos minúsculas"
|
|
106
106
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
|
-
msgstr ""
|
|
109
|
+
msgstr "Latinos minúsculas"
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr "Propiedades de la lista"
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr "Empezar en"
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr "El número de inicio debe ser mayor que 0."
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr "Orden inverso"
|
package/lang/translations/et.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/eu.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/fa.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/fi.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/fr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr "Lettres minuscules"
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr "Lettres majuscules"
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/gl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr "Letras minúsculas"
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr "Letras maiúsculas"
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/he.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/hi.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr "Lower-latin"
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr "Upper-latin"
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/hr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/hu.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr "Kisbetűs latin szám"
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr "Nagybetűs latin szám"
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/id.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/it.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr "Lettera minuscola"
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr "Lettera maiuscola"
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr "Proprietà elenco"
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr "Inizia da"
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr "L'indice iniziale deve essere maggiore di 0."
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr "Ordine inverso"
|
package/lang/translations/ja.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/km.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/kn.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/ko.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/ku.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/lt.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/lv.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|
package/lang/translations/nb.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -107,3 +107,19 @@ msgstr ""
|
|
|
107
107
|
msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
|
|
108
108
|
msgid "Upper-latin"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
|
|
112
|
+
msgid "List properties"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgctxt "The label of the input allowing to change the start index of a numbered list."
|
|
116
|
+
msgid "Start at"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
msgctxt "The error message displayed when the numbered list start index input value is invalid."
|
|
120
|
+
msgid "Start index must be greater than 0."
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgctxt "The label of the switch button that reverses the order of the numbered list."
|
|
124
|
+
msgid "Reversed order"
|
|
125
|
+
msgstr ""
|