@dangl/angular-material-shared 2.2.0 → 2.3.0-beta0037

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 (172) hide show
  1. package/{esm2015/dangl-angular-material-shared.js → esm2020/dangl-angular-material-shared.mjs} +0 -0
  2. package/esm2020/lib/angular-material-shared.module.mjs +38 -0
  3. package/esm2020/lib/components/footer/footer.component.mjs +33 -0
  4. package/esm2020/lib/components/header/header.component.mjs +80 -0
  5. package/esm2020/lib/components/tiny-mce/tiny-mce.component.mjs +104 -0
  6. package/{esm2015/lib/models/footer-options.js → esm2020/lib/models/footer-options.mjs} +0 -0
  7. package/{esm2015/lib/utils/guid-generator.js → esm2020/lib/utils/guid-generator.mjs} +0 -0
  8. package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
  9. package/fesm2015/dangl-angular-material-shared.mjs +292 -0
  10. package/fesm2015/dangl-angular-material-shared.mjs.map +1 -0
  11. package/fesm2020/dangl-angular-material-shared.mjs +290 -0
  12. package/fesm2020/dangl-angular-material-shared.mjs.map +1 -0
  13. package/{dangl-angular-material-shared.d.ts → index.d.ts} +1 -0
  14. package/lib/angular-material-shared.module.d.ts +12 -0
  15. package/lib/components/footer/footer.component.d.ts +3 -0
  16. package/lib/components/header/header.component.d.ts +3 -0
  17. package/lib/components/tiny-mce/tiny-mce.component.d.ts +3 -0
  18. package/package.json +28 -16
  19. package/styles/material-style.scss +1 -1
  20. package/styles/material-theme.scss +4 -3
  21. package/styles/material-variables.scss +9 -8
  22. package/tinymce-assets/icons/default/icons.js +11 -1
  23. package/tinymce-assets/icons/default/icons.min.js +1 -1
  24. package/tinymce-assets/langs/cs.js +118 -75
  25. package/tinymce-assets/langs/cy.js +61 -18
  26. package/tinymce-assets/langs/da.js +60 -17
  27. package/tinymce-assets/langs/de.js +60 -17
  28. package/tinymce-assets/langs/eo.js +334 -138
  29. package/tinymce-assets/langs/es_ES.js +32 -2
  30. package/tinymce-assets/langs/fa.js +60 -17
  31. package/tinymce-assets/langs/fa_IR.js +31 -1
  32. package/tinymce-assets/langs/fr_FR.js +60 -17
  33. package/tinymce-assets/langs/hu_HU.js +60 -17
  34. package/tinymce-assets/langs/ja.js +60 -17
  35. package/tinymce-assets/langs/ko_KR.js +3 -3
  36. package/tinymce-assets/langs/nb_NO.js +61 -18
  37. package/tinymce-assets/langs/nl.js +60 -17
  38. package/tinymce-assets/langs/pl.js +60 -17
  39. package/tinymce-assets/langs/pt_BR.js +60 -17
  40. package/tinymce-assets/langs/pt_PT.js +60 -17
  41. package/tinymce-assets/langs/ro.js +60 -17
  42. package/tinymce-assets/langs/ro_RO.js +32 -2
  43. package/tinymce-assets/langs/ru.js +60 -17
  44. package/tinymce-assets/langs/ru_RU.js +445 -0
  45. package/tinymce-assets/langs/sl.js +59 -14
  46. package/tinymce-assets/langs/ta.js +60 -17
  47. package/tinymce-assets/langs/ta_IN.js +60 -17
  48. package/tinymce-assets/langs/th_TH.js +60 -17
  49. package/tinymce-assets/langs/tr_TR.js +81 -8
  50. package/tinymce-assets/langs/vi.js +179 -21
  51. package/tinymce-assets/langs/zh_CN.js +60 -17
  52. package/tinymce-assets/plugins/advlist/plugin.js +29 -48
  53. package/tinymce-assets/plugins/advlist/plugin.min.js +2 -2
  54. package/tinymce-assets/plugins/anchor/plugin.js +8 -8
  55. package/tinymce-assets/plugins/anchor/plugin.min.js +2 -2
  56. package/tinymce-assets/plugins/autolink/plugin.js +58 -30
  57. package/tinymce-assets/plugins/autolink/plugin.min.js +2 -2
  58. package/tinymce-assets/plugins/autoresize/plugin.js +25 -12
  59. package/tinymce-assets/plugins/autoresize/plugin.min.js +2 -2
  60. package/tinymce-assets/plugins/autosave/plugin.js +9 -9
  61. package/tinymce-assets/plugins/autosave/plugin.min.js +2 -2
  62. package/tinymce-assets/plugins/bbcode/plugin.js +6 -6
  63. package/tinymce-assets/plugins/bbcode/plugin.min.js +2 -2
  64. package/tinymce-assets/plugins/charmap/plugin.js +39 -49
  65. package/tinymce-assets/plugins/charmap/plugin.min.js +2 -2
  66. package/tinymce-assets/plugins/code/plugin.js +9 -10
  67. package/tinymce-assets/plugins/code/plugin.min.js +2 -2
  68. package/tinymce-assets/plugins/codesample/plugin.js +1921 -1914
  69. package/tinymce-assets/plugins/codesample/plugin.min.js +2 -2
  70. package/tinymce-assets/plugins/colorpicker/plugin.js +1 -2
  71. package/tinymce-assets/plugins/colorpicker/plugin.min.js +2 -2
  72. package/tinymce-assets/plugins/contextmenu/plugin.js +1 -2
  73. package/tinymce-assets/plugins/contextmenu/plugin.min.js +2 -2
  74. package/tinymce-assets/plugins/directionality/plugin.js +186 -53
  75. package/tinymce-assets/plugins/directionality/plugin.min.js +2 -2
  76. package/tinymce-assets/plugins/emoticons/js/emojiimages.js +1572 -1572
  77. package/tinymce-assets/plugins/emoticons/js/emojiimages.min.js +1 -1
  78. package/tinymce-assets/plugins/emoticons/js/emojis.js +1572 -1572
  79. package/tinymce-assets/plugins/emoticons/js/emojis.min.js +1 -1
  80. package/tinymce-assets/plugins/emoticons/plugin.js +231 -200
  81. package/tinymce-assets/plugins/emoticons/plugin.min.js +2 -2
  82. package/tinymce-assets/plugins/fullpage/plugin.js +42 -42
  83. package/tinymce-assets/plugins/fullpage/plugin.min.js +2 -2
  84. package/tinymce-assets/plugins/fullscreen/plugin.js +496 -129
  85. package/tinymce-assets/plugins/fullscreen/plugin.min.js +2 -2
  86. package/tinymce-assets/plugins/help/plugin.js +101 -122
  87. package/tinymce-assets/plugins/help/plugin.min.js +2 -2
  88. package/tinymce-assets/plugins/hr/plugin.js +9 -10
  89. package/tinymce-assets/plugins/hr/plugin.min.js +2 -2
  90. package/tinymce-assets/plugins/image/plugin.js +78 -73
  91. package/tinymce-assets/plugins/image/plugin.min.js +2 -2
  92. package/tinymce-assets/plugins/imagetools/plugin.js +484 -307
  93. package/tinymce-assets/plugins/imagetools/plugin.min.js +2 -2
  94. package/tinymce-assets/plugins/importcss/plugin.js +50 -51
  95. package/tinymce-assets/plugins/importcss/plugin.min.js +2 -2
  96. package/tinymce-assets/plugins/insertdatetime/plugin.js +22 -17
  97. package/tinymce-assets/plugins/insertdatetime/plugin.min.js +2 -2
  98. package/tinymce-assets/plugins/legacyoutput/plugin.js +8 -8
  99. package/tinymce-assets/plugins/legacyoutput/plugin.min.js +2 -2
  100. package/tinymce-assets/plugins/link/plugin.js +131 -125
  101. package/tinymce-assets/plugins/link/plugin.min.js +2 -2
  102. package/tinymce-assets/plugins/lists/plugin.js +256 -229
  103. package/tinymce-assets/plugins/lists/plugin.min.js +2 -2
  104. package/tinymce-assets/plugins/media/plugin.js +124 -147
  105. package/tinymce-assets/plugins/media/plugin.min.js +2 -2
  106. package/tinymce-assets/plugins/nonbreaking/plugin.js +13 -14
  107. package/tinymce-assets/plugins/nonbreaking/plugin.min.js +2 -2
  108. package/tinymce-assets/plugins/noneditable/plugin.js +6 -6
  109. package/tinymce-assets/plugins/noneditable/plugin.min.js +2 -2
  110. package/tinymce-assets/plugins/pagebreak/plugin.js +16 -17
  111. package/tinymce-assets/plugins/pagebreak/plugin.min.js +2 -2
  112. package/tinymce-assets/plugins/paste/plugin.js +196 -157
  113. package/tinymce-assets/plugins/paste/plugin.min.js +2 -2
  114. package/tinymce-assets/plugins/preview/plugin.js +13 -14
  115. package/tinymce-assets/plugins/preview/plugin.min.js +2 -2
  116. package/tinymce-assets/plugins/print/plugin.js +13 -14
  117. package/tinymce-assets/plugins/print/plugin.min.js +2 -2
  118. package/tinymce-assets/plugins/quickbars/plugin.js +33 -48
  119. package/tinymce-assets/plugins/quickbars/plugin.min.js +2 -2
  120. package/tinymce-assets/plugins/save/plugin.js +9 -8
  121. package/tinymce-assets/plugins/save/plugin.min.js +2 -2
  122. package/tinymce-assets/plugins/searchreplace/plugin.js +73 -70
  123. package/tinymce-assets/plugins/searchreplace/plugin.min.js +2 -2
  124. package/tinymce-assets/plugins/spellchecker/plugin.js +22 -23
  125. package/tinymce-assets/plugins/spellchecker/plugin.min.js +2 -2
  126. package/tinymce-assets/plugins/tabfocus/plugin.js +21 -20
  127. package/tinymce-assets/plugins/tabfocus/plugin.min.js +2 -2
  128. package/tinymce-assets/plugins/table/plugin.js +2831 -2264
  129. package/tinymce-assets/plugins/table/plugin.min.js +2 -2
  130. package/tinymce-assets/plugins/template/plugin.js +84 -70
  131. package/tinymce-assets/plugins/template/plugin.min.js +2 -2
  132. package/tinymce-assets/plugins/textcolor/plugin.js +1 -2
  133. package/tinymce-assets/plugins/textcolor/plugin.min.js +2 -2
  134. package/tinymce-assets/plugins/textpattern/plugin.js +76 -96
  135. package/tinymce-assets/plugins/textpattern/plugin.min.js +2 -2
  136. package/tinymce-assets/plugins/toc/plugin.js +31 -29
  137. package/tinymce-assets/plugins/toc/plugin.min.js +2 -2
  138. package/tinymce-assets/plugins/visualblocks/plugin.js +10 -11
  139. package/tinymce-assets/plugins/visualblocks/plugin.min.js +2 -2
  140. package/tinymce-assets/plugins/visualchars/plugin.js +52 -67
  141. package/tinymce-assets/plugins/visualchars/plugin.min.js +2 -2
  142. package/tinymce-assets/plugins/wordcount/plugin.js +67 -58
  143. package/tinymce-assets/plugins/wordcount/plugin.min.js +2 -2
  144. package/tinymce-assets/skins/ui/oxide/content.css +1 -1
  145. package/tinymce-assets/skins/ui/oxide/content.inline.css +1 -1
  146. package/tinymce-assets/skins/ui/oxide/content.inline.min.css +1 -1
  147. package/tinymce-assets/skins/ui/oxide/content.min.css +1 -1
  148. package/tinymce-assets/skins/ui/oxide/skin.css +35 -22
  149. package/tinymce-assets/skins/ui/oxide/skin.min.css +1 -1
  150. package/tinymce-assets/skins/ui/oxide/skin.shadowdom.css +7 -7
  151. package/tinymce-assets/skins/ui/oxide/skin.shadowdom.min.css +1 -1
  152. package/tinymce-assets/skins/ui/oxide-dark/content.css +1 -1
  153. package/tinymce-assets/skins/ui/oxide-dark/content.inline.css +1 -1
  154. package/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +1 -1
  155. package/tinymce-assets/skins/ui/oxide-dark/content.min.css +1 -1
  156. package/tinymce-assets/skins/ui/oxide-dark/skin.css +35 -22
  157. package/tinymce-assets/skins/ui/oxide-dark/skin.min.css +1 -1
  158. package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.css +7 -7
  159. package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
  160. package/tinymce-assets/themes/mobile/theme.js +2798 -3255
  161. package/tinymce-assets/themes/mobile/theme.min.js +2 -2
  162. package/tinymce-assets/themes/silver/theme.js +25400 -25371
  163. package/tinymce-assets/themes/silver/theme.min.js +2 -2
  164. package/bundles/dangl-angular-material-shared.umd.js +0 -285
  165. package/bundles/dangl-angular-material-shared.umd.js.map +0 -1
  166. package/dangl-angular-material-shared.metadata.json +0 -1
  167. package/esm2015/lib/angular-material-shared.module.js +0 -25
  168. package/esm2015/lib/components/footer/footer.component.js +0 -27
  169. package/esm2015/lib/components/header/header.component.js +0 -67
  170. package/esm2015/lib/components/tiny-mce/tiny-mce.component.js +0 -100
  171. package/fesm2015/dangl-angular-material-shared.js +0 -259
  172. package/fesm2015/dangl-angular-material-shared.js.map +0 -1
