@ckeditor/ckeditor5-track-changes 38.2.0-alpha.0 → 39.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.
Files changed (137) hide show
  1. package/README.md +0 -1
  2. package/build/track-changes.js +1 -1
  3. package/build/translations/gl.js +1 -1
  4. package/build/translations/sq.js +1 -0
  5. package/lang/translations/gl.po +23 -23
  6. package/lang/translations/sq.po +487 -0
  7. package/package.json +4 -5
  8. package/src/augmentation.d.ts +4 -0
  9. package/src/augmentation.js +1 -1
  10. package/src/commands/acceptsuggestioncommand.d.ts +4 -0
  11. package/src/commands/acceptsuggestioncommand.js +2 -2
  12. package/src/commands/discardsuggestioncommand.d.ts +4 -0
  13. package/src/commands/discardsuggestioncommand.js +2 -2
  14. package/src/commands/executeonallsuggestionscommand.d.ts +4 -0
  15. package/src/commands/executeonallsuggestionscommand.js +2 -2
  16. package/src/commands/executeonselectedsuggestionscommand.d.ts +4 -0
  17. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  18. package/src/commands/trackchangescommand.d.ts +4 -0
  19. package/src/commands/trackchangescommand.js +2 -2
  20. package/src/index.d.ts +4 -0
  21. package/src/index.js +1 -1
  22. package/src/integrations/alignment.d.ts +4 -0
  23. package/src/integrations/alignment.js +2 -2
  24. package/src/integrations/basicstyles.d.ts +4 -0
  25. package/src/integrations/basicstyles.js +2 -2
  26. package/src/integrations/blockquote.d.ts +4 -0
  27. package/src/integrations/blockquote.js +2 -2
  28. package/src/integrations/ckbox.d.ts +4 -0
  29. package/src/integrations/ckbox.js +2 -2
  30. package/src/integrations/codeblock.d.ts +4 -0
  31. package/src/integrations/codeblock.js +2 -2
  32. package/src/integrations/comments.d.ts +4 -0
  33. package/src/integrations/comments.js +2 -2
  34. package/src/integrations/deletecommand.d.ts +4 -0
  35. package/src/integrations/deletecommand.js +2 -2
  36. package/src/integrations/documentlist.d.ts +4 -0
  37. package/src/integrations/documentlist.js +2 -2
  38. package/src/integrations/documentlistproperties.d.ts +4 -0
  39. package/src/integrations/documentlistproperties.js +2 -2
  40. package/src/integrations/entercommand.d.ts +4 -0
  41. package/src/integrations/entercommand.js +2 -2
  42. package/src/integrations/findandreplace.d.ts +4 -0
  43. package/src/integrations/findandreplace.js +2 -2
  44. package/src/integrations/font.d.ts +4 -0
  45. package/src/integrations/font.js +2 -2
  46. package/src/integrations/formatpainter.d.ts +4 -0
  47. package/src/integrations/formatpainter.js +2 -2
  48. package/src/integrations/heading.d.ts +4 -0
  49. package/src/integrations/heading.js +2 -2
  50. package/src/integrations/highlight.d.ts +4 -0
  51. package/src/integrations/highlight.js +2 -2
  52. package/src/integrations/horizontalline.d.ts +4 -0
  53. package/src/integrations/horizontalline.js +2 -2
  54. package/src/integrations/htmlembed.d.ts +4 -0
  55. package/src/integrations/htmlembed.js +2 -2
  56. package/src/integrations/image.d.ts +4 -0
  57. package/src/integrations/image.js +2 -2
  58. package/src/integrations/imagereplace.d.ts +4 -0
  59. package/src/integrations/imagereplace.js +2 -2
  60. package/src/integrations/importword.d.ts +4 -0
  61. package/src/integrations/importword.js +2 -2
  62. package/src/integrations/indent.d.ts +4 -0
  63. package/src/integrations/indent.js +2 -2
  64. package/src/integrations/inputcommand.d.ts +4 -0
  65. package/src/integrations/inputcommand.js +2 -2
  66. package/src/integrations/link.d.ts +4 -0
  67. package/src/integrations/link.js +2 -2
  68. package/src/integrations/list.d.ts +4 -0
  69. package/src/integrations/list.js +2 -2
  70. package/src/integrations/listproperties.d.ts +4 -0
  71. package/src/integrations/listproperties.js +2 -2
  72. package/src/integrations/mediaembed.d.ts +4 -0
  73. package/src/integrations/mediaembed.js +2 -2
  74. package/src/integrations/mention.d.ts +4 -0
  75. package/src/integrations/mention.js +2 -2
  76. package/src/integrations/pagebreak.d.ts +4 -0
  77. package/src/integrations/pagebreak.js +2 -2
  78. package/src/integrations/paragraph.d.ts +4 -0
  79. package/src/integrations/paragraph.js +2 -2
  80. package/src/integrations/removeformat.d.ts +4 -0
  81. package/src/integrations/removeformat.js +2 -2
  82. package/src/integrations/restrictededitingmode.d.ts +4 -0
  83. package/src/integrations/restrictededitingmode.js +2 -2
  84. package/src/integrations/shiftentercommand.d.ts +4 -0
  85. package/src/integrations/shiftentercommand.js +2 -2
  86. package/src/integrations/standardeditingmode.d.ts +4 -0
  87. package/src/integrations/standardeditingmode.js +2 -2
  88. package/src/integrations/style.d.ts +4 -0
  89. package/src/integrations/style.js +2 -2
  90. package/src/integrations/table.d.ts +4 -0
  91. package/src/integrations/table.js +2 -2
  92. package/src/integrations/tablecaption.d.ts +4 -0
  93. package/src/integrations/tablecaption.js +2 -2
  94. package/src/integrations/tableclipboard.d.ts +2 -1
  95. package/src/integrations/tableclipboard.js +2 -2
  96. package/src/integrations/tablecolumnresize.d.ts +4 -0
  97. package/src/integrations/tablecolumnresize.js +2 -2
  98. package/src/integrations/tableheadings.d.ts +4 -0
  99. package/src/integrations/tableheadings.js +2 -2
  100. package/src/integrations/tablemergesplit.d.ts +4 -0
  101. package/src/integrations/tablemergesplit.js +2 -2
  102. package/src/integrations/tableofcontents.d.ts +4 -0
  103. package/src/integrations/tableofcontents.js +2 -2
  104. package/src/integrations/tableproperties.d.ts +4 -0
  105. package/src/integrations/tableproperties.js +2 -2
  106. package/src/integrations/template.d.ts +4 -0
  107. package/src/integrations/template.js +2 -2
  108. package/src/integrations/title.d.ts +4 -0
  109. package/src/integrations/title.js +2 -2
  110. package/src/integrations/undo.d.ts +4 -0
  111. package/src/integrations/undo.js +2 -2
  112. package/src/integrations/utils.d.ts +4 -0
  113. package/src/integrations/utils.js +2 -2
  114. package/src/suggestion.d.ts +11 -1
  115. package/src/suggestion.js +2 -2
  116. package/src/suggestiondescriptionfactory.d.ts +14 -2
  117. package/src/suggestiondescriptionfactory.js +2 -2
  118. package/src/trackchanges.d.ts +4 -0
  119. package/src/trackchanges.js +2 -2
  120. package/src/trackchangesconfig.d.ts +4 -0
  121. package/src/trackchangesconfig.js +1 -1
  122. package/src/trackchangesdata.d.ts +6 -2
  123. package/src/trackchangesdata.js +2 -2
  124. package/src/trackchangesediting.d.ts +4 -0
  125. package/src/trackchangesediting.js +2 -2
  126. package/src/trackchangesui.d.ts +4 -0
  127. package/src/trackchangesui.js +2 -2
  128. package/src/ui/suggestioncontroller.d.ts +2 -1
  129. package/src/ui/suggestioncontroller.js +2 -2
  130. package/src/ui/view/basesuggestionthreadview.d.ts +4 -0
  131. package/src/ui/view/basesuggestionthreadview.js +2 -2
  132. package/src/ui/view/suggestionthreadview.d.ts +2 -2
  133. package/src/ui/view/suggestionthreadview.js +2 -2
  134. package/src/utils/common-translations.d.ts +4 -0
  135. package/src/utils/common-translations.js +2 -2
  136. package/src/utils/utils.d.ts +4 -0
  137. package/src/utils/utils.js +2 -2
