@dangl/angular-material-shared 2.1.1-beta0024 → 2.2.1-beta0031

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 (179) hide show
  1. package/dangl-angular-material-shared.d.ts +1 -0
  2. package/{esm2015/dangl-angular-material-shared.js → esm2020/dangl-angular-material-shared.mjs} +0 -0
  3. package/esm2020/lib/angular-material-shared.module.mjs +40 -0
  4. package/esm2020/lib/components/footer/footer.component.mjs +33 -0
  5. package/esm2020/lib/components/header/header.component.mjs +80 -0
  6. package/esm2020/lib/components/tiny-mce/tiny-mce.component.mjs +104 -0
  7. package/{esm2015/lib/models/footer-options.js → esm2020/lib/models/footer-options.mjs} +0 -0
  8. package/{esm2015/lib/utils/guid-generator.js → esm2020/lib/utils/guid-generator.mjs} +0 -0
  9. package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
  10. package/fesm2015/dangl-angular-material-shared.mjs +294 -0
  11. package/fesm2015/dangl-angular-material-shared.mjs.map +1 -0
  12. package/fesm2020/dangl-angular-material-shared.mjs +292 -0
  13. package/fesm2020/dangl-angular-material-shared.mjs.map +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/bn_BD.js +419 -0
  25. package/tinymce-assets/langs/cs.js +118 -75
  26. package/tinymce-assets/langs/cy.js +61 -18
  27. package/tinymce-assets/langs/da.js +60 -17
  28. package/tinymce-assets/langs/de.js +60 -17
  29. package/tinymce-assets/langs/eo.js +334 -138
  30. package/tinymce-assets/langs/es_ES.js +32 -2
  31. package/tinymce-assets/langs/et.js +419 -0
  32. package/tinymce-assets/langs/fa.js +60 -17
  33. package/tinymce-assets/langs/fa_IR.js +31 -1
  34. package/tinymce-assets/langs/fr_FR.js +60 -17
  35. package/tinymce-assets/langs/hu_HU.js +60 -17
  36. package/tinymce-assets/langs/hy.js +419 -0
  37. package/tinymce-assets/langs/ja.js +60 -17
  38. package/tinymce-assets/langs/kab.js +419 -0
  39. package/tinymce-assets/langs/ko_KR.js +3 -3
  40. package/tinymce-assets/langs/ku.js +415 -0
  41. package/tinymce-assets/langs/nb_NO.js +61 -18
  42. package/tinymce-assets/langs/nl.js +60 -17
  43. package/tinymce-assets/langs/pl.js +60 -17
  44. package/tinymce-assets/langs/pt_BR.js +60 -17
  45. package/tinymce-assets/langs/pt_PT.js +60 -17
  46. package/tinymce-assets/langs/ro.js +60 -17
  47. package/tinymce-assets/langs/ro_RO.js +32 -2
  48. package/tinymce-assets/langs/ru.js +60 -17
  49. package/tinymce-assets/langs/ru_RU.js +445 -0
  50. package/tinymce-assets/langs/sl.js +59 -14
  51. package/tinymce-assets/langs/ta.js +60 -17
  52. package/tinymce-assets/langs/ta_IN.js +60 -17
  53. package/tinymce-assets/langs/th_TH.js +60 -17
  54. package/tinymce-assets/langs/tr_TR.js +81 -8
  55. package/tinymce-assets/langs/vi.js +179 -21
  56. package/tinymce-assets/langs/zh_CN.js +60 -17
  57. package/tinymce-assets/plugins/advlist/plugin.js +29 -48
  58. package/tinymce-assets/plugins/advlist/plugin.min.js +2 -2
  59. package/tinymce-assets/plugins/anchor/plugin.js +8 -8
  60. package/tinymce-assets/plugins/anchor/plugin.min.js +2 -2
  61. package/tinymce-assets/plugins/autolink/plugin.js +58 -30
  62. package/tinymce-assets/plugins/autolink/plugin.min.js +2 -2
  63. package/tinymce-assets/plugins/autoresize/plugin.js +25 -12
  64. package/tinymce-assets/plugins/autoresize/plugin.min.js +2 -2
  65. package/tinymce-assets/plugins/autosave/plugin.js +9 -9
  66. package/tinymce-assets/plugins/autosave/plugin.min.js +2 -2
  67. package/tinymce-assets/plugins/bbcode/plugin.js +6 -6
  68. package/tinymce-assets/plugins/bbcode/plugin.min.js +2 -2
  69. package/tinymce-assets/plugins/charmap/plugin.js +57 -67
  70. package/tinymce-assets/plugins/charmap/plugin.min.js +2 -2
  71. package/tinymce-assets/plugins/code/plugin.js +9 -10
  72. package/tinymce-assets/plugins/code/plugin.min.js +2 -2
  73. package/tinymce-assets/plugins/codesample/plugin.js +1921 -1914
  74. package/tinymce-assets/plugins/codesample/plugin.min.js +2 -2
  75. package/tinymce-assets/plugins/colorpicker/plugin.js +1 -2
  76. package/tinymce-assets/plugins/colorpicker/plugin.min.js +2 -2
  77. package/tinymce-assets/plugins/contextmenu/plugin.js +1 -2
  78. package/tinymce-assets/plugins/contextmenu/plugin.min.js +2 -2
  79. package/tinymce-assets/plugins/directionality/plugin.js +195 -62
  80. package/tinymce-assets/plugins/directionality/plugin.min.js +2 -2
  81. package/tinymce-assets/plugins/emoticons/js/emojiimages.js +1572 -1572
  82. package/tinymce-assets/plugins/emoticons/js/emojiimages.min.js +1 -1
  83. package/tinymce-assets/plugins/emoticons/js/emojis.js +1572 -1572
  84. package/tinymce-assets/plugins/emoticons/js/emojis.min.js +1 -1
  85. package/tinymce-assets/plugins/emoticons/plugin.js +231 -200
  86. package/tinymce-assets/plugins/emoticons/plugin.min.js +2 -2
  87. package/tinymce-assets/plugins/fullpage/plugin.js +42 -42
  88. package/tinymce-assets/plugins/fullpage/plugin.min.js +2 -2
  89. package/tinymce-assets/plugins/fullscreen/plugin.js +527 -160
  90. package/tinymce-assets/plugins/fullscreen/plugin.min.js +2 -2
  91. package/tinymce-assets/plugins/help/plugin.js +102 -123
  92. package/tinymce-assets/plugins/help/plugin.min.js +2 -2
  93. package/tinymce-assets/plugins/hr/plugin.js +9 -10
  94. package/tinymce-assets/plugins/hr/plugin.min.js +2 -2
  95. package/tinymce-assets/plugins/image/plugin.js +126 -117
  96. package/tinymce-assets/plugins/image/plugin.min.js +2 -2
  97. package/tinymce-assets/plugins/imagetools/plugin.js +515 -334
  98. package/tinymce-assets/plugins/imagetools/plugin.min.js +2 -2
  99. package/tinymce-assets/plugins/importcss/plugin.js +50 -51
  100. package/tinymce-assets/plugins/importcss/plugin.min.js +2 -2
  101. package/tinymce-assets/plugins/insertdatetime/plugin.js +22 -17
  102. package/tinymce-assets/plugins/insertdatetime/plugin.min.js +2 -2
  103. package/tinymce-assets/plugins/legacyoutput/plugin.js +8 -8
  104. package/tinymce-assets/plugins/legacyoutput/plugin.min.js +2 -2
  105. package/tinymce-assets/plugins/link/plugin.js +131 -125
  106. package/tinymce-assets/plugins/link/plugin.min.js +2 -2
  107. package/tinymce-assets/plugins/lists/plugin.js +401 -252
  108. package/tinymce-assets/plugins/lists/plugin.min.js +2 -2
  109. package/tinymce-assets/plugins/media/plugin.js +151 -174
  110. package/tinymce-assets/plugins/media/plugin.min.js +2 -2
  111. package/tinymce-assets/plugins/nonbreaking/plugin.js +13 -14
  112. package/tinymce-assets/plugins/nonbreaking/plugin.min.js +2 -2
  113. package/tinymce-assets/plugins/noneditable/plugin.js +6 -6
  114. package/tinymce-assets/plugins/noneditable/plugin.min.js +2 -2
  115. package/tinymce-assets/plugins/pagebreak/plugin.js +27 -30
  116. package/tinymce-assets/plugins/pagebreak/plugin.min.js +2 -2
  117. package/tinymce-assets/plugins/paste/plugin.js +213 -174
  118. package/tinymce-assets/plugins/paste/plugin.min.js +2 -2
  119. package/tinymce-assets/plugins/preview/plugin.js +13 -14
  120. package/tinymce-assets/plugins/preview/plugin.min.js +2 -2
  121. package/tinymce-assets/plugins/print/plugin.js +13 -14
  122. package/tinymce-assets/plugins/print/plugin.min.js +2 -2
  123. package/tinymce-assets/plugins/quickbars/plugin.js +67 -82
  124. package/tinymce-assets/plugins/quickbars/plugin.min.js +2 -2
  125. package/tinymce-assets/plugins/save/plugin.js +9 -8
  126. package/tinymce-assets/plugins/save/plugin.min.js +2 -2
  127. package/tinymce-assets/plugins/searchreplace/plugin.js +98 -95
  128. package/tinymce-assets/plugins/searchreplace/plugin.min.js +2 -2
  129. package/tinymce-assets/plugins/spellchecker/plugin.js +22 -23
  130. package/tinymce-assets/plugins/spellchecker/plugin.min.js +2 -2
  131. package/tinymce-assets/plugins/tabfocus/plugin.js +21 -20
  132. package/tinymce-assets/plugins/tabfocus/plugin.min.js +2 -2
  133. package/tinymce-assets/plugins/table/plugin.js +2889 -2320
  134. package/tinymce-assets/plugins/table/plugin.min.js +2 -2
  135. package/tinymce-assets/plugins/template/plugin.js +84 -70
  136. package/tinymce-assets/plugins/template/plugin.min.js +2 -2
  137. package/tinymce-assets/plugins/textcolor/plugin.js +1 -2
  138. package/tinymce-assets/plugins/textcolor/plugin.min.js +2 -2
  139. package/tinymce-assets/plugins/textpattern/plugin.js +97 -117
  140. package/tinymce-assets/plugins/textpattern/plugin.min.js +2 -2
  141. package/tinymce-assets/plugins/toc/plugin.js +31 -29
  142. package/tinymce-assets/plugins/toc/plugin.min.js +2 -2
  143. package/tinymce-assets/plugins/visualblocks/plugin.js +10 -11
  144. package/tinymce-assets/plugins/visualblocks/plugin.min.js +2 -2
  145. package/tinymce-assets/plugins/visualchars/plugin.js +76 -91
  146. package/tinymce-assets/plugins/visualchars/plugin.min.js +2 -2
  147. package/tinymce-assets/plugins/wordcount/plugin.js +67 -58
  148. package/tinymce-assets/plugins/wordcount/plugin.min.js +2 -2
  149. package/tinymce-assets/skins/ui/oxide/content.css +1 -1
  150. package/tinymce-assets/skins/ui/oxide/content.inline.css +1 -1
  151. package/tinymce-assets/skins/ui/oxide/content.inline.min.css +1 -1
  152. package/tinymce-assets/skins/ui/oxide/content.min.css +1 -1
  153. package/tinymce-assets/skins/ui/oxide/skin.css +42 -24
  154. package/tinymce-assets/skins/ui/oxide/skin.min.css +1 -1
  155. package/tinymce-assets/skins/ui/oxide/skin.shadowdom.css +7 -7
  156. package/tinymce-assets/skins/ui/oxide/skin.shadowdom.min.css +1 -1
  157. package/tinymce-assets/skins/ui/oxide-dark/content.css +1 -1
  158. package/tinymce-assets/skins/ui/oxide-dark/content.inline.css +1 -1
  159. package/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +1 -1
  160. package/tinymce-assets/skins/ui/oxide-dark/content.min.css +1 -1
  161. package/tinymce-assets/skins/ui/oxide-dark/skin.css +42 -24
  162. package/tinymce-assets/skins/ui/oxide-dark/skin.min.css +1 -1
  163. package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.css +7 -7
  164. package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
  165. package/tinymce-assets/themes/mobile/theme.js +2836 -3286
  166. package/tinymce-assets/themes/mobile/theme.min.js +2 -2
  167. package/tinymce-assets/themes/silver/theme.js +25505 -25418
  168. package/tinymce-assets/themes/silver/theme.min.js +2 -2
  169. package/bundles/dangl-angular-material-shared.umd.js +0 -285
  170. package/bundles/dangl-angular-material-shared.umd.js.map +0 -1
  171. package/bundles/dangl-angular-material-shared.umd.min.js +0 -2
  172. package/bundles/dangl-angular-material-shared.umd.min.js.map +0 -1
  173. package/dangl-angular-material-shared.metadata.json +0 -1
  174. package/esm2015/lib/angular-material-shared.module.js +0 -25
  175. package/esm2015/lib/components/footer/footer.component.js +0 -27
  176. package/esm2015/lib/components/header/header.component.js +0 -67
  177. package/esm2015/lib/components/tiny-mce/tiny-mce.component.js +0 -100
  178. package/fesm2015/dangl-angular-material-shared.js +0 -259
  179. package/fesm2015/dangl-angular-material-shared.js.map +0 -1
