@sapui5/sap.ui.richtexteditor 1.84.40 → 1.84.43
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 +27 -4
- package/src/sap/ui/richtexteditor/RTESplitButton.js +3 -3
- package/src/sap/ui/richtexteditor/RTESplitButtonRenderer.js +8 -4
- package/src/sap/ui/richtexteditor/RichTextEditor.js +551 -401
- package/src/sap/ui/richtexteditor/RichTextEditorRenderer.js +15 -7
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +570 -307
- package/src/sap/ui/richtexteditor/ToolbarWrapperRenderer.js +4 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/a11ychecker/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/a11ychecker/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/help/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +197 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cy.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/dv.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/en_GB.js +261 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es_MX.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/et.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/eu.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fa.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lt.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lv.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sr.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +8045 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.js +1038 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +110 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ar.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/bg_BG.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ca.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/cs.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/da.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/de.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/el.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/es.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/eu.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fa.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fi.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fr_FR.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/he_IL.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hi.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hr.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hu_HU.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/id.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/it.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ja.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/kk.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ko_KR.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ms.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nb_NO.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nl.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pl.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_BR.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_PT.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ro.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ru.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sk.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sl_SI.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sv_SE.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/th_TH.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/tr.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/uk.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/vi.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_CN.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_TW.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +264 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +219 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +233 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +197 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +238 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +1663 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +90 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +2468 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +400 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojiimages.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojiimages.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojis.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojis.min.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +600 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +1201 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ar.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/bg_BG.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ca.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/cs.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/da.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/de.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/el.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/en.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/es.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/eu.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fa.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fi.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fr_FR.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/he_IL.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hi.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hr.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hu_HU.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/id.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/it.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ja.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/kk.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ko_KR.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ms.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nb_NO.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nl.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pl.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_BR.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_PT.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ro.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ru.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sk.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sl_SI.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sv_SE.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/th_TH.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/tr.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/uk.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/vi.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_CN.js +90 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_TW.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +898 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +1509 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +349 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +192 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +1246 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +1953 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +1240 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +128 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +122 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +402 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +3498 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ar.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/bg_BG.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ca.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/cs.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/da.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/de.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/el.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/es.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/eu.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fa.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fi.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fr_FR.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/he_IL.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hi.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hr.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hu_HU.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/id.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/it.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ja.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/kk.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ko_KR.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ms.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nb_NO.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nl.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pl.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_BR.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_PT.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ro.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ru.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sk.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sl_SI.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sv_SE.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/th_TH.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/tr.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/uk.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/vi.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_CN.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_TW.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +102 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +443 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +123 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +1098 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +3467 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +572 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +103 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +565 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +410 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.css +67 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.css +67 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.css +68 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +791 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +3694 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +772 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +3697 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +791 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +3788 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +772 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +3788 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +30172 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +3206 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +31303 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -0
- package/src/sap/ui/richtexteditor/library.js +72 -33
- package/src/sap/ui/richtexteditor/messagebundle.properties +8 -2
- package/src/sap/ui/richtexteditor/messagebundle_ar.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_bg.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ca.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_cs.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_cy.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_da.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_de.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_el.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_en.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_en_GB.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_en_US_sappsd.properties +6 -2
- package/src/sap/ui/richtexteditor/messagebundle_en_US_saprigi.properties +105 -0
- package/src/sap/ui/richtexteditor/messagebundle_en_US_saptrc.properties +6 -2
- package/src/sap/ui/richtexteditor/messagebundle_es.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_es_MX.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_et.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_fi.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_fr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_fr_CA.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_hi.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_hr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_hu.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_id.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_it.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_iw.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ja.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_kk.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ko.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_lt.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_lv.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ms.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_nl.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_no.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_pl.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_pt.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_pt_PT.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ro.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ru.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sh.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sk.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sl.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sv.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_th.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_tr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_uk.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_vi.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_zh_CN.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_zh_TW.properties +60 -2
- package/src/sap/ui/richtexteditor/themes/base/RichTextEditor.less +25 -84
- package/src/sap/ui/richtexteditor/themes/base/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize/RichTextEditor.less +33 -0
- package/src/sap/ui/richtexteditor/themes/sap_belize/library.source.less +4 -2
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/RichTextEditor.less +29 -0
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/library.source.less +3 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/RichTextEditor.less +30 -0
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/library.source.less +3 -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/RichTextEditor.less +4 -5
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_dark/RichTextEditor.less +4 -5
- 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/RichTextEditor.less +4 -5
- 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/RichTextEditor.less +4 -5
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/css/dialog.css +0 -118
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/buttons.png +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/icons.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/items.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/menu_arrow.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/menu_check.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/progress.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/tabs.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/plugin.js +0 -314
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/plugin.min.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/tiny_mce_popup.js +0 -534
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/editable_selects.js +0 -64
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/form_utils.js +0 -214
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/mctabs.js +0 -160
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/validate.js +0 -259
- 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,101 +1,159 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.richtexteditor library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
4
|
|
|
5
|
+
#XACT: Text for the aria-roledescription attribute of the custom toolbar wrapper
|
|
3
6
|
CUSTOM_TOOLBAR_ARIA_ROLEDESCRIPTION=\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05E2\u05E8\u05D9\u05DB\u05EA \u05D8\u05E7\u05E1\u05D8 \u05E2\u05E9\u05D9\u05E8
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\u05E2\u05D5\u05E8\u05DA \u05D8\u05E7\u05E1\u05D8 \u05E2\u05E9\u05D9\u05E8
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=\u05DE\u05D5\u05D3\u05D2\u05E9
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=\u05E0\u05D8\u05D5\u05D9
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=\u05E7\u05D5 \u05EA\u05D7\u05EA\u05D5\u05DF
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=\u05DE\u05D7\u05D9\u05E7\u05D4 \u05D9\u05E9\u05D9\u05E8\u05D4
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=\u05D9\u05D9\u05E9\u05D5\u05E8 \u05D8\u05E7\u05E1\u05D8
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=\u05E4\u05D5\u05E8\u05DE\u05D8
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=\u05DB\u05D5\u05EA\u05E8\u05EA 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=\u05DB\u05D5\u05EA\u05E8\u05EA 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=\u05DB\u05D5\u05EA\u05E8\u05EA 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=\u05DB\u05D5\u05EA\u05E8\u05EA 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=\u05DB\u05D5\u05EA\u05E8\u05EA 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=\u05DB\u05D5\u05EA\u05E8\u05EA 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=\u05E4\u05E1\u05E7\u05D4
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=\u05E6\u05D1\u05E2 \u05E8\u05E7\u05E2
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=\u05E6\u05D1\u05E2 \u05D8\u05E7\u05E1\u05D8
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=\u05D2\u05D6\u05D5\u05E8
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=\u05D4\u05E2\u05EA\u05E7
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=\u05D4\u05D3\u05D1\u05E7
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=\u05D1\u05D8\u05DC \u05E4\u05E2\u05D5\u05DC\u05D4
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=\u05D1\u05E6\u05E2 \u05DE\u05D7\u05D3\u05E9
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=\u05D4\u05D5\u05E1\u05E3/\u05E2\u05E8\u05D5\u05DA \u05E7\u05D9\u05E9\u05D5\u05E8
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=\u05D4\u05E1\u05E8 \u05E7\u05D9\u05E9\u05D5\u05E8
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=\u05D4\u05D5\u05E1\u05E3/\u05E2\u05E8\u05D5\u05DA \u05EA\u05DE\u05D5\u05E0\u05D4
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=\u05E8\u05E9\u05D9\u05DE\u05D4 \u05E2\u05DD \u05EA\u05D1\u05DC\u05D9\u05D8\u05D9\u05DD
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u05E8\u05E9\u05D9\u05DE\u05D4 \u05DE\u05DE\u05D5\u05E1\u05E4\u05E8\u05EA
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=\u05D4\u05E7\u05D8\u05DF \u05D4\u05E1\u05D8\u05D4 \u05E4\u05E0\u05D9\u05DE\u05D4
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=\u05D4\u05D2\u05D3\u05DC \u05D4\u05E1\u05D8\u05D4 \u05E4\u05E0\u05D9\u05DE\u05D4
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=\u05D4\u05D5\u05E1\u05E3 \u05D8\u05D1\u05DC\u05D4
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=\u05DE\u05E9\u05E4\u05D7\u05EA \u05D2\u05D5\u05E4\u05E0\u05D9\u05DD
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=\u05D2\u05D5\u05D3\u05DC \u05D2\u05D5\u05E4\u05DF
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=\u05E6\u05D1\u05E2 \u05D8\u05E7\u05E1\u05D8
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=\u05E6\u05D1\u05E2 \u05E8\u05E7\u05E2
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=\u05E9\u05DE\u05D0\u05DC
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=\u05D9\u05DE\u05D9\u05DF
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=\u05DE\u05E8\u05DB\u05D6
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=\u05D9\u05D9\u05E9\u05E8 \u05DC\u05E9\u05E0\u05D9 \u05D4\u05E6\u05D3\u05D3\u05D9\u05DD
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=\u05DB\u05EA\u05D5\u05D1\u05EA URL \u05E9\u05DC \u05DE\u05E7\u05D5\u05E8
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=\u05EA\u05D9\u05D0\u05D5\u05E8
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=\u05DE\u05DE\u05D3\u05D9\u05DD
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=\u05EA\u05D7\u05D6\u05E7 \u05D9\u05D7\u05E1 \u05E9\u05DC \u05D4\u05D9\u05D1\u05D8
|
|
82
130
|
|
|
131
|
+
#XBUT: OK button for inserting content dialog
|
|
83
132
|
DIALOG_OK_BUTTON=OK
|
|
84
133
|
|
|
134
|
+
#XBUT: Cancel button for inserting content dialog
|
|
85
135
|
DIALOG_CANCEL_BUTTON=\u05D1\u05D8\u05DC
|
|
86
136
|
|
|
137
|
+
#XFLD: Label for url input for inserting link
|
|
87
138
|
INSERT_LINK_URL=\u05DB\u05EA\u05D5\u05D1\u05EA URL
|
|
88
139
|
|
|
140
|
+
#XFLD: Label for display text input for inserting link
|
|
89
141
|
INSERT_LINK_DISPLAY_TEXT=\u05D4\u05E6\u05D2 \u05D8\u05E7\u05E1\u05D8
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=\u05DB\u05D5\u05EA\u05E8\u05EA
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=\u05DC\u05DC\u05D0
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=\u05D7\u05DC\u05D5\u05DF \u05D7\u05D3\u05E9
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=\u05D9\u05E2\u05D3
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=\u05DE\u05E1\u05E4\u05E8 \u05E9\u05D5\u05E8\u05D5\u05EA\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=\u05DE\u05E1\u05E4\u05E8 \u05E2\u05DE\u05D5\u05D3\u05D5\u05EA\:
|
|
@@ -1,101 +1,159 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.richtexteditor library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
4
|
|
|
5
|
+
#XACT: Text for the aria-roledescription attribute of the custom toolbar wrapper
|
|
3
6
|
CUSTOM_TOOLBAR_ARIA_ROLEDESCRIPTION=\u30EA\u30C3\u30C1\u30C6\u30AD\u30B9\u30C8\u306E\u7DE8\u96C6\u30AA\u30D7\u30B7\u30E7\u30F3
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\u30EA\u30C3\u30C1\u30C6\u30AD\u30B9\u30C8\u30A8\u30C7\u30A3\u30BF
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=\u30DC\u30FC\u30EB\u30C9
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=\u30A4\u30BF\u30EA\u30C3\u30AF
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=\u4E0B\u7DDA
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=\u53D6\u6D88\u7DDA
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=\u30C6\u30AD\u30B9\u30C8\u6574\u5217
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=\u66F8\u5F0F
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=\u30D8\u30C3\u30C0 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=\u30D8\u30C3\u30C0 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=\u30D8\u30C3\u30C0 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=\u30D8\u30C3\u30C0 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=\u30D8\u30C3\u30C0 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=\u30D8\u30C3\u30C0 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=\u6BB5\u843D
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=\u80CC\u666F\u8272
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=\u30C6\u30AD\u30B9\u30C8\u306E\u8272
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=\u30AB\u30C3\u30C8
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=\u30B3\u30D4\u30FC
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=\u30DA\u30FC\u30B9\u30C8
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=\u5143\u306B\u623B\u3059
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=\u3084\u308A\u76F4\u3057
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=\u30EA\u30F3\u30AF\u633F\u5165/\u7DE8\u96C6
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=\u30EA\u30F3\u30AF\u524A\u9664
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=\u30A4\u30E1\u30FC\u30B8\u633F\u5165/\u7DE8\u96C6
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=\u7B87\u6761\u66F8\u304D
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u756A\u53F7\u4ED8\u304D\u30EA\u30B9\u30C8
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=\u30A4\u30F3\u30C7\u30F3\u30C8\u3092\u6E1B\u3089\u3059
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=\u30A4\u30F3\u30C7\u30F3\u30C8\u3092\u5897\u3084\u3059
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=\u30C6\u30FC\u30D6\u30EB\u633F\u5165
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=\u30D5\u30A9\u30F3\u30C8\u30D5\u30A1\u30DF\u30EA
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=\u30C6\u30AD\u30B9\u30C8\u306E\u8272
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=\u80CC\u666F\u8272
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=\u5DE6
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=\u53F3
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=\u4E2D\u592E
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=\u4E21\u7AEF\u63C3\u3048
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=\u30BD\u30FC\u30B9 URL
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=\u8AAC\u660E
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=\u6B21\u5143
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=\u30A2\u30B9\u30DA\u30AF\u30C8\u6BD4\u8A2D\u5B9A
|
|
82
130
|
|
|
131
|
+
#XBUT: OK button for inserting content dialog
|
|
83
132
|
DIALOG_OK_BUTTON=OK
|
|
84
133
|
|
|
134
|
+
#XBUT: Cancel button for inserting content dialog
|
|
85
135
|
DIALOG_CANCEL_BUTTON=\u4E2D\u6B62
|
|
86
136
|
|
|
137
|
+
#XFLD: Label for url input for inserting link
|
|
87
138
|
INSERT_LINK_URL=URL
|
|
88
139
|
|
|
140
|
+
#XFLD: Label for display text input for inserting link
|
|
89
141
|
INSERT_LINK_DISPLAY_TEXT=\u30C6\u30AD\u30B9\u30C8\u8868\u793A
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=\u30BF\u30A4\u30C8\u30EB
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=\u306A\u3057
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=\u65B0\u898F\u30A6\u30A3\u30F3\u30C9\u30A6
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=\u30BF\u30FC\u30B2\u30C3\u30C8
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=\u884C\u6570\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=\u5217\u6570\:
|
|
@@ -1,101 +1,159 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.richtexteditor library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
4
|
|
|
5
|
+
#XACT: Text for the aria-roledescription attribute of the custom toolbar wrapper
|
|
3
6
|
CUSTOM_TOOLBAR_ARIA_ROLEDESCRIPTION=Rich Text \u04E9\u04A3\u0434\u0435\u0443 \u043E\u043F\u0446\u0438\u044F\u043B\u0430\u0440\u044B
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=Rich Text \u0440\u0435\u0434\u0430\u043A\u0442\u043E\u0440\u044B
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=\u049A\u0430\u043B\u044B\u04A3
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=\u049A\u0438\u0493\u0430\u0448
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=\u0410\u0441\u0442\u044B \u0441\u044B\u0437\u044B\u043B\u0493\u0430\u043D
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=\u04AE\u0441\u0442\u0456 \u0441\u044B\u0437\u044B\u043B\u0493\u0430\u043D
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=\u041C\u04D9\u0442\u0456\u043D\u0434\u0456 \u0442\u0443\u0440\u0430\u043B\u0430\u0443
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=\u041F\u0456\u0448\u0456\u043C\u0434\u0435\u0443
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=1-\u0442\u0430\u049B\u044B\u0440\u044B\u043F
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=2-\u0442\u0430\u049B\u044B\u0440\u044B\u043F
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=3-\u0442\u0430\u049B\u044B\u0440\u044B\u043F
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=4-\u0442\u0430\u049B\u044B\u0440\u044B\u043F
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=5-\u0442\u0430\u049B\u044B\u0440\u044B\u043F
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=6-\u0442\u0430\u049B\u044B\u0440\u044B\u043F
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=\u041F\u0430\u0440\u0430\u0433\u0440\u0430\u0444
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=\u0424\u043E\u043D \u0442\u04AF\u0441\u0456
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=\u041C\u04D9\u0442\u0456\u043D \u0442\u04AF\u0441\u0456
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=\u049A\u0438\u044B\u043F \u0430\u043B\u0443
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=\u041A\u04E9\u0448\u0456\u0440\u0443
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=\u049A\u043E\u044E
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=\u0411\u043E\u043B\u0434\u044B\u0440\u043C\u0430\u0443
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=\u049A\u0430\u0439\u0442\u0430 \u0456\u0441\u0442\u0435\u0443
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=\u0421\u0456\u043B\u0442\u0435\u043C\u0435\u043D\u0456 \u049B\u043E\u044E/\u04E9\u04A3\u0434\u0435\u0443
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=\u0421\u0456\u043B\u0442\u0435\u043C\u0435\u043D\u0456 \u0436\u043E\u044E
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=\u0421\u0443\u0440\u0435\u0442\u0442\u0456 \u049B\u043E\u044E/\u04E9\u04A3\u0434\u0435\u0443
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=\u0422\u0430\u04A3\u0431\u0430\u043B\u0430\u043D\u0493\u0430\u043D \u0442\u0456\u0437\u0456\u043C
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u041D\u04E9\u043C\u0456\u0440\u043B\u0435\u043D\u0433\u0435\u043D \u0442\u0456\u0437\u0456\u043C
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=\u0428\u0435\u0433\u0456\u043D\u0456\u0441\u0442\u0456 \u0430\u0437\u0430\u0439\u0442\u0443
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=\u0428\u0435\u0433\u0456\u043D\u0456\u0441\u0442\u0456 \u0430\u0440\u0442\u0442\u044B\u0440\u0443
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=\u041A\u0435\u0441\u0442\u0435 \u0435\u043D\u0433\u0456\u0437\u0443
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=\u049A\u0430\u0440\u0456\u043F\u0442\u0435\u0440 \u0442\u043E\u0431\u044B
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=\u049A\u0430\u0440\u0456\u043F \u04E9\u043B\u0448\u0435\u043C\u0456
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=\u041C\u04D9\u0442\u0456\u043D \u0442\u04AF\u0441\u0456
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=\u0424\u043E\u043D \u0442\u04AF\u0441\u0456
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=\u0421\u043E\u043B \u0436\u0430\u049B
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=\u041E\u04A3 \u0436\u0430\u049B
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=\u041E\u0440\u0442\u0430
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=\u0422\u04AF\u0437\u0435\u0442\u0443
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=\u041A\u04E9\u0437\u0434\u0456\u04A3 URL \u043C\u0435\u043A\u0435\u043D\u0436\u0430\u0439\u044B
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=\u0421\u0438\u043F\u0430\u0442\u0442\u0430\u043C\u0430
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=\u04E8\u043B\u0448\u0435\u043C\u0434\u0435\u0440
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=\u0410\u0441\u043F\u0435\u043A\u0442\u0456\u043B\u0456\u043A \u049B\u0430\u0442\u044B\u043D\u0430\u0441\u0442\u044B \u0441\u0430\u049B\u0442\u0430\u0443
|
|
82
130
|
|
|
131
|
+
#XBUT: OK button for inserting content dialog
|
|
83
132
|
DIALOG_OK_BUTTON=OK
|
|
84
133
|
|
|
134
|
+
#XBUT: Cancel button for inserting content dialog
|
|
85
135
|
DIALOG_CANCEL_BUTTON=\u0411\u043E\u043B\u0434\u044B\u0440\u043C\u0430\u0443
|
|
86
136
|
|
|
137
|
+
#XFLD: Label for url input for inserting link
|
|
87
138
|
INSERT_LINK_URL=URL
|
|
88
139
|
|
|
140
|
+
#XFLD: Label for display text input for inserting link
|
|
89
141
|
INSERT_LINK_DISPLAY_TEXT=\u041C\u04D9\u0442\u0456\u043D \u043A\u04E9\u0440\u0441\u0435\u0442\u0443
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=\u0422\u0430\u049B\u044B\u0440\u044B\u043F
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=\u0415\u0448\u0431\u0456\u0440\u0456
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=\u0416\u0430\u04A3\u0430 \u0442\u0435\u0440\u0435\u0437\u0435
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=\u041C\u0430\u049B\u0441\u0430\u0442
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=\u049A\u0430\u0442\u0430\u0440 \u0441\u0430\u043D\u044B\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=\u0411\u0430\u0493\u0430\u043D \u0441\u0430\u043D\u044B\:
|
|
@@ -1,101 +1,159 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.richtexteditor library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
4
|
|
|
5
|
+
#XACT: Text for the aria-roledescription attribute of the custom toolbar wrapper
|
|
3
6
|
CUSTOM_TOOLBAR_ARIA_ROLEDESCRIPTION=\uC11C\uC2DD \uC788\uB294 \uD14D\uC2A4\uD2B8 \uD3B8\uC9D1 \uC635\uC158
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\uC11C\uC2DD \uC788\uB294 \uD14D\uC2A4\uD2B8 \uD3B8\uC9D1\uAE30
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=\uAD75\uAC8C
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=\uAE30\uC6B8\uC784\uAF34
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=\uBC11\uC904
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=\uCDE8\uC18C\uC120
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=\uD14D\uC2A4\uD2B8 \uC815\uB82C
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=\uD615\uC2DD
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=\uC81C\uBAA9 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=\uC81C\uBAA9 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=\uC81C\uBAA9 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=\uC81C\uBAA9 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=\uC81C\uBAA9 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=\uC81C\uBAA9 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=\uB2E8\uB77D
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=\uBC30\uACBD\uC0C9
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=\uC798\uB77C\uB0B4\uAE30
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=\uBCF5\uC0AC
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=\uBD99\uC5EC\uB123\uAE30
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=\uC2E4\uD589 \uCDE8\uC18C
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=\uC7AC\uC2E4\uD589
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=\uB9C1\uD06C \uC0BD\uC785/\uD3B8\uC9D1
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=\uB9C1\uD06C \uC81C\uAC70
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=\uC774\uBBF8\uC9C0 \uC0BD\uC785/\uD3B8\uC9D1
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=\uAE00\uBA38\uB9AC \uAE30\uD638 \uB9AC\uC2A4\uD2B8
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\uBC88\uD638 \uC9C0\uC815 \uB9AC\uC2A4\uD2B8
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=\uB0B4\uC5B4\uC4F0\uAE30
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=\uB4E4\uC5EC\uC4F0\uAE30
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=\uD14C\uC774\uBE14 \uC0BD\uC785
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=\uAE00\uAF34 \uD328\uBC00\uB9AC
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=\uAE00\uAF34 \uD06C\uAE30
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=\uBC30\uACBD\uC0C9
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=\uC67C\uCABD
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=\uC624\uB978\uCABD
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=\uAC00\uC6B4\uB370
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=\uC591\uCABD \uB9DE\uCDA4
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=\uC18C\uC2A4 URL
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=\uB0B4\uC5ED
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=\uCC28\uC6D0
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=\uAC00\uB85C \uC138\uB85C \uBE44\uC728 \uC720\uC9C0\uBCF4\uC218
|
|
82
130
|
|
|
131
|
+
#XBUT: OK button for inserting content dialog
|
|
83
132
|
DIALOG_OK_BUTTON=\uD655\uC778
|
|
84
133
|
|
|
134
|
+
#XBUT: Cancel button for inserting content dialog
|
|
85
135
|
DIALOG_CANCEL_BUTTON=\uCDE8\uC18C
|
|
86
136
|
|
|
137
|
+
#XFLD: Label for url input for inserting link
|
|
87
138
|
INSERT_LINK_URL=URL
|
|
88
139
|
|
|
140
|
+
#XFLD: Label for display text input for inserting link
|
|
89
141
|
INSERT_LINK_DISPLAY_TEXT=\uD14D\uC2A4\uD2B8 \uD45C\uC2DC
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=\uC81C\uBAA9
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=\uC5C6\uC74C
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=\uC2E0\uADDC \uC708\uB3C4\uC6B0
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=\uB300\uC0C1
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=\uD589 \uC218\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=\uC5F4 \uC218\:
|