@sapui5/sap.ui.richtexteditor 1.97.1 → 1.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/ui/richtexteditor/.library +2 -2
- package/src/sap/ui/richtexteditor/RTESplitButton.js +2 -2
- package/src/sap/ui/richtexteditor/RTESplitButtonRenderer.js +1 -1
- package/src/sap/ui/richtexteditor/RichTextEditor.js +18 -67
- package/src/sap/ui/richtexteditor/RichTextEditorRenderer.js +3 -3
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +6 -4
- package/src/sap/ui/richtexteditor/ToolbarWrapperRenderer.js +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.js +11 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/jquery.tinymce.min.js +88 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ar.js +1 -420
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bg_BG.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bn_BD.js +21 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ca.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cs.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cs_CZ.js +221 -19
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cy.js +61 -18
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/da.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/de.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/el.js +1 -261
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_419.js +462 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_MX.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/et.js +21 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/eu.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fa.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fa_IR.js +69 -197
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fi.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fr_FR.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/gl.js +20 -155
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/he_IL.js +1 -420
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hr.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hu_HU.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/id.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/it.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ja.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/kk.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ko_KR.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/lt.js +21 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nb_NO.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nl.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nl_BE.js +445 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pl.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pt_BR.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pt_PT.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ro.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ru.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ru_RU.js +445 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sk.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sl.js +59 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sl_SI.js +1 -388
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/{mn_MN.js → sq.js} +109 -69
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sv_SE.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ta.js +60 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ta_IN.js +60 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/th_TH.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tr.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tr_TR.js +81 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ug.js +221 -19
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/uk.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/zh_CN.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/zh_TW.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/changelog.txt +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/codemirror.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/codemirror.min.js +4023 -4246
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/customeditor.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/customeditor.min.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/plugin.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/plugin.min.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.js +33 -48
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.js +10 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.js +60 -30
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.js +27 -12
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.js +12 -12
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.js +8 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.js +59 -67
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.js +11 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.js +1934 -1310
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.js +200 -59
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.js +9424 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.min.js +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.js +1914 -1506
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.js +255 -181
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.js +51 -49
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.js +542 -163
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.js +113 -105
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.js +11 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.js +187 -170
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.js +625 -433
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.js +54 -53
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.js +24 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.js +10 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.js +145 -131
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.js +440 -270
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.js +232 -186
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.js +15 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.js +8 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.js +29 -30
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.js +388 -290
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/CHANGELOG.md +345 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/js/wordimport.js +1826 -1696
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ar.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/bg_BG.js +4 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ca.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/cs.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/da.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/de.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/el.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/es.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/eu.js +4 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fa.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fi.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fr_FR.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/he_IL.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/hr.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/hu_HU.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/id.js +4 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/it.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ja.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/kk.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ko_KR.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/nb_NO.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/nl.js +8 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pl.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pt_BR.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pt_PT.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ro.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ru.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sk.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sl_SI.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sv_SE.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/th_TH.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/tr.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/uk.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/zh_CN.js +13 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/zh_TW.js +13 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.min.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.js +18 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.js +15 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.js +76 -85
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.js +108 -103
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.js +54 -59
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.js +31 -28
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.js +4394 -3142
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.js +89 -73
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.js +111 -122
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.js +33 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.js +12 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.js +89 -101
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.js +69 -58
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.css +10 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.css +10 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.css +104 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.css +37 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css.map +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.css +9 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.css +10 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.css +104 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.css +37 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css.map +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.js +2890 -3335
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.js +15719 -15353
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.d.ts +768 -552
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.js +6762 -6159
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/version.txt +1 -1
- package/src/sap/ui/richtexteditor/library.js +2 -2
- package/src/sap/ui/richtexteditor/themes/base/RichTextEditor.less +0 -44
- package/src/sap/ui/richtexteditor/themes/base/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/jam/icons.js +0 -163
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/material/icons.js +0 -165
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/small/icons.js +0 -153
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/thin/icons.js +0 -147
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ar_SA.js +0 -194
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bs.js +0 -197
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/eo.js +0 -219
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_ES.js +0 -370
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fo.js +0 -219
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/gd.js +0 -219
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hy.js +0 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/is_IS.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ku.js +0 -415
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ku_IQ.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/lb.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ml.js +0 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ml_IN.js +0 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ro_RO.js +0 -370
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/si_LK.js +0 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tg.js +0 -197
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tt.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/vi.js +0 -261
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/changelog.txt +0 -46
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/css/annotations.css +0 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ar.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/bg_BG.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ca.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/cs.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/da.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/de.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/el.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/es.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/eu.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/fa.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/fi.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/fr_FR.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/he_IL.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/hr.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/hu_HU.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/id.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/it.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ja.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/kk.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ko_KR.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/nb_NO.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/nl.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/pl.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/pt_BR.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/pt_PT.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ro.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ru.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/sk.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/sl_SI.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/sv_SE.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/th_TH.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/tr.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/uk.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/zh_CN.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/zh_TW.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/changelog.txt +0 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/changelog.txt +0 -25
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/content.min.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/changelog.txt +0 -26
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/content.min.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/changelog.txt +0 -22
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/changelog.txt +0 -141
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/changelog.txt +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.eot +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.svg +0 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.ttf +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.woff +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinycomments-tinymce4.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinycomments.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinymce4-content.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinymce4-icons.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/js/tinycomments-sidebar.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/js/tinycomments-sidebar.min.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ar.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/bg_BG.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ca.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/cs.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/da.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/de.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/el.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/es.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/eu.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/fa.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/fi.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/fr_FR.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/he_IL.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/hr.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/hu_HU.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/id.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/it.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ja.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/kk.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ko_KR.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/nb_NO.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/nl.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/pl.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/pt_BR.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/pt_PT.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ro.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ru.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/sk.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/sl_SI.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/sv_SE.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/th_TH.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/tr.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/uk.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/zh_CN.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/zh_TW.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/plugin.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/plugin.min.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/assetmanager.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/assetmanager.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/changelog.txt +0 -26
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/tinydrive.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/tinydrive.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/changelog.txt +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ar.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/bg_BG.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ca.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/cs.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/da.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/de.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/el.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/es.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/eu.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/fa.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/fi.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/fr_FR.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/he_IL.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/hr.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/hu_HU.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/id.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/it.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ja.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/kk.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ko_KR.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/nb_NO.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/nl.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/pl.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/pt_BR.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/pt_PT.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ro.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ru.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/sk.js +0 -13
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/sl_SI.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/sv_SE.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/th_TH.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/tr.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/uk.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/zh_CN.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/zh_TW.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/fabric/content.css +0 -771
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/fabric/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/fabric/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-classic/content.css +0 -819
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-classic/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-classic/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-outline/content.css +0 -818
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-outline/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-outline/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.css +0 -2959
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.css +0 -2954
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.css +0 -2983
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.css +0 -2983
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/themes/base/icons.gif +0 -0
- package/src/sap/ui/richtexteditor/themes/base/icons.png +0 -0
- package/src/sap/ui/richtexteditor/themes/sap_hcb/RichTextEditor.less +0 -108
- package/src/sap/ui/richtexteditor/themes/sap_hcb/library.source.less +0 -9
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n("pl", {
|
|
2
|
-
"Accessibility Checker": "Narz\u0119dzie do sprawdzania u\u0142atwie\u0144 dost\u0119pu",
|
|
3
|
-
"No accessibility issues detected": "Nie wykryto \u017cadnych problem\xf3w z u\u0142atwieniami dost\u0119pu",
|
|
4
|
-
"Previous Issue": "Poprzedni problem",
|
|
5
|
-
"Next Issue": "Nast\u0119pny problem",
|
|
6
|
-
"Repair Issue": "Wyeliminuj problem",
|
|
7
|
-
"Ignore": "Ignoruj",
|
|
8
|
-
"Alternative text must not be the same as the image filename": "Alternatywny tekst musi by\u0107 inny ni\u017c nazwa pliku obrazu",
|
|
9
|
-
"Provide alternative text:": "Udost\u0119pni\u0107 tekst alternatywny:",
|
|
10
|
-
"Alternative text cannot be empty": "Tekst alternatywny nie mo\u017ce by\u0107 pusty",
|
|
11
|
-
"Alternative text cannot be the same as the filename": "Tekst alternatywny musi si\u0119 r\xf3\u017cni\u0107 od nazwy pliku",
|
|
12
|
-
"Tables must have captions": "Tabele musz\u0105 mie\u0107 podpisy",
|
|
13
|
-
"Table caption and summary cannot have the same value": "Podpis tabeli nie mo\u017ce mie\u0107 tej samej warto\u015bci, co podsumowanie",
|
|
14
|
-
"Provide caption:": "Udost\u0119pni\u0107 podpis:",
|
|
15
|
-
"Caption cannot be empty": "Podpis nie mo\u017ce by\u0107 pusty",
|
|
16
|
-
"Table caption cannot be the same as the table summary": "Podpis tabeli nie mo\u017ce by\u0107 taki sam, jak podsumowanie tabeli",
|
|
17
|
-
"Complex tables should have summaries": "Tabela z\u0142o\u017cona powinna mie\u0107 podsumowanie zawarto\u015bci",
|
|
18
|
-
"Provide table summary:": "Udost\u0119pni\u0107 podsumowanie tabeli:",
|
|
19
|
-
"Summary cannot be empty": "Podsumowanie nie mo\u017ce by\u0107 puste",
|
|
20
|
-
"Table summary cannot be the same as the table caption": "Podsumowanie tabeli nie mo\u017ce by\u0107 takie samo, jak podpis tabeli",
|
|
21
|
-
"Table elements must contain TR and TD tags": "Elementy tabeli musz\u0105 zawiera\u0107 znaczniki TR i TD",
|
|
22
|
-
"Tables must have at least one header cell": "Tabela musi zawiera\u0107 co najmniej jedn\u0105 kom\xf3rk\u0119 nag\u0142\xf3wka",
|
|
23
|
-
"Choose table header:": "Wybra\u0107 nag\u0142\xf3wek tabeli:",
|
|
24
|
-
"Table headers must be applied to a row or a column": "Nag\u0142\xf3wki tabel musz\u0105 dotyczy\u0107 wierszy lub kolumn",
|
|
25
|
-
"Select header scope:": "Wybra\u0107 zakres nag\u0142\xf3wka:",
|
|
26
|
-
"Header Column": "Kolumna nag\u0142\xf3wka",
|
|
27
|
-
"Header Row": "Wiersz nag\u0142\xf3wka",
|
|
28
|
-
"Row": "Wiersz",
|
|
29
|
-
"Column": "Kolumna",
|
|
30
|
-
"Row Group": "Grupa wierszy",
|
|
31
|
-
"Column Group": "Grupa kolumn",
|
|
32
|
-
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "Nag\u0142\xf3wki musz\u0105 by\u0107 stosowane kolejno. Na przyk\u0142ad: po Nag\u0142\xf3wku 1 powinien nast\u0119powa\u0107 Nag\u0142\xf3wek 2, a nie Nag\u0142\xf3wek 3.",
|
|
33
|
-
"This paragraph looks like a heading. If it is a heading please select a heading level.": "Ten akapit wygl\u0105da jak nag\u0142\xf3wek. Je\u015bli jest to nag\u0142\xf3wek, nale\u017cy wybra\u0107 poziom nag\u0142\xf3wka.",
|
|
34
|
-
"Select a heading level:": "Wybra\u0107 pozioma nag\u0142\xf3wka:",
|
|
35
|
-
"Adjacent links with the same URL should be merged into one link": "\u0141\u0105cza s\u0105siaduj\u0105ce o takim samym adresie URL powinny by\u0107 scalane w jedno \u0142\u0105cze",
|
|
36
|
-
"The selected text appears to be a list. Lists should be formatted using a list tag.": "Wybrany tekst wygl\u0105da jak lista. Listy powinny by\u0107 sformatowane z u\u017cyciem znacznika listy.",
|
|
37
|
-
"Text must have a contrast ratio of at least 4.5:1": "Tekst musi si\u0119 charakteryzowa\u0107 wsp\xf3\u0142czynnikiem kontrastu co najmniej 4,5:1",
|
|
38
|
-
"Large text must have a contrast ratio of at least 3:1": "Du\u017cy tekst musi si\u0119 charakteryzowa\u0107 wsp\xf3\u0142czynnikiem kontrastu 3:1",
|
|
39
|
-
"Text must have a contrast ratio of at least 7:1": "Tekst musi si\u0119 charakteryzowa\u0107 wsp\xf3\u0142czynnikiem kontrastu co najmniej 7:1",
|
|
40
|
-
"Error": "B\u0142\u0105d",
|
|
41
|
-
"Warning": "Ostrze\u017cenie",
|
|
42
|
-
"Info": "Informacje",
|
|
43
|
-
"Success": "Powodzenie",
|
|
44
|
-
"Repair": "Napraw",
|
|
45
|
-
"Issue {0} of {1}": "Problem {0} z {1}",
|
|
46
|
-
"Images must be marked as decorative or have an alternative text description": "Obrazy musz\u0105 by\u0107 oznaczone jako dekoracyjne lub mie\u0107 alternatywne opisy tekstowe",
|
|
47
|
-
"Images must have an alternative text description. Decorative images are not allowed.": "Obrazy musz\u0105 mie\u0107 alternatywne opisy tekstowe. Obrazy dekoracyjne nie s\u0105 dozwolone.",
|
|
48
|
-
"Or provide alternative text:": "Lub podaj tekst alternatywny:",
|
|
49
|
-
"Image is decorative": "Obraz jest dekoracyjny",
|
|
50
|
-
"Make image decorative:": "Przekszta\u0142\u0107 obraz w dekoracyjny:",
|
|
51
|
-
"ID attribute must be unique": "Atrybut identyfikacyjny musi by\u0107 unikalny",
|
|
52
|
-
"Make ID unique": "Zapewnij unikalno\u015b\u0107 identyfikatora",
|
|
53
|
-
"Keep this ID and remove all others": "Zachowaj ten identyfikator i usu\u0144 wszystkie pozosta\u0142e",
|
|
54
|
-
"Remove this ID": "Usu\u0144 ten identyfikator",
|
|
55
|
-
"Remove all IDs": "Usu\u0144 wszystkie identyfikatory",
|
|
56
|
-
"Click for more info": "Kliknij, by uzyska\u0107 wi\u0119cej informacji"
|
|
57
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n("pt_BR", {
|
|
2
|
-
"Accessibility Checker": "Verificador de Acessibilidade",
|
|
3
|
-
"No accessibility issues detected": "N\xe3o foi detectado nenhum problema de acessibilidade",
|
|
4
|
-
"Previous Issue": "Problema anterior",
|
|
5
|
-
"Next Issue": "Problema seguinte",
|
|
6
|
-
"Repair Issue": "Reparar problema",
|
|
7
|
-
"Ignore": "Ignorar",
|
|
8
|
-
"Alternative text must not be the same as the image filename": "O texto alternativo n\xe3o deve ser igual ao nome do arquivo de imagem",
|
|
9
|
-
"Provide alternative text:": "Forne\xe7a o texto alternativo:",
|
|
10
|
-
"Alternative text cannot be empty": "O texto alternativo n\xe3o pode ficar em branco",
|
|
11
|
-
"Alternative text cannot be the same as the filename": "O texto alternativo n\xe3o pode ser igual ao nome do arquivo",
|
|
12
|
-
"Tables must have captions": "As tabelas devem ter legendas",
|
|
13
|
-
"Table caption and summary cannot have the same value": "A legenda e o resumo da tabela n\xe3o podem ter o mesmo valor",
|
|
14
|
-
"Provide caption:": "Forne\xe7a a legenda:",
|
|
15
|
-
"Caption cannot be empty": "A legenda n\xe3o pode ficar em branco",
|
|
16
|
-
"Table caption cannot be the same as the table summary": "A legenda n\xe3o pode ser igual ao resumo da tabela",
|
|
17
|
-
"Complex tables should have summaries": "As tabelas complexas devem ter resumos",
|
|
18
|
-
"Provide table summary:": "Forne\xe7a um resumo para a tabela:",
|
|
19
|
-
"Summary cannot be empty": "O resumo n\xe3o pode ficar em branco",
|
|
20
|
-
"Table summary cannot be the same as the table caption": "O resumo n\xe3o pode ser igual \xe0 legenda da tabela",
|
|
21
|
-
"Table elements must contain TR and TD tags": "Os elementos da tabela devem conter tags tr e td",
|
|
22
|
-
"Tables must have at least one header cell": "As tabelas devem ter pelo menos uma c\xe9lula de cabe\xe7alho",
|
|
23
|
-
"Choose table header:": "Escolha o cabe\xe7alho da tabela:",
|
|
24
|
-
"Table headers must be applied to a row or a column": "Os cabe\xe7alhos de tabela devem ser aplicados a uma linha ou coluna",
|
|
25
|
-
"Select header scope:": "Selecione o escopo do cabe\xe7alho:",
|
|
26
|
-
"Header Column": "Coluna de Cabe\xe7alho",
|
|
27
|
-
"Header Row": "Linha de Cabe\xe7alho",
|
|
28
|
-
"Row": "Linha",
|
|
29
|
-
"Column": "Coluna",
|
|
30
|
-
"Row Group": "Grupo de linhas",
|
|
31
|
-
"Column Group": "Grupo de colunas",
|
|
32
|
-
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "Os t\xedtulos devem ser aplicados sequencialmente. Exemplo: o T\xedtulo 1 deve ser seguido do T\xedtulo 2, e n\xe3o do T\xedtulo 3.",
|
|
33
|
-
"This paragraph looks like a heading. If it is a heading please select a heading level.": "Este par\xe1grafo parece ser um t\xedtulo. Se for um t\xedtulo, selecione um n\xedvel de t\xedtulo.",
|
|
34
|
-
"Select a heading level:": "Selecione um n\xedvel de t\xedtulo:",
|
|
35
|
-
"Adjacent links with the same URL should be merged into one link": "Os links adjacentes com o mesmo URL devem ser mesclados em um s\xf3 link",
|
|
36
|
-
"The selected text appears to be a list. Lists should be formatted using a list tag.": "O texto selecionado parece ser uma lista. As listas devem ser formatadas usando-se uma tag de lista.",
|
|
37
|
-
"Text must have a contrast ratio of at least 4.5:1": "O texto deve ter uma rela\xe7\xe3o de contraste m\xednima de 4,5:1",
|
|
38
|
-
"Large text must have a contrast ratio of at least 3:1": "O texto grande deve ter uma rela\xe7\xe3o de contraste m\xednima de 3:1",
|
|
39
|
-
"Text must have a contrast ratio of at least 7:1": "O texto deve ter uma rela\xe7\xe3o de contraste de pelo menos 7:1",
|
|
40
|
-
"Error": "Erro",
|
|
41
|
-
"Warning": "Aviso",
|
|
42
|
-
"Info": "Info",
|
|
43
|
-
"Success": "\xcaxito",
|
|
44
|
-
"Repair": "Reparar",
|
|
45
|
-
"Issue {0} of {1}": "Problema {0} de {1}",
|
|
46
|
-
"Images must be marked as decorative or have an alternative text description": "As imagens devem ser marcadas como decorativas ou ter uma descri\xe7\xe3o de texto alternativa",
|
|
47
|
-
"Images must have an alternative text description. Decorative images are not allowed.": "As imagens devem ter uma descri\xe7\xe3o de texto alternativa. Imagens decorativas n\xe3o s\xe3o permitidas.",
|
|
48
|
-
"Or provide alternative text:": "Ou forne\xe7a um texto alternativo:",
|
|
49
|
-
"Image is decorative": "A imagem \xe9 decorativa",
|
|
50
|
-
"Make image decorative:": "Tornar a imagem decorativa:",
|
|
51
|
-
"ID attribute must be unique": "O atributo de ID deve ser \xfanico",
|
|
52
|
-
"Make ID unique": "Tornar o ID \xfanico",
|
|
53
|
-
"Keep this ID and remove all others": "Manter este ID e remover todos os outros",
|
|
54
|
-
"Remove this ID": "Remover este ID",
|
|
55
|
-
"Remove all IDs": "Remover todos os IDs",
|
|
56
|
-
"Click for more info": "Clique para obter mais informa\xe7\xf5es"
|
|
57
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n("pt_PT", {
|
|
2
|
-
"Accessibility Checker": "Verificador de Acessibilidade",
|
|
3
|
-
"No accessibility issues detected": "N\xe3o foi detetado nenhum problema de acessibilidade",
|
|
4
|
-
"Previous Issue": "Problema anterior",
|
|
5
|
-
"Next Issue": "Problema seguinte",
|
|
6
|
-
"Repair Issue": "Reparar problema",
|
|
7
|
-
"Ignore": "Ignorar",
|
|
8
|
-
"Alternative text must not be the same as the image filename": "O texto alternativo n\xe3o pode ser igual ao do nome de ficheiro da imagem",
|
|
9
|
-
"Provide alternative text:": "Forne\xe7a o texto alternativo:",
|
|
10
|
-
"Alternative text cannot be empty": "O texto alternativo n\xe3o pode ficar em branco",
|
|
11
|
-
"Alternative text cannot be the same as the filename": "O texto alternativo n\xe3o pode ser igual ao nome do ficheiro",
|
|
12
|
-
"Tables must have captions": "As tabelas devem ter legendas",
|
|
13
|
-
"Table caption and summary cannot have the same value": "A legenda e o resumo da tabela n\xe3o podem ter o mesmo valor",
|
|
14
|
-
"Provide caption:": "Forne\xe7a a legenda:",
|
|
15
|
-
"Caption cannot be empty": "A legenda n\xe3o pode ficar em branco",
|
|
16
|
-
"Table caption cannot be the same as the table summary": "A legenda da tabela n\xe3o pode ser igual ao resumo da tabela",
|
|
17
|
-
"Complex tables should have summaries": "As tabelas complexas devem ter resumos",
|
|
18
|
-
"Provide table summary:": "Forne\xe7a um resumo para a tabela:",
|
|
19
|
-
"Summary cannot be empty": "O resumo n\xe3o pode ficar em branco",
|
|
20
|
-
"Table summary cannot be the same as the table caption": "O resumo da tabela n\xe3o pode ser igual \xe0 legenda da tabela",
|
|
21
|
-
"Table elements must contain TR and TD tags": "Os elementos da tabela devem conter etiquetas TR e TD",
|
|
22
|
-
"Tables must have at least one header cell": "As tabelas devem ter pelo menos uma c\xe9lula de cabe\xe7alho",
|
|
23
|
-
"Choose table header:": "Escolha o cabe\xe7alho da tabela:",
|
|
24
|
-
"Table headers must be applied to a row or a column": "Os cabe\xe7alhos da tabela t\xeam de ser aplicados numa linha ou numa coluna",
|
|
25
|
-
"Select header scope:": "Selecione o \xe2mbito do cabe\xe7alho:",
|
|
26
|
-
"Header Column": "Coluna de cabe\xe7alho",
|
|
27
|
-
"Header Row": "Linha de cabe\xe7alho",
|
|
28
|
-
"Row": "Linha",
|
|
29
|
-
"Column": "Coluna",
|
|
30
|
-
"Row Group": "Grupo de linhas",
|
|
31
|
-
"Column Group": "Grupo de colunas",
|
|
32
|
-
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "Os cabe\xe7alhos devem ser aplicados por ordem sequencial. Por exemplo: Cabe\xe7alho 1 deve ser seguido de Cabe\xe7alho 2, n\xe3o de Cabe\xe7alho 3.",
|
|
33
|
-
"This paragraph looks like a heading. If it is a heading please select a heading level.": "Este par\xe1grafo parece um cabe\xe7alho. Se for um cabe\xe7alho, selecione um n\xedvel de cabe\xe7alho.",
|
|
34
|
-
"Select a heading level:": "Selecione um n\xedvel de cabe\xe7alho:",
|
|
35
|
-
"Adjacent links with the same URL should be merged into one link": "As liga\xe7\xf5es adjacentes com o mesmo URL devem ser unidas numa s\xf3 liga\xe7\xe3o",
|
|
36
|
-
"The selected text appears to be a list. Lists should be formatted using a list tag.": "O texto selecionado parece ser uma lista. As listas devem ser formatadas usando uma etiqueta de lista.",
|
|
37
|
-
"Text must have a contrast ratio of at least 4.5:1": "O texto deve ter uma rela\xe7\xe3o de contraste m\xednima de 4.5:1",
|
|
38
|
-
"Large text must have a contrast ratio of at least 3:1": "O texto grande deve ter uma rela\xe7\xe3o de contraste m\xednima de 3:1",
|
|
39
|
-
"Text must have a contrast ratio of at least 7:1": "O texto deve ter uma rela\xe7\xe3o de contraste m\xednima de 7:1",
|
|
40
|
-
"Error": "Erro",
|
|
41
|
-
"Warning": "Aviso",
|
|
42
|
-
"Info": "Informa\xe7\xf5es",
|
|
43
|
-
"Success": "\xcaxito",
|
|
44
|
-
"Repair": "Repara\xe7\xe3o",
|
|
45
|
-
"Issue {0} of {1}": "Edi\xe7\xe3o {0} de {1}",
|
|
46
|
-
"Images must be marked as decorative or have an alternative text description": "As imagens t\xeam de ser marcadas como decorativas ou ter uma descri\xe7\xe3o de texto alternativa",
|
|
47
|
-
"Images must have an alternative text description. Decorative images are not allowed.": "As imagens t\xeam de ter uma descri\xe7\xe3o de texto alternativa. N\xe3o s\xe3o permitidas imagens decorativas.",
|
|
48
|
-
"Or provide alternative text:": "Ou forne\xe7a texto alternativo:",
|
|
49
|
-
"Image is decorative": "A imagem \xe9 decorativa",
|
|
50
|
-
"Make image decorative:": "Tornar a imagem decorativa:",
|
|
51
|
-
"ID attribute must be unique": "O atributo de ID tem de ser \xfanico",
|
|
52
|
-
"Make ID unique": "Tornar o ID \xfanico",
|
|
53
|
-
"Keep this ID and remove all others": "Manter este ID e remover todos os outros",
|
|
54
|
-
"Remove this ID": "Remover este ID",
|
|
55
|
-
"Remove all IDs": "Remover todos os ID",
|
|
56
|
-
"Click for more info": "Clique para obter mais informa\xe7\xf5es"
|
|
57
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n("ro", {
|
|
2
|
-
"Accessibility Checker": "Verificator accesibilitate",
|
|
3
|
-
"No accessibility issues detected": "Nu au fost detectate probleme de accesibilitate",
|
|
4
|
-
"Previous Issue": "Problema anterioar\u0103",
|
|
5
|
-
"Next Issue": "Problema urm\u0103toare",
|
|
6
|
-
"Repair Issue": "Rezolva\u021bi problema",
|
|
7
|
-
"Ignore": "Ignorare",
|
|
8
|
-
"Alternative text must not be the same as the image filename": "Textul alternativ nu trebuie s\u0103 fie acela\u0219i cu denumirea fi\u0219ierului imagine",
|
|
9
|
-
"Provide alternative text:": "Completa\u021bi cu un text alternativ:",
|
|
10
|
-
"Alternative text cannot be empty": "C\xe2mpul cu text alternativ este obligatoriu",
|
|
11
|
-
"Alternative text cannot be the same as the filename": "Textul alternativ nu poate s\u0103 fie acela\u0219i cu denumirea fi\u0219ierului",
|
|
12
|
-
"Tables must have captions": "Tabelele trebuie s\u0103 aib\u0103 legende",
|
|
13
|
-
"Table caption and summary cannot have the same value": "Legenda \u0219i rezumatul tabelului nu pot avea aceea\u0219i valoare",
|
|
14
|
-
"Provide caption:": "Completa\u021bi legenda:",
|
|
15
|
-
"Caption cannot be empty": "C\xe2mpul cu legenda este obligatoriu",
|
|
16
|
-
"Table caption cannot be the same as the table summary": "Legenda tabelului nu poate fi aceea\u0219i cu rezumatul tabelului",
|
|
17
|
-
"Complex tables should have summaries": "Tabelele complexe ar trebui s\u0103 aib\u0103 rezumate",
|
|
18
|
-
"Provide table summary:": "Completa\u021bi rezumatul tabelului:",
|
|
19
|
-
"Summary cannot be empty": "C\xe2mpul cu rezumatul tabelului este obligatoriu",
|
|
20
|
-
"Table summary cannot be the same as the table caption": "Rezumatul tabelului nu poate fi acela\u0219i cu legenda tabelului",
|
|
21
|
-
"Table elements must contain TR and TD tags": "Elementele tabelului trebuie s\u0103 con\u021bin\u0103 etichete TR \u0219i TD",
|
|
22
|
-
"Tables must have at least one header cell": "Tabelele trebuie s\u0103 aib\u0103 cel pu\u021bin o celul\u0103 tip antet",
|
|
23
|
-
"Choose table header:": "Alege\u021bi antetul tabelului:",
|
|
24
|
-
"Table headers must be applied to a row or a column": "Anteturile tabelului trebuie s\u0103 fie aplicate unui r\xe2nd sau unei coloane",
|
|
25
|
-
"Select header scope:": "Selecta\u021bi domeniul antetului:",
|
|
26
|
-
"Header Column": "Coloan\u0103 antet",
|
|
27
|
-
"Header Row": "R\xe2nd antet",
|
|
28
|
-
"Row": "R\xe2nd",
|
|
29
|
-
"Column": "Coloan\u0103",
|
|
30
|
-
"Row Group": "Grup r\xe2nduri",
|
|
31
|
-
"Column Group": "Grup coloane",
|
|
32
|
-
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "Anteturile trebuie s\u0103 fie aplicate \xeen ordine secven\u021bial\u0103. Spre exemplu: Antetul 1 ar trebui s\u0103 fie urmat de Antetul 2 \u0219i nu de Antetul 3.",
|
|
33
|
-
"This paragraph looks like a heading. If it is a heading please select a heading level.": "Acest paragraf arat\u0103 ca un antet. Dac\u0103 este un antet, v\u0103 rug\u0103m s\u0103 selecta\u021bi un nivel de antet.",
|
|
34
|
-
"Select a heading level:": "Selecta\u021bi un nivel de antet:",
|
|
35
|
-
"Adjacent links with the same URL should be merged into one link": "Link-urile adiacente cu aceea\u0219i adres\u0103 URL ar trebui s\u0103 fie grupate \xeentr-un singur link",
|
|
36
|
-
"The selected text appears to be a list. Lists should be formatted using a list tag.": "Textul selectat pare s\u0103 fie o list\u0103. Listele trebuie formatate folosind o etichet\u0103 de list\u0103.",
|
|
37
|
-
"Text must have a contrast ratio of at least 4.5:1": "Textul trebuie s\u0103 aib\u0103 un raport de contrast de cel pu\u021bin 4,5:1",
|
|
38
|
-
"Large text must have a contrast ratio of at least 3:1": "Textul scris cu font mare trebuie s\u0103 aib\u0103 un raport de contrast de cel pu\u021bin 3:1",
|
|
39
|
-
"Text must have a contrast ratio of at least 7:1": "Textul trebuie s\u0103 aib\u0103 un raport de contrast de cel pu\u021bin 7:1",
|
|
40
|
-
"Error": "Eroare",
|
|
41
|
-
"Warning": "Avertisment",
|
|
42
|
-
"Info": "Info",
|
|
43
|
-
"Success": "A\u021bi reu\u0219it",
|
|
44
|
-
"Repair": "Reparare",
|
|
45
|
-
"Issue {0} of {1}": "Problema {0} din {1}",
|
|
46
|
-
"Images must be marked as decorative or have an alternative text description": "Imaginile trebuie marcate ca decorative sau s\u0103 aib\u0103 o descriere text alternativ\u0103",
|
|
47
|
-
"Images must have an alternative text description. Decorative images are not allowed.": "Imaginile trebuie s\u0103 aib\u0103 o descriere text alternativ\u0103. Imaginile decorative nu sunt permise.",
|
|
48
|
-
"Or provide alternative text:": "Sau furniza\u021bi un text alternativ:",
|
|
49
|
-
"Image is decorative": "Imagine decorativ\u0103",
|
|
50
|
-
"Make image decorative:": "Crea\u021bi imaginea decorativ\u0103:",
|
|
51
|
-
"ID attribute must be unique": "Atributul ID trebuie s\u0103 fie unic",
|
|
52
|
-
"Make ID unique": "Face\u021bi ID-ul unic",
|
|
53
|
-
"Keep this ID and remove all others": "P\u0103stra\u021bi acest ID \u0219i elimina\u021bi-le pe celelalte",
|
|
54
|
-
"Remove this ID": "Elimina\u021bi acest ID",
|
|
55
|
-
"Remove all IDs": "Elimina\u021bi toate ID-urile",
|
|
56
|
-
"Click for more info": "Click aici pentru mai multe informa\u021bii"
|
|
57
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n("ru", {
|
|
2
|
-
"Accessibility Checker": "\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u0438",
|
|
3
|
-
"No accessibility issues detected": "\u041f\u0440\u043e\u0431\u043b\u0435\u043c \u0441 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u044c\u044e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e",
|
|
4
|
-
"Previous Issue": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430",
|
|
5
|
-
"Next Issue": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430",
|
|
6
|
-
"Repair Issue": "\u0418\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443",
|
|
7
|
-
"Ignore": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
|
|
8
|
-
"Alternative text must not be the same as the image filename": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 \u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c \u0444\u0430\u0439\u043b\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
|
|
9
|
-
"Provide alternative text:": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442:",
|
|
10
|
-
"Alternative text cannot be empty": "\u041f\u043e\u043b\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c",
|
|
11
|
-
"Alternative text cannot be the same as the filename": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c \u0444\u0430\u0439\u043b\u0430",
|
|
12
|
-
"Tables must have captions": "\u0422\u0430\u0431\u043b\u0438\u0446\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0438\u043c\u0435\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u0438",
|
|
13
|
-
"Table caption and summary cannot have the same value": "\u041f\u043e\u0434\u043f\u0438\u0441\u044c \u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0438\u043c\u0435\u0442\u044c \u043e\u0434\u043d\u043e \u0438 \u0442\u043e \u0436\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435",
|
|
14
|
-
"Provide caption:": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u044c:",
|
|
15
|
-
"Caption cannot be empty": "\u041f\u043e\u043b\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c",
|
|
16
|
-
"Table caption cannot be the same as the table summary": "\u041f\u043e\u0434\u043f\u0438\u0441\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043c \u0442\u0430\u0431\u043b\u0438\u0446\u044b",
|
|
17
|
-
"Complex tables should have summaries": "\u0421\u043b\u043e\u0436\u043d\u044b\u0435 \u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u0442\u044c\u0441\u044f \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f\u043c\u0438",
|
|
18
|
-
"Provide table summary:": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0442\u0430\u0431\u043b\u0438\u0446\u044b:",
|
|
19
|
-
"Summary cannot be empty": "\u041f\u043e\u043b\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c",
|
|
20
|
-
"Table summary cannot be the same as the table caption": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043f\u043e\u0434\u043f\u0438\u0441\u044c\u044e \u0442\u0430\u0431\u043b\u0438\u0446\u044b",
|
|
21
|
-
"Table elements must contain TR and TD tags": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u044d\u0433\u0438 TR \u0438 TD",
|
|
22
|
-
"Tables must have at least one header cell": "\u0422\u0430\u0431\u043b\u0438\u0446\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0438\u043c\u0435\u0442\u044c \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u043d\u0443 \u044f\u0447\u0435\u0439\u043a\u0443 \u0441 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u043c",
|
|
23
|
-
"Choose table header:": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0442\u0430\u0431\u043b\u0438\u0446\u044b:",
|
|
24
|
-
"Table headers must be applied to a row or a column": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0440\u0430\u0441\u043f\u043e\u043b\u0430\u0433\u0430\u0442\u044c\u0441\u044f \u0432 \u0441\u0442\u0440\u043e\u043a\u0435 \u0438\u043b\u0438 \u0432 \u0441\u0442\u043e\u043b\u0431\u0446\u0435",
|
|
25
|
-
"Select header scope:": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430:",
|
|
26
|
-
"Header Column": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0432 \u0441\u0442\u043e\u043b\u0431\u0446\u0435",
|
|
27
|
-
"Header Row": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0432 \u0441\u0442\u0440\u043e\u043a\u0435",
|
|
28
|
-
"Row": "\u0421\u0442\u0440\u043e\u043a\u0430",
|
|
29
|
-
"Column": "\u0421\u0442\u043e\u043b\u0431\u0435\u0446",
|
|
30
|
-
"Row Group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0441\u0442\u0440\u043e\u043a",
|
|
31
|
-
"Column Group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432",
|
|
32
|
-
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438 \u0434\u043e\u043b\u0436\u043d\u044b \u0440\u0430\u0441\u043f\u043e\u043b\u0430\u0433\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u043f\u043e\u0440\u044f\u0434\u043a\u0443. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440: \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430 1 \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u0434\u0442\u0438 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2, \u043d\u043e \u043d\u0435 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3.",
|
|
33
|
-
"This paragraph looks like a heading. If it is a heading please select a heading level.": "\u042d\u0442\u043e\u0442 \u0430\u0431\u0437\u0430\u0446 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u043c. \u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u0442\u0430\u043a, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430.",
|
|
34
|
-
"Select a heading level:": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430:",
|
|
35
|
-
"Adjacent links with the same URL should be merged into one link": "\u0421\u043c\u0435\u0436\u043d\u044b\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u0441 \u043e\u0434\u043d\u0438\u043c URL \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u044b \u0432 \u043e\u0434\u043d\u0443 \u0441\u0441\u044b\u043b\u043a\u0443",
|
|
36
|
-
"The selected text appears to be a list. Lists should be formatted using a list tag.": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043f\u0438\u0441\u043a\u043e\u043c. \u0421\u043f\u0438\u0441\u043a\u0438 \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043e\u0442\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0442\u044d\u0433\u0430 \u0441\u043f\u0438\u0441\u043a\u0430.",
|
|
37
|
-
"Text must have a contrast ratio of at least 4.5:1": "\u041a\u043e\u043d\u0442\u0440\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u044c \u0442\u0435\u043a\u0441\u0442\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 4,5:1",
|
|
38
|
-
"Large text must have a contrast ratio of at least 3:1": "\u041a\u043e\u043d\u0442\u0440\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u044c \u043a\u0440\u0443\u043f\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 3:1",
|
|
39
|
-
"Text must have a contrast ratio of at least 7:1": "\u041a\u043e\u043d\u0442\u0440\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u044c \u0442\u0435\u043a\u0441\u0442\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 7:1",
|
|
40
|
-
"Error": "\u041e\u0448\u0438\u0431\u043a\u0430",
|
|
41
|
-
"Warning": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435",
|
|
42
|
-
"Info": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",
|
|
43
|
-
"Success": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e",
|
|
44
|
-
"Repair": "\u0418\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c",
|
|
45
|
-
"Issue {0} of {1}": "\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 {0} \u0438\u0437 {1}",
|
|
46
|
-
"Images must be marked as decorative or have an alternative text description": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u044b \u043a\u0430\u043a \u0434\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0438\u043b\u0438 \u0438\u043c\u0435\u0442\u044c \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u043e\u0435 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
|
|
47
|
-
"Images must have an alternative text description. Decorative images are not allowed.": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u044b \u0438\u043c\u0435\u0442\u044c \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u043e\u0435 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435. \u0414\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u044b.",
|
|
48
|
-
"Or provide alternative text:": "\u0418\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442:",
|
|
49
|
-
"Image is decorative": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u043c",
|
|
50
|
-
"Make image decorative:": "\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0434\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u043c:",
|
|
51
|
-
"ID attribute must be unique": "\u0410\u0442\u0440\u0438\u0431\u0443\u0442 ID \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u043c",
|
|
52
|
-
"Make ID unique": "\u0421\u0434\u0435\u043b\u0430\u0442\u044c ID \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u043c",
|
|
53
|
-
"Keep this ID and remove all others": "\u041e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u044d\u0442\u043e\u0442 ID \u0438 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435",
|
|
54
|
-
"Remove this ID": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 ID",
|
|
55
|
-
"Remove all IDs": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 ID",
|
|
56
|
-
"Click for more info": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438"
|
|
57
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n("sk", {
|
|
2
|
-
"Accessibility Checker": "Kontrola zjednodu\u0161enia ovl\xe1dania",
|
|
3
|
-
"No accessibility issues detected": "Nezistili sa \u017eiadne probl\xe9my so zjednodu\u0161en\xedm ovl\xe1dania",
|
|
4
|
-
"Previous Issue": "Predch\xe1dzaj\xfaci probl\xe9m",
|
|
5
|
-
"Next Issue": "Nasleduj\xfaci probl\xe9m",
|
|
6
|
-
"Repair Issue": "Opravi\u0165 probl\xe9m",
|
|
7
|
-
"Ignore": "Ignorova\u0165",
|
|
8
|
-
"Alternative text must not be the same as the image filename": "Alternat\xedvny text nesmie by\u0165 rovnak\xfd ako n\xe1zov s\xfaboru obr\xe1zka",
|
|
9
|
-
"Provide alternative text:": "Uve\u010fte alternat\xedvny text:",
|
|
10
|
-
"Alternative text cannot be empty": "Alternat\xedvny text nem\xf4\u017ee by\u0165 pr\xe1zdny",
|
|
11
|
-
"Alternative text cannot be the same as the filename": "Alternat\xedvny text nem\xf4\u017ee by\u0165 rovnak\xfd ako n\xe1zov s\xfaboru",
|
|
12
|
-
"Tables must have captions": "Tabu\u013eky nesm\xfa ma\u0165 titulky",
|
|
13
|
-
"Table caption and summary cannot have the same value": "Titulok tabu\u013eky a\xa0zhrnutie nem\xf4\u017eu ma\u0165 rovnak\xfa hodnotu",
|
|
14
|
-
"Provide caption:": "Uve\u010fte titulok:",
|
|
15
|
-
"Caption cannot be empty": "Titulok nem\xf4\u017ee by\u0165 pr\xe1zdny",
|
|
16
|
-
"Table caption cannot be the same as the table summary": "Titulok tabu\u013eky nem\xf4\u017ee by\u0165 rovnak\xfd ako zhrnutie tabu\u013eky",
|
|
17
|
-
"Complex tables should have summaries": "Zlo\u017eit\xe9 tabu\u013eky maj\xfa obsahova\u0165 zhrnutia",
|
|
18
|
-
"Provide table summary:": "Uve\u010fte zhrnutie tabu\u013eky:",
|
|
19
|
-
"Summary cannot be empty": "Zhrnutie nem\xf4\u017ee by\u0165 pr\xe1zdne",
|
|
20
|
-
"Table summary cannot be the same as the table caption": "Zhrnutie tabu\u013eky nem\xf4\u017ee by\u0165 rovnak\xe9 ako titulok tabu\u013eky",
|
|
21
|
-
"Table elements must contain TR and TD tags": "Prvky tabu\u013eky musia obsahova\u0165 zna\u010dky TR a TD",
|
|
22
|
-
"Tables must have at least one header cell": "Tabu\u013eky musia ma\u0165 aspo\u0148 jednu hlavi\u010dkov\xfa bunku",
|
|
23
|
-
"Choose table header:": "Vyberte hlavi\u010dku tabu\u013eky:",
|
|
24
|
-
"Table headers must be applied to a row or a column": "Hlavi\u010dky tabu\u013eky treba aplikova\u0165 na riadok alebo st\u013apec",
|
|
25
|
-
"Select header scope:": "Vyberte rozsah hlavi\u010dky:",
|
|
26
|
-
"Header Column": "St\u013apec hlavi\u010dky",
|
|
27
|
-
"Header Row": "Riadok hlavi\u010dky",
|
|
28
|
-
"Row": "Riadok",
|
|
29
|
-
"Column": "St\u013apec",
|
|
30
|
-
"Row Group": "Skupina riadkov",
|
|
31
|
-
"Column Group": "Skupina st\u013apcov",
|
|
32
|
-
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "Nadpisy musia by\u0165 pou\u017eit\xe9 v\xa0postupnom porad\xed. Napr\xedklad: po Nadpise 1 m\xe1 nasledova\u0165 Nadpis 2, nie nadpis 3.",
|
|
33
|
-
"This paragraph looks like a heading. If it is a heading please select a heading level.": "Tento odsek vyzer\xe1 ako nadpis. Ak je to nadpis, zvo\u013ete \xfarove\u0148 nadpisu.",
|
|
34
|
-
"Select a heading level:": "Zvo\u013ete \xfarove\u0148 nadpisu:",
|
|
35
|
-
"Adjacent links with the same URL should be merged into one link": "Susedn\xe9 prepojenia s\xa0rovnakou adresou URL treba zl\xfa\u010di\u0165 do jedn\xe9ho prepojenia",
|
|
36
|
-
"The selected text appears to be a list. Lists should be formatted using a list tag.": "Zvolen\xfd text sa zd\xe1 by\u0165 zoznamom. Zoznamy treba form\xe1tova\u0165 pomocou zna\u010dky zoznamu.",
|
|
37
|
-
"Text must have a contrast ratio of at least 4.5:1": "Text mus\xed ma\u0165 kontrastn\xfd pomer aspo\u0148 4,5 : 1",
|
|
38
|
-
"Large text must have a contrast ratio of at least 3:1": "Ve\u013ek\xfd text mus\xed ma\u0165 kontrastn\xfd pomer aspo\u0148 3 : 1",
|
|
39
|
-
"Text must have a contrast ratio of at least 7:1": "Text mus\xed ma\u0165 kontrastn\xfd pomer aspo\u0148 7:1",
|
|
40
|
-
"Error": "Chyba",
|
|
41
|
-
"Warning": "Upozornenie",
|
|
42
|
-
"Info": "Inform\xe1cie",
|
|
43
|
-
"Success": "\xdaspech",
|
|
44
|
-
"Repair": "Opravi\u0165",
|
|
45
|
-
"Issue {0} of {1}": "Probl\xe9m {0} z {1}",
|
|
46
|
-
"Images must be marked as decorative or have an alternative text description": "Obr\xe1zky musia by\u0165 ozna\u010den\xe9 ako dekorat\xedvne alebo musia ma\u0165 alternat\xedvny textov\xfd popis",
|
|
47
|
-
"Images must have an alternative text description. Decorative images are not allowed.": "Obr\xe1zky musia ma\u0165 alternat\xedvny textov\xfd popis. Dekorat\xedvne obr\xe1zky nie s\xfa povolen\xe9.",
|
|
48
|
-
"Or provide alternative text:": "Alebo uve\u010fte alternat\xedvny text:",
|
|
49
|
-
"Image is decorative": "Obr\xe1zok je dekorat\xedvny",
|
|
50
|
-
"Make image decorative:": "Vytvori\u0165 dekorat\xedvny obr\xe1zok:",
|
|
51
|
-
"ID attribute must be unique": "Atrib\xfat ID mus\xed by\u0165 jedine\u010dn\xfd",
|
|
52
|
-
"Make ID unique": "Vytvori\u0165 jedine\u010dn\xe9 ID",
|
|
53
|
-
"Keep this ID and remove all others": "Ponecha\u0165 toto ID a odstr\xe1ni\u0165 v\u0161etky ostatn\xe9",
|
|
54
|
-
"Remove this ID": "Odstr\xe1ni\u0165 toto ID",
|
|
55
|
-
"Remove all IDs": "Odstr\xe1ni\u0165 v\u0161etky ID",
|
|
56
|
-
"Click for more info": "Kliknut\xedm zobraz\xedte \u010fal\u0161ie inform\xe1cie"
|
|
57
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n("sl_SI", {
|
|
2
|
-
"Accessibility Checker": "Pregledovalnik dostopnosti",
|
|
3
|
-
"No accessibility issues detected": "Ni bilo zaznanih te\u017eav z dostopom",
|
|
4
|
-
"Previous Issue": "Prej\u0161nja te\u017eava",
|
|
5
|
-
"Next Issue": "Naslednja te\u017eava",
|
|
6
|
-
"Repair Issue": "Popravi te\u017eavo",
|
|
7
|
-
"Ignore": "Prezri",
|
|
8
|
-
"Alternative text must not be the same as the image filename": "Alternativno besedilo ne sme biti enako kot datote\u010dno ime slike",
|
|
9
|
-
"Provide alternative text:": "Vnesite alternativno besedilo:",
|
|
10
|
-
"Alternative text cannot be empty": "Alternativno besedilo ne more biti prazno",
|
|
11
|
-
"Alternative text cannot be the same as the filename": "Alternativno besedilo ne more biti enako kot ime datoteke",
|
|
12
|
-
"Tables must have captions": "Tabele morajo imeti napise",
|
|
13
|
-
"Table caption and summary cannot have the same value": "Napis tabele in povzetek ne moreta imeti enake vrednosti",
|
|
14
|
-
"Provide caption:": "Vnesite napis:",
|
|
15
|
-
"Caption cannot be empty": "Napis ne more biti prazen",
|
|
16
|
-
"Table caption cannot be the same as the table summary": "Napis tabele ne more biti enak kot povzetek tabele",
|
|
17
|
-
"Complex tables should have summaries": "Kompleksne tabele morajo imeti povzetke",
|
|
18
|
-
"Provide table summary:": "Vnesite povzetek tabele:",
|
|
19
|
-
"Summary cannot be empty": "Povzetek ne more biti prazen",
|
|
20
|
-
"Table summary cannot be the same as the table caption": "Povzetek tabele ne more biti enak kot napis tabele",
|
|
21
|
-
"Table elements must contain TR and TD tags": "Elementi tabele morajo vsebovati oznaki TR in TD",
|
|
22
|
-
"Tables must have at least one header cell": "Tabele morajo imeti vsaj eno glavo celic",
|
|
23
|
-
"Choose table header:": "Izberite glavo tabele:",
|
|
24
|
-
"Table headers must be applied to a row or a column": "Glave tabel je treba uporabiti v vrstici ali stolpcu",
|
|
25
|
-
"Select header scope:": "Izberite obseg glave:",
|
|
26
|
-
"Header Column": "Glava stolpca",
|
|
27
|
-
"Header Row": "Glava vrstice",
|
|
28
|
-
"Row": "Vrstica",
|
|
29
|
-
"Column": "Stolpec",
|
|
30
|
-
"Row Group": "Skupina vrstic",
|
|
31
|
-
"Column Group": "Skupina stolpcev",
|
|
32
|
-
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "Glave morajo biti uporabljene po vrstnem redu. Na primer: Naslovu 1 naj sledi Naslov 2 in ne Naslov 3.",
|
|
33
|
-
"This paragraph looks like a heading. If it is a heading please select a heading level.": "Ta odstavek je videti kot naslov. \u010ce je naslov, izberite nivo naslova.",
|
|
34
|
-
"Select a heading level:": "Izberite nivo naslova:",
|
|
35
|
-
"Adjacent links with the same URL should be merged into one link": "Sosednje povezave z istim URL-jem morajo biti zdru\u017eene v eno povezavo",
|
|
36
|
-
"The selected text appears to be a list. Lists should be formatted using a list tag.": "Izbrano besedilo je videti kot seznam. Sezname je treba oblikovati s pomo\u010djo oznake za seznam.",
|
|
37
|
-
"Text must have a contrast ratio of at least 4.5:1": "Besedilo mora imeti kontrastno razmerje vsaj 4,5 : 1",
|
|
38
|
-
"Large text must have a contrast ratio of at least 3:1": "Veliko besedilo mora imeti kontrastno razmerje vsaj 3 : 1",
|
|
39
|
-
"Text must have a contrast ratio of at least 7:1": "Besedilo mora imeti kontrastno razmerje vsaj 7 : 1.",
|
|
40
|
-
"Error": "Napaka",
|
|
41
|
-
"Warning": "Opozorilo",
|
|
42
|
-
"Info": "Informacije",
|
|
43
|
-
"Success": "Uspe\u0161no",
|
|
44
|
-
"Repair": "Popravi",
|
|
45
|
-
"Issue {0} of {1}": "Te\u017eava {0} od {1}",
|
|
46
|
-
"Images must be marked as decorative or have an alternative text description": "Slike morajo biti ozna\u010dene kot okrasne oziroma imeti opis nadomestnega besedila.",
|
|
47
|
-
"Images must have an alternative text description. Decorative images are not allowed.": "Slike morajo imeti opis nadomestnega besedila. Okrasne slike niso dovoljene.",
|
|
48
|
-
"Or provide alternative text:": "Ali vnesite nadomestno besedilo:",
|
|
49
|
-
"Image is decorative": "Slika je okrasna.",
|
|
50
|
-
"Make image decorative:": "Sliko ozna\u010dite kot okrasno:",
|
|
51
|
-
"ID attribute must be unique": "Atribut ID-ja mora biti enoli\u010den.",
|
|
52
|
-
"Make ID unique": "Ustvarite enoli\u010dni ID",
|
|
53
|
-
"Keep this ID and remove all others": "Ohrani ta ID in odstrani vse druge",
|
|
54
|
-
"Remove this ID": "Odstrani ta ID",
|
|
55
|
-
"Remove all IDs": "Odstrani vse ID-je",
|
|
56
|
-
"Click for more info": "Kliknite za ve\u010d informacij."
|
|
57
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n("sv_SE", {
|
|
2
|
-
"Accessibility Checker": "Tillg\xe4nglighetskontroll",
|
|
3
|
-
"No accessibility issues detected": "Inga tillg\xe4nglighetsproblem hittades",
|
|
4
|
-
"Previous Issue": "F\xf6reg\xe5ende problem",
|
|
5
|
-
"Next Issue": "N\xe4sta problem",
|
|
6
|
-
"Repair Issue": "Reparera problem",
|
|
7
|
-
"Ignore": "Ignorera",
|
|
8
|
-
"Alternative text must not be the same as the image filename": "Den alternativa texten f\xe5r inte vara densamma som filnamnet f\xf6r bilden",
|
|
9
|
-
"Provide alternative text:": "Ange alternativ text:",
|
|
10
|
-
"Alternative text cannot be empty": "Den alternativa texten f\xe5r inte vara tom",
|
|
11
|
-
"Alternative text cannot be the same as the filename": "Den alternativa texten f\xe5r inte vara densamma som filnamnet",
|
|
12
|
-
"Tables must have captions": "Tabeller m\xe5ste ha en bildtext",
|
|
13
|
-
"Table caption and summary cannot have the same value": "Tabellens bildtext och sammanfattning kan inte ha samma v\xe4rde",
|
|
14
|
-
"Provide caption:": "Ange bildtext:",
|
|
15
|
-
"Caption cannot be empty": "Bildtexten f\xe5r inte vara tom",
|
|
16
|
-
"Table caption cannot be the same as the table summary": "Tabellbeskrivningstexten f\xe5r inte vara samma som tabellens sammanfattning",
|
|
17
|
-
"Complex tables should have summaries": "Invecklade tabeller ska ha en sammanfattning",
|
|
18
|
-
"Provide table summary:": "Ange sammanfattning f\xf6r tabellen.",
|
|
19
|
-
"Summary cannot be empty": "Sammanfattningen f\xe5r inte vara tom",
|
|
20
|
-
"Table summary cannot be the same as the table caption": "Tabellsammanfattningen f\xe5r inte vara samma som tabellens beskrivning",
|
|
21
|
-
"Table elements must contain TR and TD tags": "Tabellelement m\xe5ste inneh\xe5lla TR- och TD-taggar",
|
|
22
|
-
"Tables must have at least one header cell": "Tabeller m\xe5ste ha minst en rubrikcell",
|
|
23
|
-
"Choose table header:": "V\xe4lj tabellrubrik:",
|
|
24
|
-
"Table headers must be applied to a row or a column": "Tabellrubriker m\xe5ste till\xe4mpas p\xe5 en rad eller en kolumn",
|
|
25
|
-
"Select header scope:": "V\xe4lj rubrikomfattning:",
|
|
26
|
-
"Header Column": "Rubrikkolumn",
|
|
27
|
-
"Header Row": "Rubrikrad",
|
|
28
|
-
"Row": "Rad",
|
|
29
|
-
"Column": "Kolumn",
|
|
30
|
-
"Row Group": "Radgrupp",
|
|
31
|
-
"Column Group": "Kolumngrupp",
|
|
32
|
-
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "Rubriker m\xe5ste till\xe4mpas i ordningsf\xf6ljd. Till exempel: Rubrik 1 ska f\xf6ljas av Rubrik 2 och inte av Rubrik 3.",
|
|
33
|
-
"This paragraph looks like a heading. If it is a heading please select a heading level.": "Detta stycke verkar vara en rubrik. Om det \xe4r en rubrik ska du v\xe4lja en rubrikniv\xe5.",
|
|
34
|
-
"Select a heading level:": "V\xe4lj en rubrikniv\xe5:",
|
|
35
|
-
"Adjacent links with the same URL should be merged into one link": "Intilliggande l\xe4nkar som leder till samma URL ska sl\xe5s samman till en enda l\xe4nk",
|
|
36
|
-
"The selected text appears to be a list. Lists should be formatted using a list tag.": "Den markerade texten verkar vara en lista. Listor ska formateras med hj\xe4lp av en listtagg.",
|
|
37
|
-
"Text must have a contrast ratio of at least 4.5:1": "Text m\xe5ste ha ett kontrastf\xf6rh\xe5llande p\xe5 minst 4,5:1",
|
|
38
|
-
"Large text must have a contrast ratio of at least 3:1": "Stor text m\xe5ste ha ett kontrastf\xf6rh\xe5llande p\xe5 minst 3:1",
|
|
39
|
-
"Text must have a contrast ratio of at least 7:1": "Texten m\xe5ste ha ett kontrastf\xf6rh\xe5llande p\xe5 minst 7:1",
|
|
40
|
-
"Error": "Fel",
|
|
41
|
-
"Warning": "Varning",
|
|
42
|
-
"Info": "Information",
|
|
43
|
-
"Success": "Lyckades",
|
|
44
|
-
"Repair": "Reparera",
|
|
45
|
-
"Issue {0} of {1}": "Problem {0} av {1}",
|
|
46
|
-
"Images must be marked as decorative or have an alternative text description": "Bilder m\xe5ste markeras som dekorativa eller ha en alternativ beskrivande text",
|
|
47
|
-
"Images must have an alternative text description. Decorative images are not allowed.": "Bilder m\xe5ste ha en alternativ beskrivande text. Dekorativa bilder till\xe5ts inte.",
|
|
48
|
-
"Or provide alternative text:": "Eller ange alternativ text:",
|
|
49
|
-
"Image is decorative": "Bilden \xe4r dekorativ",
|
|
50
|
-
"Make image decorative:": "G\xf6r bilden dekorativ:",
|
|
51
|
-
"ID attribute must be unique": "ID-attributet m\xe5ste vara unikt",
|
|
52
|
-
"Make ID unique": "G\xf6r ID unikt",
|
|
53
|
-
"Keep this ID and remove all others": "Beh\xe5ll detta ID och ta bort alla andra",
|
|
54
|
-
"Remove this ID": "Ta bort detta ID",
|
|
55
|
-
"Remove all IDs": "Ta bort alla ID",
|
|
56
|
-
"Click for more info": "Klicka f\xf6r mer information"
|
|
57
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
tinymce.addI18n("th_TH", {
|
|
2
|
-
"Accessibility Checker": "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07",
|
|
3
|
-
"No accessibility issues detected": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e1b\u0e23\u0e30\u0e40\u0e14\u0e47\u0e19\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07",
|
|
4
|
-
"Previous Issue": "\u0e1b\u0e23\u0e30\u0e40\u0e14\u0e47\u0e19\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e21\u0e32",
|
|
5
|
-
"Next Issue": "\u0e1b\u0e23\u0e30\u0e40\u0e14\u0e47\u0e19\u0e15\u0e48\u0e2d\u0e44\u0e1b",
|
|
6
|
-
"Repair Issue": "\u0e1b\u0e23\u0e30\u0e40\u0e14\u0e47\u0e19\u0e01\u0e32\u0e23\u0e0b\u0e48\u0e2d\u0e21",
|
|
7
|
-
"Ignore": "\u0e40\u0e1e\u0e34\u0e01\u0e40\u0e09\u0e22",
|
|
8
|
-
"Alternative text must not be the same as the image filename": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e43\u0e2b\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e0b\u0e33\u0e01\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e1f\u0e49\u0e21\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e",
|
|
9
|
-
"Provide alternative text:": "\u0e01\u0e32\u0e23\u0e43\u0e2a\u0e48\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e43\u0e2b\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01:",
|
|
10
|
-
"Alternative text cannot be empty": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e43\u0e2b\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e07",
|
|
11
|
-
"Alternative text cannot be the same as the filename": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e43\u0e2b\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e0b\u0e49\u0e33\u0e01\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e1f\u0e49\u0e21",
|
|
12
|
-
"Tables must have captions": "\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e04\u0e33\u0e1a\u0e23\u0e23\u0e22\u0e32\u0e22\u0e15\u0e32\u0e23\u0e32\u0e07",
|
|
13
|
-
"Table caption and summary cannot have the same value": "\u0e04\u0e33\u0e1a\u0e23\u0e23\u0e22\u0e32\u0e22\u0e15\u0e32\u0e23\u0e32\u0e07\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e23\u0e38\u0e1b\u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19",
|
|
14
|
-
"Provide caption:": "\u0e01\u0e32\u0e23\u0e43\u0e2a\u0e48\u0e04\u0e33\u0e1a\u0e23\u0e23\u0e22\u0e32\u0e22\u0e15\u0e32\u0e23\u0e32\u0e07:",
|
|
15
|
-
"Caption cannot be empty": "\u0e04\u0e33\u0e1a\u0e23\u0e23\u0e22\u0e32\u0e22\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e07",
|
|
16
|
-
"Table caption cannot be the same as the table summary": "\u0e04\u0e33\u0e1a\u0e23\u0e23\u0e22\u0e32\u0e22\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e0b\u0e49\u0e33\u0e01\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e23\u0e38\u0e1b\u0e15\u0e32\u0e23\u0e32\u0e07",
|
|
17
|
-
"Complex tables should have summaries": "\u0e15\u0e32\u0e23\u0e32\u0e07\u0e0b\u0e31\u0e1a\u0e0b\u0e49\u0e2d\u0e19\u0e04\u0e27\u0e23\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e23\u0e38\u0e1b\u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07",
|
|
18
|
-
"Provide table summary:": "\u0e01\u0e32\u0e23\u0e43\u0e2a\u0e48\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e23\u0e38\u0e1b\u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07:",
|
|
19
|
-
"Summary cannot be empty": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e23\u0e38\u0e1b\u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e07",
|
|
20
|
-
"Table summary cannot be the same as the table caption": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e23\u0e38\u0e1b\u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e0b\u0e49\u0e33\u0e01\u0e31\u0e1a\u0e04\u0e33\u0e1a\u0e23\u0e23\u0e22\u0e32\u0e22\u0e15\u0e32\u0e23\u0e32\u0e07",
|
|
21
|
-
"Table elements must contain TR and TD tags": "\u0e2d\u0e07\u0e04\u0e4c\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e1b\u0e49\u0e32\u0e22 TR \u0e41\u0e25\u0e30 TD",
|
|
22
|
-
"Tables must have at least one header cell": "\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e40\u0e0b\u0e25\u0e25\u0e4c\u0e2b\u0e31\u0e27\u0e15\u0e32\u0e23\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22 1 \u0e40\u0e0b\u0e25\u0e25\u0e4c",
|
|
23
|
-
"Choose table header:": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2b\u0e31\u0e27\u0e15\u0e32\u0e23\u0e32\u0e07:",
|
|
24
|
-
"Table headers must be applied to a row or a column": "\u0e2b\u0e31\u0e27\u0e15\u0e32\u0e23\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e41\u0e16\u0e27\u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c",
|
|
25
|
-
"Select header scope:": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e02\u0e2d\u0e1a\u0e40\u0e02\u0e15\u0e02\u0e2d\u0e07\u0e2b\u0e31\u0e27\u0e15\u0e32\u0e23\u0e32\u0e07:",
|
|
26
|
-
"Header Column": "\u0e0a\u0e37\u0e48\u0e2d\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c",
|
|
27
|
-
"Header Row": "\u0e0a\u0e37\u0e48\u0e2d\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e2d\u0e07\u0e41\u0e16\u0e27",
|
|
28
|
-
"Row": "\u0e41\u0e16\u0e27",
|
|
29
|
-
"Column": "\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c",
|
|
30
|
-
"Row Group": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e41\u0e16\u0e27",
|
|
31
|
-
"Column Group": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c",
|
|
32
|
-
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07 \u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e0a\u0e48\u0e19 \u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e17\u0e35\u0e48 1 \u0e15\u0e49\u0e2d\u0e07\u0e15\u0e32\u0e21\u0e14\u0e49\u0e27\u0e22 \u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e17\u0e35\u0e48 2 \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48 \u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e17\u0e35\u0e48 3",
|
|
33
|
-
"This paragraph looks like a heading. If it is a heading please select a heading level.": "\u0e22\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e14\u0e39\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e01\u0e31\u0e1a\u0e27\u0e48\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 \u0e16\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e02\u0e2d\u0e07\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07",
|
|
34
|
-
"Select a heading level:": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e02\u0e2d\u0e07\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07:",
|
|
35
|
-
"Adjacent links with the same URL should be merged into one link": "\u0e25\u0e34\u0e07\u0e04\u0e4c\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e15\u0e34\u0e14\u0e01\u0e31\u0e19\u0e42\u0e14\u0e22\u0e21\u0e35 URL \u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19 \u0e04\u0e27\u0e23\u0e23\u0e27\u0e21\u0e01\u0e31\u0e19\u0e40\u0e02\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e25\u0e34\u0e07\u0e04\u0e4c\u0e40\u0e14\u0e35\u0e22\u0e27",
|
|
36
|
-
"The selected text appears to be a list. Lists should be formatted using a list tag.": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e27\u0e49\u0e14\u0e39\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e27\u0e48\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23 \u0e04\u0e27\u0e23\u0e08\u0e31\u0e14\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e02\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e1b\u0e49\u0e32\u0e22 \u0e23\u0e32\u0e22\u0e01\u0e32\u0e23",
|
|
37
|
-
"Text must have a contrast ratio of at least 4.5:1": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2a\u0e31\u0e14\u0e2a\u0e48\u0e27\u0e19\u0e04\u0e2d\u0e19\u0e17\u0e23\u0e32\u0e2a\u0e15\u0e4c\u0e40\u0e23\u0e42\u0e0a\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22 4.5:1",
|
|
38
|
-
"Large text must have a contrast ratio of at least 3:1": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2a\u0e31\u0e14\u0e2a\u0e48\u0e27\u0e19\u0e04\u0e2d\u0e19\u0e17\u0e23\u0e32\u0e2a\u0e15\u0e4c\u0e40\u0e23\u0e42\u0e0a\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22 3: 1",
|
|
39
|
-
"Text must have a contrast ratio of at least 7:1": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2a\u0e31\u0e14\u0e2a\u0e48\u0e27\u0e19\u0e04\u0e2d\u0e19\u0e17\u0e23\u0e32\u0e2a\u0e15\u0e4c\u0e40\u0e23\u0e42\u0e0a\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22 7:1",
|
|
40
|
-
"Error": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14",
|
|
41
|
-
"Warning": "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19",
|
|
42
|
-
"Info": "\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25",
|
|
43
|
-
"Success": "\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08",
|
|
44
|
-
"Repair": "\u0e0b\u0e48\u0e2d\u0e21\u0e41\u0e0b\u0e21",
|
|
45
|
-
"Issue {0} of {1}": "\u0e1b\u0e31\u0e0d\u0e2b\u0e32 {0} \u0e08\u0e32\u0e01 {1}",
|
|
46
|
-
"Images must be marked as decorative or have an alternative text description": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e15\u0e49\u0e2d\u0e07\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e27\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e15\u0e01\u0e41\u0e15\u0e48\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e41\u0e17\u0e19",
|
|
47
|
-
"Images must have an alternative text description. Decorative images are not allowed.": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e41\u0e2a\u0e14\u0e07\u0e41\u0e17\u0e19 \u0e44\u0e21\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e43\u0e0a\u0e49\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e15\u0e01\u0e41\u0e15\u0e48\u0e07",
|
|
48
|
-
"Or provide alternative text:": "\u0e2b\u0e23\u0e37\u0e2d\u0e43\u0e2a\u0e48\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e41\u0e2a\u0e14\u0e07\u0e41\u0e17\u0e19:",
|
|
49
|
-
"Image is decorative": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e43\u0e0a\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e15\u0e01\u0e41\u0e15\u0e48\u0e07",
|
|
50
|
-
"Make image decorative:": "\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e15\u0e01\u0e41\u0e15\u0e48\u0e07:",
|
|
51
|
-
"ID attribute must be unique": "\u0e41\u0e2d\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c ID \u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e0b\u0e49\u0e33\u0e01\u0e31\u0e19",
|
|
52
|
-
"Make ID unique": "\u0e17\u0e33\u0e43\u0e2b\u0e49 ID \u0e44\u0e21\u0e48\u0e0b\u0e49\u0e33\u0e01\u0e31\u0e19",
|
|
53
|
-
"Keep this ID and remove all others": "\u0e40\u0e01\u0e47\u0e1a ID \u0e19\u0e35\u0e49\u0e41\u0e25\u0e30\u0e19\u0e33 ID \u0e2d\u0e37\u0e48\u0e19\u0e46 \u0e2d\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14",
|
|
54
|
-
"Remove this ID": "\u0e19\u0e33 ID \u0e19\u0e35\u0e49\u0e2d\u0e2d\u0e01",
|
|
55
|
-
"Remove all IDs": "\u0e19\u0e33 ID \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e2d\u0e2d\u0e01",
|
|
56
|
-
"Click for more info": "\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e14\u0e39\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21"
|
|
57
|
-
});
|