@@ -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
  });
@@ -85,6 +85,7 @@ tinymce.addI18n('pt_BR',{
85
85
  "B": "B",
86
86
  "Left to right": "Da esquerda para a direita",
87
87
  "Right to left": "Da direita para a esquerda",
88
+ "Emoticons": "Emoticons",
88
89
  "Emoticons...": "Emojis...",
89
90
  "Metadata and Document Properties": "Metadados e Propriedades do Documento",
90
91
  "Title": "T\u00edtulo",
@@ -113,7 +114,9 @@ tinymce.addI18n('pt_BR',{
113
114
  "Handy Shortcuts": "Atalhos \u00fateis",
114
115
  "Horizontal line": "Linha horizontal",
115
116
  "Insert\/edit image": "Inserir\/editar imagem",
116
- "Image description": "Inserir descri\u00e7\u00e3o",
117
+ "Alternative description": "Descri\u00e7\u00e3o alternativa",
118
+ "Accessibility": "Acessibilidade",
119
+ "Image is decorative": "A imagem \u00e9 decorativa",
117
120
  "Source": "Endere\u00e7o da imagem",
118
121
  "Dimensions": "Dimens\u00f5es",
119
122
  "Constrain proportions": "Manter propor\u00e7\u00f5es",
@@ -147,7 +150,6 @@ tinymce.addI18n('pt_BR',{
147
150
  "Back": "Voltar",
148
151
  "Insert date\/time": "Inserir data\/hora",
149
152
  "Date\/time": "data\/hora",
150
- "Insert\/Edit Link": "Inserir\/Editar Link",
151
153
  "Insert\/edit link": "Inserir\/editar link",
152
154
  "Text to display": "Texto para mostrar",
153
155
  "Url": "Url",
@@ -155,12 +157,14 @@ tinymce.addI18n('pt_BR',{
155
157
  "Current window": "Janela atual",
156
158
  "None": "Nenhum",
157
159
  "New window": "Nova janela",
160
+ "Open link": "Abrir link",
158
161
  "Remove link": "Remover link",
159
162
  "Anchors": "\u00c2ncoras",
160
163
  "Link...": "Link...",
161
164
  "Paste or type a link": "Cole ou digite um Link",
162
165
  "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
163
166
  "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "A URL que voc\u00ea informou parece ser um link externo. Deseja incluir o prefixo http:\/\/?",
167
+ "The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "A URL informada parece ser um link externo. Voc\u00ea quer adicionar o prefixo necess\u00e1rio https:\/\/ ?",
164
168
  "Link list": "Lista de Links",
165
169
  "Insert video": "Inserir v\u00eddeo",
166
170
  "Insert\/edit video": "Inserir\/editar v\u00eddeo",
@@ -183,11 +187,15 @@ tinymce.addI18n('pt_BR',{
183
187
  "Replace all": "Substituir tudo",
184
188
  "Previous": "Anterior",
185
189
  "Next": "Pr\u00f3ximo",
190
+ "Find and Replace": "Localizar e substituir",
186
191
  "Find and replace...": "Encontrar e substituir...",
187
192
  "Could not find the specified string.": "N\u00e3o foi poss\u00edvel encontrar o termo especificado",
188
193
  "Match case": "Diferenciar mai\u00fasculas e min\u00fasculas",
189
194
  "Find whole words only": "Encontrar somente palavras inteiras",
190
- "Spell check": "Verifica\u00e7\u00e3o ortogr\u00e1fica",
195
+ "Find in selection": "Localizar na sele\u00e7\u00e3o",
196
+ "Spellcheck": "Corretor ortogr\u00e1fico",
197
+ "Spellcheck Language": "Idioma de verifica\u00e7\u00e3o ortogr\u00e1fica",
198
+ "No misspellings found.": "Sem erros ortogr\u00e1ficos",
191
199
  "Ignore": "Ignorar",
192
200
  "Ignore all": "Ignorar tudo",
193
201
  "Finish": "Finalizar",
@@ -218,6 +226,7 @@ tinymce.addI18n('pt_BR',{
218
226
  "Height": "Altura",
219
227
  "Cell spacing": "Espa\u00e7amento da c\u00e9lula",
220
228
  "Cell padding": "Espa\u00e7amento interno da c\u00e9lula",
229
+ "Caption": "Legenda",
221
230
  "Show caption": "Mostrar descri\u00e7\u00e3o",
222
231
  "Left": "Esquerdo",
223
232
  "Center": "Centro",
@@ -377,32 +386,68 @@ tinymce.addI18n('pt_BR',{
377
386
  "formatting": "formata\u00e7\u00e3o",
378
387
  "alignment": "alinhamento",
379
388
  "indentation": "indenta\u00e7\u00e3o",
380
- "permanent pen": "caneta permanente",
381
- "comments": "coment\u00e1rios",
382
- "Format Painter": "Pincel de Formata\u00e7\u00e3o",
383
- "Insert\/edit iframe": "Inserir\/editar iframe",
384
- "Capitalization": "Capitaliza\u00e7\u00e3o",
385
- "lowercase": "min\u00fasculos",
386
- "UPPERCASE": "MAI\u00daSCULAS",
387
- "Title Case": "T\u00edtulo do caso",
388
- "Permanent Pen Properties": "Propriedades da caneta permanente",
389
- "Permanent pen properties...": "Propriedades de caneta permanentes...",
390
389
  "Font": "Fonte",
391
390
  "Size": "Tamanho",
392
391
  "More...": "Mais...",
393
- "Spellcheck Language": "Idioma de verifica\u00e7\u00e3o ortogr\u00e1fica",
394
392
  "Select...": "Selecionar...",
395
393
  "Preferences": "Prefer\u00eancias",
396
394
  "Yes": "Sim",
397
395
  "No": "N\u00e3o",
398
396
  "Keyboard Navigation": "Navega\u00e7\u00e3o por Teclado",
399
397
  "Version": "Vers\u00e3o",
398
+ "Code view": "Ver c\u00f3digo",
399
+ "Open popup menu for split buttons": "Abrir menu popup para bot\u00f5es com divis\u00e3o",
400
+ "List Properties": "Listar Propriedades",
401
+ "List properties...": "Listar propriedades...",
402
+ "Start list at number": "Iniciar a lista no n\u00famero",
403
+ "Line height": "Altura da linha",
404
+ "comments": "coment\u00e1rios",
405
+ "Format Painter": "Pincel de Formata\u00e7\u00e3o",
406
+ "Insert\/edit iframe": "Inserir\/editar iframe",
407
+ "Capitalization": "Capitaliza\u00e7\u00e3o",
408
+ "lowercase": "min\u00fasculos",
409
+ "UPPERCASE": "MAI\u00daSCULAS",
410
+ "Title Case": "T\u00edtulo do caso",
411
+ "permanent pen": "caneta permanente",
412
+ "Permanent Pen Properties": "Propriedades da caneta permanente",
413
+ "Permanent pen properties...": "Propriedades de caneta permanentes...",
414
+ "case change": "mudar caixa",
415
+ "page embed": "embutir p\u00e1gina",
416
+ "Advanced sort...": "Ordena\u00e7\u00e3o avan\u00e7ada...",
417
+ "Advanced Sort": "Ordena\u00e7\u00e3o Avan\u00e7ada...",
418
+ "Sort table by column ascending": "Ordenar tabela por coluna ascendente",
419
+ "Sort table by column descending": "Ordenar tabela por coluna descendente",
420
+ "Sort": "Ordenar",
421
+ "Order": "Ordem",
422
+ "Sort by": "Ordenar por",
423
+ "Ascending": "Ascendente",
424
+ "Descending": "Descendente",
425
+ "Column {0}": "Coluna {0}",
426
+ "Row {0}": "Linha {0}",
427
+ "Spellcheck...": "Verifica\u00e7\u00e3o ortogr\u00e1fica",
428
+ "Misspelled word": "Palavra com erro ortogr\u00e1fico",
429
+ "Suggestions": "Sugest\u00f5es",
430
+ "Change": "Mudar",
431
+ "Finding word suggestions": "Encontrando sugest\u00f5es de palavras",
432
+ "Success": "Sucesso",
433
+ "Repair": "Reparo",
434
+ "Issue {0} of {1}": "Problema {0} de {1}",
435
+ "Images must be marked as decorative or have an alternative text description": "Imagens precisam ser marcadas como decorativas ou terem uma descri\u00e7\u00e3o alternativa de texto",
436
+ "Images must have an alternative text description. Decorative images are not allowed.": "Imagens precisam ter uma descri\u00e7\u00e3o alternativa de texto. Imagens decorativas n\u00e3o s\u00e3o permitidas.",
437
+ "Or provide alternative text:": "Ou informe um texto alternativo:",
438
+ "Make image decorative:": "Fa\u00e7a imagem decorativa:",
439
+ "ID attribute must be unique": "O atributo ID precisa ser \u00fanico",
440
+ "Make ID unique": "Fa\u00e7a um ID \u00fanico",
441
+ "Keep this ID and remove all others": "Mantenha esse ID e remova todos os outros",
442
+ "Remove this ID": "Remova esse ID",
443
+ "Remove all IDs": "Remova todos os IDs",
444
+ "Checklist": "Lista de checagem",
400
445
  "Anchor": "\u00c2ncora",
401
446
  "Special character": "Caracteres especiais",
402
447
  "Code sample": "Exemplo de c\u00f3digo",
403
448
  "Color": "Cor",
404
- "Emoticons": "Emoticons",
405
449
  "Document properties": "Propriedades do documento",
450
+ "Image description": "Inserir descri\u00e7\u00e3o",
406
451
  "Image": "Imagem",
407
452
  "Insert link": "Inserir link",
408
453
  "Target": "Alvo",
@@ -413,7 +458,5 @@ tinymce.addI18n('pt_BR',{
413
458
  "Prev": "Anterior",
414
459
  "Find and replace": "Localizar e substituir",
415
460
  "Whole words": "Palavras inteiras",
416
- "Spellcheck": "Corretor ortogr\u00e1fico",
417
- "Caption": "Legenda",
418
461
  "Insert template": "Inserir modelo"
419
462
  });
@@ -85,6 +85,7 @@ tinymce.addI18n('pt_PT',{
85
85
  "B": "B",
86
86
  "Left to right": "Da esquerda para a direita",
87
87
  "Right to left": "Da direita para a esquerda",
88
+ "Emoticons": "Emo\u00e7\u00f5es",
88
89
  "Emoticons...": "\u00cdcones expressivos...",
89
90
  "Metadata and Document Properties": "Metadados e propriedades do documento",
90
91
  "Title": "T\u00edtulo",
@@ -113,7 +114,9 @@ tinymce.addI18n('pt_PT',{
113
114
  "Handy Shortcuts": "Atalhos \u00fateis",
114
115
  "Horizontal line": "Linha horizontal",
115
116
  "Insert\/edit image": "Inserir\/editar imagem",
116
- "Image description": "Descri\u00e7\u00e3o da imagem",
117
+ "Alternative description": "Descri\u00e7\u00e3o alternativa",
118
+ "Accessibility": "Acessibilidade",
119
+ "Image is decorative": "Imagem \u00e9 decorativa",
117
120
  "Source": "Localiza\u00e7\u00e3o",
118
121
  "Dimensions": "Dimens\u00f5es",
119
122
  "Constrain proportions": "Manter propor\u00e7\u00f5es",
@@ -147,7 +150,6 @@ tinymce.addI18n('pt_PT',{
147
150
  "Back": "Voltar",
148
151
  "Insert date\/time": "Inserir data\/hora",
149
152
  "Date\/time": "Data\/hora",
150
- "Insert\/Edit Link": "Inserir\/editar liga\u00e7\u00e3o",
151
153
  "Insert\/edit link": "Inserir\/editar liga\u00e7\u00e3o",
152
154
  "Text to display": "Texto a exibir",
153
155
  "Url": "URL",
@@ -155,12 +157,14 @@ tinymce.addI18n('pt_PT',{
155
157
  "Current window": "Janela atual",
156
158
  "None": "Nenhum",
157
159
  "New window": "Nova janela",
160
+ "Open link": "Abrir liga\u00e7\u00e3o",
158
161
  "Remove link": "Remover liga\u00e7\u00e3o",
159
162
  "Anchors": "\u00c2ncora",
160
163
  "Link...": "Liga\u00e7\u00e3o...",
161
164
  "Paste or type a link": "Copiar ou escrever uma hiperliga\u00e7\u00e3o",
162
165
  "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "O URL que indicou parece ser um endere\u00e7o de email. Quer adicionar o prefixo mailto: tal como necess\u00e1rio?",
163
166
  "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "O URL que indicou parece ser um endere\u00e7o web. Quer adicionar o prefixo http:\/\/ tal como necess\u00e1rio?",
167
+ "The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "O URL que introduziu parece ser uma liga\u00e7\u00e3o externa. Deseja adicionar-lhe o prefixo https:\/\/ ?",
164
168
  "Link list": "Lista de liga\u00e7\u00f5es",
165
169
  "Insert video": "Inserir v\u00eddeo",
166
170
  "Insert\/edit video": "Inserir\/editar v\u00eddeo",
@@ -183,11 +187,15 @@ tinymce.addI18n('pt_PT',{
183
187
  "Replace all": "Substituir tudo",
184
188
  "Previous": "Anterior",
185
189
  "Next": "Pr\u00f3ximo",
190
+ "Find and Replace": "Pesquisar e substituir",
186
191
  "Find and replace...": "Localizar e substituir...",
187
192
  "Could not find the specified string.": "N\u00e3o foi poss\u00edvel localizar o termo especificado.",
188
193
  "Match case": "Diferenciar mai\u00fasculas e min\u00fasculas",
189
194
  "Find whole words only": "Localizar apenas palavras inteiras",
190
- "Spell check": "Verifica\u00e7\u00e3o ortogr\u00e1fica",
195
+ "Find in selection": "Pesquisar na selec\u00e7\u00e3o",
196
+ "Spellcheck": "Corretor ortogr\u00e1fico",
197
+ "Spellcheck Language": "Idioma de verifica\u00e7\u00e3o lingu\u00edstica",
198
+ "No misspellings found.": "N\u00e3o foram encontrados erros ortogr\u00e1ficos.",
191
199
  "Ignore": "Ignorar",
192
200
  "Ignore all": "Ignorar tudo",
193
201
  "Finish": "Concluir",
@@ -218,6 +226,7 @@ tinymce.addI18n('pt_PT',{
218
226
  "Height": "Altura",
219
227
  "Cell spacing": "Espa\u00e7amento entre c\u00e9lulas",
220
228
  "Cell padding": "Espa\u00e7amento interno da c\u00e9lula",
229
+ "Caption": "Legenda",
221
230
  "Show caption": "Mostrar legenda",
222
231
  "Left": "Esquerda",
223
232
  "Center": "Centro",
@@ -377,32 +386,68 @@ tinymce.addI18n('pt_PT',{
377
386
  "formatting": "formata\u00e7\u00e3o",
378
387
  "alignment": "alinhamento",
379
388
  "indentation": "avan\u00e7o",
380
- "permanent pen": "caneta permanente",
381
- "comments": "coment\u00e1rios",
382
- "Format Painter": "Pincel de formata\u00e7\u00e3o",
383
- "Insert\/edit iframe": "Inserir\/editar iframe",
384
- "Capitalization": "Capitaliza\u00e7\u00e3o",
385
- "lowercase": "min\u00fasculas",
386
- "UPPERCASE": "MAI\u00daSCULAS",
387
- "Title Case": "Iniciais mai\u00fasculas",
388
- "Permanent Pen Properties": "Propriedades da Caneta Permanente",
389
- "Permanent pen properties...": "Propriedades da caneta permanente...",
390
389
  "Font": "Tipo de letra",
391
390
  "Size": "Tamanho",
392
391
  "More...": "Mais...",
393
- "Spellcheck Language": "Idioma de verifica\u00e7\u00e3o lingu\u00edstica",
394
392
  "Select...": "Selecionar...",
395
393
  "Preferences": "Prefer\u00eancias",
396
394
  "Yes": "Sim",
397
395
  "No": "N\u00e3o",
398
396
  "Keyboard Navigation": "Navega\u00e7\u00e3o com teclado",
399
397
  "Version": "Vers\u00e3o",
398
+ "Code view": "Vista do c\u00f3digo-fonte",
399
+ "Open popup menu for split buttons": "Abrir o menu popup para bot\u00f5es divididos",
400
+ "List Properties": "Propriedades da lista",
401
+ "List properties...": "Propriedades da lista\u2026",
402
+ "Start list at number": "Come\u00e7ar a lista pelo n\u00famero",
403
+ "Line height": "Altura da linha",
404
+ "comments": "coment\u00e1rios",
405
+ "Format Painter": "Pincel de formata\u00e7\u00e3o",
406
+ "Insert\/edit iframe": "Inserir\/editar iframe",
407
+ "Capitalization": "Capitaliza\u00e7\u00e3o",
408
+ "lowercase": "min\u00fasculas",
409
+ "UPPERCASE": "MAI\u00daSCULAS",
410
+ "Title Case": "Iniciais mai\u00fasculas",
411
+ "permanent pen": "caneta permanente",
412
+ "Permanent Pen Properties": "Propriedades da Caneta Permanente",
413
+ "Permanent pen properties...": "Propriedades da caneta permanente...",
414
+ "case change": "mudan\u00e7a de capitaliza\u00e7\u00e3o",
415
+ "page embed": "incorporar p\u00e1gina",
416
+ "Advanced sort...": "Ordena\u00e7\u00e3o avan\u00e7ada\u2026",
417
+ "Advanced Sort": "Ordena\u00e7\u00e3o avan\u00e7ada",
418
+ "Sort table by column ascending": "Ordenar tabela por coluna ascendente",
419
+ "Sort table by column descending": "Ordenar tabela por coluna descendente",
420
+ "Sort": "Ordenar",
421
+ "Order": "Ordem",
422
+ "Sort by": "Ordenar por",
423
+ "Ascending": "Ascendente",
424
+ "Descending": "Descendente",
425
+ "Column {0}": "Coluna {0}",
426
+ "Row {0}": "Linha {0}",
427
+ "Spellcheck...": "Verifica\u00e7\u00e3o ortogr\u00e1fica...",
428
+ "Misspelled word": "Palavra mal escrita",
429
+ "Suggestions": "Sugest\u00f5es",
430
+ "Change": "Alterar",
431
+ "Finding word suggestions": "Encontrar sugest\u00f5es de palavras",
432
+ "Success": "Sucesso",
433
+ "Repair": "Reparar",
434
+ "Issue {0} of {1}": "Problema {0} de {1}",
435
+ "Images must be marked as decorative or have an alternative text description": "As imagens devem ser marcadas como decorativas ou ter uma descri\u00e7\u00e3o textual alternativa",
436
+ "Images must have an alternative text description. Decorative images are not allowed.": "As imagens devem ter uma descri\u00e7\u00e3o textual alternativa. N\u00e3o s\u00e3o permitidas imagens meramente decorativas.",
437
+ "Or provide alternative text:": "Ou forne\u00e7a um texto alternativo:",
438
+ "Make image decorative:": "Marque a imagem como decorativa:",
439
+ "ID attribute must be unique": "O atributo ID tem de ser \u00fanico",
440
+ "Make ID unique": "Tornar o ID \u00fanico",
441
+ "Keep this ID and remove all others": "Mantenha este ID e remova todos os outros",
442
+ "Remove this ID": "Remover este ID",
443
+ "Remove all IDs": "Remover todos os IDs",
444
+ "Checklist": "Lista de verifica\u00e7\u00e3o",
400
445
  "Anchor": "\u00c2ncora",
401
446
  "Special character": "Car\u00e1cter especial",
402
447
  "Code sample": "Amostra de c\u00f3digo",
403
448
  "Color": "Cor",
404
- "Emoticons": "Emo\u00e7\u00f5es",
405
449
  "Document properties": "Propriedades do documento",
450
+ "Image description": "Descri\u00e7\u00e3o da imagem",
406
451
  "Image": "Imagem",
407
452
  "Insert link": "Inserir liga\u00e7\u00e3o",
408
453
  "Target": "Alvo",
@@ -413,7 +458,5 @@ tinymce.addI18n('pt_PT',{
413
458
  "Prev": "Anterior",
414
459
  "Find and replace": "Pesquisar e substituir",
415
460
  "Whole words": "Palavras completas",
416
- "Spellcheck": "Corretor ortogr\u00e1fico",
417
- "Caption": "Legenda",
418
461
  "Insert template": "Inserir modelo"
419
462
  });