@ckeditor/ckeditor5-track-changes 35.3.2 → 36.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/build/track-changes.js +3 -2
- package/build/translations/ar.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/contexts.json +16 -0
- package/lang/translations/ar.po +68 -4
- package/lang/translations/az.po +65 -1
- package/lang/translations/bg.po +68 -4
- package/lang/translations/bn.po +68 -4
- package/lang/translations/ca.po +68 -4
- package/lang/translations/cs.po +68 -4
- package/lang/translations/da.po +68 -4
- package/lang/translations/de.po +68 -4
- package/lang/translations/el.po +68 -4
- package/lang/translations/en-au.po +65 -1
- package/lang/translations/en.po +65 -1
- package/lang/translations/es.po +68 -4
- package/lang/translations/et.po +68 -4
- package/lang/translations/fi.po +68 -4
- package/lang/translations/fr.po +68 -4
- package/lang/translations/gl.po +65 -1
- package/lang/translations/he.po +68 -4
- package/lang/translations/hi.po +68 -4
- package/lang/translations/hr.po +65 -1
- package/lang/translations/hu.po +68 -4
- package/lang/translations/id.po +68 -4
- package/lang/translations/it.po +68 -4
- package/lang/translations/ja.po +68 -4
- package/lang/translations/ko.po +68 -4
- package/lang/translations/lt.po +68 -4
- package/lang/translations/lv.po +68 -4
- package/lang/translations/ms.po +68 -4
- package/lang/translations/nl.po +68 -4
- package/lang/translations/no.po +68 -4
- package/lang/translations/pl.po +68 -4
- package/lang/translations/pt-br.po +68 -4
- package/lang/translations/pt.po +68 -4
- package/lang/translations/ro.po +68 -4
- package/lang/translations/ru.po +68 -4
- package/lang/translations/sk.po +68 -4
- package/lang/translations/sr-latn.po +68 -4
- package/lang/translations/sr.po +69 -5
- package/lang/translations/sv.po +68 -4
- package/lang/translations/th.po +68 -4
- package/lang/translations/tk.po +65 -1
- package/lang/translations/tr.po +68 -4
- package/lang/translations/tt.po +65 -1
- package/lang/translations/uk.po +68 -4
- package/lang/translations/ur.po +65 -1
- package/lang/translations/vi.po +68 -4
- package/lang/translations/zh-cn.po +68 -4
- package/lang/translations/zh.po +68 -4
- package/package.json +4 -4
- package/src/commands/acceptsuggestioncommand.js +2 -2
- package/src/commands/discardsuggestioncommand.js +2 -2
- package/src/commands/executeonallsuggestionscommand.js +2 -2
- package/src/commands/executeonselectedsuggestionscommand.js +2 -2
- package/src/commands/trackchangescommand.js +2 -2
- package/src/index.js +1 -1
- package/src/integrations/alignment.js +2 -2
- package/src/integrations/basicstyles.js +2 -2
- package/src/integrations/blockquote.js +2 -2
- package/src/integrations/ckbox.js +2 -2
- package/src/integrations/codeblock.js +2 -2
- package/src/integrations/comments.js +2 -2
- package/src/integrations/deletecommand.js +2 -2
- package/src/integrations/documentlist.js +2 -2
- package/src/integrations/documentlistproperties.js +23 -0
- package/src/integrations/entercommand.js +2 -2
- package/src/integrations/findandreplace.js +23 -0
- package/src/integrations/font.js +2 -2
- package/src/integrations/heading.js +2 -2
- package/src/integrations/highlight.js +2 -2
- package/src/integrations/horizontalline.js +2 -2
- package/src/integrations/htmlembed.js +2 -2
- package/src/integrations/image.js +2 -2
- package/src/integrations/imagereplace.js +23 -0
- package/src/integrations/importword.js +2 -2
- package/src/integrations/indent.js +2 -2
- package/src/integrations/inputcommand.js +2 -2
- package/src/integrations/link.js +2 -2
- package/src/integrations/list.js +2 -2
- package/src/integrations/listproperties.js +23 -0
- package/src/integrations/mediaembed.js +2 -2
- package/src/integrations/mention.js +2 -2
- package/src/integrations/pagebreak.js +2 -2
- package/src/integrations/paragraph.js +2 -2
- package/src/integrations/removeformat.js +2 -2
- package/src/integrations/restrictededitingmode.js +2 -2
- package/src/integrations/shiftentercommand.js +2 -2
- package/src/integrations/standardeditingmode.js +2 -2
- package/src/integrations/style.js +2 -2
- package/src/integrations/table.js +2 -2
- package/src/integrations/tablecaption.js +2 -2
- package/src/integrations/tableclipboard.js +2 -2
- package/src/integrations/tablecolumnresize.js +23 -0
- package/src/integrations/tableheadings.js +2 -2
- package/src/integrations/tablemergesplit.js +2 -2
- package/src/integrations/tableproperties.js +23 -0
- package/src/integrations/title.js +2 -2
- package/src/integrations/undo.js +2 -2
- package/src/integrations/utils.js +2 -2
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +2 -2
- package/src/trackchanges.js +2 -2
- package/src/trackchangesdata.js +2 -2
- package/src/trackchangesediting.js +2 -2
- package/src/trackchangesui.js +2 -2
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +2 -2
- package/src/ui/view/suggestionthreadview.js +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/utils.js +2 -2
package/lang/translations/ro.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,13 +40,41 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserare:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Format:* modifică proprietățile tabelului"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Format:* modifică proprietățile celulei tabelului"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
53
|
+
msgstr "*Formatare:* inserare în %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*Formatare:* eliminare din %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Format:* înlocuiește adresa URL a imaginii"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Formatare:* redimensionare tabel"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Formatare:* ordine de sortare inversată"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Formatare:* ordine de sortare normală"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Formatare:* setarea indicelui de start la %0"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "listă cu marcatori"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "listă cu marcatori (cerc)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "listă cu marcatori (disc)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "listă cu marcatori (pătrat)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "legendă"
|
|
@@ -266,6 +306,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
266
306
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
267
307
|
msgstr "listă numerotată"
|
|
268
308
|
|
|
309
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
310
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
311
|
+
msgstr "listă numerotată (cifre arabe)"
|
|
312
|
+
|
|
313
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
314
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
315
|
+
msgstr "listă numerotată (cifre arabe cu zero inițial)"
|
|
316
|
+
|
|
317
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
318
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
319
|
+
msgstr "listă numerotată (litere minuscule)"
|
|
320
|
+
|
|
321
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
322
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
323
|
+
msgstr "listă numerotată (cifre romane minuscule)"
|
|
324
|
+
|
|
325
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
326
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
327
|
+
msgstr "listă numerotată (litere majuscule)"
|
|
328
|
+
|
|
329
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
330
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
331
|
+
msgstr "listă numerotată (cifre romane majuscule)"
|
|
332
|
+
|
|
269
333
|
msgctxt "The page break element name displayed in the suggestion."
|
|
270
334
|
msgid "ELEMENT_PAGE_BREAK"
|
|
271
335
|
msgid_plural "%0 page breaks"
|
|
@@ -428,4 +492,4 @@ msgstr "Această sugestie provine dintr-o sursă externă."
|
|
|
428
492
|
|
|
429
493
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
494
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
-
msgstr ""
|
|
495
|
+
msgstr "Această sugestie provine dintr-un fișier Word importat."
|
package/lang/translations/ru.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,13 +40,41 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Вставить:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Формат:* изменение свойств таблицы"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Формат:* изменение свойств ячеек таблицы"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
53
|
+
msgstr "*Формат:* вставить в %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*Формат:* удалить из %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Формат:* замена URL изображения"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Формат:* изменить размер таблицы"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Формат:* установить обратный порядок"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Формат:* установить обычный порядок"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Формат:* установить начальный индекс на %0"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -190,6 +218,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
190
218
|
msgid "ELEMENT_BULLETED_LIST"
|
|
191
219
|
msgstr "маркированный список"
|
|
192
220
|
|
|
221
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
222
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
223
|
+
msgstr "маркированный список (круг)"
|
|
224
|
+
|
|
225
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
226
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
227
|
+
msgstr "маркированный список (диск)"
|
|
228
|
+
|
|
229
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
230
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
231
|
+
msgstr "маркированный список (квадрат)"
|
|
232
|
+
|
|
193
233
|
msgctxt "The caption element name displayed in the suggestion."
|
|
194
234
|
msgid "ELEMENT_CAPTION"
|
|
195
235
|
msgstr "подпись"
|
|
@@ -278,6 +318,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
278
318
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
279
319
|
msgstr "нумерованный список"
|
|
280
320
|
|
|
321
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
322
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
323
|
+
msgstr "нумерованный список (десятичный)"
|
|
324
|
+
|
|
325
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
326
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
327
|
+
msgstr "нумерованный список (десятичный с начальным нулем)"
|
|
328
|
+
|
|
329
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
330
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
331
|
+
msgstr "нумерованный список (строчная-латиница)"
|
|
332
|
+
|
|
333
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
334
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
335
|
+
msgstr "нумерованный список (строчный-римский)"
|
|
336
|
+
|
|
337
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
338
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
339
|
+
msgstr "нумерованный список (прописная-латиница)"
|
|
340
|
+
|
|
341
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
342
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
343
|
+
msgstr "нумерованный список (прописной-римский)"
|
|
344
|
+
|
|
281
345
|
msgctxt "The page break element name displayed in the suggestion."
|
|
282
346
|
msgid "ELEMENT_PAGE_BREAK"
|
|
283
347
|
msgid_plural "%0 page breaks"
|
|
@@ -448,4 +512,4 @@ msgstr "Это предложение взято из внешнего исто
|
|
|
448
512
|
|
|
449
513
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
450
514
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
451
|
-
msgstr ""
|
|
515
|
+
msgstr "Это предложение исходит из импортированного файла Word."
|
package/lang/translations/sk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,13 +40,41 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Vložiť:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Formát:* zmeniť vlastnosti tabuľky"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Formát:* zmeniť vlastnosti bunky tabuľky"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
53
|
+
msgstr "*Formát:* vložiť do %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*Formát:* odstrániť z %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Formát:* nahradiť adresu URL obrázka"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Formát:* zmena veľkosti tabuľky"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Formát:* nastavte poradie na opačné"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Formát:* nastavte poradie na bežné"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Formát:* nastaviť počiatočný index na %0"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "Odrážkový zoznam"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "zoznam s odrážkami (kruh)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "zoznam s odrážkami (disk)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "zoznam s odrážkami (štvorec)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "titulok"
|
|
@@ -276,6 +316,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
276
316
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
277
317
|
msgstr "číslovaný zoznam"
|
|
278
318
|
|
|
319
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
320
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
321
|
+
msgstr "číslovaný zoznam (desatinné)"
|
|
322
|
+
|
|
323
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
324
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
325
|
+
msgstr "číslovaný zoznam (desatinné s nulou na začiatku)"
|
|
326
|
+
|
|
327
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
328
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
329
|
+
msgstr "číslovaný zoznam (malé písmo - latinka)"
|
|
330
|
+
|
|
331
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
332
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
333
|
+
msgstr "číslovaný zoznam (malé písmo - rímske)"
|
|
334
|
+
|
|
335
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
336
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
337
|
+
msgstr "číslovaný zoznam (veľké písmo - latinka)"
|
|
338
|
+
|
|
339
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
340
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
341
|
+
msgstr "číslovaný zoznam (veľké písmo - rímske)"
|
|
342
|
+
|
|
279
343
|
msgctxt "The page break element name displayed in the suggestion."
|
|
280
344
|
msgid "ELEMENT_PAGE_BREAK"
|
|
281
345
|
msgid_plural "%0 page breaks"
|
|
@@ -446,4 +510,4 @@ msgstr "Tento návrh pochádza z externého zdroja."
|
|
|
446
510
|
|
|
447
511
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
448
512
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
449
|
-
msgstr ""
|
|
513
|
+
msgstr "Tento návrh pochádza z importovaného súboru programu Word."
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,14 +40,42 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Ubaci:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
53
|
+
msgstr "*Format:* ubaci u %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
57
|
+
msgstr "*Format:* ukloni iz %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
49
61
|
msgstr ""
|
|
50
62
|
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Format:* tabela promene veličine"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Format:* podesite redosled na obrnuti"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Format:* podesite redosled na regularan"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Format:* postavi početni indeks na %0"
|
|
78
|
+
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
53
81
|
msgstr "*Spoji ćelije*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "numerisana lista"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "lista za nabrajanje (krug)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "lista za nabrajanje (disk)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "lista za nabrajanje (kvadrat)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "Naslov"
|
|
@@ -266,6 +306,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
266
306
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
267
307
|
msgstr "numerisana lista"
|
|
268
308
|
|
|
309
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
310
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
311
|
+
msgstr "numerisana lista (decimalna)"
|
|
312
|
+
|
|
313
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
314
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
315
|
+
msgstr "numerisana lista (decimalna sa početnom nulom)"
|
|
316
|
+
|
|
317
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
318
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
319
|
+
msgstr "numerisana lista (mala latinica)"
|
|
320
|
+
|
|
321
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
322
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
323
|
+
msgstr "numerisana lista (mali rimski)"
|
|
324
|
+
|
|
325
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
326
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
327
|
+
msgstr "numerisana lista (velika latinica)"
|
|
328
|
+
|
|
329
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
330
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
331
|
+
msgstr "numerisana lista (veliki rimski)"
|
|
332
|
+
|
|
269
333
|
msgctxt "The page break element name displayed in the suggestion."
|
|
270
334
|
msgid "ELEMENT_PAGE_BREAK"
|
|
271
335
|
msgid_plural "%0 page breaks"
|
|
@@ -424,8 +488,8 @@ msgstr "Pratite promene"
|
|
|
424
488
|
|
|
425
489
|
msgctxt "The additional information that suggestion comes from external source."
|
|
426
490
|
msgid "EXTERNAL_SUGGESTION"
|
|
427
|
-
msgstr ""
|
|
491
|
+
msgstr "Ovaj predlog dolazi iz spoljnog izvora."
|
|
428
492
|
|
|
429
493
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
494
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
-
msgstr ""
|
|
495
|
+
msgstr "Ovaj predlog dolazi iz uvezene Word datoteke."
|
package/lang/translations/sr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,13 +40,41 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Убаци:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Format:* promenite svojstva tabele"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Format:* promenite svojstva ćelije tabele"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
53
|
+
msgstr "*Формат:* убаци у %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*Формат:* уклони из %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Format:* zamenite URL slike"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Формат:* табела промене величине"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Формат:* подесите редослед на обрнути"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Формат:* подесите редослед на регуларан"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Формат:* постави почетни индекс на %0"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "нумерисана листа"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "листа за набрајање (круг)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "листа за набрајање (диск)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "листа за набрајање (квадрат)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "Наслов"
|
|
@@ -266,6 +306,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
266
306
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
267
307
|
msgstr "нумерисана листа"
|
|
268
308
|
|
|
309
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
310
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
311
|
+
msgstr "нумерисана листа (децимална)"
|
|
312
|
+
|
|
313
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
314
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
315
|
+
msgstr "нумерисана листа (децимална са почетном нулом)"
|
|
316
|
+
|
|
317
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
318
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
319
|
+
msgstr "нумерисана листа (мала латиница)"
|
|
320
|
+
|
|
321
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
322
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
323
|
+
msgstr "нумерисана листа (мали римски)"
|
|
324
|
+
|
|
325
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
326
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
327
|
+
msgstr "нумерисана листа (велика латиница)"
|
|
328
|
+
|
|
329
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
330
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
331
|
+
msgstr "нумерисана листа (велики римски)"
|
|
332
|
+
|
|
269
333
|
msgctxt "The page break element name displayed in the suggestion."
|
|
270
334
|
msgid "ELEMENT_PAGE_BREAK"
|
|
271
335
|
msgid_plural "%0 page breaks"
|
|
@@ -424,8 +488,8 @@ msgstr "Пратите промене"
|
|
|
424
488
|
|
|
425
489
|
msgctxt "The additional information that suggestion comes from external source."
|
|
426
490
|
msgid "EXTERNAL_SUGGESTION"
|
|
427
|
-
msgstr "
|
|
491
|
+
msgstr "Овај предлог долази из спољног извора."
|
|
428
492
|
|
|
429
493
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
494
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
-
msgstr ""
|
|
495
|
+
msgstr "Овај предлог долази из увезене Ворд датотеке."
|
package/lang/translations/sv.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,13 +40,41 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Infoga:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Format:* ändra tabellegenskaper"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Format:* ändra cellegenskaper i tabellen"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
53
|
+
msgstr "*Format:* infoga i %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*Format:* ta bort från %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Format:* byt ut bild-URL"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Format:* ändra tabellens storlek"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Format:* gör ordningen omvänd"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Format:* ordna normalt"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Format:* sätt startindex till %0"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "punktlista"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "punktlista (cirkel)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "punktlista (disk)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "punktlista (kvadrat)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "rubrik"
|
|
@@ -256,6 +296,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
256
296
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
257
297
|
msgstr "numrerad lista"
|
|
258
298
|
|
|
299
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
300
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
301
|
+
msgstr "numrerad lista (decimaltal)"
|
|
302
|
+
|
|
303
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
304
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
305
|
+
msgstr "numrerad lista (decimaltal med nollor före)"
|
|
306
|
+
|
|
307
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
308
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
309
|
+
msgstr "numrerad lista (romerska siffror, gemener)"
|
|
310
|
+
|
|
311
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
312
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
313
|
+
msgstr "numrerad lista (romerska siffror, gemener)"
|
|
314
|
+
|
|
315
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
316
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
317
|
+
msgstr "numrerad lista (romerska siffror, versaler)"
|
|
318
|
+
|
|
319
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
320
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
321
|
+
msgstr "numrerad lista (romerska siffror, versaler)"
|
|
322
|
+
|
|
259
323
|
msgctxt "The page break element name displayed in the suggestion."
|
|
260
324
|
msgid "ELEMENT_PAGE_BREAK"
|
|
261
325
|
msgid_plural "%0 page breaks"
|
|
@@ -410,4 +474,4 @@ msgstr "Detta förslag härrör från en extern källa."
|
|
|
410
474
|
|
|
411
475
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
476
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
-
msgstr ""
|
|
477
|
+
msgstr "Detta förslag kommer från en importerad Word-fil."
|