@@ -85,6 +85,7 @@ tinymce.addI18n('ja',{
85
85
  "B": "B",
86
86
  "Left to right": "\u5de6\u304b\u3089\u53f3",
87
87
  "Right to left": "\u53f3\u304b\u3089\u5de6",
88
+ "Emoticons": "\u7d75\u6587\u5b57",
88
89
  "Emoticons...": "\u7d75\u6587\u5b57...",
89
90
  "Metadata and Document Properties": "\u30e1\u30bf\u30c7\u30fc\u30bf\u3068\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30d7\u30ed\u30d1\u30c6\u30a3",
90
91
  "Title": "\u30bf\u30a4\u30c8\u30eb",
@@ -113,7 +114,9 @@ tinymce.addI18n('ja',{
113
114
  "Handy Shortcuts": "\u4fbf\u5229\u306a\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8",
114
115
  "Horizontal line": "\u6c34\u5e73\u7f6b\u7dda",
115
116
  "Insert\/edit image": "\u753b\u50cf\u306e\u633f\u5165\u30fb\u7de8\u96c6",
116
- "Image description": "\u753b\u50cf\u306e\u8aac\u660e\u6587",
117
+ "Alternative description": "\u4ee3\u66ff\u306e\u8aac\u660e\u6587",
118
+ "Accessibility": "\u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3",
119
+ "Image is decorative": "\u753b\u50cf\u306f\u88c5\u98fe\u753b\u50cf",
117
120
  "Source": "\u753b\u50cf\u306e\u30bd\u30fc\u30b9",
118
121
  "Dimensions": "\u753b\u50cf\u30b5\u30a4\u30ba\uff08\u6a2a\u30fb\u7e26\uff09",
119
122
  "Constrain proportions": "\u7e26\u6a2a\u6bd4\u3092\u4fdd\u6301\u3059\u308b",
@@ -147,7 +150,6 @@ tinymce.addI18n('ja',{
147
150
  "Back": "\u623b\u308b",
148
151
  "Insert date\/time": "\u65e5\u4ed8\u30fb\u6642\u523b",
149
152
  "Date\/time": "\u65e5\u4ed8\u30fb\u6642\u523b",
150
- "Insert\/Edit Link": "\u30ea\u30f3\u30af\u306e\u633f\u5165\/\u7de8\u96c6",
151
153
  "Insert\/edit link": "\u30ea\u30f3\u30af\u306e\u633f\u5165\u30fb\u7de8\u96c6",
152
154
  "Text to display": "\u30ea\u30f3\u30af\u5143\u30c6\u30ad\u30b9\u30c8",
153
155
  "Url": "\u30ea\u30f3\u30af\u5148URL",
@@ -155,12 +157,14 @@ tinymce.addI18n('ja',{
155
157
  "Current window": "\u540c\u3058\u30a6\u30a3\u30f3\u30c9\u30a6",
156
158
  "None": "\u306a\u3057",
157
159
  "New window": "\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6",
160
+ "Open link": "\u30ea\u30f3\u30af\u3092\u958b\u304f",
158
161
  "Remove link": "\u30ea\u30f3\u30af\u306e\u524a\u9664",
159
162
  "Anchors": "\u30a2\u30f3\u30ab\u30fc\uff08\u30ea\u30f3\u30af\u306e\u5230\u9054\u70b9\uff09",
160
163
  "Link...": "\u30ea\u30f3\u30af...",
161
164
  "Paste or type a link": "\u30ea\u30f3\u30af\u3092\u30da\u30fc\u30b9\u30c8\u307e\u305f\u306f\u5165\u529b",
162
165
  "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u3088\u3046\u3067\u3059\u3002\u300cmailto:\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f",
163
166
  "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002\u300chttp:\/\/\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f",
167
+ "The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002\u5fc5\u8981\u306a\u300chttps:\/\/\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f",
164
168
  "Link list": "\u30ea\u30f3\u30af\u4e00\u89a7",
165
169
  "Insert video": "\u52d5\u753b",
166
170
  "Insert\/edit video": "\u52d5\u753b\u306e\u633f\u5165\u30fb\u7de8\u96c6",
@@ -183,11 +187,15 @@ tinymce.addI18n('ja',{
183
187
  "Replace all": "\u5168\u3066\u3092\u7f6e\u304d\u63db\u3048\u308b",
184
188
  "Previous": "\u524d\u3078",
185
189
  "Next": "\u6b21",
190
+ "Find and Replace": "\u691c\u7d22\u3068\u7f6e\u63db",
186
191
  "Find and replace...": "\u7f6e\u63db...",
187
192
  "Could not find the specified string.": "\u304a\u63a2\u3057\u306e\u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
188
193
  "Match case": "\u5927\u6587\u5b57\u30fb\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3059\u308b",
189
194
  "Find whole words only": "\u8a9e\u5168\u4f53\u3092\u542b\u3080\u3082\u306e\u306e\u307f\u691c\u7d22",
190
- "Spell check": "\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
195
+ "Find in selection": "\u9078\u629e\u90e8\u5206\u3067\u691c\u7d22",
196
+ "Spellcheck": "\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
197
+ "Spellcheck Language": "\u8a00\u8a9e\u306e\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
198
+ "No misspellings found.": "\u30b9\u30da\u30eb\u30df\u30b9\u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f",
191
199
  "Ignore": "\u7121\u8996",
192
200
  "Ignore all": "\u5168\u3066\u3092\u7121\u8996",
193
201
  "Finish": "\u7d42\u4e86",
@@ -218,6 +226,7 @@ tinymce.addI18n('ja',{
218
226
  "Height": "\u9ad8\u3055",
219
227
  "Cell spacing": "\u30bb\u30eb\u306e\u9593\u9694",
220
228
  "Cell padding": "\u30bb\u30eb\u5185\u4f59\u767d\uff08\u30d1\u30c7\u30a3\u30f3\u30b0\uff09",
229
+ "Caption": "\u8868\u984c",
221
230
  "Show caption": "\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306e\u8868\u793a",
222
231
  "Left": "\u5de6\u5bc4\u305b",
223
232
  "Center": "\u4e2d\u592e\u63c3\u3048",
@@ -377,32 +386,68 @@ tinymce.addI18n('ja',{
377
386
  "formatting": "\u66f8\u5f0f",
378
387
  "alignment": "\u914d\u7f6e",
379
388
  "indentation": "\u30a4\u30f3\u30c7\u30f3\u30c8",
380
- "permanent pen": "\u86cd\u5149\u30da\u30f3",
381
- "comments": "\u30b3\u30e1\u30f3\u30c8",
382
- "Format Painter": "\u66f8\u5f0f\u306e\u30b3\u30d4\u30fc\/\u8cbc\u308a\u4ed8\u3051",
383
- "Insert\/edit iframe": "iframe\u306e\u633f\u5165\/\u7de8\u96c6",
384
- "Capitalization": "\u5927\u6587\u5b57\u5316",
385
- "lowercase": "\u5c0f\u6587\u5b57",
386
- "UPPERCASE": "\u5927\u6587\u5b57",
387
- "Title Case": "\u30bf\u30a4\u30c8\u30eb\u6587\u5b57",
388
- "Permanent Pen Properties": "\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
389
- "Permanent pen properties...": "\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...",
390
389
  "Font": "\u30d5\u30a9\u30f3\u30c8",
391
390
  "Size": "\u30b5\u30a4\u30ba",
392
391
  "More...": "\u8a73\u7d30...",
393
- "Spellcheck Language": "\u8a00\u8a9e\u306e\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
394
392
  "Select...": "\u9078\u629e...",
395
393
  "Preferences": "\u30d7\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9",
396
394
  "Yes": "\u306f\u3044",
397
395
  "No": "\u3044\u3044\u3048",
398
396
  "Keyboard Navigation": "\u30ad\u30fc\u30dc\u30fc\u30c9\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3",
399
397
  "Version": "\u30d0\u30fc\u30b8\u30e7\u30f3",
398
+ "Code view": "\u30b3\u30fc\u30c9\u8868\u793a",
399
+ "Open popup menu for split buttons": "\u5206\u5272\u30dc\u30bf\u30f3\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f",
400
+ "List Properties": "\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
401
+ "List properties...": "\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...",
402
+ "Start list at number": "\u756a\u53f7\u30ea\u30b9\u30c8\u306e\u958b\u59cb",
403
+ "Line height": "\u884c\u306e\u9ad8\u3055",
404
+ "comments": "\u30b3\u30e1\u30f3\u30c8",
405
+ "Format Painter": "\u66f8\u5f0f\u306e\u30b3\u30d4\u30fc\/\u8cbc\u308a\u4ed8\u3051",
406
+ "Insert\/edit iframe": "iframe\u306e\u633f\u5165\/\u7de8\u96c6",
407
+ "Capitalization": "\u5927\u6587\u5b57\u5316",
408
+ "lowercase": "\u5c0f\u6587\u5b57",
409
+ "UPPERCASE": "\u5927\u6587\u5b57",
410
+ "Title Case": "\u30bf\u30a4\u30c8\u30eb\u6587\u5b57",
411
+ "permanent pen": "\u86cd\u5149\u30da\u30f3",
412
+ "Permanent Pen Properties": "\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
413
+ "Permanent pen properties...": "\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...",
414
+ "case change": "\u5927\u6587\u5b57\/\u5c0f\u6587\u5b57\u306e\u5909\u66f4",
415
+ "page embed": "\u30da\u30fc\u30b8\u57cb\u3081\u8fbc\u307f",
416
+ "Advanced sort...": "\u9ad8\u5ea6\u306a\u4e26\u3079\u66ff\u3048...",
417
+ "Advanced Sort": "\u9ad8\u5ea6\u306a\u4e26\u3079\u66ff\u3048",
418
+ "Sort table by column ascending": "\u5217\u306e\u6607\u9806\u3067\u8868\u3092\u4e26\u3079\u66ff\u3048\u308b",
419
+ "Sort table by column descending": "\u5217\u306e\u964d\u9806\u3067\u8868\u3092\u4e26\u3079\u66ff\u3048\u308b",
420
+ "Sort": "\u4e26\u3079\u66ff\u3048",
421
+ "Order": "\u9806\u5e8f",
422
+ "Sort by": "\u4e26\u3073\u66ff\u3048",
423
+ "Ascending": "\u6607\u9806",
424
+ "Descending": "\u964d\u9806",
425
+ "Column {0}": "\u5217 {0}",
426
+ "Row {0}": "\u884c {0}",
427
+ "Spellcheck...": "\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af ...",
428
+ "Misspelled word": "\u30b9\u30da\u30eb\u30df\u30b9\u306e\u5358\u8a9e",
429
+ "Suggestions": "\u63d0\u6848",
430
+ "Change": "\u5909\u66f4",
431
+ "Finding word suggestions": "\u5358\u8a9e\u306e\u63d0\u6848\u3092\u691c\u7d22",
432
+ "Success": "\u6210\u529f",
433
+ "Repair": "\u4fee\u5fa9",
434
+ "Issue {0} of {1}": "{1}\u306e{0}\u3092\u767a\u884c",
435
+ "Images must be marked as decorative or have an alternative text description": "\u753b\u50cf\u306f\u88c5\u98fe\u3068\u3057\u3066\u30de\u30fc\u30af\u3059\u308b\u304b\u3001\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u306e\u8aac\u660e\u304c\u5fc5\u8981\u3067\u3059",
436
+ "Images must have an alternative text description. Decorative images are not allowed.": "\u753b\u50cf\u306b\u306f\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u306e\u8aac\u660e\u304c\u5fc5\u8981\u3067\u3059\u3002\u88c5\u98fe\u7684\u306a\u753b\u50cf\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",
437
+ "Or provide alternative text:": "\u307e\u305f\u306f\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u3092\u63d0\u4f9b:",
438
+ "Make image decorative:": "\u753b\u50cf\u3092\u88c5\u98fe\u7684\u306b\u3059\u308b:",
439
+ "ID attribute must be unique": "ID\u306e\u5c5e\u6027\u306f\u4e00\u610f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059",
440
+ "Make ID unique": "ID\u3092\u4e00\u610f\u306b\u3059\u308b",
441
+ "Keep this ID and remove all others": "\u3053\u306eID\u3092\u4fdd\u6301\u3057\u3001\u4ed6\u306e\u3059\u3079\u3066\u3092\u524a\u9664\u3057\u307e\u3059",
442
+ "Remove this ID": "\u3053\u306eID\u3092\u524a\u9664\u3057\u307e\u3059",
443
+ "Remove all IDs": "\u3059\u3079\u3066\u306eID\u3092\u524a\u9664\u3057\u307e\u3059",
444
+ "Checklist": "\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8",
400
445
  "Anchor": "\u30a2\u30f3\u30ab\u30fc\uff08\u30ea\u30f3\u30af\u306e\u5230\u9054\u70b9\uff09",
401
446
  "Special character": "\u7279\u6b8a\u6587\u5b57",
402
447
  "Code sample": "\u30b3\u30fc\u30c9\u30b5\u30f3\u30d7\u30eb",
403
448
  "Color": "\u30ab\u30e9\u30fc",
404
- "Emoticons": "\u7d75\u6587\u5b57",
405
449
  "Document properties": "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
450
+ "Image description": "\u753b\u50cf\u306e\u8aac\u660e\u6587",
406
451
  "Image": "\u753b\u50cf",
407
452
  "Insert link": "\u30ea\u30f3\u30af",
408
453
  "Target": "\u30bf\u30fc\u30b2\u30c3\u30c8\u5c5e\u6027",
@@ -413,7 +458,5 @@ tinymce.addI18n('ja',{
413
458
  "Prev": "\u524d",
414
459
  "Find and replace": "\u691c\u7d22\u3068\u7f6e\u304d\u63db\u3048",
415
460
  "Whole words": "\u5358\u8a9e\u5358\u4f4d\u3067\u691c\u7d22\u3059\u308b",
416
- "Spellcheck": "\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
417
- "Caption": "\u8868\u984c",
418
461
  "Insert template": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u633f\u5165"
419
462
  });
@@ -196,8 +196,8 @@ tinymce.addI18n('ko_KR',{
196
196
  "Table properties": "\ud14c\uc774\ube14 \uc18d\uc131",
197
197
  "Delete table": "\ud14c\uc774\ube14 \uc0ad\uc81c",
198
198
  "Cell": "\uc140",
199
- "Row": "\uc5f4",
200
- "Column": "\ud589",
199
+ "Row": "\ud589",
200
+ "Column": "\uc5f4",
201
201
  "Cell properties": "\uc140 \uc18d",
202
202
  "Merge cells": "\uc140 \ud569\uce58\uae30",
203
203
  "Split cell": "\uc140 \ub098\ub204\uae30",
@@ -209,7 +209,7 @@ tinymce.addI18n('ko_KR',{
209
209
  "Copy row": "\ud589 \ubcf5\uc0ac",
210
210
  "Paste row before": "\uc774\uc804\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30",
211
211
  "Paste row after": "\ub2e4\uc74c\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30",
212
- "Insert column before": "\uc774\uc804\uc5d0 \ud589 \uc0bd\uc785",
212
+ "Insert column before": "\uc774\uc804\uc5d0 \uc5f4 \uc0bd\uc785",
213
213
  "Insert column after": "\ub2e4\uc74c\uc5d0 \uc5f4 \uc0bd\uc785",
214
214
  "Delete column": "\uc5f4 \uc9c0\uc6b0\uae30",
215
215
  "Cols": "\uc5f4",
@@ -85,6 +85,7 @@ tinymce.addI18n('nb_NO',{
85
85
  "B": "B",
86
86
  "Left to right": "Venstre til h\u00f8yre",
87
87
  "Right to left": "H\u00f8yre til venstre",
88
+ "Emoticons": "Hum\u00f8rfjes",
88
89
  "Emoticons...": "Emoticons..",
89
90
  "Metadata and Document Properties": "Metadata og dokumentverdier",
90
91
  "Title": "Tittel",
@@ -113,7 +114,9 @@ tinymce.addI18n('nb_NO',{
113
114
  "Handy Shortcuts": "Nyttige snarveier",
114
115
  "Horizontal line": "Horisontal linje",
115
116
  "Insert\/edit image": "Sett inn\/endre bilde",
116
- "Image description": "Bildebeskrivelse",
117
+ "Alternative description": "Alternativ beskrivelse",
118
+ "Accessibility": "Tilgjengelighet",
119
+ "Image is decorative": "Bilde er dekorasjon",
117
120
  "Source": "Bildelenke",
118
121
  "Dimensions": "Dimensjoner",
119
122
  "Constrain proportions": "Behold proporsjoner",
@@ -147,7 +150,6 @@ tinymce.addI18n('nb_NO',{
147
150
  "Back": "Tilbake",
148
151
  "Insert date\/time": "Sett inn dato\/tid",
149
152
  "Date\/time": "Dato\/tid",
150
- "Insert\/Edit Link": "Sett inn \/ Rediger lenke",
151
153
  "Insert\/edit link": "Sett inn\/endre lenke",
152
154
  "Text to display": "Tekst som skal vises",
153
155
  "Url": "Url",
@@ -155,12 +157,14 @@ tinymce.addI18n('nb_NO',{
155
157
  "Current window": "N\u00e5v\u00e6rende vindu",
156
158
  "None": "Ingen",
157
159
  "New window": "Nytt vindu",
160
+ "Open link": "\u00c5pne lenke",
158
161
  "Remove link": "Fjern lenke",
159
162
  "Anchors": "Anker",
160
163
  "Link...": "Lenke...",
161
164
  "Paste or type a link": "Lim inn eller skriv en lenke",
162
165
  "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Oppgitte URL ser ut til \u00e5 v\u00e6re en epost-adresse. \u00d8nsker du \u00e5 sette inn p\u00e5krevet mailto: prefiks forran epost-adressen?",
163
166
  "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "Oppgitt URL ser ut til \u00e5 v\u00e6re en e-postadresse. \u00d8nsker du \u00e5 sette inn p\u00e5krevd mailto:-prefiks foran e-postadressen?",
167
+ "The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "Nettadressen du fylte inn ser ut til \u00e5 v\u00e6re en ekstern. \u00d8nsker du \u00e5 legge til p\u00e5krevd 'https:\/\/'-prefiks?",
164
168
  "Link list": "Lenkeliste",
165
169
  "Insert video": "Sett inn video",
166
170
  "Insert\/edit video": "Sett inn\/rediger video",
@@ -176,18 +180,22 @@ tinymce.addI18n('nb_NO',{
176
180
  "Paste as text": "Lim inn som tekst",
177
181
  "Preview": "Forh\u00e5ndsvisning",
178
182
  "Print...": "Skriv ut...",
179
- "Save": "Arkiver",
183
+ "Save": "Lagre",
180
184
  "Find": "Finn",
181
185
  "Replace with": "Erstatt med",
182
186
  "Replace": "Erstatt",
183
187
  "Replace all": "Erstatt alle",
184
188
  "Previous": "Forrige",
185
189
  "Next": "Neste",
190
+ "Find and Replace": "Finn og erstatt",
186
191
  "Find and replace...": "Finn og erstatt...",
187
192
  "Could not find the specified string.": "Kunne ikke finne den spesifiserte teksten",
188
193
  "Match case": "Match store og sm\u00e5 bokstaver",
189
194
  "Find whole words only": "Finn kun hele ord",
190
- "Spell check": "Stavekontroll",
195
+ "Find in selection": "Finn i utvalg",
196
+ "Spellcheck": "Stavekontroll",
197
+ "Spellcheck Language": "Stavekontroller spr\u00e5k",
198
+ "No misspellings found.": "Ingen feilstaving funnet",
191
199
  "Ignore": "Ignorer",
192
200
  "Ignore all": "Ignorer alle",
193
201
  "Finish": "Avslutt",
@@ -218,6 +226,7 @@ tinymce.addI18n('nb_NO',{
218
226
  "Height": "H\u00f8yde",
219
227
  "Cell spacing": "Celleavstand",
220
228
  "Cell padding": "Cellemarg",
229
+ "Caption": "Tittel",
221
230
  "Show caption": "Vis bildetekst",
222
231
  "Left": "Venstre",
223
232
  "Center": "Midtstilt",
@@ -377,32 +386,68 @@ tinymce.addI18n('nb_NO',{
377
386
  "formatting": "formatering",
378
387
  "alignment": "justering",
379
388
  "indentation": "innrykk",
380
- "permanent pen": "permanent penn",
381
- "comments": "kommentarer",
382
- "Format Painter": "Kopier format",
383
- "Insert\/edit iframe": "Sett inn \/ rediger iframe",
384
- "Capitalization": "Store\/sm\u00e5 bokstaver",
385
- "lowercase": "sm\u00e5 bokstaver",
386
- "UPPERCASE": "STORE BOKSTAVER",
387
- "Title Case": "Tittelbokstav",
388
- "Permanent Pen Properties": "Permanente egenskaper for penn",
389
- "Permanent pen properties...": "Permanente egenskaper for penn...",
390
389
  "Font": "Skrift",
391
390
  "Size": "St\u00f8rrelse",
392
391
  "More...": "Mer...",
393
- "Spellcheck Language": "Stavekontroller spr\u00e5k",
394
392
  "Select...": "Velg...",
395
393
  "Preferences": "Innstillinger",
396
394
  "Yes": "Ja",
397
395
  "No": "Nei",
398
396
  "Keyboard Navigation": "Navigering med tastaturet",
399
397
  "Version": "Versjon",
398
+ "Code view": "Kodevisning",
399
+ "Open popup menu for split buttons": "\u00c5pne sprettoppmeny for splitt-knapper",
400
+ "List Properties": "Listeegenskaper",
401
+ "List properties...": "Listeegenskaper ...",
402
+ "Start list at number": "Start liste p\u00e5 nummer",
403
+ "Line height": "Linjeh\u00f8yde",
404
+ "comments": "kommentarer",
405
+ "Format Painter": "Kopier format",
406
+ "Insert\/edit iframe": "Sett inn \/ rediger iframe",
407
+ "Capitalization": "Store\/sm\u00e5 bokstaver",
408
+ "lowercase": "sm\u00e5 bokstaver",
409
+ "UPPERCASE": "STORE BOKSTAVER",
410
+ "Title Case": "Tittelbokstav",
411
+ "permanent pen": "permanent penn",
412
+ "Permanent Pen Properties": "Permanente egenskaper for penn",
413
+ "Permanent pen properties...": "Permanente egenskaper for penn...",
414
+ "case change": "st\u00f8rrelseendring",
415
+ "page embed": "sideinnebygging",
416
+ "Advanced sort...": "Avansert sortering ...",
417
+ "Advanced Sort": "Avansert sortering",
418
+ "Sort table by column ascending": "Sorter tabell etter kolonne stigende",
419
+ "Sort table by column descending": "Sorter tabell etter kolonne synkende",
420
+ "Sort": "Sorter",
421
+ "Order": "Rekkef\u00f8lge",
422
+ "Sort by": "Sorter etter",
423
+ "Ascending": "Stigende",
424
+ "Descending": "Synkende",
425
+ "Column {0}": "Kolonne {0}",
426
+ "Row {0}": "Rad {0}",
427
+ "Spellcheck...": "Stavekontroll ...",
428
+ "Misspelled word": "Feilstavet ord",
429
+ "Suggestions": "Forslag",
430
+ "Change": "Endre",
431
+ "Finding word suggestions": "Finner ordforslag",
432
+ "Success": "Vellykket",
433
+ "Repair": "Reparer",
434
+ "Issue {0} of {1}": "Problem {0} av {1}",
435
+ "Images must be marked as decorative or have an alternative text description": "Bilder m\u00e5 markeres som dekorasjon eller ha en alternativ tekstbeskrivelse",
436
+ "Images must have an alternative text description. Decorative images are not allowed.": "Bilder m\u00e5 ha en alternativ tekstbeskrivelse. Dekorasjonbilder er ikke tillatt.",
437
+ "Or provide alternative text:": "Eller fyll inn en alternative tekst:",
438
+ "Make image decorative:": "Marker bilde som dekorasjon:",
439
+ "ID attribute must be unique": "'ID'-attributtet m\u00e5 v\u00e6re unikt",
440
+ "Make ID unique": "Gj\u00f8r 'ID' unik",
441
+ "Keep this ID and remove all others": "Behold denne 'ID'-en og fjern alle andre",
442
+ "Remove this ID": "Fjern denne 'ID'",
443
+ "Remove all IDs": "Fjern alle 'ID'-er",
444
+ "Checklist": "Avkryssingsliste",
400
445
  "Anchor": "Anker",
401
446
  "Special character": "Spesialtegn",
402
447
  "Code sample": "Kodeeksempel",
403
448
  "Color": "Farge",
404
- "Emoticons": "Hum\u00f8rfjes",
405
449
  "Document properties": "Dokumentegenskaper",
450
+ "Image description": "Bildebeskrivelse",
406
451
  "Image": "Bilde",
407
452
  "Insert link": "Sett inn lenke",
408
453
  "Target": "M\u00e5l",
@@ -413,7 +458,5 @@ tinymce.addI18n('nb_NO',{
413
458
  "Prev": "Forrige",
414
459
  "Find and replace": "Finn og erstatt",
415
460
  "Whole words": "Hele ord",
416
- "Spellcheck": "Stavekontroll",
417
- "Caption": "Tittel",
418
461
  "Insert template": "Sett inn mal"
419
462
  });
@@ -85,6 +85,7 @@ tinymce.addI18n('nl',{
85
85
  "B": "Blauw",
86
86
  "Left to right": "Links naar rechts",
87
87
  "Right to left": "Rechts naar links",
88
+ "Emoticons": "Emoticons",
88
89
  "Emoticons...": "Emoticons...",
89
90
  "Metadata and Document Properties": "Metadata en documenteigenschappen",
90
91
  "Title": "Titel",
@@ -113,7 +114,9 @@ tinymce.addI18n('nl',{
113
114
  "Handy Shortcuts": "Handige snelkoppelingen",
114
115
  "Horizontal line": "Horizontale lijn",
115
116
  "Insert\/edit image": "Afbeelding invoegen\/bewerken",
116
- "Image description": "Afbeelding omschrijving",
117
+ "Alternative description": "Alternatieve beschrijving",
118
+ "Accessibility": "Toegankelijkheid",
119
+ "Image is decorative": "Afbeelding is decoratief",
117
120
  "Source": "Bron",
118
121
  "Dimensions": "Afmetingen",
119
122
  "Constrain proportions": "Verhoudingen behouden",
@@ -147,7 +150,6 @@ tinymce.addI18n('nl',{
147
150
  "Back": "Terug",
148
151
  "Insert date\/time": "Voeg datum\/tijd in",
149
152
  "Date\/time": "Datum\/tijd",
150
- "Insert\/Edit Link": "Link invoegen\/bewerken",
151
153
  "Insert\/edit link": "Hyperlink invoegen\/bewerken",
152
154
  "Text to display": "Linktekst",
153
155
  "Url": "Url",
@@ -155,12 +157,14 @@ tinymce.addI18n('nl',{
155
157
  "Current window": "Huidige venster",
156
158
  "None": "Geen",
157
159
  "New window": "Nieuw venster",
160
+ "Open link": "Open koppeling",
158
161
  "Remove link": "Link verwijderen",
159
162
  "Anchors": "Anker",
160
163
  "Link...": "Link...",
161
164
  "Paste or type a link": "Plak of typ een link",
162
165
  "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "De ingegeven URL lijkt op een e-mailadres. Wil je er \"mailto:\" aan toevoegen?",
163
166
  "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "De ingegeven URL verwijst naar een extern adres. Wil je er \"http:\/\/\" aan toevoegen?",
167
+ "The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "De ingevoerde URL verwijst naar een extern adres. Wilt u er het vereiste voorvoegsel https:\/\/ aan toevoegen?",
164
168
  "Link list": "Linklijst",
165
169
  "Insert video": "Video invoegen",
166
170
  "Insert\/edit video": "Video invoegen\/bewerken",
@@ -183,11 +187,15 @@ tinymce.addI18n('nl',{
183
187
  "Replace all": "Alles vervangen",
184
188
  "Previous": "Vorige",
185
189
  "Next": "Volgende",
190
+ "Find and Replace": "Zoek en vervang",
186
191
  "Find and replace...": "Zoeken en vervangen...",
187
192
  "Could not find the specified string.": "Geen resultaten gevonden",
188
193
  "Match case": "Identieke hoofd\/kleine letters",
189
194
  "Find whole words only": "Alleen hele woorden zoeken",
190
- "Spell check": "Spellingscontrole",
195
+ "Find in selection": "Zoek in selectie",
196
+ "Spellcheck": "Spellingscontrole",
197
+ "Spellcheck Language": "Spellingscontrole taal",
198
+ "No misspellings found.": "Geen foute vertalingen",
191
199
  "Ignore": "Negeren",
192
200
  "Ignore all": "Alles negeren",
193
201
  "Finish": "Einde",
@@ -218,6 +226,7 @@ tinymce.addI18n('nl',{
218
226
  "Height": "Hoogte",
219
227
  "Cell spacing": "Celruimte",
220
228
  "Cell padding": "Ruimte binnen cel",
229
+ "Caption": "Onderschrift",
221
230
  "Show caption": "Bijschrift weergeven",
222
231
  "Left": "Links",
223
232
  "Center": "Midden",
@@ -377,32 +386,68 @@ tinymce.addI18n('nl',{
377
386
  "formatting": "opmaak",
378
387
  "alignment": "uitlijning",
379
388
  "indentation": "inspringing",
380
- "permanent pen": "permanent pen",
381
- "comments": "opmerkingen",
382
- "Format Painter": "Opmaak overnemen",
383
- "Insert\/edit iframe": "Iframe toevoegen\/aanpassen",
384
- "Capitalization": "Hoofdletter gebruik",
385
- "lowercase": "kleine letters",
386
- "UPPERCASE": "HOOFDLETTERS",
387
- "Title Case": "Titel hoofdletter gebruik",
388
- "Permanent Pen Properties": "Permantente Pen eigenschappen",
389
- "Permanent pen properties...": "Permantente pen eigenschappen...",
390
389
  "Font": "Lettertype",
391
390
  "Size": "Formaat",
392
391
  "More...": "Meer...",
393
- "Spellcheck Language": "Spellingscontrole taal",
394
392
  "Select...": "Selecteer...",
395
393
  "Preferences": "Voorkeuren",
396
394
  "Yes": "Ja",
397
395
  "No": "Nee",
398
396
  "Keyboard Navigation": "Toetsenbord navigatie",
399
397
  "Version": "Versie",
398
+ "Code view": "Code bekijken",
399
+ "Open popup menu for split buttons": "Open het pop-up menu voor gesplitste knoppen",
400
+ "List Properties": "Lijsteigenschappen",
401
+ "List properties...": "Lijsteigenschappen...",
402
+ "Start list at number": "Begin lijst met nummer",
403
+ "Line height": "Lijnhoogte",
404
+ "comments": "opmerkingen",
405
+ "Format Painter": "Opmaak overnemen",
406
+ "Insert\/edit iframe": "Iframe toevoegen\/aanpassen",
407
+ "Capitalization": "Hoofdletter gebruik",
408
+ "lowercase": "kleine letters",
409
+ "UPPERCASE": "HOOFDLETTERS",
410
+ "Title Case": "Titel hoofdletter gebruik",
411
+ "permanent pen": "permanent pen",
412
+ "Permanent Pen Properties": "Permantente Pen eigenschappen",
413
+ "Permanent pen properties...": "Permantente pen eigenschappen...",
414
+ "case change": "hoofdlettergebruik veranderen",
415
+ "page embed": "pagina insluiten",
416
+ "Advanced sort...": "Geavanceerd sorteren...",
417
+ "Advanced Sort": "Geavanceerd sorteren",
418
+ "Sort table by column ascending": "Sorteer tabel per kolom in oplopende volgorde",
419
+ "Sort table by column descending": "Sorteer tabel per kolom in aflopende volgorde",
420
+ "Sort": "Sorteren",
421
+ "Order": "Volgorde",
422
+ "Sort by": "Sorteren op",
423
+ "Ascending": "Oplopend",
424
+ "Descending": "Aflopend",
425
+ "Column {0}": "Kolom {0}",
426
+ "Row {0}": "Rij {0}",
427
+ "Spellcheck...": "Spellingscontrole...",
428
+ "Misspelled word": "Fout gespeld woord",
429
+ "Suggestions": "Suggesties",
430
+ "Change": "Wijzigen",
431
+ "Finding word suggestions": "Woordsuggesties zoeken",
432
+ "Success": "Gelukt",
433
+ "Repair": "Herstellen",
434
+ "Issue {0} of {1}": "Probleem {0} van {1}",
435
+ "Images must be marked as decorative or have an alternative text description": "Afbeeldingen moeten als decoratief gemarkeerd zijn of moeten een alternatieve tekstbeschrijving hebben",
436
+ "Images must have an alternative text description. Decorative images are not allowed.": "Afbeeldingen moeten een alternatieve tekstbeschrijving hebben. Decoratieve afbeeldingen zijn niet toegelaten.",
437
+ "Or provide alternative text:": "Of geef een alternatieve tekst:",
438
+ "Make image decorative:": "Afbeelding decoratief maken:",
439
+ "ID attribute must be unique": "ID attribuut moet uniek zijn",
440
+ "Make ID unique": "ID uniek maken",
441
+ "Keep this ID and remove all others": "Dit ID behouden en alle andere verwijderen",
442
+ "Remove this ID": "Dit ID verwijderen",
443
+ "Remove all IDs": "Alle ID's verwijderen",
444
+ "Checklist": "Controlelijst",
400
445
  "Anchor": "Anker",
401
446
  "Special character": "Speciale karakters",
402
447
  "Code sample": "Broncode voorbeeld",
403
448
  "Color": "Kleur",
404
- "Emoticons": "Emoticons",
405
449
  "Document properties": "Document eigenschappen",
450
+ "Image description": "Afbeelding omschrijving",
406
451
  "Image": "Afbeelding",
407
452
  "Insert link": "Hyperlink invoegen",
408
453
  "Target": "Doel",
@@ -413,7 +458,5 @@ tinymce.addI18n('nl',{
413
458
  "Prev": "Vorige",
414
459
  "Find and replace": "Zoek en vervang",
415
460
  "Whole words": "Alleen hele woorden",
416
- "Spellcheck": "Spellingscontrole",
417
- "Caption": "Onderschrift",
418
461
  "Insert template": "Sjabloon invoegen"
419
462
  });
@@ -85,6 +85,7 @@ tinymce.addI18n('pl',{
85
85
  "B": "B",
86
86
  "Left to right": "Od lewej do prawej",
87
87
  "Right to left": "Od prawej do lewej",
88
+ "Emoticons": "Ikony emocji",
88
89
  "Emoticons...": "Emotikony...",
89
90
  "Metadata and Document Properties": "Metadane i w\u0142a\u015bciwo\u015bci dokumentu",
90
91
  "Title": "Tytu\u0142",
@@ -113,7 +114,9 @@ tinymce.addI18n('pl',{
113
114
  "Handy Shortcuts": "Przydatne skr\u00f3ty",
114
115
  "Horizontal line": "Pozioma linia",
115
116
  "Insert\/edit image": "Wstaw\/edytuj obrazek",
116
- "Image description": "Opis obrazka",
117
+ "Alternative description": "Alternatywny opis",
118
+ "Accessibility": "Dost\u0119pno\u015b\u0107",
119
+ "Image is decorative": "Obraz jest dekoracyjny",
117
120
  "Source": "\u0179r\u00f3d\u0142o",
118
121
  "Dimensions": "Wymiary",
119
122
  "Constrain proportions": "Zachowaj proporcje",
@@ -147,7 +150,6 @@ tinymce.addI18n('pl',{
147
150
  "Back": "Cofnij",
148
151
  "Insert date\/time": "Wstaw dat\u0119\/czas",
149
152
  "Date\/time": "Data\/Czas",
150
- "Insert\/Edit Link": "Wstaw\/Edytuj \u0142\u0105cze",
151
153
  "Insert\/edit link": "Wstaw\/edytuj \u0142\u0105cze",
152
154
  "Text to display": "Tekst do wy\u015bwietlenia",
153
155
  "Url": "URL",
@@ -155,12 +157,14 @@ tinymce.addI18n('pl',{
155
157
  "Current window": "Bie\u017c\u0105ce okno",
156
158
  "None": "\u017baden",
157
159
  "New window": "Nowe okno",
160
+ "Open link": "Otw\u00f3rz \u0142\u0105cze",
158
161
  "Remove link": "Usu\u0144 \u0142\u0105cze",
159
162
  "Anchors": "Kotwice",
160
163
  "Link...": "\u0141\u0105cze...",
161
164
  "Paste or type a link": "Wklej lub wpisz adres \u0142\u0105cza",
162
165
  "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "URL, kt\u00f3ry wprowadzi\u0142e\u015b wygl\u0105da na adres e-mail. Czy chcesz doda\u0107 mailto: jako prefiks?",
163
166
  "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "URL, kt\u00f3ry wprowadzi\u0142e\u015b wygl\u0105da na link zewn\u0119trzny. Czy chcesz doda\u0107 http:\/\/ jako prefiks?",
167
+ "The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "Wprowadzony przez Ciebie adres URL wydaje si\u0119 by\u0107 \u0142\u0105czem zewn\u0119trznym. Czy chcesz doda\u0107 wymagany prefiks https:\/\/?",
164
168
  "Link list": "Lista link\u00f3w",
165
169
  "Insert video": "Wstaw wideo",
166
170
  "Insert\/edit video": "Wstaw\/edytuj wideo",
@@ -183,11 +187,15 @@ tinymce.addI18n('pl',{
183
187
  "Replace all": "Zamie\u0144 wszystko",
184
188
  "Previous": "Poprzedni",
185
189
  "Next": "Nast.",
190
+ "Find and Replace": "Znajd\u017a i Zamie\u0144",
186
191
  "Find and replace...": "Znajd\u017a i zamie\u0144...",
187
192
  "Could not find the specified string.": "Nie znaleziono szukanego tekstu.",
188
193
  "Match case": "Dopasuj wielko\u015b\u0107 liter",
189
194
  "Find whole words only": "Znajd\u017a tylko ca\u0142e wyrazy",
190
- "Spell check": "Sprawd\u017a pisowni\u0119",
195
+ "Find in selection": "Znajd\u017a w zaznaczeniu",
196
+ "Spellcheck": "Sprawdzanie pisowni",
197
+ "Spellcheck Language": "J\u0119zyk sprawdzania pisowni",
198
+ "No misspellings found.": "Brak b\u0142\u0119d\u00f3w pisowni",
191
199
  "Ignore": "Ignoruj",
192
200
  "Ignore all": "Ignoruj wszystko",
193
201
  "Finish": "Zako\u0144cz",
@@ -218,6 +226,7 @@ tinymce.addI18n('pl',{
218
226
  "Height": "Wysoko\u015b\u0107",
219
227
  "Cell spacing": "Odst\u0119py kom\u00f3rek",
220
228
  "Cell padding": "Dope\u0142nienie kom\u00f3rki",
229
+ "Caption": "Tytu\u0142",
221
230
  "Show caption": "Poka\u017c podpis",
222
231
  "Left": "Lewo",
223
232
  "Center": "\u015arodek",
@@ -377,32 +386,68 @@ tinymce.addI18n('pl',{
377
386
  "formatting": "formatowanie",
378
387
  "alignment": "wyr\u00f3wnanie",
379
388
  "indentation": "wci\u0119cie",
380
- "permanent pen": "marker",
381
- "comments": "komentarze",
382
- "Format Painter": "Malarz format\u00f3w",
383
- "Insert\/edit iframe": "Wstaw\/edytuj iframe",
384
- "Capitalization": "Jak w zdaniu",
385
- "lowercase": "ma\u0142e litery",
386
- "UPPERCASE": "WIELKIE LITERY",
387
- "Title Case": "Jak Nazwy W\u0142asne",
388
- "Permanent Pen Properties": "W\u0142a\u015bciwo\u015bci markera",
389
- "Permanent pen properties...": "W\u0142a\u015bciwo\u015bci markera...",
390
389
  "Font": "Font",
391
390
  "Size": "Rozmiar",
392
391
  "More...": "Wi\u0119cej...",
393
- "Spellcheck Language": "J\u0119zyk sprawdzania pisowni",
394
392
  "Select...": "Wybierz...",
395
393
  "Preferences": "Ustawienia",
396
394
  "Yes": "Tak",
397
395
  "No": "Nie",
398
396
  "Keyboard Navigation": "Nawigacja za pomoc\u0105 klawiatury",
399
397
  "Version": "Wersja",
398
+ "Code view": "Widok kodu",
399
+ "Open popup menu for split buttons": "Otw\u00f3rz menu podr\u0119czne dla przycisk\u00f3w",
400
+ "List Properties": "Ustawienia Listy",
401
+ "List properties...": "Ustawienia listy...",
402
+ "Start list at number": "Rozpocznij numeracj\u0119 od",
403
+ "Line height": "Wysoko\u015b\u0107 Linii",
404
+ "comments": "komentarze",
405
+ "Format Painter": "Malarz format\u00f3w",
406
+ "Insert\/edit iframe": "Wstaw\/edytuj iframe",
407
+ "Capitalization": "Jak w zdaniu",
408
+ "lowercase": "ma\u0142e litery",
409
+ "UPPERCASE": "WIELKIE LITERY",
410
+ "Title Case": "Jak Nazwy W\u0142asne",
411
+ "permanent pen": "marker",
412
+ "Permanent Pen Properties": "W\u0142a\u015bciwo\u015bci markera",
413
+ "Permanent pen properties...": "W\u0142a\u015bciwo\u015bci markera...",
414
+ "case change": "Zmie\u0144 wielko\u015b\u0107",
415
+ "page embed": "strona osadzona",
416
+ "Advanced sort...": "Sortowanie zaawansowane...",
417
+ "Advanced Sort": "Sortowanie Zaawansowane",
418
+ "Sort table by column ascending": "Sortuj tabel\u0119 po kolumnie rosn\u0105co",
419
+ "Sort table by column descending": "Sortuj tabel\u0119 po kolumnie malej\u0105co",
420
+ "Sort": "Sortuj",
421
+ "Order": "Kolejno\u015b\u0107",
422
+ "Sort by": "Sortuj wed\u0142ug",
423
+ "Ascending": "Rosn\u0105co",
424
+ "Descending": "Malej\u0105co",
425
+ "Column {0}": "Kolumna {0}",
426
+ "Row {0}": "Wiersz {0}",
427
+ "Spellcheck...": "Sprawd\u017a pisowni\u0119...",
428
+ "Misspelled word": "B\u0142\u0119dna pisownia",
429
+ "Suggestions": "Sugestie",
430
+ "Change": "Zmie\u0144",
431
+ "Finding word suggestions": "Wyszukiwanie propozycji s\u0142\u00f3w",
432
+ "Success": "Sukces",
433
+ "Repair": "Napraw",
434
+ "Issue {0} of {1}": "Problem {0} z {1}",
435
+ "Images must be marked as decorative or have an alternative text description": "Obrazy musz\u0105 by\u0107 oznaczone jako dekoracyjne lub posiada\u0107 alternatywny opis tekstowy.",
436
+ "Images must have an alternative text description. Decorative images are not allowed.": "Obrazki musz\u0105 mie\u0107 tekst alternatywny. Dekoracyjne obrazy nie s\u0105 dozwolone.",
437
+ "Or provide alternative text:": "lub dodaj tekst alternatywny:",
438
+ "Make image decorative:": "Uczy\u0144 obraz dekoracyjnym:",
439
+ "ID attribute must be unique": "ID atrybutu musi by\u0107 unikalny",
440
+ "Make ID unique": "Utw\u00f3rz unikalny ID",
441
+ "Keep this ID and remove all others": "Zachowaj to ID oraz usu\u0144 inne",
442
+ "Remove this ID": "Usu\u0144 to ID",
443
+ "Remove all IDs": "Usu\u0144 wszystkie ID",
444
+ "Checklist": "Checklista",
400
445
  "Anchor": "Kotwica",
401
446
  "Special character": "Znak specjalny",
402
447
  "Code sample": "Przyk\u0142ad kodu \u017ar\u00f3d\u0142owego",
403
448
  "Color": "Kolor",
404
- "Emoticons": "Ikony emocji",
405
449
  "Document properties": "W\u0142a\u015bciwo\u015bci dokumentu",
450
+ "Image description": "Opis obrazka",
406
451
  "Image": "Obraz",
407
452
  "Insert link": "Wstaw \u0142\u0105cze",
408
453
  "Target": "Cel",
@@ -413,7 +458,5 @@ tinymce.addI18n('pl',{
413
458
  "Prev": "Poprz.",
414
459
  "Find and replace": "Znajd\u017a i zamie\u0144",
415
460
  "Whole words": "Ca\u0142e s\u0142owa",
416
- "Spellcheck": "Sprawdzanie pisowni",
417
- "Caption": "Tytu\u0142",
418
461
  "Insert template": "Wstaw szablon"
419
462
  });