@ckeditor/ckeditor5-image 29.2.0 → 32.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 (134) hide show
  1. package/LICENSE.md +2 -2
  2. package/build/image.js +3 -3
  3. package/build/translations/bs.js +1 -0
  4. package/build/translations/cs.js +1 -1
  5. package/build/translations/es.js +1 -1
  6. package/build/translations/id.js +1 -1
  7. package/build/translations/nl.js +1 -1
  8. package/build/translations/pt-br.js +1 -1
  9. package/build/translations/sr-latn.js +1 -1
  10. package/build/translations/sr.js +1 -1
  11. package/build/translations/uz.js +1 -0
  12. package/build/translations/zh-cn.js +1 -1
  13. package/build/translations/zh.js +1 -1
  14. package/ckeditor5-metadata.json +1 -0
  15. package/lang/translations/ar.po +1 -1
  16. package/lang/translations/ast.po +1 -1
  17. package/lang/translations/az.po +1 -1
  18. package/lang/translations/bg.po +1 -1
  19. package/lang/translations/bs.po +113 -0
  20. package/lang/translations/cs.po +4 -4
  21. package/lang/translations/da.po +1 -1
  22. package/lang/translations/de-ch.po +1 -1
  23. package/lang/translations/de.po +1 -1
  24. package/lang/translations/el.po +1 -1
  25. package/lang/translations/en-au.po +1 -1
  26. package/lang/translations/en-gb.po +1 -1
  27. package/lang/translations/en.po +1 -1
  28. package/lang/translations/eo.po +1 -1
  29. package/lang/translations/es.po +6 -6
  30. package/lang/translations/et.po +1 -1
  31. package/lang/translations/eu.po +1 -1
  32. package/lang/translations/fa.po +1 -1
  33. package/lang/translations/fi.po +1 -1
  34. package/lang/translations/fr.po +1 -1
  35. package/lang/translations/gl.po +1 -1
  36. package/lang/translations/he.po +1 -1
  37. package/lang/translations/hi.po +1 -1
  38. package/lang/translations/hr.po +1 -1
  39. package/lang/translations/hu.po +1 -1
  40. package/lang/translations/id.po +4 -4
  41. package/lang/translations/it.po +1 -1
  42. package/lang/translations/ja.po +1 -1
  43. package/lang/translations/km.po +1 -1
  44. package/lang/translations/kn.po +1 -1
  45. package/lang/translations/ko.po +1 -1
  46. package/lang/translations/ku.po +1 -1
  47. package/lang/translations/lt.po +1 -1
  48. package/lang/translations/lv.po +1 -1
  49. package/lang/translations/nb.po +1 -1
  50. package/lang/translations/ne.po +1 -1
  51. package/lang/translations/nl.po +3 -3
  52. package/lang/translations/no.po +1 -1
  53. package/lang/translations/pl.po +1 -1
  54. package/lang/translations/pt-br.po +6 -6
  55. package/lang/translations/pt.po +1 -1
  56. package/lang/translations/ro.po +1 -1
  57. package/lang/translations/ru.po +1 -1
  58. package/lang/translations/si.po +1 -1
  59. package/lang/translations/sk.po +1 -1
  60. package/lang/translations/sq.po +1 -1
  61. package/lang/translations/sr-latn.po +4 -4
  62. package/lang/translations/sr.po +4 -4
  63. package/lang/translations/sv.po +1 -1
  64. package/lang/translations/th.po +1 -1
  65. package/lang/translations/tk.po +1 -1
  66. package/lang/translations/tr.po +1 -1
  67. package/lang/translations/ug.po +1 -1
  68. package/lang/translations/uk.po +1 -1
  69. package/lang/translations/uz.po +113 -0
  70. package/lang/translations/vi.po +1 -1
  71. package/lang/translations/zh-cn.po +2 -2
  72. package/lang/translations/zh.po +5 -5
  73. package/package.json +34 -34
  74. package/src/autoimage.js +5 -2
  75. package/src/image/converters.js +9 -9
  76. package/src/image/imageblockediting.js +5 -2
  77. package/src/image/imageediting.js +1 -1
  78. package/src/image/imageinlineediting.js +6 -2
  79. package/src/image/imageloadobserver.js +1 -1
  80. package/src/image/imagetypecommand.js +1 -1
  81. package/src/image/insertimagecommand.js +1 -1
  82. package/src/image/ui/utils.js +3 -2
  83. package/src/image/utils.js +5 -10
  84. package/src/image.js +1 -1
  85. package/src/imageblock.js +1 -1
  86. package/src/imagecaption/imagecaptionediting.js +3 -13
  87. package/src/imagecaption/imagecaptionui.js +1 -1
  88. package/src/imagecaption/toggleimagecaptioncommand.js +1 -1
  89. package/src/imagecaption/utils.js +1 -1
  90. package/src/imagecaption.js +1 -1
  91. package/src/imageinline.js +1 -1
  92. package/src/imageinsert/imageinsertui.js +1 -1
  93. package/src/imageinsert/ui/imageinsertformrowview.js +1 -1
  94. package/src/imageinsert/ui/imageinsertpanelview.js +11 -1
  95. package/src/imageinsert/utils.js +1 -1
  96. package/src/imageinsert.js +1 -1
  97. package/src/imageresize/imageresizebuttons.js +1 -1
  98. package/src/imageresize/imageresizeediting.js +1 -1
  99. package/src/imageresize/imageresizehandles.js +1 -1
  100. package/src/imageresize/resizeimagecommand.js +1 -1
  101. package/src/imageresize.js +1 -1
  102. package/src/imagestyle/converters.js +3 -2
  103. package/src/imagestyle/imagestylecommand.js +1 -1
  104. package/src/imagestyle/imagestyleediting.js +1 -1
  105. package/src/imagestyle/imagestyleui.js +1 -1
  106. package/src/imagestyle/utils.js +1 -1
  107. package/src/imagestyle.js +1 -1
  108. package/src/imagetextalternative/imagetextalternativecommand.js +1 -1
  109. package/src/imagetextalternative/imagetextalternativeediting.js +1 -1
  110. package/src/imagetextalternative/imagetextalternativeui.js +1 -1
  111. package/src/imagetextalternative/ui/textalternativeformview.js +11 -1
  112. package/src/imagetextalternative.js +1 -1
  113. package/src/imagetoolbar.js +1 -1
  114. package/src/imageupload/imageuploadediting.js +7 -7
  115. package/src/imageupload/imageuploadprogress.js +4 -4
  116. package/src/imageupload/imageuploadui.js +1 -1
  117. package/src/imageupload/uploadimagecommand.js +1 -1
  118. package/src/imageupload/utils.js +1 -1
  119. package/src/imageupload.js +1 -1
  120. package/src/imageutils.js +1 -1
  121. package/src/index.js +1 -1
  122. package/src/pictureediting.js +1 -1
  123. package/theme/image.css +1 -1
  124. package/theme/imagecaption.css +1 -1
  125. package/theme/imageinsert.css +1 -1
  126. package/theme/imageinsertformrowview.css +1 -1
  127. package/theme/imageresize.css +1 -1
  128. package/theme/imagestyle.css +1 -1
  129. package/theme/imageuploadicon.css +1 -1
  130. package/theme/imageuploadloader.css +1 -1
  131. package/theme/imageuploadprogress.css +1 -1
  132. package/theme/textalternativeform.css +1 -1
  133. package/CHANGELOG.md +0 -423
  134. package/theme/icons/image_placeholder.svg +0 -1