@@ -1 +1 @@
1
- !function(e){const a=e.gl=e.gl||{};a.dictionary=Object.assign(a.dictionary||{},{"*Change %0 content*":"*Cambiar o contido de %0*","*Change to:* %0":"*Cambiar a:* %0","*Check item*":"*Marcar o elemento*","*Format:* %0":"*Formato:* %0","*Format:* change table cell properties":"","*Format:* change table properties":"","*Format:* insert into %0":"","*Format:* remove from %0":"","*Format:* replace image URL":"","*Format:* resize table":"","*Format:* set order to regular":"","*Format:* set order to reversed":"","*Format:* set start index to %0":"","*Indent:* %0":"*Aumentar sangría:* %0","*Insert:* %0":"*Inserir:* %0","*Merge cells*":"*Combinar celas*","*Merge:* %0":"*Combinar:* %0","*Outdent:* %0":"*Diminuír sangria:* %0","*Remove all formatting*":"*Retirar todo o formatado*","*Remove format:* %0":"*Retirar o formato:* %0","*Remove highlight*":"*Retirar o resaltado*","*Remove image text alternative*":"*Retirar o texto alternativo da imaxe*","*Remove link*":"*Retirar a ligazón*","*Remove:* %0":"*Retirar:* %0","*Replace table cells*":"*Substituír celas da táboa*","*Reset font background color*":"*Restabelecer a cor do fondo da letra*","*Reset font color*":"*Restabelecer a cor da letra*","*Reset font family*":"*Restabelecer o tipo de letra*","*Reset font size*":"*Restabelecer o tamaño da letra*","*Reset image width*":"*Restabelecer o largo da imaxe*","*Set font background color:* %0":"*Estabelecer a cor do fondo da letra:* %0","*Set font color:* %0":"*Estabelecer a cor da letra:* %0","*Set font family:* %0":"*Estabelecer o tipo de letra:* %0","*Set font size:* %0":"*Estabelecer o tamaño da letra:* %0","*Set format to:* %0":"","*Set highlight:* %0":"*Estabelecer o resaltado:* %0","*Set image text alternative:* %0":"*Estabelecer o texto alternativo da imaxe:* %0","*Set image width:* %0":"*Estabelecer o largo da imaxe:* %0","*Set link:* %0":"*Estabelecer a ligazón:* %0","*Split cell:* horizontally":"*Dividir a cela:* en horizontal","*Split cell:* vertically":"*Dividir a cela:* en vertical","*Split:* %0":"*Dividir:* %0","*Uncheck item*":"*Desmarcar o elemento*","Accept all selected suggestions":"Aceptar todas as suxestións seleccionadas","Accept all suggestions":"Aceptar todas as suxestións","Accept suggestion":"Aceptar a suxestión","Discard all selected suggestions":"Desbotar todas as suxestións seleccionadas","Discard all suggestions":"Desbotar todas as suxestións","Discard suggestion":"Desbotar a suxestión",ELEMENT_BLOCK_QUOTE:"cita de bloque",ELEMENT_BULLETED_LIST:"lista viñeteada",ELEMENT_BULLETED_LIST_CIRCLE:"",ELEMENT_BULLETED_LIST_DISC:"",ELEMENT_BULLETED_LIST_SQUARE:"",ELEMENT_CAPTION:"lenda",ELEMENT_CODE_BLOCK:["bloque de código ","%0 bloques de código"],ELEMENT_HEADING:["título (nivel %1)","%0 títulos (nivel %1)"],ELEMENT_HEADING_CUSTOM:["título (%1)","%0 títulos (%1)"],ELEMENT_HORIZONTAL_LINE:["liña horizontal ","%0 liñas horizontais"],ELEMENT_HTML_EMBED:[" HTML incorporado"," %0 HTML incorporados"],ELEMENT_IMAGE:["imaxe","%0 imaxes"],ELEMENT_INLINE_IMAGE:["imaxe","%0 imaxes"],ELEMENT_LINE_BREAK:["salto de liña","%0 saltos de liña"],ELEMENT_LIST_ITEM:["elemento da lista","%0 elementos da lista"],ELEMENT_MEDIA:["elemento multimedia","%0 elementos multimedia"],ELEMENT_NUMBERED_LIST:"lista numerada",ELEMENT_NUMBERED_LIST_DECIMAL:"",ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO:"",ELEMENT_NUMBERED_LIST_LOWER_LATIN:"",ELEMENT_NUMBERED_LIST_LOWER_ROMAN:"",ELEMENT_NUMBERED_LIST_UPPER_LATIN:"",ELEMENT_NUMBERED_LIST_UPPER_ROMAN:"",ELEMENT_PAGE_BREAK:["quebra de páxina","%0 quebras de páxina"],ELEMENT_PARAGRAPH:["parágrafo","%0 parágrafos"],ELEMENT_SPACE:["espazo","%0 espazos"],ELEMENT_TABLE:["táboa","%0 táboas"],ELEMENT_TABLE_COLUMN:["columna da táboa","%0 columnas da táboa"],ELEMENT_TABLE_COLUMN_WITH_TEXT:["columna da táboa *con texto* %1","%0 columnas da táboa *con texto* %1"],ELEMENT_TABLE_OF_CONTENTS:["",""],ELEMENT_TABLE_ROW:["fila da táboa","%0 filas da táboa"],ELEMENT_TABLE_ROW_WITH_TEXT:["fila da táboa *con texto* %1","%0 filas da táboa *con texto* %1"],ELEMENT_TABLE_WITH_TEXT:"táboa *con texto* %0",ELEMENT_TITLE:"título",ELEMENT_TODO_LIST:"lista de cousas por facer",EXTERNAL_IMPORT_WORD_SUGGESTION:"",EXTERNAL_SUGGESTION:"",FORMAT_ALIGN_TO_CENTER:"centrar horizontalmente",FORMAT_ALIGN_TO_LEFT:"aliñar á esquerda",FORMAT_ALIGN_TO_RIGHT:"aliñar á dereita",FORMAT_BOLD:"negra",FORMAT_CODE:"código",FORMAT_HEADER_COLUMN:"cabeceira de columna",FORMAT_HEADER_ROW:"cabeceira de fila",FORMAT_HIGHLIGHT:"resaltado",FORMAT_ITALIC:"itálica",FORMAT_JUSTIFY_TEXT:"xustificado",FORMAT_REGULAR_COLUMN:"columna normal",FORMAT_REGULAR_ROW:"fila normal",FORMAT_RESTRICTED_DISABLED:"*Desactivar en modo de edición restrinxida*",FORMAT_RESTRICTED_ENABLED:"*Activar en modo de edición restrinxida*",FORMAT_SIDE_IMAGE:"lado da imaxe",FORMAT_STRIKETHROUGH:"riscado",FORMAT_SUBSCRIPT:"subíndice",FORMAT_SUPERSCRIPT:"superíndice",FORMAT_UNDERLINE:"subliñado",PENDING_ACTION_SUGGESTION:"Cambio na suxestión sen gardar.",REPLACE_TEXT:"*Substituír:* %0 *con* %1","Track changes":"Seguimento de cambios"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const e=a.gl=a.gl||{};e.dictionary=Object.assign(e.dictionary||{},{"*Change %0 content*":"*Cambiar o contido de %0*","*Change to:* %0":"*Cambiar a:* %0","*Check item*":"*Marcar o elemento*","*Format:* %0":"*Formato:* %0","*Format:* change table cell properties":"*Formato:* cambiar as propiedades da cela da táboa","*Format:* change table properties":"*Formato:* cambiar as propiedades da táboa","*Format:* insert into %0":"*Formato:* inserir en %0","*Format:* remove from %0":"*Formato:* retirar de %0","*Format:* replace image URL":"*Formato:* substituír o URL da imaxe","*Format:* resize table":"*Formato:* cambiar o tamaño da táboa","*Format:* set order to regular":"*Formato:* estabelecer a orde en normal","*Format:* set order to reversed":"*Formato:* estabelecer a orde en inverso","*Format:* set start index to %0":"*Formato:* estabelecer o índice de inicio en %0","*Indent:* %0":"*Aumentar sangría:* %0","*Insert:* %0":"*Inserir:* %0","*Merge cells*":"*Combinar celas*","*Merge:* %0":"*Combinar:* %0","*Outdent:* %0":"*Diminuír sangria:* %0","*Remove all formatting*":"*Retirar todo o formatado*","*Remove format:* %0":"*Retirar o formato:* %0","*Remove highlight*":"*Retirar o resaltado*","*Remove image text alternative*":"*Retirar o texto alternativo da imaxe*","*Remove link*":"*Retirar a ligazón*","*Remove:* %0":"*Retirar:* %0","*Replace table cells*":"*Substituír celas da táboa*","*Reset font background color*":"*Restabelecer a cor do fondo da letra*","*Reset font color*":"*Restabelecer a cor da letra*","*Reset font family*":"*Restabelecer o tipo de letra*","*Reset font size*":"*Restabelecer o tamaño da letra*","*Reset image width*":"*Restabelecer o largo da imaxe*","*Set font background color:* %0":"*Estabelecer a cor do fondo da letra:* %0","*Set font color:* %0":"*Estabelecer a cor da letra:* %0","*Set font family:* %0":"*Estabelecer o tipo de letra:* %0","*Set font size:* %0":"*Estabelecer o tamaño da letra:* %0","*Set format to:* %0":"*Estabelecer o formato en:* %0","*Set highlight:* %0":"*Estabelecer o resaltado:* %0","*Set image text alternative:* %0":"*Estabelecer o texto alternativo da imaxe:* %0","*Set image width:* %0":"*Estabelecer o largo da imaxe:* %0","*Set link:* %0":"*Estabelecer a ligazón:* %0","*Split cell:* horizontally":"*Dividir a cela:* en horizontal","*Split cell:* vertically":"*Dividir a cela:* en vertical","*Split:* %0":"*Dividir:* %0","*Uncheck item*":"*Desmarcar o elemento*","Accept all selected suggestions":"Aceptar todas as suxestións seleccionadas","Accept all suggestions":"Aceptar todas as suxestións","Accept suggestion":"Aceptar a suxestión","Discard all selected suggestions":"Desbotar todas as suxestións seleccionadas","Discard all suggestions":"Desbotar todas as suxestións","Discard suggestion":"Desbotar a suxestión",ELEMENT_BLOCK_QUOTE:"cita de bloque",ELEMENT_BULLETED_LIST:"lista viñeteada",ELEMENT_BULLETED_LIST_CIRCLE:"lista con viñetas (círculo)",ELEMENT_BULLETED_LIST_DISC:"lista con viñetas (disco)",ELEMENT_BULLETED_LIST_SQUARE:"lista con viñetas (cadrado)",ELEMENT_CAPTION:"lenda",ELEMENT_CODE_BLOCK:["bloque de código ","%0 bloques de código"],ELEMENT_HEADING:["título (nivel %1)","%0 títulos (nivel %1)"],ELEMENT_HEADING_CUSTOM:["título (%1)","%0 títulos (%1)"],ELEMENT_HORIZONTAL_LINE:["liña horizontal ","%0 liñas horizontais"],ELEMENT_HTML_EMBED:[" HTML incorporado"," %0 HTML incorporados"],ELEMENT_IMAGE:["imaxe","%0 imaxes"],ELEMENT_INLINE_IMAGE:["imaxe","%0 imaxes"],ELEMENT_LINE_BREAK:["salto de liña","%0 saltos de liña"],ELEMENT_LIST_ITEM:["elemento da lista","%0 elementos da lista"],ELEMENT_MEDIA:["elemento multimedia","%0 elementos multimedia"],ELEMENT_NUMBERED_LIST:"lista numerada",ELEMENT_NUMBERED_LIST_DECIMAL:"lista numerada (decimal)",ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO:"lista numerada (decimal con cero á esquerda)",ELEMENT_NUMBERED_LIST_LOWER_LATIN:"lista numerada (carácter latino en minúscula)",ELEMENT_NUMBERED_LIST_LOWER_ROMAN:"lista numerada (número romano en minúscula)",ELEMENT_NUMBERED_LIST_UPPER_LATIN:"lista numerada (carácter latino en maiúscula)",ELEMENT_NUMBERED_LIST_UPPER_ROMAN:"lista numerada (número romano en maiúscula)",ELEMENT_PAGE_BREAK:["quebra de páxina","%0 quebras de páxina"],ELEMENT_PARAGRAPH:["parágrafo","%0 parágrafos"],ELEMENT_SPACE:["espazo","%0 espazos"],ELEMENT_TABLE:["táboa","%0 táboas"],ELEMENT_TABLE_COLUMN:["columna da táboa","%0 columnas da táboa"],ELEMENT_TABLE_COLUMN_WITH_TEXT:["columna da táboa *con texto* %1","%0 columnas da táboa *con texto* %1"],ELEMENT_TABLE_OF_CONTENTS:["índice","%0 índices"],ELEMENT_TABLE_ROW:["fila da táboa","%0 filas da táboa"],ELEMENT_TABLE_ROW_WITH_TEXT:["fila da táboa *con texto* %1","%0 filas da táboa *con texto* %1"],ELEMENT_TABLE_WITH_TEXT:"táboa *con texto* %0",ELEMENT_TITLE:"título",ELEMENT_TODO_LIST:"lista de cousas por facer",EXTERNAL_IMPORT_WORD_SUGGESTION:"Esta suxestión provén dun ficheiro de Word importado.",EXTERNAL_SUGGESTION:"Esta suxestión provén dunha fonte externa.",FORMAT_ALIGN_TO_CENTER:"centrar horizontalmente",FORMAT_ALIGN_TO_LEFT:"aliñar á esquerda",FORMAT_ALIGN_TO_RIGHT:"aliñar á dereita",FORMAT_BOLD:"negra",FORMAT_CODE:"código",FORMAT_HEADER_COLUMN:"cabeceira de columna",FORMAT_HEADER_ROW:"cabeceira de fila",FORMAT_HIGHLIGHT:"resaltado",FORMAT_ITALIC:"itálica",FORMAT_JUSTIFY_TEXT:"xustificado",FORMAT_REGULAR_COLUMN:"columna normal",FORMAT_REGULAR_ROW:"fila normal",FORMAT_RESTRICTED_DISABLED:"*Desactivar en modo de edición restrinxida*",FORMAT_RESTRICTED_ENABLED:"*Activar en modo de edición restrinxida*",FORMAT_SIDE_IMAGE:"lado da imaxe",FORMAT_STRIKETHROUGH:"riscado",FORMAT_SUBSCRIPT:"subíndice",FORMAT_SUPERSCRIPT:"superíndice",FORMAT_UNDERLINE:"subliñado",PENDING_ACTION_SUGGESTION:"Cambio na suxestión sen gardar.",REPLACE_TEXT:"*Substituír:* %0 *con* %1","Track changes":"Seguimento de cambios"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(E){const T=E.sq=E.sq||{};T.dictionary=Object.assign(T.dictionary||{},{"*Change %0 content*":"","*Change to:* %0":"","*Check item*":"","*Format:* %0":"","*Format:* change table cell properties":"","*Format:* change table properties":"","*Format:* insert into %0":"","*Format:* remove from %0":"","*Format:* replace image URL":"","*Format:* resize table":"","*Format:* set order to regular":"","*Format:* set order to reversed":"","*Format:* set start index to %0":"","*Indent:* %0":"","*Insert:* %0":"","*Merge cells*":"","*Merge:* %0":"","*Outdent:* %0":"","*Remove all formatting*":"","*Remove format:* %0":"","*Remove highlight*":"","*Remove image text alternative*":"","*Remove link*":"*Largoje linkun*","*Remove:* %0":"","*Replace table cells*":"","*Reset font background color*":"","*Reset font color*":"","*Reset font family*":"","*Reset font size*":"","*Reset image width*":"","*Set font background color:* %0":"","*Set font color:* %0":"","*Set font family:* %0":"","*Set font size:* %0":"","*Set format to:* %0":"","*Set highlight:* %0":"","*Set image text alternative:* %0":"","*Set image width:* %0":"","*Set link:* %0":"","*Split cell:* horizontally":"","*Split cell:* vertically":"","*Split:* %0":"","*Uncheck item*":"","Accept all selected suggestions":"","Accept all suggestions":"","Accept suggestion":"","Discard all selected suggestions":"","Discard all suggestions":"","Discard suggestion":"",ELEMENT_BLOCK_QUOTE:"",ELEMENT_BULLETED_LIST:"",ELEMENT_BULLETED_LIST_CIRCLE:"",ELEMENT_BULLETED_LIST_DISC:"",ELEMENT_BULLETED_LIST_SQUARE:"",ELEMENT_CAPTION:"",ELEMENT_CODE_BLOCK:["",""],ELEMENT_HEADING:["",""],ELEMENT_HEADING_CUSTOM:["",""],ELEMENT_HORIZONTAL_LINE:["",""],ELEMENT_HTML_EMBED:["",""],ELEMENT_IMAGE:["",""],ELEMENT_INLINE_IMAGE:["",""],ELEMENT_LINE_BREAK:["",""],ELEMENT_LIST_ITEM:["",""],ELEMENT_MEDIA:["",""],ELEMENT_NUMBERED_LIST:"",ELEMENT_NUMBERED_LIST_DECIMAL:"",ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO:"",ELEMENT_NUMBERED_LIST_LOWER_LATIN:"",ELEMENT_NUMBERED_LIST_LOWER_ROMAN:"",ELEMENT_NUMBERED_LIST_UPPER_LATIN:"",ELEMENT_NUMBERED_LIST_UPPER_ROMAN:"",ELEMENT_PAGE_BREAK:["",""],ELEMENT_PARAGRAPH:["",""],ELEMENT_SPACE:["",""],ELEMENT_TABLE:["",""],ELEMENT_TABLE_COLUMN:["",""],ELEMENT_TABLE_COLUMN_WITH_TEXT:["",""],ELEMENT_TABLE_OF_CONTENTS:["",""],ELEMENT_TABLE_ROW:["",""],ELEMENT_TABLE_ROW_WITH_TEXT:["",""],ELEMENT_TABLE_WITH_TEXT:"",ELEMENT_TITLE:"",ELEMENT_TODO_LIST:"",EXTERNAL_IMPORT_WORD_SUGGESTION:"",EXTERNAL_SUGGESTION:"",FORMAT_ALIGN_TO_CENTER:"",FORMAT_ALIGN_TO_LEFT:"radhite majtas",FORMAT_ALIGN_TO_RIGHT:"",FORMAT_BOLD:"",FORMAT_CODE:"kodi",FORMAT_HEADER_COLUMN:"",FORMAT_HEADER_ROW:"",FORMAT_HIGHLIGHT:"",FORMAT_ITALIC:"",FORMAT_JUSTIFY_TEXT:"",FORMAT_REGULAR_COLUMN:"",FORMAT_REGULAR_ROW:"",FORMAT_RESTRICTED_DISABLED:"",FORMAT_RESTRICTED_ENABLED:"",FORMAT_SIDE_IMAGE:"",FORMAT_STRIKETHROUGH:"",FORMAT_SUBSCRIPT:"",FORMAT_SUPERSCRIPT:"",FORMAT_UNDERLINE:"",PENDING_ACTION_SUGGESTION:"",REPLACE_TEXT:"","Track changes":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -42,39 +42,39 @@ msgstr "*Inserir:* %0"
42
42
 
43
43
  msgctxt "A suggestion for changing table properties."
44
44
  msgid "*Format:* change table properties"
45
- msgstr ""
45
+ msgstr "*Formato:* cambiar as propiedades da táboa"
46
46
 
47
47
  msgctxt "A suggestion for changing table cell properties."
48
48
  msgid "*Format:* change table cell properties"
49
- msgstr ""
49
+ msgstr "*Formato:* cambiar as propiedades da cela da táboa"
50
50
 
51
51
  msgctxt "A suggestion for inserting an item into another item."
52
52
  msgid "*Format:* insert into %0"
53
- msgstr ""
53
+ msgstr "*Formato:* inserir en %0"
54
54
 
55
55
  msgctxt "A suggestion for removing item from another item."
56
56
  msgid "*Format:* remove from %0"
57
- msgstr ""
57
+ msgstr "*Formato:* retirar de %0"
58
58
 
59
59
  msgctxt "A suggestion for replacing an image."
60
60
  msgid "*Format:* replace image URL"
61
- msgstr ""
61
+ msgstr "*Formato:* substituír o URL da imaxe"
62
62
 
63
63
  msgctxt "A suggestion for resizing a table."
64
64
  msgid "*Format:* resize table"
65
- msgstr ""
65
+ msgstr "*Formato:* cambiar o tamaño da táboa"
66
66
 
67
67
  msgctxt "A suggestion for changing the list order to reversed."
68
68
  msgid "*Format:* set order to reversed"
69
- msgstr ""
69
+ msgstr "*Formato:* estabelecer a orde en inverso"
70
70
 
71
71
  msgctxt "A suggestion for changing the list order to regular."
72
72
  msgid "*Format:* set order to regular"
73
- msgstr ""
73
+ msgstr "*Formato:* estabelecer a orde en normal"
74
74
 
75
75
  msgctxt "A suggestion for changing the start index of the list."
76
76
  msgid "*Format:* set start index to %0"
77
- msgstr ""
77
+ msgstr "*Formato:* estabelecer o índice de inicio en %0"
78
78
 
79
79
  msgctxt "A suggestion for merging cells."
80
80
  msgid "*Merge cells*"
@@ -154,7 +154,7 @@ msgstr "*Estabelecer o tamaño da letra:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Estabelecer o formato en:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -222,15 +222,15 @@ msgstr "lista viñeteada"
222
222
 
223
223
  msgctxt "The circle styled bulleted list element name displayed in the suggestion."
224
224
  msgid "ELEMENT_BULLETED_LIST_CIRCLE"
225
- msgstr ""
225
+ msgstr "lista con viñetas (círculo)"
226
226
 
227
227
  msgctxt "The disc styled bulleted list element name displayed in the suggestion."
228
228
  msgid "ELEMENT_BULLETED_LIST_DISC"
229
- msgstr ""
229
+ msgstr "lista con viñetas (disco)"
230
230
 
231
231
  msgctxt "The square styled bulleted list element name displayed in the suggestion."
232
232
  msgid "ELEMENT_BULLETED_LIST_SQUARE"
233
- msgstr ""
233
+ msgstr "lista con viñetas (cadrado)"
234
234
 
235
235
  msgctxt "The caption element name displayed in the suggestion."
236
236
  msgid "ELEMENT_CAPTION"
@@ -302,27 +302,27 @@ msgstr "lista numerada"
302
302
 
303
303
  msgctxt "The decimal styled numbered list element name displayed in the suggestion."
304
304
  msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
305
- msgstr ""
305
+ msgstr "lista numerada (decimal)"
306
306
 
307
307
  msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
308
308
  msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
309
- msgstr ""
309
+ msgstr "lista numerada (decimal con cero á esquerda)"
310
310
 
311
311
  msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
312
312
  msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
313
- msgstr ""
313
+ msgstr "lista numerada (carácter latino en minúscula)"
314
314
 
315
315
  msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
316
316
  msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
317
- msgstr ""
317
+ msgstr "lista numerada (número romano en minúscula)"
318
318
 
319
319
  msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
320
320
  msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
321
- msgstr ""
321
+ msgstr "lista numerada (carácter latino en maiúscula)"
322
322
 
323
323
  msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
324
324
  msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
325
- msgstr ""
325
+ msgstr "lista numerada (número romano en maiúscula)"
326
326
 
327
327
  msgctxt "The page break element name displayed in the suggestion."
328
328
  msgid "ELEMENT_PAGE_BREAK"
@@ -363,8 +363,8 @@ msgstr[1] "%0 columnas da táboa *con texto* %1"
363
363
  msgctxt "The table of contents element name displayed in the suggestion."
364
364
  msgid "ELEMENT_TABLE_OF_CONTENTS"
365
365
  msgid_plural "%0 tables of contents"
366
- msgstr[0] ""
367
- msgstr[1] ""
366
+ msgstr[0] "índice"
367
+ msgstr[1] "%0 índices"
368
368
 
369
369
  msgctxt "The table row element name displayed in the suggestion."
370
370
  msgid "ELEMENT_TABLE_ROW"
@@ -480,8 +480,8 @@ msgstr "Seguimento de cambios"
480
480
 
481
481
  msgctxt "The additional information that suggestion comes from external source."
482
482
  msgid "EXTERNAL_SUGGESTION"
483
- msgstr ""
483
+ msgstr "Esta suxestión provén dunha fonte externa."
484
484
 
485
485
  msgctxt "The additional information that suggestion comes from imported word file."
486
486
  msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
487
- msgstr ""
487
+ msgstr "Esta suxestión provén dun ficheiro de Word importado."
@@ -0,0 +1,487 @@
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Albanian (https://app.transifex.com/ckeditor/teams/11143/sq/)\n"
16
+ "Language: sq\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "A suggestion for changing an item to the provided one."
20
+ msgid "*Change to:* %0"
21
+ msgstr ""
22
+
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
27
+ msgctxt "A suggestion for checking a to-do list item."
28
+ msgid "*Check item*"
29
+ msgstr ""
30
+
31
+ msgctxt "A suggestion for setting inline formatting."
32
+ msgid "*Format:* %0"
33
+ msgstr ""
34
+
35
+ msgctxt "A suggestion for indenting an item."
36
+ msgid "*Indent:* %0"
37
+ msgstr ""
38
+
39
+ msgctxt "A suggestion for inserting an item."
40
+ msgid "*Insert:* %0"
41
+ msgstr ""
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
+
51
+ msgctxt "A suggestion for inserting an item into another item."
52
+ msgid "*Format:* insert into %0"
53
+ msgstr ""
54
+
55
+ msgctxt "A suggestion for removing item from another item."
56
+ msgid "*Format:* remove from %0"
57
+ msgstr ""
58
+
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr ""
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 ""
78
+
79
+ msgctxt "A suggestion for merging cells."
80
+ msgid "*Merge cells*"
81
+ msgstr ""
82
+
83
+ msgctxt "A suggestion for merging items."
84
+ msgid "*Merge:* %0"
85
+ msgstr ""
86
+
87
+ msgctxt "A suggestion for outdenting an item."
88
+ msgid "*Outdent:* %0"
89
+ msgstr ""
90
+
91
+ msgctxt "A suggestion for removing all formatting."
92
+ msgid "*Remove all formatting*"
93
+ msgstr ""
94
+
95
+ msgctxt "A suggestion for removing an inline format."
96
+ msgid "*Remove format:* %0"
97
+ msgstr ""
98
+
99
+ msgctxt "A suggestion for removing the highlight."
100
+ msgid "*Remove highlight*"
101
+ msgstr ""
102
+
103
+ msgctxt "A suggestion for removing image text alternative."
104
+ msgid "*Remove image text alternative*"
105
+ msgstr ""
106
+
107
+ msgctxt "A suggestion for removing the link."
108
+ msgid "*Remove link*"
109
+ msgstr "*Largoje linkun*"
110
+
111
+ msgctxt "A suggestion for removing an item."
112
+ msgid "*Remove:* %0"
113
+ msgstr ""
114
+
115
+ msgctxt "A suggestion for replacing table cells (table pasting)."
116
+ msgid "*Replace table cells*"
117
+ msgstr ""
118
+
119
+ msgctxt "A suggestion for resetting the font background color."
120
+ msgid "*Reset font background color*"
121
+ msgstr ""
122
+
123
+ msgctxt "A suggestion for resetting the font color."
124
+ msgid "*Reset font color*"
125
+ msgstr ""
126
+
127
+ msgctxt "A suggestion for resetting the font family."
128
+ msgid "*Reset font family*"
129
+ msgstr ""
130
+
131
+ msgctxt "A suggestion for resetting the font size."
132
+ msgid "*Reset font size*"
133
+ msgstr ""
134
+
135
+ msgctxt "A suggestion for resetting image width."
136
+ msgid "*Reset image width*"
137
+ msgstr ""
138
+
139
+ msgctxt "A suggestion for setting the font background color to %0."
140
+ msgid "*Set font background color:* %0"
141
+ msgstr ""
142
+
143
+ msgctxt "A suggestion for setting the font color to %0."
144
+ msgid "*Set font color:* %0"
145
+ msgstr ""
146
+
147
+ msgctxt "A suggestion for setting the font family to %0."
148
+ msgid "*Set font family:* %0"
149
+ msgstr ""
150
+
151
+ msgctxt "A suggestion for setting the font size to %0."
152
+ msgid "*Set font size:* %0"
153
+ msgstr ""
154
+
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
159
+ msgctxt "A suggestion for highlighting text."
160
+ msgid "*Set highlight:* %0"
161
+ msgstr ""
162
+
163
+ msgctxt "A suggestion for setting image text alternative to %0."
164
+ msgid "*Set image text alternative:* %0"
165
+ msgstr ""
166
+
167
+ msgctxt "A suggestion for setting the image width to %0."
168
+ msgid "*Set image width:* %0"
169
+ msgstr ""
170
+
171
+ msgctxt "A suggestion for setting the link URL."
172
+ msgid "*Set link:* %0"
173
+ msgstr ""
174
+
175
+ msgctxt "A suggestion for splitting cells horizontally."
176
+ msgid "*Split cell:* horizontally"
177
+ msgstr ""
178
+
179
+ msgctxt "A suggestion for splitting cells vertically."
180
+ msgid "*Split cell:* vertically"
181
+ msgstr ""
182
+
183
+ msgctxt "A suggestion for splitting the item."
184
+ msgid "*Split:* %0"
185
+ msgstr ""
186
+
187
+ msgctxt "A suggestion for unchecking a to-do list item."
188
+ msgid "*Uncheck item*"
189
+ msgstr ""
190
+
191
+ msgctxt "The label for the button which accepts all selected suggestions."
192
+ msgid "Accept all selected suggestions"
193
+ msgstr ""
194
+
195
+ msgctxt "The label for the button which accepts all suggestions."
196
+ msgid "Accept all suggestions"
197
+ msgstr ""
198
+
199
+ msgctxt "The label for the accept suggestion button."
200
+ msgid "Accept suggestion"
201
+ msgstr ""
202
+
203
+ msgctxt "The label for the button which discards all selected suggestions."
204
+ msgid "Discard all selected suggestions"
205
+ msgstr ""
206
+
207
+ msgctxt "The label for the button which discards all suggestions."
208
+ msgid "Discard all suggestions"
209
+ msgstr ""
210
+
211
+ msgctxt "The label for the discard suggestion button."
212
+ msgid "Discard suggestion"
213
+ msgstr ""
214
+
215
+ msgctxt "The block quote element name displayed in the suggestion."
216
+ msgid "ELEMENT_BLOCK_QUOTE"
217
+ msgstr ""
218
+
219
+ msgctxt "The bulleted list element name displayed in the suggestion."
220
+ msgid "ELEMENT_BULLETED_LIST"
221
+ msgstr ""
222
+
223
+ msgctxt "The circle styled bulleted list element name displayed in the suggestion."
224
+ msgid "ELEMENT_BULLETED_LIST_CIRCLE"
225
+ msgstr ""
226
+
227
+ msgctxt "The disc styled bulleted list element name displayed in the suggestion."
228
+ msgid "ELEMENT_BULLETED_LIST_DISC"
229
+ msgstr ""
230
+
231
+ msgctxt "The square styled bulleted list element name displayed in the suggestion."
232
+ msgid "ELEMENT_BULLETED_LIST_SQUARE"
233
+ msgstr ""
234
+
235
+ msgctxt "The caption element name displayed in the suggestion."
236
+ msgid "ELEMENT_CAPTION"
237
+ msgstr ""
238
+
239
+ msgctxt "The code block element name displayed in the suggestion."
240
+ msgid "ELEMENT_CODE_BLOCK"
241
+ msgid_plural "%0 code blocks"
242
+ msgstr[0] ""
243
+ msgstr[1] ""
244
+
245
+ msgctxt "The heading element name displayed in the suggestion."
246
+ msgid "ELEMENT_HEADING"
247
+ msgid_plural "%0 headings (level %1)"
248
+ msgstr[0] ""
249
+ msgstr[1] ""
250
+
251
+ msgctxt "The heading element name displayed in the suggestion with a custom title."
252
+ msgid "ELEMENT_HEADING_CUSTOM"
253
+ msgid_plural "%0 headings (%1)"
254
+ msgstr[0] ""
255
+ msgstr[1] ""
256
+
257
+ msgctxt "The horizontal line element name displayed in the suggestion."
258
+ msgid "ELEMENT_HORIZONTAL_LINE"
259
+ msgid_plural "%0 horizontal lines"
260
+ msgstr[0] ""
261
+ msgstr[1] ""
262
+
263
+ msgctxt "The HTML embed element name displayed in the suggestion."
264
+ msgid "ELEMENT_HTML_EMBED"
265
+ msgid_plural "%0 HTML embeds"
266
+ msgstr[0] ""
267
+ msgstr[1] ""
268
+
269
+ msgctxt "The image element name displayed in the suggestion."
270
+ msgid "ELEMENT_IMAGE"
271
+ msgid_plural "%0 images"
272
+ msgstr[0] ""
273
+ msgstr[1] ""
274
+
275
+ msgctxt "The inline image element name displayed in the suggestion."
276
+ msgid "ELEMENT_INLINE_IMAGE"
277
+ msgid_plural "%0 images"
278
+ msgstr[0] ""
279
+ msgstr[1] ""
280
+
281
+ msgctxt "The line break element name displayed in the suggestion."
282
+ msgid "ELEMENT_LINE_BREAK"
283
+ msgid_plural "%0 line breaks"
284
+ msgstr[0] ""
285
+ msgstr[1] ""
286
+
287
+ msgctxt "The list item element name displayed in the suggestion."
288
+ msgid "ELEMENT_LIST_ITEM"
289
+ msgid_plural "%0 list items"
290
+ msgstr[0] ""
291
+ msgstr[1] ""
292
+
293
+ msgctxt "The media element name displayed in the suggestion."
294
+ msgid "ELEMENT_MEDIA"
295
+ msgid_plural "%0 media items"
296
+ msgstr[0] ""
297
+ msgstr[1] ""
298
+
299
+ msgctxt "The numbered list element name displayed in the suggestion."
300
+ msgid "ELEMENT_NUMBERED_LIST"
301
+ msgstr ""
302
+
303
+ msgctxt "The decimal styled numbered list element name displayed in the suggestion."
304
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
305
+ msgstr ""
306
+
307
+ msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
308
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
309
+ msgstr ""
310
+
311
+ msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
312
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
313
+ msgstr ""
314
+
315
+ msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
316
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
317
+ msgstr ""
318
+
319
+ msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
320
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
321
+ msgstr ""
322
+
323
+ msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
324
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
325
+ msgstr ""
326
+
327
+ msgctxt "The page break element name displayed in the suggestion."
328
+ msgid "ELEMENT_PAGE_BREAK"
329
+ msgid_plural "%0 page breaks"
330
+ msgstr[0] ""
331
+ msgstr[1] ""
332
+
333
+ msgctxt "The paragraph element name displayed in the suggestion."
334
+ msgid "ELEMENT_PARAGRAPH"
335
+ msgid_plural "%0 paragraphs"
336
+ msgstr[0] ""
337
+ msgstr[1] ""
338
+
339
+ msgctxt "The space element name displayed in the suggestion."
340
+ msgid "ELEMENT_SPACE"
341
+ msgid_plural "%0 spaces"
342
+ msgstr[0] ""
343
+ msgstr[1] ""
344
+
345
+ msgctxt "The table element name displayed in the suggestion."
346
+ msgid "ELEMENT_TABLE"
347
+ msgid_plural "%0 tables"
348
+ msgstr[0] ""
349
+ msgstr[1] ""
350
+
351
+ msgctxt "The table column element name displayed in the suggestion."
352
+ msgid "ELEMENT_TABLE_COLUMN"
353
+ msgid_plural "%0 table columns"
354
+ msgstr[0] ""
355
+ msgstr[1] ""
356
+
357
+ msgctxt "The table column with text element name displayed in the suggestion."
358
+ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
359
+ msgid_plural "%0 table columns *with text* %1"
360
+ msgstr[0] ""
361
+ msgstr[1] ""
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
+
369
+ msgctxt "The table row element name displayed in the suggestion."
370
+ msgid "ELEMENT_TABLE_ROW"
371
+ msgid_plural "%0 table rows"
372
+ msgstr[0] ""
373
+ msgstr[1] ""
374
+
375
+ msgctxt "The table row with text element name displayed in the suggestion."
376
+ msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
377
+ msgid_plural "%0 table rows *with text* %1"
378
+ msgstr[0] ""
379
+ msgstr[1] ""
380
+
381
+ msgctxt "The table with text element name displayed in the suggestion."
382
+ msgid "ELEMENT_TABLE_WITH_TEXT"
383
+ msgstr ""
384
+
385
+ msgctxt "The title element name displayed in the suggestion."
386
+ msgid "ELEMENT_TITLE"
387
+ msgstr ""
388
+
389
+ msgctxt "The to-do list element name displayed in the suggestion."
390
+ msgid "ELEMENT_TODO_LIST"
391
+ msgstr ""
392
+
393
+ msgctxt "The align to center format name displayed in a format suggestion."
394
+ msgid "FORMAT_ALIGN_TO_CENTER"
395
+ msgstr ""
396
+
397
+ msgctxt "The align to left format name displayed in a format suggestion."
398
+ msgid "FORMAT_ALIGN_TO_LEFT"
399
+ msgstr "radhite majtas"
400
+
401
+ msgctxt "The align to right format name displayed in a format suggestion."
402
+ msgid "FORMAT_ALIGN_TO_RIGHT"
403
+ msgstr ""
404
+
405
+ msgctxt "The bold format name displayed in a format suggestion."
406
+ msgid "FORMAT_BOLD"
407
+ msgstr ""
408
+
409
+ msgctxt "The code format name displayed in a format suggestion."
410
+ msgid "FORMAT_CODE"
411
+ msgstr "kodi"
412
+
413
+ msgctxt "The header column format name displayed in a format suggestion."
414
+ msgid "FORMAT_HEADER_COLUMN"
415
+ msgstr ""
416
+
417
+ msgctxt "The header row format name displayed in a format suggestion."
418
+ msgid "FORMAT_HEADER_ROW"
419
+ msgstr ""
420
+
421
+ msgctxt "The highlight format name displayed in a format suggestion."
422
+ msgid "FORMAT_HIGHLIGHT"
423
+ msgstr ""
424
+
425
+ msgctxt "The italic format name displayed in a format suggestion."
426
+ msgid "FORMAT_ITALIC"
427
+ msgstr ""
428
+
429
+ msgctxt "The justify text format name displayed in a format suggestion."
430
+ msgid "FORMAT_JUSTIFY_TEXT"
431
+ msgstr ""
432
+
433
+ msgctxt "The regular column format name displayed in a format suggestion."
434
+ msgid "FORMAT_REGULAR_COLUMN"
435
+ msgstr ""
436
+
437
+ msgctxt "The regular row format name displayed in a format suggestion."
438
+ msgid "FORMAT_REGULAR_ROW"
439
+ msgstr ""
440
+
441
+ msgctxt "The label for area disabled in restricted editing area in a format suggestion."
442
+ msgid "FORMAT_RESTRICTED_DISABLED"
443
+ msgstr ""
444
+
445
+ msgctxt "The label for area enabled in restricted editing area in a format suggestion."
446
+ msgid "FORMAT_RESTRICTED_ENABLED"
447
+ msgstr ""
448
+
449
+ msgctxt "The side image format name displayed in a format suggestion."
450
+ msgid "FORMAT_SIDE_IMAGE"
451
+ msgstr ""
452
+
453
+ msgctxt "The strikethrough format name displayed in a format suggestion."
454
+ msgid "FORMAT_STRIKETHROUGH"
455
+ msgstr ""
456
+
457
+ msgctxt "The subscript format name displayed in a format suggestion."
458
+ msgid "FORMAT_SUBSCRIPT"
459
+ msgstr ""
460
+
461
+ msgctxt "The superscript format name displayed in a format suggestion."
462
+ msgid "FORMAT_SUPERSCRIPT"
463
+ msgstr ""
464
+
465
+ msgctxt "The underline format name displayed in a format suggestion."
466
+ msgid "FORMAT_UNDERLINE"
467
+ msgstr ""
468
+
469
+ msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
470
+ msgid "PENDING_ACTION_SUGGESTION"
471
+ msgstr ""
472
+
473
+ msgctxt "A suggestion for replacing one text with another."
474
+ msgid "REPLACE_TEXT"
475
+ msgstr ""
476
+
477
+ msgctxt "The label for the dropdown containing some options related to track changes."
478
+ msgid "Track changes"
479
+ msgstr ""
480
+
481
+ msgctxt "The additional information that suggestion comes from external source."
482
+ msgid "EXTERNAL_SUGGESTION"
483
+ msgstr ""
484
+
485
+ msgctxt "The additional information that suggestion comes from imported word file."
486
+ msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
487
+ msgstr ""