@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=Muotoillun tekstin muokkausvaihtoehdot
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=Tekstimuotoilueditori
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=Lihavointi
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=Kursivointi
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=Alleviivaus
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Yliviivaus
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=Tasaa teksti
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=Muotoile
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=Otsikko 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=Otsikko 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=Otsikko 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=Otsikko 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=Otsikko 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=Otsikko 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=Kappale
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=Taustav\u00E4ri
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=Tekstiv\u00E4ri
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=Leikkaa
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=Kopioi
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=Lis\u00E4\u00E4
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=Kumoa
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=Tee uudelleen
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=Lis\u00E4\u00E4 linkki / muokkaa linkki\u00E4
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=Poista linkki
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=Lis\u00E4\u00E4 kuva / muokkaa kuvaa
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=Luettelomerkkiluettelo
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Numeroitu luettelo
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=Pienenn\u00E4 sisennyst\u00E4
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=Suurenna sisennyst\u00E4
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=Lis\u00E4\u00E4 taulukko
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=Fonttiperhe
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=Kirjasinkoko
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=Tekstiv\u00E4ri
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=Taustav\u00E4ri
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=Vasen
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=Oikea
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=Keski
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=Tasaa reuna
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=L\u00E4hde-URL
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=Kuvaus
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=Ulottuvuudet
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=Yll\u00E4pid\u00E4 kuvasuhdetta
|
|
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=Peruuta
|
|
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=N\u00E4yt\u00E4 teksti
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=Otsikko
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=Ei mit\u00E4\u00E4n
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=Uusi ikkuna
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=Tavoite
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=Rivien lukum\u00E4\u00E4r\u00E4\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=Sarakkeiden lukum\u00E4\u00E4r\u00E4\:
|
|
@@ -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=Options d'\u00E9dition de texte enrichi
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\u00C9diteur de texte enrichi
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=Gras
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=Italique
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=Soulign\u00E9
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Barr\u00E9
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=Aligner le texte
|
|
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=Intitul\u00E9 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=Intitul\u00E9 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=Intitul\u00E9 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=Intitul\u00E9 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=Intitul\u00E9 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=Intitul\u00E9 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=Paragraphe
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=Couleur d'arri\u00E8re-plan
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=Couleur de texte
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=Couper
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=Copier
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=Coller
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=Annuler
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=R\u00E9tablir
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=Ins\u00E9rer/Modifier le lien
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=Supprimer le lien
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=Ins\u00E9rer/Modifier l'image
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=Liste \u00E0 puces
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Liste num\u00E9rot\u00E9e
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=R\u00E9duire le retrait
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=Augmenter le retrait
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=Ins\u00E9rer une table
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=Police
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=Taille de la police
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=Couleur de texte
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=Couleur d'arri\u00E8re-plan
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=Gauche
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=Droite
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=Centrer
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=Justifier
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=URL source
|
|
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=G\u00E9rer le ratio d'aspect
|
|
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=Interrompre
|
|
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=Texte \u00E0 afficher
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=Titre
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=N\u00E9ant
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=Nouvelle fen\u00EAtre
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=Cible
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=Nombre de lignes \:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=Nombre de colonnes \:
|
|
@@ -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=Options d'\u00E9dition de texte enrichi
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\u00C9diteur de texte enrichi
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=Gras
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=Italique
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=Soulign\u00E9
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Barr\u00E9
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=Aligner le texte
|
|
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=Titre 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=Titre 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=Titre 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=Titre 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=Titre 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=Titre 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=Paragraphe
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=Couleur d'arri\u00E8re-plan
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=Couleur du texte
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=Couper
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=Copier
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=Coller
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=Annuler
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=R\u00E9tablir
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=Ins\u00E9rer/Modifier un lien
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=Supprimer le lien
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=Ins\u00E9rer/Modifier une image
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=Liste \u00E0 puces
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Liste num\u00E9rot\u00E9e
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=Diminuer le retrait
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=Augmenter le retrait
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=Ins\u00E9rer un tableau
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=Famille de polices
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=Taille de police
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=Couleur du texte
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=Couleur d'arri\u00E8re-plan
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=Gauche
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=Droite
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=Centrer
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=Justifier
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=URL source
|
|
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=Conserver les proportions
|
|
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=Annuler
|
|
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=Afficher le texte
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=Titre
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=Aucun(e)
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=Nouvelle fen\u00EAtre
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=Cible
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=Nombre de lignes\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=Nombre de colonnes\:
|
|
@@ -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=\u092C\u0921\u093C\u0947 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u092A\u093E\u0926\u0928 \u0935\u093F\u0915\u0932\u094D\u092A
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\u092C\u0921\u093C\u0947 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0915\u0947 \u0938\u0902\u092A\u093E\u0926\u0915
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=\u092C\u094B\u0932\u094D\u0921
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=\u0907\u091F\u0948\u0932\u093F\u0915
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=\u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=\u0938\u094D\u091F\u094D\u0930\u093E\u0907\u0915\u0925\u094D\u0930
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=\u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=\u0938\u094D\u0935\u0930\u0942\u092A
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=\u0936\u0940\u0930\u094D\u0937\u0915-1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=\u0936\u0940\u0930\u094D\u0937\u0915-2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=\u0936\u0940\u0930\u094D\u0937\u0915-3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=\u0936\u0940\u0930\u094D\u0937\u0915-4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=\u0936\u0940\u0930\u094D\u0937\u0915-5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=\u0936\u0940\u0930\u094D\u0937\u0915-6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u093C
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=\u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0930\u0902\u0917
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=\u0915\u093E\u091F\u0947\u0902
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=\u092A\u094D\u0930\u0924\u093F \u092C\u0928\u093E\u090F\u0902
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=\u091A\u093F\u092A\u0915\u093E\u090F\u0902
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=\u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u0930\u0947\u0902
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=\u092B\u093F\u0930 \u0938\u0947 \u0915\u0930\u0947\u0902
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=\u0932\u093F\u0902\u0915 \u0938\u092E\u094D\u092E\u093F\u0932\u093F\u0924 \u0915\u0930\u0947\u0902/\u0938\u0902\u092A\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=\u0932\u093F\u0902\u0915 \u0928\u093F\u0915\u093E\u0932\u0947\u0902
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=\u0938\u092E\u094D\u092E\u093F\u0932\u093F\u0924 \u0915\u0930\u0947\u0902/\u091B\u0935\u093F \u0938\u0902\u092A\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=\u092C\u0941\u0932\u0947\u091F \u0915\u0940 \u0917\u0908 \u0938\u0942\u091A\u0940
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u0915\u094D\u0930\u092E\u093E\u0902\u0915\u093F\u0924 \u0938\u0942\u091A\u0940
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=\u0915\u091F\u094C\u0924\u0940 \u0907\u0902\u0921\u0947\u0902\u091F
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=\u0935\u0943\u0926\u094D\u0927\u093F \u0907\u0902\u0921\u0947\u0902\u091F
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=\u0924\u093E\u0932\u093F\u0915\u093E \u0938\u092E\u094D\u092E\u093F\u0932\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=\u092B\u093C\u0949\u0928\u094D\u091F \u092A\u0930\u093F\u0935\u093E\u0930
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=\u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=\u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0915\u093E \u0930\u0902\u0917
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=\u092C\u093E\u092F\u093E\u0902
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=\u0926\u093E\u092F\u093E\u0902
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=\u0915\u0947\u0902\u0926\u094D\u0930
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=\u091C\u0938\u094D\u091F\u093F\u092B\u093C\u093E\u0907
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=\u0938\u094D\u0930\u094B\u0924 URL
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=\u0935\u0930\u094D\u0923\u0928
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=\u0906\u092F\u093E\u092E
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=\u092A\u0939\u0932\u0942 \u0905\u0928\u0941\u092A\u093E\u0924 \u0915\u093E \u0930\u0916\u0930\u0916\u093E\u0935
|
|
82
130
|
|
|
131
|
+
#XBUT: OK button for inserting content dialog
|
|
83
132
|
DIALOG_OK_BUTTON=\u0920\u0940\u0915
|
|
84
133
|
|
|
134
|
+
#XBUT: Cancel button for inserting content dialog
|
|
85
135
|
DIALOG_CANCEL_BUTTON=\u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902
|
|
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=\u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0915\u093E \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=\u0938\u0902\u091C\u094D\u091E\u093E
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=\u0915\u0941\u091B \u0928\u0939\u0940\u0902
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=\u0928\u092F\u093E \u0935\u093F\u0902\u0921\u094B
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=\u0932\u0915\u094D\u0937\u094D\u092F
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=\u092A\u0902\u0915\u094D\u0924\u093F\u092F\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=\u0938\u094D\u0924\u0902\u092D\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\:
|