@@ -0,0 +1,113 @@
1
+ # Copyright (c) 2003-2022, 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: Bosnian (https://www.transifex.com/ckeditor/teams/11143/bs/)\n"
16
+ "Language: bs\n"
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
+
19
+ msgctxt "The label for the image widget."
20
+ msgid "image widget"
21
+ msgstr ""
22
+
23
+ msgctxt "The label for the image style button that wraps text around the image."
24
+ msgid "Wrap text"
25
+ msgstr "Prelomi tekst"
26
+
27
+ msgctxt "The label for the image style button that breaks the text around the image."
28
+ msgid "Break text"
29
+ msgstr ""
30
+
31
+ msgctxt "The label for the image style button that places the image inside the line of text."
32
+ msgid "In line"
33
+ msgstr ""
34
+
35
+ msgctxt "The label for the Side image option."
36
+ msgid "Side image"
37
+ msgstr ""
38
+
39
+ msgctxt "The label for the Full size image option."
40
+ msgid "Full size image"
41
+ msgstr ""
42
+
43
+ msgctxt "The label for the Left aligned image option."
44
+ msgid "Left aligned image"
45
+ msgstr "Lijevo poravnata slika"
46
+
47
+ msgctxt "The label for the Centered image option."
48
+ msgid "Centered image"
49
+ msgstr "Centrirana slika"
50
+
51
+ msgctxt "The label for the Right aligned image option."
52
+ msgid "Right aligned image"
53
+ msgstr "Desno poravnata slika"
54
+
55
+ msgctxt "The label for the Change image text alternative button."
56
+ msgid "Change image text alternative"
57
+ msgstr "Promijeni ALT atribut za sliku"
58
+
59
+ msgctxt "The label for the image text alternative input."
60
+ msgid "Text alternative"
61
+ msgstr "ALT atribut"
62
+
63
+ msgctxt "The placeholder text for the image caption displayed when the caption is empty."
64
+ msgid "Enter image caption"
65
+ msgstr "Unesi naziv slike"
66
+
67
+ msgctxt "The label for the insert image toolbar button."
68
+ msgid "Insert image"
69
+ msgstr "Umetni sliku"
70
+
71
+ msgctxt "The title of the notification displayed when upload fails."
72
+ msgid "Upload failed"
73
+ msgstr "Učitavanje slike nije uspjelo"
74
+
75
+ msgctxt "The label used by assistive technologies describing an image toolbar attached to an image widget."
76
+ msgid "Image toolbar"
77
+ msgstr ""
78
+
79
+ msgctxt "The label used for the dropdown in the image toolbar containing defined resize options."
80
+ msgid "Resize image"
81
+ msgstr "Promijeni veličinu slike"
82
+
83
+ msgctxt "The label used for the standalone resize options buttons in the image toolbar."
84
+ msgid "Resize image to %0"
85
+ msgstr ""
86
+
87
+ msgctxt "The accessibility label of the standalone image resize reset option button in the image toolbar for screen readers."
88
+ msgid "Resize image to the original size"
89
+ msgstr "Postavi originalnu veličinu slike"
90
+
91
+ msgctxt "The default label for the resize option that resets the size of the image."
92
+ msgid "Original"
93
+ msgstr "Original"
94
+
95
+ msgctxt "The accessibility label of the image resize dropdown for screen readers."
96
+ msgid "Image resize list"
97
+ msgstr "Lista veličina slike"
98
+
99
+ msgctxt "The label of the form submit button if the image source URL input has no value."
100
+ msgid "Insert"
101
+ msgstr "Umetni"
102
+
103
+ msgctxt "The label of the form submit button if the image source URL input has a value."
104
+ msgid "Update"
105
+ msgstr "Ažuriraj"
106
+
107
+ msgctxt "The input label for the Insert image via URL form."
108
+ msgid "Insert image via URL"
109
+ msgstr "Umetni sliku preko URLa"
110
+
111
+ msgctxt "The input label for the Insert image via URL form for a pre-existing image."
112
+ msgid "Update image URL"
113
+ msgstr "Ažuriraj URL slike"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -22,15 +22,15 @@ msgstr "ovládací prvek obrázku"
22
22
 
