@ckeditor/ckeditor5-track-changes 37.0.1 → 37.1.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 +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.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/es.js +1 -1
- package/build/translations/et.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/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.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/sk.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/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +2 -0
- package/lang/translations/ar.po +15 -1
- package/lang/translations/az.po +11 -1
- package/lang/translations/bg.po +11 -1
- package/lang/translations/bn.po +11 -1
- package/lang/translations/ca.po +11 -1
- package/lang/translations/cs.po +13 -1
- package/lang/translations/da.po +11 -1
- package/lang/translations/de.po +11 -1
- package/lang/translations/el.po +11 -1
- package/lang/translations/en-au.po +11 -1
- package/lang/translations/en.po +10 -0
- package/lang/translations/es.po +12 -1
- package/lang/translations/et.po +11 -1
- package/lang/translations/fi.po +11 -1
- package/lang/translations/fr.po +12 -1
- package/lang/translations/gl.po +11 -1
- package/lang/translations/he.po +13 -1
- package/lang/translations/hi.po +11 -1
- package/lang/translations/hr.po +12 -1
- package/lang/translations/hu.po +11 -1
- package/lang/translations/id.po +10 -1
- package/lang/translations/it.po +12 -1
- package/lang/translations/ja.po +10 -1
- package/lang/translations/ko.po +10 -1
- package/lang/translations/lt.po +13 -1
- package/lang/translations/lv.po +12 -1
- package/lang/translations/ms.po +10 -1
- package/lang/translations/nl.po +11 -1
- package/lang/translations/no.po +11 -1
- package/lang/translations/pl.po +13 -1
- package/lang/translations/pt-br.po +12 -1
- package/lang/translations/pt.po +12 -1
- package/lang/translations/ro.po +12 -1
- package/lang/translations/ru.po +13 -1
- package/lang/translations/sk.po +13 -1
- package/lang/translations/sr-latn.po +12 -1
- package/lang/translations/sr.po +33 -22
- package/lang/translations/sv.po +11 -1
- package/lang/translations/th.po +10 -1
- package/lang/translations/tk.po +11 -1
- package/lang/translations/tr.po +11 -1
- package/lang/translations/tt.po +10 -1
- package/lang/translations/uk.po +13 -1
- package/lang/translations/ur.po +11 -1
- package/lang/translations/vi.po +10 -1
- package/lang/translations/zh-cn.po +10 -1
- package/lang/translations/zh.po +10 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +13 -0
- package/src/integrations/formatpainter.js +23 -0
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +13 -0
- package/src/integrations/tableofcontents.js +23 -0
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +13 -0
- package/src/integrations/template.js +23 -0
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/lang/translations/he.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Hebrew (https://
|
|
15
|
+
"Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
|
|
16
16
|
"Language: he\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*הגדר את גודל הגופן:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*הגדר סימון:* %0"
|
|
@@ -388,6 +392,14 @@ msgstr[1] "%0 עמודת טבלה *עם טקסט* %1"
|
|
|
388
392
|
msgstr[2] "%0 עמודת טבלה *עם טקסט* %1"
|
|
389
393
|
msgstr[3] "%0 עמודת טבלה *עם טקסט* %1"
|
|
390
394
|
|
|
395
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
396
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
397
|
+
msgid_plural "%0 tables of contents"
|
|
398
|
+
msgstr[0] ""
|
|
399
|
+
msgstr[1] ""
|
|
400
|
+
msgstr[2] ""
|
|
401
|
+
msgstr[3] ""
|
|
402
|
+
|
|
391
403
|
msgctxt "The table row element name displayed in the suggestion."
|
|
392
404
|
msgid "ELEMENT_TABLE_ROW"
|
|
393
405
|
msgid_plural "%0 table rows"
|
package/lang/translations/hi.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Hindi (https://
|
|
15
|
+
"Language-Team: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n"
|
|
16
16
|
"Language: hi\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Set font size:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*हाइलाइट सेट करें:* %0"
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] "table column *with text* %1"
|
|
357
361
|
msgstr[1] "%0 table columns *with text* %1"
|
|
358
362
|
|
|
363
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
364
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
365
|
+
msgid_plural "%0 tables of contents"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
359
369
|
msgctxt "The table row element name displayed in the suggestion."
|
|
360
370
|
msgid "ELEMENT_TABLE_ROW"
|
|
361
371
|
msgid_plural "%0 table rows"
|
package/lang/translations/hr.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Croatian (https://
|
|
15
|
+
"Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
|
|
16
16
|
"Language: hr\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Postavi veličinu fonta:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Postavi isticanje:* %0"
|
|
@@ -372,6 +376,13 @@ msgstr[0] "kolona tablice *sa tekstom* %1"
|
|
|
372
376
|
msgstr[1] "%0 kolone tablice *sa tekstom* %1"
|
|
373
377
|
msgstr[2] "%0 kolone tablice *sa tekstom* %1"
|
|
374
378
|
|
|
379
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
380
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
381
|
+
msgid_plural "%0 tables of contents"
|
|
382
|
+
msgstr[0] ""
|
|
383
|
+
msgstr[1] ""
|
|
384
|
+
msgstr[2] ""
|
|
385
|
+
|
|
375
386
|
msgctxt "The table row element name displayed in the suggestion."
|
|
376
387
|
msgid "ELEMENT_TABLE_ROW"
|
|
377
388
|
msgid_plural "%0 table rows"
|
package/lang/translations/hu.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Hungarian (https://
|
|
15
|
+
"Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
|
|
16
16
|
"Language: hu\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Betűméret beállítása:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Kiemelés beállítása:* %0"
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] "táblázatoszlop %1 *szöveggel*"
|
|
357
361
|
msgstr[1] "0% táblázatoszlop %1 *szöveggel*"
|
|
358
362
|
|
|
363
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
364
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
365
|
+
msgid_plural "%0 tables of contents"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
359
369
|
msgctxt "The table row element name displayed in the suggestion."
|
|
360
370
|
msgid "ELEMENT_TABLE_ROW"
|
|
361
371
|
msgid_plural "%0 table rows"
|
package/lang/translations/id.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Indonesian (https://
|
|
15
|
+
"Language-Team: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n"
|
|
16
16
|
"Language: id\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Set ukuran fon:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Set sorotan:* %0"
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[0] "kolom tabel *dengan teks* %1"
|
|
342
346
|
|
|
347
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
349
|
+
msgid_plural "%0 tables of contents"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
|
|
343
352
|
msgctxt "The table row element name displayed in the suggestion."
|
|
344
353
|
msgid "ELEMENT_TABLE_ROW"
|
|
345
354
|
msgid_plural "%0 table rows"
|
package/lang/translations/it.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Italian (https://
|
|
15
|
+
"Language-Team: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n"
|
|
16
16
|
"Language: it\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Imposta dimensione carattere:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Imposta evidenziazione:* %0"
|
|
@@ -372,6 +376,13 @@ msgstr[0] "colonna di tabella *con testo* %1"
|
|
|
372
376
|
msgstr[1] "%0 colonne di tabella *con testo* %1"
|
|
373
377
|
msgstr[2] "%0 colonne di tabella *con testo* %1"
|
|
374
378
|
|
|
379
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
380
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
381
|
+
msgid_plural "%0 tables of contents"
|
|
382
|
+
msgstr[0] ""
|
|
383
|
+
msgstr[1] ""
|
|
384
|
+
msgstr[2] ""
|
|
385
|
+
|
|
375
386
|
msgctxt "The table row element name displayed in the suggestion."
|
|
376
387
|
msgid "ELEMENT_TABLE_ROW"
|
|
377
388
|
msgid_plural "%0 table rows"
|
package/lang/translations/ja.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Japanese (https://
|
|
15
|
+
"Language-Team: Japanese (https://app.transifex.com/ckeditor/teams/11143/ja/)\n"
|
|
16
16
|
"Language: ja\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*フォントサイズを設定:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*ハイライトを設定:* %0"
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[0] "テーブル列*テキスト入り*%1"
|
|
342
346
|
|
|
347
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
349
|
+
msgid_plural "%0 tables of contents"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
|
|
343
352
|
msgctxt "The table row element name displayed in the suggestion."
|
|
344
353
|
msgid "ELEMENT_TABLE_ROW"
|
|
345
354
|
msgid_plural "%0 table rows"
|
package/lang/translations/ko.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Korean (https://
|
|
15
|
+
"Language-Team: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n"
|
|
16
16
|
"Language: ko\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*폰트 크기 설정:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*강조 표시 설정:* %0"
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[0] "%1 *텍스트가 포함된* %0 열"
|
|
342
346
|
|
|
347
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
349
|
+
msgid_plural "%0 tables of contents"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
|
|
343
352
|
msgctxt "The table row element name displayed in the suggestion."
|
|
344
353
|
msgid "ELEMENT_TABLE_ROW"
|
|
345
354
|
msgid_plural "%0 table rows"
|
package/lang/translations/lt.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Lithuanian (https://
|
|
15
|
+
"Language-Team: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n"
|
|
16
16
|
"Language: lt\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Nustatyti šrifto dydį:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Nustatyti paryškinimą:* %0"
|
|
@@ -388,6 +392,14 @@ msgstr[1] "0% lentelės stulpelis *su tekstu* %1"
|
|
|
388
392
|
msgstr[2] "0% lentelės stulpelis *su tekstu* %1"
|
|
389
393
|
msgstr[3] "0% lentelės stulpelis *su tekstu* %1"
|
|
390
394
|
|
|
395
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
396
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
397
|
+
msgid_plural "%0 tables of contents"
|
|
398
|
+
msgstr[0] ""
|
|
399
|
+
msgstr[1] ""
|
|
400
|
+
msgstr[2] ""
|
|
401
|
+
msgstr[3] ""
|
|
402
|
+
|
|
391
403
|
msgctxt "The table row element name displayed in the suggestion."
|
|
392
404
|
msgid "ELEMENT_TABLE_ROW"
|
|
393
405
|
msgid_plural "%0 table rows"
|
package/lang/translations/lv.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Latvian (https://
|
|
15
|
+
"Language-Team: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n"
|
|
16
16
|
"Language: lv\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Uzstādīt teksta izmēru:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Uzlikt akcentu:*%0"
|
|
@@ -372,6 +376,13 @@ msgstr[0] "tabulas kolonna *ar tekstu* %1"
|
|
|
372
376
|
msgstr[1] "0% tabulas kolonna *ar tekstu* %1"
|
|
373
377
|
msgstr[2] "0% tabulas kolonna *ar tekstu* %1"
|
|
374
378
|
|
|
379
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
380
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
381
|
+
msgid_plural "%0 tables of contents"
|
|
382
|
+
msgstr[0] ""
|
|
383
|
+
msgstr[1] ""
|
|
384
|
+
msgstr[2] ""
|
|
385
|
+
|
|
375
386
|
msgctxt "The table row element name displayed in the suggestion."
|
|
376
387
|
msgid "ELEMENT_TABLE_ROW"
|
|
377
388
|
msgid_plural "%0 table rows"
|
package/lang/translations/ms.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Malay (https://
|
|
15
|
+
"Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
|
|
16
16
|
"Language: ms\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Tetapkan saiz fon:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Tetapkan sorotan:* %0"
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[0] "kolum jadual *dengan teks* %1"
|
|
342
346
|
|
|
347
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
349
|
+
msgid_plural "%0 tables of contents"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
|
|
343
352
|
msgctxt "The table row element name displayed in the suggestion."
|
|
344
353
|
msgid "ELEMENT_TABLE_ROW"
|
|
345
354
|
msgid_plural "%0 table rows"
|
package/lang/translations/nl.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Dutch (https://
|
|
15
|
+
"Language-Team: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
|
|
16
16
|
"Language: nl\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Lettergrootte instellen:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Markering instellen:* %0"
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] "tabel-kolom *met tekst* 1%"
|
|
357
361
|
msgstr[1] "%0 tabel-kolommen *met tekst* %1"
|
|
358
362
|
|
|
363
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
364
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
365
|
+
msgid_plural "%0 tables of contents"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
359
369
|
msgctxt "The table row element name displayed in the suggestion."
|
|
360
370
|
msgid "ELEMENT_TABLE_ROW"
|
|
361
371
|
msgid_plural "%0 table rows"
|
package/lang/translations/no.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Norwegian (https://
|
|
15
|
+
"Language-Team: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
|
|
16
16
|
"Language: no\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Sett fontstørrelse:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Sett utheving:* %0"
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] "tabellkolonne *med tekst* %1"
|
|
357
361
|
msgstr[1] "0% tabellkolonner *med tekst* %1"
|
|
358
362
|
|
|
363
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
364
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
365
|
+
msgid_plural "%0 tables of contents"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
359
369
|
msgctxt "The table row element name displayed in the suggestion."
|
|
360
370
|
msgid "ELEMENT_TABLE_ROW"
|
|
361
371
|
msgid_plural "%0 table rows"
|
package/lang/translations/pl.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Polish (https://
|
|
15
|
+
"Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
|
|
16
16
|
"Language: pl\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Ustaw wielkość czcionki:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Ustaw wyróżnienie:* %0"
|
|
@@ -388,6 +392,14 @@ msgstr[1] "%0 kolumny tabeli *z tekstem* %1"
|
|
|
388
392
|
msgstr[2] "%0 kolumn tabeli *z tekstem* %1"
|
|
389
393
|
msgstr[3] "%0 kolumn tabeli *z tekstem* %1"
|
|
390
394
|
|
|
395
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
396
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
397
|
+
msgid_plural "%0 tables of contents"
|
|
398
|
+
msgstr[0] ""
|
|
399
|
+
msgstr[1] ""
|
|
400
|
+
msgstr[2] ""
|
|
401
|
+
msgstr[3] ""
|
|
402
|
+
|
|
391
403
|
msgctxt "The table row element name displayed in the suggestion."
|
|
392
404
|
msgid "ELEMENT_TABLE_ROW"
|
|
393
405
|
msgid_plural "%0 table rows"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Portuguese (Brazil) (https://
|
|
15
|
+
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
|
|
16
16
|
"Language: pt_BR\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Definir tamanho da fonte:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Definir realce:* %0"
|
|
@@ -372,6 +376,13 @@ msgstr[0] "coluna de tabela *com texto* %1"
|
|
|
372
376
|
msgstr[1] "%0 colunas de tabela *com texto* %1"
|
|
373
377
|
msgstr[2] "%0 colunas de tabela *com texto* %1"
|
|
374
378
|
|
|
379
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
380
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
381
|
+
msgid_plural "%0 tables of contents"
|
|
382
|
+
msgstr[0] ""
|
|
383
|
+
msgstr[1] ""
|
|
384
|
+
msgstr[2] ""
|
|
385
|
+
|
|
375
386
|
msgctxt "The table row element name displayed in the suggestion."
|
|
376
387
|
msgid "ELEMENT_TABLE_ROW"
|
|
377
388
|
msgid_plural "%0 table rows"
|
package/lang/translations/pt.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Portuguese (https://
|
|
15
|
+
"Language-Team: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n"
|
|
16
16
|
"Language: pt\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Definir tamanho da fonte:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Definir destaque:* %0"
|
|
@@ -372,6 +376,13 @@ msgstr[0] "coluna de tabela *com texto* %1"
|
|
|
372
376
|
msgstr[1] "0% coluna de tabela *com texto* %1"
|
|
373
377
|
msgstr[2] "0% coluna de tabela *com texto* %1"
|
|
374
378
|
|
|
379
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
380
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
381
|
+
msgid_plural "%0 tables of contents"
|
|
382
|
+
msgstr[0] ""
|
|
383
|
+
msgstr[1] ""
|
|
384
|
+
msgstr[2] ""
|
|
385
|
+
|
|
375
386
|
msgctxt "The table row element name displayed in the suggestion."
|
|
376
387
|
msgid "ELEMENT_TABLE_ROW"
|
|
377
388
|
msgid_plural "%0 table rows"
|
package/lang/translations/ro.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Romanian (https://
|
|
15
|
+
"Language-Team: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n"
|
|
16
16
|
"Language: ro\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Configurare dimensiune caractere:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Configurare evidențiere:* %0"
|
|
@@ -372,6 +376,13 @@ msgstr[0] "coloană de tabel *cu text* %1"
|
|
|
372
376
|
msgstr[1] "0% coloane de tabel *cu text* %1"
|
|
373
377
|
msgstr[2] "0% de coloane de tabel *cu text* %1"
|
|
374
378
|
|
|
379
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
380
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
381
|
+
msgid_plural "%0 tables of contents"
|
|
382
|
+
msgstr[0] ""
|
|
383
|
+
msgstr[1] ""
|
|
384
|
+
msgstr[2] ""
|
|
385
|
+
|
|
375
386
|
msgctxt "The table row element name displayed in the suggestion."
|
|
376
387
|
msgid "ELEMENT_TABLE_ROW"
|
|
377
388
|
msgid_plural "%0 table rows"
|
package/lang/translations/ru.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Russian (https://
|
|
15
|
+
"Language-Team: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n"
|
|
16
16
|
"Language: ru\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
|
18
18
|
|
|
@@ -154,6 +154,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
154
154
|
msgid "*Set font size:* %0"
|
|
155
155
|
msgstr "*Установить размер шрифта:* %0"
|
|
156
156
|
|
|
157
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
158
|
+
msgid "*Set format to:* %0"
|
|
159
|
+
msgstr ""
|
|
160
|
+
|
|
157
161
|
msgctxt "A suggestion for highlighting text."
|
|
158
162
|
msgid "*Set highlight:* %0"
|
|
159
163
|
msgstr "*Установить выделение:* %0"
|
|
@@ -390,6 +394,14 @@ msgstr[1] "0% столбец таблицы *с текстом* %1"
|
|
|
390
394
|
msgstr[2] "0% столбец таблицы *с текстом* %1"
|
|
391
395
|
msgstr[3] "0% столбец таблицы *с текстом* %1"
|
|
392
396
|
|
|
397
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
398
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
399
|
+
msgid_plural "%0 tables of contents"
|
|
400
|
+
msgstr[0] ""
|
|
401
|
+
msgstr[1] ""
|
|
402
|
+
msgstr[2] ""
|
|
403
|
+
msgstr[3] ""
|
|
404
|
+
|
|
393
405
|
msgctxt "The table row element name displayed in the suggestion."
|
|
394
406
|
msgid "ELEMENT_TABLE_ROW"
|
|
395
407
|
msgid_plural "%0 table rows"
|
package/lang/translations/sk.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Slovak (https://
|
|
15
|
+
"Language-Team: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n"
|
|
16
16
|
"Language: sk\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Nastaviť veľkosť písma:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Nastaviť zvýraznenie:* %0"
|
|
@@ -388,6 +392,14 @@ msgstr[1] "%0 stĺpce tabuľky *s textom* %1"
|
|
|
388
392
|
msgstr[2] "%0 stĺpcov tabuľky *s textom* %1"
|
|
389
393
|
msgstr[3] "%0 stĺpcov tabuľky *s textom* %1"
|
|
390
394
|
|
|
395
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
396
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
397
|
+
msgid_plural "%0 tables of contents"
|
|
398
|
+
msgstr[0] ""
|
|
399
|
+
msgstr[1] ""
|
|
400
|
+
msgstr[2] ""
|
|
401
|
+
msgstr[3] ""
|
|
402
|
+
|
|
391
403
|
msgctxt "The table row element name displayed in the suggestion."
|
|
392
404
|
msgid "ELEMENT_TABLE_ROW"
|
|
393
405
|
msgid_plural "%0 table rows"
|