@sapui5/sap.ui.richtexteditor 1.121.0 → 1.121.2
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 +3 -3
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.min.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/jquery.tinymce.min.js +5 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/he_IL.js +420 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/license.txt +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/license.txt +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.js +274 -146
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.min.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.min.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.js +9 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/CHANGELOG.md +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/license.txt +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.min.js +2 -2
- 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 +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/dark/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/dark/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/default/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/default/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/document/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/document/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/writer/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/writer/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.js +1645 -84
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.d.ts +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.js +1458 -1360
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/eu.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fa.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.js +39 -18
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror_css.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ar.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/bg_BG.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ca.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/cs.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/da.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/de.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/el.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/en.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/es.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/eu.js +6 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fa.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fi.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fr_FR.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/he_IL.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hi.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hr.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hu_HU.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/id.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/it.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ja.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/kk.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ko_KR.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ms.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nb_NO.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nl.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pl.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_BR.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_PT.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ro.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ru.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sk.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sl_SI.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sv_SE.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/th_TH.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/tr.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/uk.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/vi.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_CN.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_TW.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +10 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +4 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +282 -58
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +7 -25
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +1972 -1673
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ar.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/bg_BG.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ca.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/cs.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/da.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/de.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/el.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/es.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/eu.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fa.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fi.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fr_FR.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/he_IL.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hi.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hr.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hu_HU.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/id.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/it.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ja.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/kk.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ko_KR.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ms.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nb_NO.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nl.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pl.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_BR.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_PT.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ro.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ru.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sk.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sl_SI.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sv_SE.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/th_TH.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/tr.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/uk.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/vi.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_CN.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_TW.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +13 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +86 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +89 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +86 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +86 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +20786 -20200
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +40 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +2031 -1572
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -1
- package/src/sap/ui/richtexteditor/library.js +1 -1
|
@@ -9,7 +9,6 @@ tinymce.addI18n("ar", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u0627\u062e\u062a\u0631 \u0644\u0644\u0625\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0623\u0648 \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0641\u064a \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0630\u064a \u062a\u0645 \u0644\u0635\u0642\u0647.",
|
|
10
10
|
"Keep formatting": "\u0627\u0644\u0625\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u062a\u0646\u0633\u064a\u0642",
|
|
11
11
|
"Remove formatting": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0633\u064a\u0642",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari \u0644\u0627 \u064a\u062f\u0639\u0645 \u0627\u0644\u0644\u0635\u0642 \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0644\u0644\u0635\u0648\u0631. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0628\u062e\u0635\u0648\u0635 \u0644\u0635\u0642 \u0627\u0644\u0635\u0648\u0631 \u0641\u064a Safari</a>',
|
|
13
12
|
"The images service was not found: (": "\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u0648\u0631: (",
|
|
14
13
|
"Image failed to upload: (": "\u0641\u0634\u0644 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0648\u0631\u0629: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("bg_BG", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u043b\u0438 \u0434\u0430 \u0437\u0430\u043f\u0430\u0437\u0438\u0442\u0435, \u0438\u043b\u0438 \u0434\u0430 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d\u043e\u0442\u043e \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435.",
|
|
10
10
|
"Keep formatting": "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e",
|
|
11
11
|
"Remove formatting": "\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari \u043d\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430 \u0434\u0438\u0440\u0435\u043a\u0442\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u041f\u043e\u0432\u0435\u0447\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0442\u043d\u043e\u0441\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0437\u0430 Safari</a>',
|
|
13
12
|
"The images service was not found: (": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u043e \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043e\u0442\u043a\u0440\u0438\u0442\u043e: (",
|
|
14
13
|
"Image failed to upload: (": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("ca", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Trieu si voleu conservar o eliminar el format al contingut enganxat",
|
|
10
10
|
"Keep formatting": "Conservar el format",
|
|
11
11
|
"Remove formatting": "Eliminar el format",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari no permet enganxar imatges directament. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">M\xe9s informaci\xf3 sobre com enganxar imatges a Safari</a>',
|
|
13
12
|
"The images service was not found: (": "No s'ha trobat el servei d'imatges: (",
|
|
14
13
|
"Image failed to upload: (": "La imatge no s'ha pogut carregar: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("cs", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Rozhodn\u011bte se, zda chcete zachovat nebo odebrat form\xe1tov\xe1n\xed vkl\xe1dan\xe9ho obsahu.",
|
|
10
10
|
"Keep formatting": "Zachovat form\xe1tov\xe1n\xed",
|
|
11
11
|
"Remove formatting": "Odstranit form\xe1tov\xe1n\xed",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari nepodporuje p\u0159\xedm\xe9 vkl\xe1d\xe1n\xed obr\xe1zk\u016f. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Dal\u0161\xed informace o vkl\xe1d\xe1n\xed obr\xe1zk\u016f v Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Obr\xe1zkov\xe1 slu\u017eba nebyla nalezena: (",
|
|
14
13
|
"Image failed to upload: (": "Obr\xe1zek se nepoda\u0159ilo odeslat: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("da", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "V\xe6lg, om du vil bevare eller fjerne formatering i det indsatte indhold.",
|
|
10
10
|
"Keep formatting": "Bevar formatering",
|
|
11
11
|
"Remove formatting": "Fjern formatering",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari underst\xf8tter ikke direkte inds\xe6ttelse af billeder. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">N\xe6rmere oplysninger om inds\xe6ttelse af billeder i Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Billedtjenesten blev ikke fundet: (",
|
|
14
13
|
"Image failed to upload: (": "Billedet blev ikke uploadet: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("de", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "W\xe4hlen Sie aus, ob die Formatierung in eingef\xfcgten Inhalten beibehalten werden soll.",
|
|
10
10
|
"Keep formatting": "Formatierung beibehalten",
|
|
11
11
|
"Remove formatting": "Formatierung entfernen",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari unterst\xfctzt das direkte Einf\xfcgen von Bildern nicht. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Weitere Informationen zum Einf\xfcgen von Bildern in Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Der Bilddienst wurde nicht gefunden: (",
|
|
14
13
|
"Image failed to upload: (": "Fehler beim Hochladen des Bildes: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("el", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03b1\u03bd \u03b8\u03b1 \u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ae \u03b8\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03bb\u03bb\u03b7\u03b8\u03b5\u03af.",
|
|
10
10
|
"Keep formatting": "\u0394\u03b9\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2",
|
|
11
11
|
"Remove formatting": "\u039a\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': '\u03a4\u03bf Safari \u03b4\u03b5\u03bd \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03b9 \u03c4\u03b7\u03bd \u03ac\u03bc\u03b5\u03c3\u03b7 \u03b5\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03b5\u03b9\u03ba\u03cc\u03bd\u03c9\u03bd. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03b5\u03b9\u03ba\u03cc\u03bd\u03c9\u03bd \u03c3\u03c4\u03bf Safari</a>',
|
|
13
12
|
"The images service was not found: (": "\u0397 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03b5\u03b9\u03ba\u03cc\u03bd\u03c9\u03bd \u03b4\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5: (",
|
|
14
13
|
"Image failed to upload: (": "\u0397 \u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2 \u03b4\u03b5\u03bd \u03ae\u03c4\u03b1\u03bd \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("es", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Escoja entre conservar o quitar el formato del contenido pegado.",
|
|
10
10
|
"Keep formatting": "Conservar formato",
|
|
11
11
|
"Remove formatting": "Quitar formato",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari no permite que se peguen las im\xe1genes directamente. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">M\xe1s informaci\xf3n sobre c\xf3mo pegar im\xe1genes en Safari</a>',
|
|
13
12
|
"The images service was not found: (": "No se encuentra el servicio de im\xe1genes: (",
|
|
14
13
|
"Image failed to upload: (": "No se ha podido cargar la imagen: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("eu", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Hautatu itsatsitako edukiaren formatua mantentzea edo kentzea.",
|
|
10
10
|
"Keep formatting": "Mantendu formatua",
|
|
11
11
|
"Remove formatting": "Kendu formatua",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari nabigatzaileak ez du irudien itsaste zuzena jasaten. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Safari nabigatzailerako irudien itsasteari buruzko informazio gehiago</a>',
|
|
13
12
|
"The images service was not found: (": "Ezin izan da irudi-zerbitzua aurkitu: (",
|
|
14
13
|
"Image failed to upload: (": "Errorea gertatu da irudia igotzean: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("fa", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u0627\u0646\u062a\u062e\u0627\u0628 \u0646\u0645\u0627\u06cc\u06cc\u062f \u06a9\u0647 \u0642\u0627\u0644\u0628\u200c\u0628\u0646\u062f\u06cc \u0645\u062d\u062a\u0648\u06cc\u0627\u062a \u0686\u0633\u0628\u0627\u0646\u062f\u0647 \u0634\u062f\u0647 \u0631\u0627 \u0646\u06af\u0647 \u062f\u0627\u0631\u06cc\u062f \u06cc\u0627 \u067e\u0627\u06a9 \u06a9\u0646\u06cc\u062f.",
|
|
10
10
|
"Keep formatting": "\u0646\u06af\u0647 \u062f\u0627\u0634\u062a\u0646 \u0642\u0627\u0644\u0628\u200c\u0628\u0646\u062f\u06cc",
|
|
11
11
|
"Remove formatting": "\u067e\u0627\u06a9 \u06a9\u0631\u062f\u0646 \u0642\u0627\u0644\u0628\u200c\u0628\u0646\u062f\u06cc",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari \u0627\u0632 \u0686\u0633\u0628\u0627\u0646\u062f\u0646 \u0645\u0633\u062a\u0642\u06cc\u0645 \u062a\u0635\u0627\u0648\u06cc\u0631 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u06a9\u0646\u062f. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u0627\u0637\u0644\u0627\u0639\u062a \u0628\u06cc\u0634\u062a\u0631 \u062f\u0631 \u0645\u0648\u0631\u062f \u0686\u0633\u0628\u0627\u0646\u062f\u0646 \u062a\u0635\u0648\u06cc\u0631 \u0628\u0631\u0627\u06cc Safari</a>',
|
|
13
12
|
"The images service was not found: (": "\u062e\u062f\u0645\u0627\u062a \u062a\u0635\u0627\u0648\u06cc\u0631 \u06cc\u0627\u0641\u062a \u0646\u0634\u062f: (",
|
|
14
13
|
"Image failed to upload: (": "\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u062a\u0635\u0648\u06cc\u0631 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("fi", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Valitse, pidet\xe4\xe4nk\xf6 vai poistetaanko liitetyn sis\xe4ll\xf6n muotoilu.",
|
|
10
10
|
"Keep formatting": "Pid\xe4 muotoilu",
|
|
11
11
|
"Remove formatting": "Poista muotoilu",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari ei tue kuvien suoraa liitt\xe4mist\xe4. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Lis\xe4tietoja kuvan liitt\xe4misest\xe4 Safarissa</a>',
|
|
13
12
|
"The images service was not found: (": "Kuvapalvelua ei l\xf6ytynyt: (",
|
|
14
13
|
"Image failed to upload: (": "Kuvan lataaminen ep\xe4onnistui: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("fr_FR", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Choisir de conserver ou de supprimer la mise en forme du contenu coll\xe9.",
|
|
10
10
|
"Keep formatting": "Conserver la mise en forme",
|
|
11
11
|
"Remove formatting": "Supprimer la mise en forme",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari ne prend pas en charge le collage direct d\'images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Plus d\'informations sur le collage d\'images dans Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Le service d'images n'a pas \xe9t\xe9 trouv\xe9 : (",
|
|
14
13
|
"Image failed to upload: (": "\xc9chec du chargement de l'image : (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("he_IL", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u05d1\u05d7\u05e8 \u05d0\u05dd \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05d5 \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d1\u05ea\u05d5\u05db\u05df \u05d4\u05de\u05d5\u05d3\u05d1\u05e7.",
|
|
10
10
|
"Keep formatting": "\u05e9\u05de\u05d5\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1",
|
|
11
11
|
"Remove formatting": "\u05d4\u05e1\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari \u05d0\u05d9\u05e0\u05d5 \u05ea\u05d5\u05de\u05da \u05d1\u05d4\u05d3\u05d1\u05e7\u05d4 \u05d9\u05e9\u05d9\u05e8\u05d4 \u05e9\u05dc \u05ea\u05de\u05d5\u05e0\u05d5\u05ea. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05d2\u05d1\u05d9 \u05d4\u05d3\u05d1\u05e7\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d1-Safari</a>',
|
|
13
12
|
"The images service was not found: (": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0: (",
|
|
14
13
|
"Image failed to upload: (": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e0\u05db\u05e9\u05dc\u05d4: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("hi", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u092a\u0947\u0938\u094d\u091f \u0915\u0940 \u0917\u0908 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u092e\u0947\u0902 \u0938\u094d\u0935\u0930\u0942\u092a\u0923 \u0930\u0916\u0928\u093e \u092f\u093e \u0939\u091f\u093e\u0928\u093e \u091a\u0941\u0928\u0947\u0902\u0964",
|
|
10
10
|
"Keep formatting": "\u0938\u094d\u0935\u0930\u0942\u092a\u0923 \u0930\u0916\u0947\u0902",
|
|
11
11
|
"Remove formatting": "\u0938\u094d\u0935\u0930\u0942\u092a\u0923 \u0928\u093f\u0915\u093e\u0932\u0947\u0902",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari \u091b\u0935\u093f\u092f\u094b\u0902 \u0915\u0947 \u0938\u0940\u0927\u0947 \u092a\u0947\u0938\u094d\u091f \u0915\u093e \u0938\u092e\u0930\u094d\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093e \u0939\u0948\u0964<a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u0938\u092b\u093c\u093e\u0930\u0940 \u0915\u0947 \u0932\u093f\u090f \u091b\u0935\u093f \u092a\u0947\u0938\u094d\u091f \u0915\u0930\u0928\u0947 \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902 \u0905\u0927\u093f\u0915 \u091c\u093e\u0928\u0915\u093e\u0930\u0940</a>',
|
|
13
12
|
"The images service was not found: (": "\u091b\u0935\u093f\u092f\u094b\u0902 \u0915\u0940 \u0938\u0947\u0935\u093e \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u0940: (",
|
|
14
13
|
"Image failed to upload: (": "\u091b\u0935\u093f \u0905\u092a\u0932\u094b\u0921 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0935\u093f\u092b\u0932: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("hr", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Izaberite ho\u0107ete li zadr\u017eati ili ukloniti oblikovanje u zalijepljenom sadr\u017eaju.",
|
|
10
10
|
"Keep formatting": "Zadr\u017ei oblikovanje",
|
|
11
11
|
"Remove formatting": "Ukloni oblikovanje",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari ne podr\u017eava izravno lijepljenje slika. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Vi\u0161e informacija o lijepljenju slika za Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Usluga za slike nije prona\u0111ena: (",
|
|
14
13
|
"Image failed to upload: (": "Slika nije u\u010ditana: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("hu_HU", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "V\xe1lasszon, hogy meg szeretn\xe9-e \u0151rizni vagy el szeretn\xe9-e t\xe1vol\xedtani a beillesztett tartalom form\xe1z\xe1s\xe1t.",
|
|
10
10
|
"Keep formatting": "Form\xe1z\xe1s meg\u0151rz\xe9se",
|
|
11
11
|
"Remove formatting": "Form\xe1z\xe1s elt\xe1vol\xedt\xe1sa",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'A Safari nem t\xe1mogatja a k\xe9pek k\xf6zvetlen beilleszt\xe9s\xe9t. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Tov\xe1bbi inform\xe1ci\xf3 a k\xe9pek Safari b\xf6ng\xe9sz\u0151h\xf6z val\xf3 beilleszt\xe9s\xe9r\u0151l</a>',
|
|
13
12
|
"The images service was not found: (": "A k\xe9pek szolg\xe1ltat\xe1s nem tal\xe1lhat\xf3: (",
|
|
14
13
|
"Image failed to upload: (": "A k\xe9p felt\xf6lt\xe9se sikertelen: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("id", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Pilih untuk menyimpan atau menghapus pemformatan di konten yang direkatkan.",
|
|
10
10
|
"Keep formatting": "Simpan Pemformatan",
|
|
11
11
|
"Remove formatting": "Hapus Format",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari tidak mendukung penempelan gambar langsung. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Informasi lainnya tentang penempelan gambar di Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Layanan gambar tidak ditemukan: (",
|
|
14
13
|
"Image failed to upload: (": "Gagal mengunggah gambar: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("it", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Scegli se mantenere o rimuovere la formattazione nel contenuto incollato.",
|
|
10
10
|
"Keep formatting": "Mantieni formattazione",
|
|
11
11
|
"Remove formatting": "Rimuovi formattazione",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari non consente di incollare direttamente le immagini. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Ulteriori informazioni su come incollare le immagini per Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Il servizio immagini non \xe8 stato trovato: (",
|
|
14
13
|
"Image failed to upload: (": "Impossibile caricare l'immagine: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("ja", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u8cbc\u308a\u4ed8\u3051\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u66f8\u5f0f\u3092\u4fdd\u5b58\u3059\u308b\u304b\u524a\u9664\u3059\u308b\u304b\u3092\u9078\u629e\u3057\u307e\u3059\u3002",
|
|
10
10
|
"Keep formatting": "\u66f8\u5f0f\u3092\u4fdd\u5b58",
|
|
11
11
|
"Remove formatting": "\u66f8\u5f0f\u3092\u524a\u9664",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari\u306f\u753b\u50cf\u306e\u76f4\u63a5\u8cbc\u308a\u4ed8\u3051\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002 <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Safari\u3067\u306e\u753b\u50cf\u8cbc\u308a\u4ed8\u3051\u306b\u3064\u3044\u3066\u306e\u8a73\u7d30</a>',
|
|
13
12
|
"The images service was not found: (": "\u753b\u50cf\u30b5\u30fc\u30d3\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\uff1a(",
|
|
14
13
|
"Image failed to upload: (": "\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\uff1a(",
|
|
15
14
|
").": ")\u3002",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("kk", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u049a\u043e\u0439\u044b\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u0430\u0493\u044b \u0444\u043e\u0440\u043c\u0430\u0442\u0442\u044b \u0441\u0430\u049b\u0442\u0430\u0443 \u043d\u0435\u043c\u0435\u0441\u0435 \u0436\u043e\u044e \u04af\u0448\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
|
|
10
10
|
"Keep formatting": "\u0424\u043e\u0440\u043c\u0430\u0442\u0442\u044b \u0441\u0430\u049b\u0442\u0430\u0443",
|
|
11
11
|
"Remove formatting": "\u041f\u0456\u0448\u0456\u043c\u0434\u0435\u0443\u0434\u0456 \u0436\u043e\u044e",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043d\u0434\u0430 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440\u0434\u0456 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0435\u043d\u0433\u0456\u0437\u0443\u0433\u0435 \u049b\u043e\u043b\u0434\u0430\u0443 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u043c\u0435\u0439\u0434\u0456. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Safari \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043d\u0430 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443 \u0442\u0443\u0440\u0430\u043b\u044b \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u0430\u049b\u043f\u0430\u0440\u0430\u0442</a>',
|
|
13
12
|
"The images service was not found: (": "\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440 \u049b\u044b\u0437\u043c\u0435\u0442\u0456 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b: (",
|
|
14
13
|
"Image failed to upload: (": "\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0441\u0430\u043b\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437 \u0431\u043e\u043b\u0434\u044b: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("ko_KR", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\ubd99\uc5ec \ub123\uc740 \ucf58\ud150\uce20\uc758 \uc11c\uc2dd\uc744 \uc720\uc9c0 \ub610\ub294 \uc81c\uac70\ud558\uae30 \uc704\ud574 \uc120\ud0dd\ud569\ub2c8\ub2e4.",
|
|
10
10
|
"Keep formatting": "\uc11c\uc2dd \uc720\uc9c0",
|
|
11
11
|
"Remove formatting": "\uc11c\uc2dd \uc81c\uac70",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari\uc5d0\uc11c\ub294 \uc774\ubbf8\uc9c0 \uc9c1\uc811 \ubd99\uc5ec\ub123\uae30\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Safari\uc5d0\uc11c \uc774\ubbf8\uc9c0 \ubd99\uc5ec\ub123\uae30\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \ub0b4\uc6a9</a>',
|
|
13
12
|
"The images service was not found: (": "\ud574\ub2f9 \uc774\ubbf8\uc9c0 \uc11c\ube44\uc2a4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: (",
|
|
14
13
|
"Image failed to upload: (": "\uc774\ubbf8\uc9c0\ub97c \uc5c5\ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("ms", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Pilih untuk menyimpan atau mengalih keluar pemformatan dalam kandungan yang ditampal.",
|
|
10
10
|
"Keep formatting": "Simpan pemformatan",
|
|
11
11
|
"Remove formatting": "Alih keluar pemformatan",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari tidak menyokong tampal imej langsung.<a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Maklumat lanjut tentang penampalan imej untuk Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Perkhidmatan imej tidak ditemukan: (",
|
|
14
13
|
"Image failed to upload: (": "Imej gagal dimuat naik: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("nb_NO", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Velges for \xe5 beholde formateringsvalgene i det limte innholdet.",
|
|
10
10
|
"Keep formatting": "Behold formatering",
|
|
11
11
|
"Remove formatting": "Fjern formatering",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari st\xf8tter ikke direkte liming av bilder. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mer informasjon om \xe5 lime inn bilder for Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Fant ikke bildetjenesten: (",
|
|
14
13
|
"Image failed to upload: (": "Bildet ble ikke lastet opp: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("nl", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Kies of u de opmaak van de geplakte inhoud wilt behouden of verwijderen.",
|
|
10
10
|
"Keep formatting": "Opmaak behouden",
|
|
11
11
|
"Remove formatting": "Opmaak verwijderen",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Het rechtstreeks plakken van afbeeldingen wordt door Safari niet ondersteund. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Meer informatie over het plakken van afbeeldingen voor Safari</a>',
|
|
13
12
|
"The images service was not found: (": "De service Afbeeldingen is niet gevonden: (",
|
|
14
13
|
"Image failed to upload: (": "Uploaden van afbeelding mislukt: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("pl", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Wybierz opcj\u0119 zachowywania lub usuwania formatowania we wklejanej tre\u015bci.",
|
|
10
10
|
"Keep formatting": "Zachowaj formatowanie",
|
|
11
11
|
"Remove formatting": "Usu\u0144 formatowanie",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Przegl\u0105darka Safari nie obs\u0142uguje bezpo\u015bredniego wklejania obraz\xf3w. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Wi\u0119cej informacji o wklejaniu obraz\xf3w do przegl\u0105darki Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Nie znaleziono us\u0142ugi obs\u0142ugi obraz\xf3w: (",
|
|
14
13
|
"Image failed to upload: (": "Nie powiod\u0142o si\u0119 przekazanie obrazu: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("pt_BR", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Optar por manter ou remover a formata\xe7\xe3o do conte\xfado colado.",
|
|
10
10
|
"Keep formatting": "Manter Formata\xe7\xe3o",
|
|
11
11
|
"Remove formatting": "Remover Formata\xe7\xe3o",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'O Safari n\xe3o oferece suporte para colagem direta de imagens. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mais informa\xe7\xf5es sobre colagem de imagens no Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Servi\xe7o de imagens n\xe3o encontrado: (",
|
|
14
13
|
"Image failed to upload: (": "Falha ao carregar a imagem: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("pt_PT", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Optar por manter ou remover a formata\xe7\xe3o do conte\xfado colado.",
|
|
10
10
|
"Keep formatting": "Manter formata\xe7\xe3o",
|
|
11
11
|
"Remove formatting": "Remover formata\xe7\xe3o",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'O Safari n\xe3o oferece suporte para a colagem direta de imagens. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mais informa\xe7\xf5es sobre a colagem de imagens para o Safari</a>',
|
|
13
12
|
"The images service was not found: (": "O servi\xe7o de imagens n\xe3o foi encontrado: (",
|
|
14
13
|
"Image failed to upload: (": "Falha ao carregar a imagem: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("ro", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Alege\u021bi s\u0103 p\u0103stra\u021bi sau s\u0103 elimina\u021bi formatarea con\u021binutului lipit.",
|
|
10
10
|
"Keep formatting": "P\u0103strare formatare",
|
|
11
11
|
"Remove formatting": "Eliminare formatare",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari nu suport\u0103 lipirea direct\u0103 a imaginilor. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mai multe informa\u021bii despre lipirea imaginilor pentru Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Aceast\u0103 func\u021bie pentru de imagini nu a fost g\u0103sit\u0103: (",
|
|
14
13
|
"Image failed to upload: (": "Imaginea nu s-a \xeenc\u0103rcat: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("ru", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043b\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043a\u0435 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430.",
|
|
10
10
|
"Keep formatting": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
|
|
11
11
|
"Remove formatting": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': '\u0411\u0440\u0430\u0443\u0437\u0435\u0440 Safari \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u044f\u043c\u0443\u044e \u0432\u0441\u0442\u0430\u0432\u043a\u0443 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043e \u0432\u0441\u0442\u0430\u0432\u043a\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439 \u0432 Safari</a>',
|
|
13
12
|
"The images service was not found: (": "\u0421\u0435\u0440\u0432\u0438\u0441 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d: (",
|
|
14
13
|
"Image failed to upload: (": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("sk", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Vyberte, \u010di chcete ponecha\u0165 alebo odstr\xe1ni\u0165 form\xe1tovanie v\xa0prilepovanom obsahu.",
|
|
10
10
|
"Keep formatting": "Ponecha\u0165 form\xe1tovanie",
|
|
11
11
|
"Remove formatting": "Odstr\xe1ni\u0165 form\xe1tovanie",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Preh\u013ead\xe1va\u010d Safari nepodporuje priame priliepanie obr\xe1zkov. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u010eal\u0161ie inform\xe1cie o vkladan\xed obr\xe1zkov pre preh\u013ead\xe1va\u010d Safari</a>',
|
|
13
12
|
"The images service was not found: (": "'Slu\u017eba obr\xe1zkov sa nena\u0161la: (",
|
|
14
13
|
"Image failed to upload: (": "Obr\xe1zok sa nepodarilo nahra\u0165: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("sl_SI", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Izberi ohranitev ali odstranitev oblikovanja v prilepljeni vsebini.",
|
|
10
10
|
"Keep formatting": "Nadaljuj z oblikovanjem",
|
|
11
11
|
"Remove formatting": "Odstrani oblikovanje",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari ne podpira neposrednega lepljenja slik. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Ve\u010d informacij o lepljenju slik za Safari</a>',
|
|
13
12
|
"The images service was not found: (": "'Storitev slike ni bila najdena: (",
|
|
14
13
|
"Image failed to upload: (": "Slike ni bilo mogo\u010de nalo\u017eiti: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("sv_SE", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "V\xe4lj att beh\xe5lla eller ta bort formatering i det inklistrade inneh\xe5llet.",
|
|
10
10
|
"Keep formatting": "Beh\xe5ll formatering",
|
|
11
11
|
"Remove formatting": "Ta bort formatering",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari har inte st\xf6d f\xf6r direkt inklistring av bilder. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mer information om inklistring av bilder f\xf6r Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Bildtj\xe4nsten hittades inte: (",
|
|
14
13
|
"Image failed to upload: (": "Bilden kunde inte laddas upp: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("th_TH", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e23\u0e31\u0e01\u0e29\u0e32\u0e2b\u0e23\u0e37\u0e2d\u0e16\u0e2d\u0e14\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e30\u0e44\u0e27\u0e49",
|
|
10
10
|
"Keep formatting": "\u0e23\u0e31\u0e01\u0e29\u0e32\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e44\u0e27\u0e49",
|
|
11
11
|
"Remove formatting": "\u0e25\u0e1a\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e2d\u0e2d\u0e01",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari \u0e44\u0e21\u0e48\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e42\u0e14\u0e22\u0e15\u0e23\u0e07 <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a Safari</a>',
|
|
13
12
|
"The images service was not found: (": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e: (",
|
|
14
13
|
"Image failed to upload: (": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("tr", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Yap\u0131\u015ft\u0131r\u0131lan i\xe7erikteki bi\xe7imlendirmeyi korumay\u0131 veya kald\u0131rmay\u0131 se\xe7in.",
|
|
10
10
|
"Keep formatting": "Bi\xe7imlendirmeyi Koru",
|
|
11
11
|
"Remove formatting": "Bi\xe7imlendirmeyi Kald\u0131r",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari resimlerin do\u011frudan yap\u0131\u015ft\u0131r\u0131lmas\u0131n\u0131 desteklemez. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Safari i\xe7in resim yap\u0131\u015ft\u0131rma ile ilgili daha fazla bilgi</a>',
|
|
13
12
|
"The images service was not found: (": "Resim hizmeti bulunamad\u0131: (",
|
|
14
13
|
"Image failed to upload: (": "Resim y\xfckleme ba\u015far\u0131s\u0131z: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("uk", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0447\u0438 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u0456 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443",
|
|
10
10
|
"Keep formatting": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
|
|
11
11
|
"Remove formatting": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': '\u0411\u0440\u0430\u0443\u0437\u0435\u0440 Safari \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u043f\u0440\u044f\u043c\u0435 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u0411\u0456\u043b\u044c\u0448\u0435 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u043f\u0440\u043e \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c \u0443 Safari</a>',
|
|
13
12
|
"The images service was not found: (": "\u0421\u0435\u0440\u0432\u0456\u0441 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e: (",
|
|
14
13
|
"Image failed to upload: (": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("vi", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "Cho\u0323n gi\u1eef nguy\xean hay lo\u1ea1i b\u1ecf \u0111\u1ecbnh d\u1ea1ng trong n\u1ed9i dung \u0111\xe3 d\xe1n.",
|
|
10
10
|
"Keep formatting": "Gi\u1eef nguy\xean \u0111\u1ecbnh d\u1ea1ng",
|
|
11
11
|
"Remove formatting": "Lo\u1ea1i b\u1ecf \u0111\u1ecbnh d\u1ea1ng",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari kh\xf4ng h\u1ed7 tr\u1ee3 d\xe1n tr\u1ef1c ti\u1ebfp h\xecnh \u1ea3nh.<a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Th\xf4ng tin b\u1ed5 sung v\u1ec1 c\xe1ch d\xe1n h\xecnh \u1ea3nh tr\xean Safari</a>',
|
|
13
12
|
"The images service was not found: (": "Kh\xf4ng t\xecm th\u1ea5y d\u1ecbch v\u1ee5 h\xecnh \u1ea3nh: (",
|
|
14
13
|
"Image failed to upload: (": "Kh\xf4ng t\u1ea3i \u0111\u01b0\u01a1\u0323c h\xecnh \u1ea3nh l\xean: (",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("zh_CN", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u9009\u62e9\u5728\u7c98\u8d34\u7684\u5185\u5bb9\u5185\u4fdd\u6301\u6216\u53bb\u9664\u683c\u5f0f\u5316\u3002",
|
|
10
10
|
"Keep formatting": "\u4fdd\u6301\u683c\u5f0f\u5316",
|
|
11
11
|
"Remove formatting": "\u5220\u9664\u683c\u5f0f\u5316",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u76f4\u63a5\u7c98\u8d34\u56fe\u50cf\u3002 <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u66f4\u591a\u5173\u4e8eSafari\u56fe\u50cf\u7c98\u8d34\u7684\u4fe1\u606f</a>',
|
|
13
12
|
"The images service was not found: (": "\u672a\u627e\u5230\u56fe\u50cf\u670d\u52a1: \uff08",
|
|
14
13
|
"Image failed to upload: (": "\u56fe\u50cf\u4e0a\u4f20\u5931\u8d25: \uff08",
|
|
15
14
|
").": ").",
|
|
@@ -9,7 +9,6 @@ tinymce.addI18n("zh_TW", {
|
|
|
9
9
|
"Choose to keep or remove formatting in the pasted content.": "\u9078\u64c7\u5728\u7c98\u8cbc\u7684\u5167\u5bb9\u5167\u4fdd\u6301\u6216\u79fb\u9664\u683c\u5f0f\u5316\u3002",
|
|
10
10
|
"Keep formatting": "\u4fdd\u6301\u683c\u5f0f\u5316",
|
|
11
11
|
"Remove formatting": "\u79fb\u9664\u683c\u5f0f\u5316",
|
|
12
|
-
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari\u700f\u89bd\u5668\u4e0d\u652f\u6301\u76f4\u63a5\u7c98\u8cbc\u5716\u50cf\u3002 <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u66f4\u591a\u95dc\u65bc Safari \u5716\u50cf\u7c98\u8cbc\u7684\u8cc7\u8a0a</a>',
|
|
13
12
|
"The images service was not found: (": "\u672a\u627e\u5230\u5716\u50cf\u670d\u52d9 : (",
|
|
14
13
|
"Image failed to upload: (": "\u5716\u50cf\u4e0a\u50b3\u5931\u6557 : (",
|
|
15
14
|
").": ").",
|