23
23
  msgctxt "The label for the image style button that wraps text around the image."
24
24
  msgid "Wrap text"
25
- msgstr ""
25
+ msgstr "Text nahoře a dole"
26
26
 
27
27
  msgctxt "The label for the image style button that breaks the text around the image."
28
28
  msgid "Break text"
29
- msgstr ""
29
+ msgstr "Obtékání textu"
30
30
 
31
31
  msgctxt "The label for the image style button that places the image inside the line of text."
32
32
  msgid "In line"
33
- msgstr ""
33
+ msgstr "Rovnoběžně s textem"
34
34
 
35
35
  msgctxt "The label for the Side image option."
36
36
  msgid "Side image"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -90,7 +90,7 @@ msgstr ""
90
90
 
91
91
  msgctxt "The default label for the resize option that resets the size of the image."
92
92
  msgid "Original"
93
- msgstr ""
93
+ msgstr "Original"
94
94
 
95
95
  msgctxt "The accessibility label of the image resize dropdown for screen readers."
96
96
  msgid "Image resize list"
@@ -98,16 +98,16 @@ msgstr ""
98
98
 
99
99
  msgctxt "The label of the form submit button if the image source URL input has no value."
100
100
  msgid "Insert"
101
- msgstr ""
101
+ msgstr "Insertar"
102
102
 
103
103
  msgctxt "The label of the form submit button if the image source URL input has a value."
104
104
  msgid "Update"
105
- msgstr ""
105
+ msgstr "Actualizar"
106
106
 
107
107
  msgctxt "The input label for the Insert image via URL form."
108
108
  msgid "Insert image via URL"
109
- msgstr ""
109
+ msgstr "Insertar imagen vía URL"
110
110
 
111
111
  msgctxt "The input label for the Insert image via URL form for a pre-existing image."
112
112
  msgid "Update image URL"
113
- msgstr ""
113
+ msgstr "Actualizar imagen vía URL"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -22,15 +22,15 @@ msgstr "widget gambar"
22
22
 
