@sapui5/sap.ui.richtexteditor 1.84.40 → 1.84.42
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=Rich-Text-Bearbeitungsoptionen
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=Rich-Text-Editor
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=Fett
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=Kursiv
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=Unterstrichen
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Durchgestrichen
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=Text ausrichten
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=Format
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=\u00DCberschrift 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=\u00DCberschrift 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=\u00DCberschrift 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=\u00DCberschrift 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=\u00DCberschrift 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=\u00DCberschrift 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=Absatz
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=Hintergrundfarbe
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=Textfarbe
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=Ausschneiden
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=Kopieren
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=Einf\u00FCgen
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=R\u00FCckg\u00E4ngig machen
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=Wiederherstellen
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=Link einf\u00FCgen / bearbeiten
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=Link entfernen
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=Bild einf\u00FCgen/bearbeiten
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=Schlagpunktliste
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Nummerierte Liste
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=Einzug verringern
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=Einzug vergr\u00F6\u00DFern
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=Tabelle einf\u00FCgen
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=Schriftschnitt
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=Schriftgr\u00F6\u00DFe
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=Textfarbe
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=Hintergrundfarbe
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=Links
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=Rechts
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=Mitte
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=Blocksatz
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=Quell-URL
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=Beschreibung
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=Abmessungen
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=Gr\u00F6\u00DFenverh\u00E4ltnis beibehalten
|
|
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=Abbrechen
|
|
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=Anzeigetext
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=Titel
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=Ohne
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=Neues Fenster
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=Ziel
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=Anzahl Zeilen\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=Anzahl Spalten\:
|
|
@@ -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=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2 \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2 \u0395\u03BC\u03C0\u03BB\u03BF\u03C5\u03C4\u03B9\u03C3\u03BC\u03BF\u03CD \u039A\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03C4\u03AE\u03C2 \u0395\u03BC\u03C0\u03BB\u03BF\u03C5\u03C4\u03B9\u03C3\u03BC\u03BF\u03CD \u039A\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=\u0388\u03BD\u03C4\u03BF\u03BD\u03BF
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=\u03A0\u03BB\u03AC\u03B3\u03B9\u03BF
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=\u03A5\u03C0\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=\u0393\u03C1\u03B1\u03BC\u03BC\u03AE \u03BC\u03B5 \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03AE \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=\u0395\u03C5\u03B8\u03C5\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7 \u039A\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=\u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=\u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=\u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=\u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=\u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=\u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=\u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=\u03A0\u03B1\u03C1\u03AC\u03B3\u03C1\u03B1\u03C6\u03BF\u03C2
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03A6\u03CC\u03BD\u03C4\u03BF\u03C5
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=\u03A7\u03C1\u03CE\u03BC\u03B1 \u039A\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=\u0391\u03C0\u03BF\u03BA\u03BF\u03C0\u03AE
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=\u0395\u03C0\u03B9\u03BA\u03CC\u03BB\u03BB\u03B7\u03C3\u03B7
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE/\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7/\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u0395\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=\u039B\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u039A\u03BF\u03C5\u03BA\u03BA\u03AF\u03B4\u03B5\u03C2
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u0391\u03C1\u03B9\u03B8\u03BC\u03B7\u03BC\u03AD\u03BD\u03B7 \u039B\u03AF\u03C3\u03C4\u03B1
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=\u039C\u03B5\u03AF\u03C9\u03C3\u03B7 \u0395\u03C3\u03BF\u03C7\u03AE\u03C2
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=\u0391\u03CD\u03BE\u03B7\u03C3\u03B7 \u0395\u03C3\u03BF\u03C7\u03AE\u03C2
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03A0\u03AF\u03BD\u03B1\u03BA\u03B1
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=\u039F\u03B9\u03BA\u03BF\u03B3\u03AD\u03BD\u03B5\u03B9\u03B1 \u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=\u03A7\u03C1\u03CE\u03BC\u03B1 \u039A\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03A6\u03CC\u03BD\u03C4\u03BF\u03C5
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=\u0391\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=\u0394\u03B5\u03BE\u03B9\u03AC
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=\u039A\u03AD\u03BD\u03C4\u03C1\u03BF
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=\u03A0\u03BB\u03AE\u03C1\u03B7\u03C2 \u03A3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=URL \u03A0\u03B7\u03B3\u03AE\u03C2
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=\u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=\u0394\u03B9\u03B1\u03C3\u03C4\u03AC\u03C3\u03B5\u03B9\u03C2
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=\u03A3\u03C5\u03BD\u03C4\u03AE\u03C1\u03B7\u03C3\u03B7 \u0391\u03BD\u03B1\u03BB\u03BF\u03B3\u03AF\u03B1\u03C2 \u0395\u03BA\u03B4\u03BF\u03C7\u03AE\u03C2
|
|
82
130
|
|
|
131
|
+
#XBUT: OK button for inserting content dialog
|
|
83
132
|
DIALOG_OK_BUTTON=\u039F\u039A
|
|
84
133
|
|
|
134
|
+
#XBUT: Cancel button for inserting content dialog
|
|
85
135
|
DIALOG_CANCEL_BUTTON=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
|
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=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u039A\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=\u03A4\u03AF\u03C4\u03BB\u03BF\u03C2
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=\u039A\u03B1\u03BD\u03AD\u03BD\u03B1
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=\u039D\u03AD\u03BF \u03A0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=\u03A3\u03C4\u03CC\u03C7\u03BF\u03C2
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=\u0391\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03A3\u03B5\u03B9\u03C1\u03CE\u03BD\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=\u0391\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03A3\u03C4\u03B7\u03BB\u03CE\u03BD\:
|
|
@@ -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 Editing Options
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=Rich Text Editor
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=Bold
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=Italic
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=Underline
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Strikethrough
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=Align Text
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=Format
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=Heading 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=Heading 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=Heading 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=Heading 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=Heading 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=Heading 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=Paragraph
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=Background Color
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=Text Color
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=Cut
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=Copy
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=Paste
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=Undo
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=Redo
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=Insert/Edit Link
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=Remove Link
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=Insert/Edit Image
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=Bulleted List
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Numbered List
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=Decrease Indent
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=Increase Indent
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=Insert Table
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=Font Family
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=Font Size
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=Text Color
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=Background Color
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=Left
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=Right
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=Center
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=Justify
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=Source URL
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=Description
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=Dimensions
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=Maintain Aspect Ratio
|
|
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=Cancel
|
|
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=Display Text
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=Title
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=None
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=New Window
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=Target
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=Number of Rows\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=Number of Columns\:
|
|
@@ -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 Editing Options
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=Rich Text Editor
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=Bold
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=Italic
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=Underline
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Strikethrough
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=Align Text
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=Format
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=Heading 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=Heading 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=Heading 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=Heading 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=Heading 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=Heading 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=Paragraph
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=Background Colour
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=Text Colour
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=Cut
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=Copy
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=Paste
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=Undo
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=Redo
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=Insert/Edit Link
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=Remove Link
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=Insert/Edit Image
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=Bulleted List
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Numbered List
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=Decrease Indent
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=Increase Indent
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=Insert Table
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=Font Family
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=Font Size
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=Text Colour
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=Background Colour
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=Left
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=Right
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=Centre
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=Justify
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=Source URL
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=Description
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=Dimensions
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=Maintain Aspect Ratio
|
|
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=Cancel
|
|
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=Display Text
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=Title
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=None
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=New Window
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=Target
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=Number of Rows\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=Number of Columns\:
|
|
@@ -64,9 +64,13 @@ FONT_FAMILY_TEXT=[[[\u0191\u014F\u014B\u0163 \u0191\u0105\u0271\u012F\u013A\u017
|
|
|
64
64
|
|
|
65
65
|
FONT_SIZE_TEXT=[[[\u0191\u014F\u014B\u0163 \u015C\u012F\u017E\u0113\u2219\u2219\u2219\u2219\u2219]]]
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
FONT_COLOR_TEXT=[[[\u0162\u0113\u03C7\u0163 \u0108\u014F\u013A\u014F\u0157\u2219\u2219\u2219\u2219]]]
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
BACKGROUND_COLOR_TEXT=[[[\u0181\u0105\u010B\u0137\u011F\u0157\u014F\u0171\u014B\u018C \u0108\u014F\u013A\u014F\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
70
|
+
|
|
71
|
+
TEXTALIGH_LEFT=[[[\u013B\u0113\u0192\u0163]]]
|
|
72
|
+
|
|
73
|
+
TEXTALIGH_RIGHT=[[[\u0158\u012F\u011F\u0125\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
70
74
|
|
|
71
75
|
TEXTALIGH_CENTER=[[[\u0108\u0113\u014B\u0163\u0113\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
72
76
|
|