23
23
  msgctxt "The label for the image style button that wraps text around the image."
24
24
  msgid "Wrap text"
25
- msgstr ""
25
+ msgstr "Bungkus teks"
26
26
 
27
27
  msgctxt "The label for the image style button that breaks the text around the image."
28
28
  msgid "Break text"
29
- msgstr ""
29
+ msgstr "Pecahkan teks"
30
30
 
31
31
  msgctxt "The label for the image style button that places the image inside the line of text."
32
32
  msgid "In line"
33
- msgstr ""
33
+ msgstr "Sebaris"
34
34
 
35
35
  msgctxt "The label for the Side image option."
36
36
  msgid "Side image"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -90,7 +90,7 @@ msgstr ""
90
90
 
91
91
  msgctxt "The default label for the resize option that resets the size of the image."
92
92
  msgid "Original"
93
- msgstr ""
93
+ msgstr "Origineel"
94
94
 
95
95
  msgctxt "The accessibility label of the image resize dropdown for screen readers."
96
96
  msgid "Image resize list"
@@ -98,7 +98,7 @@ msgstr ""
98
98
 
99
99
  msgctxt "The label of the form submit button if the image source URL input has no value."
100
100
  msgid "Insert"
101
- msgstr ""
101
+ msgstr "Invoegen"
102
102
 
103
103
  msgctxt "The label of the form submit button if the image source URL input has a value."
104
104
  msgid "Update"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -22,15 +22,15 @@ msgstr "Ferramenta de imagem"
22
22
 
23
23
  msgctxt "The label for the image style button that wraps text around the image."
24
24
  msgid "Wrap text"
25
- msgstr ""
25
+ msgstr "Texto ao redor"
26
26
 
27
27
  msgctxt "The label for the image style button that breaks the text around the image."
28
28
  msgid "Break text"
29
- msgstr ""
29
+ msgstr "Quebrar texto"
30
30
 
31
31
  msgctxt "The label for the image style button that places the image inside the line of text."
32
32
  msgid "In line"
33
- msgstr ""
33
+ msgstr "Na linha"
34
34
 
35
35
  msgctxt "The label for the Side image option."
36
36
  msgid "Side image"
@@ -82,7 +82,7 @@ msgstr "Redimensionar imagem"
82
82
 
83
83
  msgctxt "The label used for the standalone resize options buttons in the image toolbar."
84
84
  msgid "Resize image to %0"
85
- msgstr "Redimensionar a imagem para 0%"
85
+ msgstr "Redimensionar a imagem para %0"
86
86
 
87
87
  msgctxt "The accessibility label of the standalone image resize reset option button in the image toolbar for screen readers."
88
88
  msgid "Resize image to the original size"
@@ -110,4 +110,4 @@ msgstr "Inserir imagem via URL"
110
110
 
111
111
  msgctxt "The input label for the Insert image via URL form for a pre-existing image."
112
112
  msgid "Update image URL"
113
- msgstr ""
113
+ msgstr "Atualizar URL da imagem"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -22,15 +22,15 @@ msgstr "modul sa slikom"
22
22
 
23
23
  msgctxt "The label for the image style button that wraps text around the image."
24
24
  msgid "Wrap text"
25
- msgstr ""
25
+ msgstr "Prelomiti tekst"
26
26
 
27
27
  msgctxt "The label for the image style button that breaks the text around the image."
28
28
  msgid "Break text"
29
- msgstr ""
29
+ msgstr "Prelom teksta"
30
30
 
31
31
  msgctxt "The label for the image style button that places the image inside the line of text."
32
32
  msgid "In line"
33
- msgstr ""
33
+ msgstr "U redu"
34
34
 
35
35
  msgctxt "The label for the Side image option."
36
36
  msgid "Side image"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -22,15 +22,15 @@ msgstr "модул са сликом"
22
22
 
23
23
  msgctxt "The label for the image style button that wraps text around the image."
24
24
  msgid "Wrap text"
25
- msgstr ""
25
+ msgstr "Преломити текст"
26
26
 
27
27
  msgctxt "The label for the image style button that breaks the text around the image."
28
28
  msgid "Break text"
29
- msgstr ""
29
+ msgstr "Прелом текста"
30
30
 
31
31
  msgctxt "The label for the image style button that places the image inside the line of text."
32
32
  msgid "In line"
33
- msgstr ""
33
+ msgstr "У реду"
34
34
 
35
35
  msgctxt "The label for the Side image option."
36
36
  msgid "Side image"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #