@sapui5/sap.ui.richtexteditor 1.121.0 → 1.121.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/ui/richtexteditor/.library +3 -3
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.min.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/jquery.tinymce.min.js +5 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/he_IL.js +420 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/license.txt +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/license.txt +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.js +274 -146
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.min.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.min.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.js +9 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/CHANGELOG.md +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/license.txt +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/dark/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/dark/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/default/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/default/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/document/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/document/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/writer/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/writer/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.js +1645 -84
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.d.ts +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.js +1458 -1360
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/eu.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fa.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.js +39 -18
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror_css.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ar.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/bg_BG.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ca.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/cs.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/da.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/de.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/el.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/en.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/es.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/eu.js +6 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fa.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fi.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fr_FR.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/he_IL.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hi.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hr.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hu_HU.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/id.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/it.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ja.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/kk.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ko_KR.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ms.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nb_NO.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nl.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pl.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_BR.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_PT.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ro.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ru.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sk.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sl_SI.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sv_SE.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/th_TH.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/tr.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/uk.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/vi.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_CN.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_TW.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +10 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +4 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +282 -58
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +7 -25
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +1972 -1673
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ar.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/bg_BG.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ca.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/cs.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/da.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/de.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/el.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/es.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/eu.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fa.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fi.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fr_FR.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/he_IL.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hi.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hr.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hu_HU.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/id.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/it.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ja.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/kk.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ko_KR.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ms.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nb_NO.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nl.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pl.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_BR.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_PT.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ro.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ru.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sk.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sl_SI.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sv_SE.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/th_TH.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/tr.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/uk.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/vi.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_CN.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_TW.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +13 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +86 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +89 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +86 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +86 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +20786 -20200
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +40 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +2031 -1572
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -1
- package/src/sap/ui/richtexteditor/library.js +1 -1
|
@@ -1 +1,420 @@
|
|
|
1
|
-
tinymce.addI18n("he_IL",{"Redo":"\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1","Undo":"\u05d1\u05d8\u05dc","Cut":"\u05d2\u05d6\u05d5\u05e8","Copy":"\u05d4\u05e2\u05ea\u05e7","Paste":"\u05d4\u05d3\u05d1\u05e7","Select all":"\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc","New document":"\u05de\u05e1\u05de\u05da \u05d7\u05d3\u05e9","Ok":"\u05d0\u05d9\u05e9\u05d5\u05e8","Cancel":"\u05d1\u05d9\u05d8\u05d5\u05dc","Visual aids":"\u05e2\u05d6\u05e8\u05d9\u05dd \u05d7\u05d6\u05d5\u05ea\u05d9\u05d9\u05dd","Bold":"\u05de\u05d5\u05d3\u05d2\u05e9","Italic":"\u05e0\u05d8\u05d5\u05d9","Underline":"\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d5\u05df","Strikethrough":"\u05e7\u05d5 \u05d7\u05d5\u05e6\u05d4","Superscript":"\u05db\u05ea\u05d1 \u05e2\u05d9\u05dc\u05d9","Subscript":"\u05db\u05ea\u05d1 \u05ea\u05d7\u05ea\u05d9","Clear formatting":"\u05e0\u05e7\u05d4 \u05e2\u05d9\u05e6\u05d5\u05d1","Remove":"\u05de\u05d7\u05e7","Align left":"\u05d9\u05e9\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc","Align center":"\u05de\u05e8\u05db\u05d6","Align right":"\u05d9\u05e9\u05e8 \u05dc\u05d9\u05de\u05d9\u05df","No alignment":"\u05dc\u05dc\u05d0 \u05d9\u05d9\u05e9\u05d5\u05e8","Justify":"\u05d9\u05d9\u05e9\u05e8","Bullet list":"\u05e8\u05e9\u05d9\u05de\u05ea \u05ea\u05d1\u05dc\u05d9\u05d8\u05d9\u05dd","Numbered list":"\u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea","Decrease indent":"\u05d4\u05e7\u05d8\u05df \u05d4\u05d6\u05d7\u05d4","Increase indent":"\u05d4\u05d2\u05d3\u05dc \u05d4\u05d6\u05d7\u05d4","Close":"\u05e1\u05d2\u05d5\u05e8","Formats":"\u05e2\u05d9\u05e6\u05d5\u05d1\u05d9\u05dd","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05dc\u05d0 \u05ea\u05d5\u05de\u05da \u05d1\u05d2\u05d9\u05e9\u05d4 \u05d9\u05e9\u05d9\u05e8\u05d4 \u05dc\u05dc\u05d5\u05d7. \u05d0\u05e0\u05d0 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e7\u05e9\u05d9 \u05d4\u05e7\u05d9\u05e6\u05d5\u05e8 Ctrl + X / C / V \u05d1\u05de\u05e7\u05d5\u05dd \u05d6\u05d0\u05ea.","Headings":"\u05db\u05d5\u05ea\u05e8\u05d5\u05ea","Heading 1":"\u05db\u05d5\u05ea\u05e8\u05ea 1","Heading 2":"\u05db\u05d5\u05ea\u05e8\u05ea 2","Heading 3":"\u05db\u05d5\u05ea\u05e8\u05ea 3","Heading 4":"\u05db\u05d5\u05ea\u05e8\u05ea 4","Heading 5":"\u05db\u05d5\u05ea\u05e8\u05ea 5","Heading 6":"\u05db\u05d5\u05ea\u05e8\u05ea 6","Preformatted":"\u05de\u05e2\u05d5\u05e6\u05d1 \u05de\u05e8\u05d0\u05e9","Div":"Div","Pre":"Pre","Code":"\u05e7\u05d5\u05d3","Paragraph":"\u05e4\u05e1\u05e7\u05d4","Blockquote":"Blockquote","Inline":"\u05d1\u05ea\u05d5\u05da \u05e9\u05d5\u05e8\u05d4","Blocks":"\u05d1\u05dc\u05d5\u05e7\u05d9\u05dd","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u05d4\u05d3\u05d1\u05e7 \u05e0\u05de\u05e6\u05d0 \u05db\u05e2\u05ea \u05d1\u05de\u05e6\u05d1 \u05d8\u05e7\u05e1\u05d8 \u05e8\u05d2\u05d9\u05dc. \u05db\u05e2\u05ea \u05ea\u05d5\u05db\u05df \u05d9\u05d5\u05d3\u05d1\u05e7 \u05db\u05d8\u05e7\u05e1\u05d8 \u05e8\u05d2\u05d9\u05dc \u05e2\u05d3 \u05e9\u05ea\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d4\u05d6\u05d5.","Fonts":"\u05d2\u05d5\u05e4\u05e0\u05d9\u05dd","Font Sizes":"\u05d2\u05d5\u05d3\u05dc \u05d2\u05d5\u05e4\u05e0\u05d9\u05dd","Class":"\u05de\u05d7\u05dc\u05e7\u05d4","Browse for an image":"\u05d7\u05e4\u05e9 \u05ea\u05de\u05d5\u05e0\u05d4","OR":"OR","Drop an image here":"\u05e9\u05d7\u05e8\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4 \u05db\u05d0\u05df","Upload":"\u05d4\u05e2\u05dc\u05d4","Uploading image":"\u05de\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4","Block":"\u05d1\u05dc\u05d5\u05e7","Align":"\u05d9\u05e9\u05e8","Default":"\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc","Circle":"\u05e2\u05d9\u05d2\u05d5\u05dc","Disc":"\u05d3\u05d9\u05e1\u05e7","Square":"\u05e8\u05d9\u05d1\u05d5\u05e2","Lower Alpha":"\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea","Lower Greek":"\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d9\u05d5\u05d5\u05e0\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea","Lower Roman":"\u05e1\u05e4\u05e8\u05d5\u05ea \u05e8\u05d5\u05de\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea","Upper Alpha":"\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05ea","Upper Roman":"\u05e1\u05e4\u05e8\u05d5\u05ea \u05e8\u05d5\u05de\u05d9\u05d5\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05ea","Anchor...":"\u05e2\u05d5\u05d2\u05df...","Anchor":"\u05dc\u05b0\u05e2\u05b7\u05d2\u05b5\u05df","Name":"\u05e9\u05dd","Id":"\u05de\u05d6\u05d4\u05d4","Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"\u05d4\u05de\u05d6\u05d4\u05d4 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d0\u05d5\u05ea \u05d5\u05dc\u05d0\u05d7\u05e8\u05d9\u05d4 \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea, \u05de\u05e1\u05e4\u05e8\u05d9\u05dd, \u05de\u05e7\u05e4\u05d9\u05dd, \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea, \u05e0\u05e7\u05d5\u05d3\u05ea\u05d9\u05d9\u05dd \u05d0\u05d5 \u05e7\u05d5\u05d5\u05d9\u05dd \u05ea\u05d7\u05ea\u05d5\u05e0\u05d9\u05dd.","You have unsaved changes are you sure you want to navigate away?":"\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d5. \u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e0\u05d5\u05d5\u05d8 \u05d4\u05d7\u05d5\u05e6\u05d4?","Restore last draft":"\u05e9\u05d7\u05d6\u05e8 \u05d8\u05d9\u05d5\u05d8\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4","Special character...":"\u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d9\u05d5\u05d7\u05d3\u05d9\u05dd...","Special Character":"\u05ea\u05d5 \u05de\u05d9\u05d5\u05d7\u05d3","Source code":"\u05e7\u05d5\u05d3 \u05de\u05e7\u05d5\u05e8","Insert/Edit code sample":"\u05d4\u05db\u05e0\u05e1/\u05e2\u05e8\u05d5\u05da \u05d3\u05d5\u05d2\u05de\u05ea \u05e7\u05d5\u05d3","Language":"\u05e9\u05e4\u05d4","Code sample...":"\u05d3\u05d5\u05d2\u05de\u05ea \u05e7\u05d5\u05d3...","Left to right":"\u05de\u05e9\u05de\u05d0\u05dc \u05dc\u05d9\u05de\u05d9\u05df","Right to left":"\u05de\u05d9\u05de\u05d9\u05df \u05dc\u05e9\u05de\u05d0\u05dc","Emoticons":"\u05e1\u05de\u05dc\u05d9 \u05d4\u05d1\u05e2\u05d4","Emoticons...":"\u05e1\u05de\u05dc\u05d9 \u05d4\u05d1\u05e2\u05d4...","Metadata and Document Properties":"\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05de\u05d8\u05d4-\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d5\u05de\u05e1\u05de\u05da","Title":"\u05db\u05d5\u05ea\u05e8\u05ea","Keywords":"\u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7","Description":"\u05ea\u05d9\u05d0\u05d5\u05e8","Robots":"\u05e8\u05d5\u05d1\u05d5\u05d8\u05d9\u05dd","Author":"\u05de\u05d7\u05d1\u05e8","Encoding":"\u05e7\u05d9\u05d3\u05d5\u05d3","Fullscreen":"\u05de\u05e1\u05da \u05de\u05dc\u05d0","Action":"\u05e4\u05e2\u05d5\u05dc\u05d4","Shortcut":"\u05e7\u05d9\u05e6\u05d5\u05e8","Help":"\u05e2\u05d6\u05e8\u05d4","Address":"\u05db\u05ea\u05d5\u05d1\u05ea","Focus to menubar":"\u05d4\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e9\u05e8\u05d5\u05ea \u05d4\u05ea\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd","Focus to toolbar":"\u05d4\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e1\u05e8\u05d2\u05dc \u05d4\u05db\u05dc\u05d9\u05dd","Focus to element path":"\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e0\u05ea\u05d9\u05d1 \u05d4\u05e8\u05db\u05d9\u05d1","Focus to contextual toolbar":"\u05d4\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e1\u05e8\u05d2\u05dc \u05db\u05dc\u05d9\u05dd \u05d4\u05e7\u05e9\u05e8\u05d9","Insert link (if link plugin activated)":"\u05d4\u05db\u05e0\u05e1 \u05e7\u05d9\u05e9\u05d5\u05e8 (\u05d0\u05dd \u05d9\u05d9\u05e9\u05d5\u05dd \u05d4-Plugin \u05dc\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d5\u05e4\u05e2\u05dc)","Save (if save plugin activated)":"\u05e9\u05de\u05d5\u05e8 (\u05d0\u05dd \u05d9\u05d9\u05e9\u05d5\u05dd \u05d4-Plugin \u05dc\u05e9\u05de\u05d9\u05e8\u05d4 \u05d4\u05d5\u05e4\u05e2\u05dc)","Find (if searchreplace plugin activated)":"\u05d7\u05e4\u05e9 (\u05d0\u05dd \u05d9\u05d9\u05e9\u05d5\u05dd \u05d4-Plugin \u05dc-searchreplace \u05d4\u05d5\u05e4\u05e2\u05dc)","Plugins installed ({0}):":"\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd \u05de\u05d5\u05ea\u05e7\u05e0\u05d9\u05dd ({0}):","Premium plugins:":"\u05d9\u05d9\u05e9\u05d5\u05de\u05d9 Plugin \u05de\u05ea\u05e7\u05d3\u05de\u05d9\u05dd:","Learn more...":"\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3...","You are using {0}":"\u05d0\u05ea/\u05d4 \u05de\u05e9\u05ea\u05de\u05e9/\u05ea {0}","Plugins":"\u05d9\u05d9\u05e9\u05d5\u05de\u05d9 plug-in","Handy Shortcuts":"\u05e7\u05d9\u05e6\u05d5\u05e8\u05d9\u05dd \u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05d9\u05dd","Horizontal line":"\u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9","Insert/edit image":"\u05d4\u05d5\u05e1\u05e3/\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05d4","Alternative description":"\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d7\u05dc\u05d5\u05e4\u05d9","Accessibility":"\u05d2\u05d9\u05e9\u05d4","Image is decorative":"\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d3\u05e7\u05d5\u05e8\u05d8\u05d9\u05d1\u05d9\u05ea","Source":"\u05de\u05e7\u05d5\u05e8","Dimensions":"\u05de\u05d9\u05d3\u05d5\u05ea","Constrain proportions":"\u05d0\u05dc\u05e5 \u05e4\u05e8\u05d5\u05e4\u05d5\u05e8\u05e6\u05d9\u05d5\u05ea","General":"\u05db\u05dc\u05dc\u05d9","Advanced":"\u05de\u05ea\u05e7\u05d3\u05dd","Style":"\u05e1\u05d2\u05e0\u05d5\u05df","Vertical space":"\u05de\u05e8\u05d5\u05d5\u05d7 \u05d0\u05e0\u05db\u05d9","Horizontal space":"\u05de\u05e8\u05d5\u05d5\u05d7 \u05d0\u05d5\u05e4\u05e7\u05d9","Border":"\u05d2\u05d1\u05d5\u05dc","Insert image":"\u05d4\u05db\u05e0\u05e1 \u05ea\u05de\u05d5\u05e0\u05d4","Image...":"\u05ea\u05de\u05d5\u05e0\u05d4...","Image list":"\u05e8\u05e9\u05d9\u05de\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea","Rotate counterclockwise":"\u05e1\u05d5\u05d1\u05d1 \u05e0\u05d2\u05d3 \u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e9\u05e2\u05d5\u05df","Rotate clockwise":"\u05e1\u05d5\u05d1\u05d1 \u05d1\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e9\u05e2\u05d5\u05df","Flip vertically":"\u05d4\u05e4\u05d5\u05da \u05d0\u05e0\u05db\u05d9\u05ea","Flip horizontally":"\u05d4\u05e4\u05d5\u05da \u05d0\u05d5\u05e4\u05e7\u05d9\u05ea","Edit image":"\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05d4","Image options":"\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05ea\u05de\u05d5\u05e0\u05d4","Zoom in":"\u05d4\u05d2\u05d3\u05dc \u05ea\u05e6\u05d5\u05d2\u05d4","Zoom out":"\u05d4\u05e7\u05d8\u05df \u05ea\u05e6\u05d5\u05d2\u05d4","Crop":"\u05d7\u05ea\u05d5\u05da","Resize":"\u05e9\u05e0\u05d4 \u05d2\u05d5\u05d3\u05dc","Orientation":"\u05db\u05d9\u05d5\u05d5\u05df","Brightness":"\u05d1\u05d4\u05d9\u05e8\u05d5\u05ea","Sharpen":"\u05d7\u05d3\u05d3","Contrast":"\u05e0\u05d9\u05d2\u05d5\u05d3\u05d9\u05d5\u05ea","Color levels":"\u05e8\u05de\u05d5\u05ea \u05e6\u05d1\u05e2","Gamma":"\u05d2\u05d0\u05de\u05d4","Invert":"\u05d4\u05e4\u05d5\u05da \u05e6\u05d1\u05e2\u05d9\u05dd","Apply":"\u05d4\u05d7\u05dc","Back":"\u05d4\u05e7\u05d5\u05d3\u05dd","Insert date/time":"\u05d4\u05db\u05e0\u05e1 \u05ea\u05d0\u05e8\u05d9\u05da/\u05e9\u05e2\u05d4","Date/time":"\u05ea\u05d0\u05e8\u05d9\u05da/\u05e9\u05e2\u05d4","Insert/edit link":"\u05d4\u05d5\u05e1\u05e3/\u05e2\u05e8\u05d5\u05da \u05e7\u05d9\u05e9\u05d5\u05e8","Text to display":"\u05d8\u05e7\u05e1\u05d8 \u05dc\u05ea\u05e6\u05d5\u05d2\u05d4","Url":"\u05db\u05ea\u05d5\u05d1\u05ea URL","Open link in...":"\u05e4\u05ea\u05d7 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d1...","Current window":"\u05d7\u05dc\u05d5\u05df \u05e0\u05d5\u05db\u05d7\u05d9","None":"\u05dc\u05dc\u05d0","New window":"\u05d7\u05dc\u05d5\u05df \u05d7\u05d3\u05e9","Open link":"\u05e4\u05ea\u05d7 \u05e7\u05d9\u05e9\u05d5\u05e8","Remove link":"\u05d4\u05e1\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8","Anchors":"\u05e2\u05d5\u05d2\u05e0\u05d9\u05dd","Link...":"\u05e7\u05d9\u05e9\u05d5\u05e8...","Paste or type a link":"\u05d4\u05d3\u05d1\u05e7 \u05d0\u05d5 \u05d4\u05e7\u05dc\u05d3 \u05e7\u05d9\u05e9\u05d5\u05e8","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u05e0\u05e8\u05d0\u05d4 \u05e9\u05db\u05ea\u05d5\u05d1\u05ea \u05d4-URL \u05e9\u05d4\u05d6\u05e0\u05ea \u05d4\u05d9\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0 \u05dc. \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d4\u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea :mailto?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u05e0\u05e8\u05d0\u05d4 \u05e9\u05db\u05ea\u05d5\u05d1\u05ea \u05d4-URL \u05e9\u05d4\u05d6\u05e0\u05ea \u05d4\u05d9\u05d0 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9. \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d4\u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05d4\u05d3\u05e8\u05d5\u05e9\u05d4 http://?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u05e0\u05e8\u05d0\u05d4 \u05e9\u05db\u05ea\u05d5\u05d1\u05ea \u05d4-URL \u05e9\u05d4\u05d6\u05e0\u05ea \u05d4\u05d9\u05d0 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9. \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d4\u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05d4\u05d3\u05e8\u05d5\u05e9\u05d4 http://?","Link list":"\u05e8\u05e9\u05d9\u05de\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd","Insert video":"\u05d4\u05db\u05e0\u05e1 \u05e1\u05e8\u05d8\u05d5\u05df","Insert/edit video":"\u05d4\u05db\u05e0\u05e1/\u05e2\u05e8\u05d5\u05da \u05e1\u05e8\u05d8\u05d5\u05df","Insert/edit media":"\u05d4\u05db\u05e0\u05e1/\u05e2\u05e8\u05d5\u05da \u05de\u05d3\u05d9\u05d4","Alternative source":"\u05de\u05e7\u05d5\u05e8 \u05d7\u05dc\u05d5\u05e4\u05d9","Alternative source URL":"\u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05de\u05e7\u05d5\u05e8 \u05d7\u05dc\u05d5\u05e4\u05d9","Media poster (Image URL)":"\u05e4\u05d5\u05e1\u05d8\u05e8 \u05de\u05d3\u05d9\u05d4 (\u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05ea\u05de\u05d5\u05e0\u05d4)","Paste your embed code below:":"\u05d4\u05d3\u05d1\u05e7 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d3 \u05d4\u05de\u05d5\u05d8\u05d1\u05e2 \u05dc\u05de\u05d8\u05d4:","Embed":"\u05d4\u05d8\u05d1\u05e2","Media...":"\u05de\u05d3\u05d9\u05d4...","Nonbreaking space":"\u05e8\u05d5\u05d5\u05d7 \u05e7\u05e9\u05d9\u05d7","Page break":"\u05de\u05e2\u05d1\u05e8 \u05e2\u05de\u05d5\u05d3","Paste as text":"\u05d4\u05d3\u05d1\u05e7 \u05db\u05d8\u05e7\u05e1\u05d8","Preview":"\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4","Print":"\u05d4\u05d3\u05e4\u05e1","Print...":"\u05d4\u05d3\u05e4\u05e1...","Save":"\u05e9\u05de\u05d5\u05e8","Find":"\u05d7\u05e4\u05e9","Replace with":"\u05d4\u05d7\u05dc\u05e3 \u05d1","Replace":"\u05d4\u05d7\u05dc\u05e3","Replace all":"\u05d4\u05d7\u05dc\u05e3 \u05d4\u05db\u05dc","Previous":"\u05d4\u05e7\u05d5\u05d3\u05dd","Next":"\u05d4\u05d1\u05d0","Find and Replace":"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5\u05d4\u05d7\u05dc\u05e4\u05d4","Find and replace...":"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5\u05d4\u05d7\u05dc\u05e4\u05d4...","Could not find the specified string.":"\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05de\u05d7\u05e8\u05d5\u05d6\u05ea \u05e9\u05e6\u05d5\u05d9\u05e0\u05d4.","Match case":"\u05d4\u05ea\u05d0\u05dd \u05dc\u05e1\u05d5\u05d2 \u05d4\u05d0\u05d5\u05ea","Find whole words only":"\u05d7\u05e4\u05e9 \u05de\u05d9\u05dc\u05d9\u05dd \u05e9\u05dc\u05de\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3","Find in selection":"\u05de\u05e6\u05d0 \u05d1\u05d1\u05d7\u05d9\u05e8\u05d4","Spellcheck":"\u05d1\u05d3\u05d9\u05e7\u05ea \u05d0\u05d9\u05d5\u05ea","Spellcheck Language":"\u05e9\u05e4\u05ea \u05d1\u05d3\u05d9\u05e7\u05ea \u05d0\u05d9\u05d5\u05ea","No misspellings found.":"\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05db\u05ea\u05d9\u05d1.","Ignore":"\u05d4\u05ea\u05e2\u05dc\u05dd","Ignore all":"\u05d4\u05ea\u05e2\u05dc\u05dd \u05de\u05d4\u05db\u05dc","Finish":"\u05e4\u05d9\u05e0\u05d9\u05ea","Add to Dictionary":"\u05d4\u05d5\u05e1\u05e3 \u05dc\u05de\u05d9\u05dc\u05d5\u05df","Insert table":"\u05d4\u05db\u05e0\u05e1 \u05d8\u05d1\u05dc\u05d4","Table properties":"\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05d8\u05d1\u05dc\u05d4","Delete table":"\u05de\u05d7\u05e7 \u05d8\u05d1\u05dc\u05d4","Cell":"\u05ea\u05d0","Row":"\u05e9\u05d5\u05e8\u05d4","Column":"\u05e2\u05de\u05d5\u05d3\u05d4","Cell properties":"\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05ea\u05d0","Merge cells":"\u05de\u05d6\u05d2 \u05ea\u05d0\u05d9\u05dd","Split cell":"\u05e4\u05e6\u05dc \u05ea\u05d0","Insert row before":"\u05d4\u05db\u05e0\u05e1 \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9","Insert row after":"\u05d4\u05db\u05e0\u05e1 \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9","Delete row":"\u05de\u05d7\u05e7 \u05e9\u05d5\u05e8\u05d4","Row properties":"\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e9\u05d5\u05e8\u05d4","Cut row":"\u05d2\u05d6\u05d5\u05e8 \u05e9\u05d5\u05e8\u05d4","Cut column":"\u05d2\u05d6\u05d5\u05e8 \u05e2\u05de\u05d5\u05d3","Copy row":"\u05d4\u05e2\u05ea\u05e7 \u05e9\u05d5\u05e8\u05d4","Copy column":"\u05d4\u05e2\u05ea\u05e7 \u05d8\u05d5\u05e8","Paste row before":"\u05d4\u05d3\u05d1\u05e7 \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9","Paste column before":"\u05d4\u05d3\u05d1\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05dc\u05e4\u05e0\u05d9","Paste row after":"\u05d4\u05d3\u05d1\u05e7 \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9","Paste column after":"\u05d4\u05d3\u05d1\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05d0\u05d7\u05e8\u05d9","Insert column before":"\u05d4\u05db\u05e0\u05e1 \u05e2\u05de\u05d5\u05d3\u05d4 \u05dc\u05e4\u05e0\u05d9","Insert column after":"\u05d4\u05db\u05e0\u05e1 \u05e2\u05de\u05d5\u05d3\u05d4 \u05d0\u05d7\u05e8\u05d9","Delete column":"\u05de\u05d7\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4","Cols":"\u05e2\u05de\u05d5\u05d3\u05d5\u05ea","Rows":"\u05e9\u05d5\u05e8\u05d5\u05ea","Width":"\u05e8\u05d5\u05d7\u05d1","Height":"\u05d2\u05d5\u05d1\u05d4","Cell spacing":"\u05de\u05e8\u05d5\u05d5\u05d7 \u05d1\u05d9\u05df \u05ea\u05d0\u05d9\u05dd","Cell padding":"\u05de\u05e8\u05d5\u05d5\u05d7 \u05d1\u05d9\u05df \u05d2\u05d1\u05d5\u05dc \u05d4\u05ea\u05d0 \u05dc\u05ea\u05d5\u05db\u05df \u05d4\u05ea\u05d0","Row clipboard actions":"\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05dc\u05d5\u05d7 \u05d1\u05e9\u05d5\u05e8\u05d4","Column clipboard actions":"\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05dc\u05d5\u05d7 \u05d1\u05e2\u05de\u05d5\u05d3\u05d4","Table styles":"\u05e1\u05d2\u05e0\u05d5\u05e0\u05d5\u05ea \u05d8\u05d1\u05dc\u05d4","Cell styles":"\u05e1\u05d2\u05e0\u05d5\u05e0\u05d5\u05ea \u05ea\u05d0","Column header":"\u05db\u05d5\u05ea\u05e8\u05ea \u05e2\u05de\u05d5\u05d3\u05d4","Row header":"\u05db\u05d5\u05ea\u05e8\u05ea \u05e9\u05d5\u05e8\u05d4","Table caption":"\u05db\u05d9\u05ea\u05d5\u05d1 \u05dc\u05d8\u05d1\u05dc\u05d4","Caption":"\u05db\u05d5\u05ea\u05e8\u05ea","Show caption":"\u05d4\u05e6\u05d2 \u05db\u05ea\u05d5\u05d1\u05d9\u05ea","Left":"\u05e9\u05de\u05d0\u05dc","Center":"\u05de\u05e8\u05db\u05d6","Right":"\u05d9\u05de\u05d9\u05df","Cell type":"\u05e1\u05d5\u05d2 \u05ea\u05d0","Scope":"\u05d8\u05d5\u05d5\u05d7","Alignment":"\u05d9\u05d9\u05e9\u05d5\u05e8","Horizontal align":"\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05d5\u05e4\u05e7\u05d9","Vertical align":"\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05e0\u05db\u05d9","Top":"\u05dc\u05de\u05e2\u05dc\u05d4","Middle":"\u05d0\u05de\u05e6\u05e2","Bottom":"\u05e7\u05e6\u05d4 \u05ea\u05d7\u05ea\u05d5\u05df","Header cell":"\u05ea\u05d0 \u05db\u05d5\u05ea\u05e8\u05ea","Row group":"\u05e7\u05d1\u05d5\u05e6\u05ea \u05e9\u05d5\u05e8\u05d5\u05ea","Column group":"\u05e7\u05d1\u05d5\u05e6\u05ea \u05e2\u05de\u05d5\u05d3\u05d5\u05ea","Row type":"\u05e1\u05d5\u05d2 \u05e9\u05d5\u05e8\u05d4","Header":"\u05db\u05d5\u05ea\u05e8\u05ea","Body":"\u05d2\u05d5\u05e3","Footer":"Footer","Border color":"\u05e6\u05d1\u05e2 \u05d2\u05d1\u05d5\u05dc","Solid":"\u05de\u05d5\u05e6\u05e7","Dotted":"\u05de\u05b0\u05e0\u05d5\u05bc\u05e7\u05b8\u05d3","Dashed":"\u05de\u05e7\u05d5\u05dc\u05e7\u05dc","Double":"\u05de\u05e7\u05d5\u05d5\u05e7\u05d5","Groove":"\u05d7\u05b8\u05e8\u05b4\u05d9\u05e5","Ridge":"\u05e8\u05b6\u05db\u05b6\u05e1","Inset":"\u05d4\u05b7\u05d1\u05dc\u05b8\u05e2\u05b8\u05d4","Outset":"\u05e8\u05b5\u05d0\u05e9\u05c1\u05b4\u05d9\u05ea","Hidden":"\u05de\u05d5\u05e1\u05ea\u05e8","Insert template...":"\u05d4\u05db\u05e0\u05e1 \u05ea\u05d1\u05e0\u05d9\u05ea...","Templates":"\u05ea\u05d1\u05e0\u05d9\u05d5\u05ea","Template":"\u05ea\u05d1\u05e0\u05d9\u05ea","Insert Template":"\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d1\u05e0\u05d9\u05ea","Text color":"\u05e6\u05d1\u05e2 \u05d8\u05e7\u05e1\u05d8","Background color":"\u05e6\u05d1\u05e2 \u05e8\u05e7\u05e2","Custom...":"\u05d4\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea...","Custom color":"\u05e6\u05d1\u05e2 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea","No color":"\u05dc\u05dc\u05d0 \u05e6\u05d1\u05e2","Remove color":"\u05d4\u05e1\u05e8 \u05e6\u05d1\u05e2","Table of Contents":"\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd","Show blocks":"\u05d4\u05e6\u05d2 \u05d1\u05dc\u05d5\u05e7\u05d9\u05dd","Show invisible characters":"\u05d4\u05e6\u05d2 \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05d0 \u05e0\u05e8\u05d0\u05d9\u05dd","Word count":"\u05e1\u05e4\u05d9\u05e8\u05ea \u05de\u05d9\u05dc\u05d9\u05dd","Count":"\u05e1\u05e4\u05d9\u05e8\u05d4","Document":"\u05de\u05e1\u05de\u05da","Selection":"\u05d1\u05d7\u05d9\u05e8\u05d4","Words":"\u05de\u05d9\u05dc\u05d9\u05dd","Words: {0}":"\u05de\u05d9\u05dc\u05d9\u05dd: {0}","{0} words":"{0} \u05de\u05d9\u05dc\u05d9\u05dd","File":"\u05e7\u05d5\u05d1\u05e5","Edit":"\u05e2\u05e8\u05d5\u05da","Insert":"\u05d4\u05d5\u05e1\u05e3","View":"\u05ea\u05e6\u05d5\u05d2\u05d4","Format":"\u05e2\u05d9\u05e6\u05d5\u05d1","Table":"\u05d8\u05d1\u05dc\u05d4","Tools":"\u05db\u05dc\u05d9\u05dd","Powered by {0}":"\u05de\u05d5\u05e4\u05e2\u05dc \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\u05d0\u05d6\u05d5\u05e8 \u05d8\u05e7\u05e1\u05d8 \u05e2\u05e9\u05d9\u05e8 \u05dc\u05d7\u05e5 \u05e2\u05dc ALT-F9 \u05dc\u05ea\u05e4\u05e8\u05d9\u05d8. \u05d4\u05e7\u05e9 ALT F10 \u05dc\u05d4\u05e6\u05d2\u05ea \u05e1\u05e8\u05d2\u05dc \u05d4\u05db\u05dc\u05d9\u05dd. \u05d4\u05e7\u05e9 ALT 0 \u05dc\u05d4\u05e6\u05d2\u05ea \u05d4\u05e2\u05d6\u05e8\u05d4.","Image title":"\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05de\u05d5\u05e0\u05d4","Border width":"\u05e8\u05d5\u05d7\u05d1 \u05d2\u05d1\u05d5\u05dc","Border style":"\u05e1\u05d2\u05e0\u05d5\u05df \u05d2\u05d1\u05d5\u05dc","Error":"\u05e9\u05d2\u05d9\u05d0\u05d4","Warn":"\u05d0\u05d6\u05d4\u05e8\u05d4","Valid":"\u05d7\u05d5\u05e7\u05d9","To open the popup, press Shift+Enter":"\u05db\u05d3\u05d9 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d0\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8 \u05d4\u05de\u05d5\u05e7\u05e4\u05e5, \u05d4\u05e7\u05e9 \u05e2\u05dc Shift+Enter","Rich Text Area. Press ALT-0 for help.":"\u05d0\u05d6\u05d5\u05e8 \u05d8\u05e7\u05e1\u05d8 \u05e2\u05e9\u05d9\u05e8 \u05d4\u05e7\u05e9 ALT 0 \u05dc\u05d4\u05e6\u05d2\u05ea \u05d4\u05e2\u05d6\u05e8\u05d4.","System Font":"\u05d2\u05d5\u05e4\u05df \u05de\u05e2\u05e8\u05db\u05ea","Failed to upload image: {0}":"\u05d4\u05e2\u05dc\u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05d4 \u05e0\u05db\u05e9\u05dc\u05d4: {0}","Failed to load plugin: {0} from url {1}":"\u05d8\u05e2\u05d9\u05e0\u05ea \u05d4\u05ea\u05d5\u05e1\u05e3 \u05e0\u05db\u05e9\u05dc\u05d4:{0} \u05de- url{1}","Failed to load plugin url: {0}":"\u05d8\u05e2\u05d9\u05e0\u05ea \u05d4\u05ea\u05d5\u05e1\u05e3 \u05de-url \u05e0\u05db\u05e9\u05dc\u05d4: {0}","Failed to initialize plugin: {0}":"\u05db\u05e9\u05dc \u05d1\u05d0\u05ea\u05d7\u05d5\u05dc \u05d9\u05d9\u05e9\u05d5\u05dd: {0}","example":"\u05d3\u05d5\u05d2\u05de\u05d4","Search":"\u05d7\u05e4\u05e9","All":"\u05d4\u05db\u05dc","Currency":"\u05de\u05d8\u05d1\u05e2","Text":"\u05d8\u05e7\u05e1\u05d8","Quotations":"\u05e9\u05d0\u05dc\u05d5\u05ea","Mathematical":"\u05de\u05ea\u05de\u05d8\u05d9","Extended Latin":"\u05dc\u05d8\u05d9\u05e0\u05d9\u05ea \u05de\u05d5\u05e8\u05d7\u05d1\u05ea","Symbols":"\u05e1\u05de\u05dc\u05d9\u05dd","Arrows":"\u05d7\u05d9\u05e6\u05d9\u05dd","User Defined":"\u05de\u05d5\u05d2\u05d3\u05e8 \u05e2\u05dc-\u05d9\u05d3\u05d9 \u05d4\u05de\u05e9\u05ea\u05de\u05e9","dollar sign":"\u05e1\u05d9\u05de\u05df \u05d3\u05d5\u05dc\u05e8","currency sign":"\u05e1\u05d9\u05de\u05df \u05de\u05d8\u05d1\u05e2","euro-currency sign":"\u05e1\u05d9\u05de\u05df \u05de\u05d8\u05d1\u05e2 \u05d0\u05d9\u05e8\u05d5","colon sign":"\u05e1\u05d9\u05de\u05df \u05e7\u05d5\u05dc\u05d5\u05df","cruzeiro sign":"\u05e1\u05d9\u05de\u05df \u05e7\u05e8\u05d5\u05d6\u05e8\u05d5","french franc sign":"\u05e1\u05d9\u05de\u05df \u05e4\u05e8\u05e0\u05e7 \u05e6\u05e8\u05e4\u05ea\u05d9","lira sign":"\u05e1\u05d9\u05de\u05df \u05dc\u05d9\u05e8\u05d4","mill sign":"\u05e1\u05d9\u05de\u05df \u05de\u05d9\u05dc","naira sign":"\u05e1\u05d9\u05de\u05df \u05e0\u05d0\u05d9\u05e8\u05d4","peseta sign":"\u05e1\u05d9\u05de\u05df \u05e4\u05d6\u05d8\u05d4","rupee sign":"\u05e1\u05d9\u05de\u05df \u05e8\u05d5\u05e4\u05d9","won sign":"\u05e1\u05d9\u05de\u05df \u05d5\u05d5\u05df","new sheqel sign":"\u05e1\u05d9\u05de\u05df \u05e9\u05e7\u05dc \u05d7\u05d3\u05e9","dong sign":"\u05e1\u05d9\u05de\u05df \u05d3\u05d5\u05e0\u05d2","kip sign":"\u05e1\u05d9\u05de\u05df \u05e7\u05d9\u05e4","tugrik sign":"\u05e1\u05d9\u05de\u05df \u05d8\u05d5\u05d2\u05e8\u05d9\u05e7","drachma sign":"\u05e1\u05d9\u05de\u05df \u05d3\u05e8\u05db\u05de\u05d4","german penny symbol":"\u05e1\u05de\u05dc \u05e4\u05e0\u05d9 \u05d2\u05e8\u05de\u05e0\u05d9","peso sign":"\u05e1\u05d9\u05de\u05df \u05e4\u05d6\u05d5","guarani sign":"\u05e1\u05d9\u05de\u05df \u05d2\u05d5\u05d0\u05e8\u05e0\u05d9\u05ea","austral sign":"\u05e1\u05d9\u05de\u05df \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc","hryvnia sign":"\u05e1\u05d9\u05de\u05df \u05e8\u05d9\u05d1\u05e0\u05d9\u05d4","cedi sign":"\u05e1\u05d9\u05de\u05df \u05e1\u05d3\u05d9","livre tournois sign":"\u05e1\u05d9\u05de\u05df \u05dc\u05d1\u05e8\u05d4 \u05d8\u05d5\u05e8\u05e0\u05d5","spesmilo sign":"\u05e1\u05d9\u05de\u05df \u05e1\u05e4\u05e1\u05de\u05d9\u05dc\u05d5","tenge sign":"\u05e1\u05d9\u05de\u05df \u05d8\u05e0\u05d2\u05d4","indian rupee sign":"\u05e1\u05d9\u05de\u05df \u05e8\u05d5\u05e4\u05d9 \u05d4\u05d5\u05d3\u05d9","turkish lira sign":"\u05e1\u05d9\u05de\u05df \u05dc\u05d9\u05e8\u05d4 \u05d8\u05d5\u05e8\u05e7\u05d9\u05ea","nordic mark sign":"\u05e1\u05d9\u05de\u05df \u05de\u05d0\u05e8\u05e7 \u05e1\u05e7\u05e0\u05d3\u05d9\u05e0\u05d1\u05d9","manat sign":"\u05e1\u05d9\u05de\u05df \u05de\u05d0\u05e0\u05d0\u05d8","ruble sign":"\u05e1\u05d9\u05de\u05df \u05e8\u05d5\u05d1\u05dc","yen character":"\u05ea\u05d5 \u05d9\u05df","yuan character":"\u05ea\u05d5 \u05d9\u05d5\u05d0\u05df","yuan character, in hong kong and taiwan":"\u05ea\u05d5 \u05d9\u05d5\u05d0\u05df, \u05d1\u05d4\u05d5\u05e0\u05d2 \u05e7\u05d5\u05e0\u05d2 \u05d5\u05d1\u05d8\u05d9\u05d9\u05d5\u05d5\u05d0\u05df","yen/yuan character variant one":"\u05de\u05e9\u05ea\u05e0\u05d4 \u05d0\u05d7\u05d3 \u05e9\u05dc \u05ea\u05d5 \u05d9\u05d5\u05d0\u05df/\u05d9\u05df","Loading emoticons...":"\u05d8\u05d5\u05e2\u05df \u05e1\u05de\u05dc\u05d9 \u05d4\u05d1\u05e2\u05d4...","Could not load emoticons":"\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05e1\u05de\u05dc\u05d9 \u05d4\u05d1\u05e2\u05d4","People":"\u05d0\u05e0\u05e9\u05d9\u05dd","Animals and Nature":"\u05d1\u05e2\u05dc\u05d9-\u05d7\u05d9\u05d9\u05dd \u05d5\u05d8\u05d1\u05e2","Food and Drink":"\u05d0\u05d5\u05db\u05dc \u05d5\u05e9\u05ea\u05d9\u05d9\u05d4","Activity":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","Travel and Places":"\u05e0\u05e1\u05d9\u05e2\u05d4 \u05d5\u05de\u05e7\u05d5\u05de\u05d5\u05ea","Objects":"\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8\u05d9\u05dd","Flags":"\u05d3\u05d2\u05dc\u05d9\u05dd","Characters":"\u05ea\u05d5\u05d5\u05d9\u05dd","Characters (no spaces)":"\u05ea\u05d5\u05d5\u05d9\u05dd (\u05dc\u05dc\u05d0 \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd)","{0} characters":"{0} \u05ea\u05d5\u05d5\u05d9\u05dd","Error: Form submit field collision.":"\u05e9\u05d2\u05d9\u05d0\u05d4: \u05d4\u05ea\u05e0\u05d2\u05e9\u05d5\u05ea \u05d1\u05e9\u05d3\u05d4 \u05e9\u05dc\u05d9\u05d7\u05ea \u05d8\u05d5\u05e4\u05e1.","Error: No form element found.":"\u05e9\u05d2\u05d9\u05d0\u05d4: \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0 \u05e8\u05db\u05d9\u05d1 \u05d8\u05d5\u05e4\u05e1.","Update":"\u05e2\u05d3\u05db\u05df","Color swatch":"\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05e6\u05d1\u05e2","Color Picker":"\u05d1\u05d5\u05e8\u05e8 \u05e6\u05d1\u05e2\u05d9\u05dd","Invalid hex color code: {0}":"\u05e7\u05d5\u05d3 \u05e6\u05d1\u05e2 \u05d4\u05e7\u05e1\u05d0\u05d3\u05e6\u05d9\u05de\u05dc\u05d9 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9: {0}","R":"R","G":"G","B":"B","Turquoise":"\u05d8\u05d5\u05e8\u05e7\u05d9\u05d6","Green":"\u05d9\u05e8\u05d5\u05e7","Blue":"\u05db\u05d7\u05d5\u05dc","Purple":"\u05e1\u05d2\u05d5\u05dc","Navy Blue":"\u05db\u05d7\u05d5\u05dc \u05e6\u05d9","Dark Turquoise":"\u05d8\u05d5\u05e8\u05e7\u05d9\u05d6 \u05db\u05d4\u05d4","Dark Green":"\u05d9\u05e8\u05d5\u05e7 \u05db\u05d4\u05d4","Medium Blue":"\u05db\u05d7\u05d5\u05dc \u05d1\u05d9\u05e0\u05d5\u05e0\u05d9","Medium Purple":"\u05e1\u05d2\u05d5\u05dc \u05d1\u05d9\u05e0\u05d5\u05e0\u05d9","Midnight Blue":"\u05db\u05d7\u05d5\u05dc \u05d7\u05e6\u05d5\u05ea","Yellow":"\u05e6\u05d4\u05d5\u05d1","Orange":"\u05db\u05ea\u05d5\u05dd","Red":"\u05d0\u05d3\u05d5\u05dd","Light Gray":"\u05d0\u05e4\u05d5\u05e8 \u05d1\u05d4\u05d9\u05e8","Gray":"\u05d0\u05e4\u05d5\u05e8","Dark Yellow":"\u05e6\u05d4\u05d5\u05d1 \u05db\u05d4\u05d4","Dark Orange":"\u05db\u05ea\u05d5\u05dd \u05db\u05d4\u05d4","Dark Red":"\u05d0\u05d3\u05d5\u05dd \u05db\u05d4\u05d4","Medium Gray":"\u05d0\u05e4\u05d5\u05e8 \u05d1\u05d9\u05e0\u05d5\u05e0\u05d9","Dark Gray":"\u05d0\u05e4\u05d5\u05e8 \u05db\u05d4\u05d4","Light Green":"\u05d9\u05e8\u05d5\u05e7 \u05d1\u05d4\u05d9\u05e8","Light Yellow":"\u05e6\u05d4\u05d5\u05d1 \u05d1\u05d4\u05d9\u05e8","Light Red":"\u05d0\u05d3\u05d5\u05dd \u05d1\u05d4\u05d9\u05e8","Light Purple":"\u05e1\u05d2\u05d5\u05dc \u05d1\u05d4\u05d9\u05e8","Light Blue":"\u05db\u05d7\u05dc\u05d5 \u05d1\u05d4\u05d9\u05e8","Dark Purple":"\u05e1\u05d2\u05d5\u05dc \u05db\u05d4\u05d4","Dark Blue":"\u05db\u05d7\u05d5\u05dc \u05db\u05d4\u05d4","Black":"\u05e9\u05d7\u05d5\u05e8","White":"\u05dc\u05d1\u05df","Switch to or from fullscreen mode":"\u05d4\u05d7\u05dc\u05e3 \u05dc\u05de\u05e6\u05d1 \u05de\u05e1\u05da \u05de\u05dc\u05d0 \u05d0\u05d5 \u05e6\u05d0 \u05de\u05de\u05e0\u05d5","Open help dialog":"\u05e4\u05ea\u05d7 \u05ea\u05d9\u05d1\u05ea \u05d3\u05d5-\u05e9\u05d9\u05d7 \u05e9\u05dc \u05e2\u05d6\u05e8\u05d4","history":"\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4","styles":"\u05e1\u05d2\u05e0\u05d5\u05e0\u05d5\u05ea","formatting":"\u05e2\u05d9\u05e6\u05d5\u05d1","alignment":"\u05d9\u05d9\u05e9\u05d5\u05e8","indentation":"\u05d4\u05d6\u05d7\u05d4","Font":"\u05d2\u05d5\u05e4\u05df","Size":"\u05d2\u05d5\u05d3\u05dc","More...":"\u05e2\u05d5\u05d3...","Select...":"\u05d1\u05d7\u05e8...","Preferences":"\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea","Yes":"\u05db\u05df","No":"\u05dc\u05d0","Keyboard Navigation":"\u05e0\u05d9\u05d5\u05d5\u05d8 \u05d1\u05de\u05e7\u05dc\u05d3\u05ea","Version":"\u05d2\u05e8\u05e1\u05d4","Code view":"\u05ea\u05e6\u05d5\u05d2\u05ea \u05e7\u05d5\u05d3","Open popup menu for split buttons":"\u05e4\u05ea\u05d7 \u05ea\u05e4\u05e8\u05d9\u05d8 \u05de\u05d5\u05e7\u05e4\u05e5 \u05e9\u05dc \u05dc\u05d7\u05e6\u05e0\u05d9\u05dd \u05de\u05e4\u05d5\u05e6\u05dc\u05d9\u05dd","List Properties":"\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e8\u05e9\u05d9\u05de\u05d4","List properties...":"\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e8\u05e9\u05d9\u05de\u05d4...","Start list at number":"\u05d4\u05ea\u05d7\u05dc \u05e8\u05e9\u05d9\u05de\u05d4 \u05d1\u05de\u05e1\u05e4\u05e8","Line height":"\u05d2\u05d5\u05d1\u05d4 \u05e7\u05d5","Dropped file type is not supported":"\u05e1\u05d5\u05d2 \u05d4\u05e7\u05d5\u05d1\u05e5 \u05e9\u05d4\u05d5\u05e9\u05de\u05d8 \u05d0\u05d9\u05e0\u05d5 \u05e0\u05ea\u05de\u05da","Loading...":"\u05d8\u05d5\u05e2\u05df...","ImageProxy HTTP error: Rejected request":"\u05e9\u05d2\u05d9\u05d0\u05ea ImageProxy HTTP: \u05d4\u05d1\u05e7\u05e9\u05d4 \u05e0\u05d3\u05d7\u05ea\u05d4","ImageProxy HTTP error: Could not find Image Proxy":"\u05e9\u05d2\u05d9\u05d0\u05ea ImageProxy HTTP: \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 Proxy \u05e9\u05dc \u05ea\u05de\u05d5\u05e0\u05d5\u05ea","ImageProxy HTTP error: Incorrect Image Proxy URL":"\u05e9\u05d2\u05d9\u05d0\u05ea ImageProxy HTTP: \u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05ea \u05e9\u05dc Proxy \u05e9\u05dc \u05ea\u05de\u05d5\u05e0\u05d5\u05ea","ImageProxy HTTP error: Unknown ImageProxy error":"\u05e9\u05d2\u05d9\u05d0\u05ea ImageProxy HTTP: \u05e9\u05d2\u05d9\u05d0\u05ea ImageProxy HTTP \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2\u05d4","comments":"\u05d4\u05e2\u05e8\u05d5\u05ea","Format Painter":"\u05e6\u05d9\u05d9\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1","Insert/edit iframe":"\u05d4\u05db\u05e0\u05e1/\u05e2\u05e8\u05d5\u05da \u05d7\u05dc\u05d5\u05df \u05de\u05e1\u05d2\u05e8\u05ea","Capitalization":"\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05ea","lowercase":"\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea","UPPERCASE":"\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05ea","Title Case":"\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05db\u05d5\u05ea\u05e8\u05ea","Permanent pen":"\u05e2\u05d8 \u05e7\u05d1\u05d5\u05e2","Permanent Pen Properties":"\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e2\u05d8 \u05e7\u05d1\u05d5\u05e2\u05d9\u05dd","Permanent pen properties...":"\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e2\u05d8 \u05e7\u05d1\u05d5\u05e2\u05d9\u05dd...","Case Change":"\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d2\u05d5\u05d3\u05dc \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea","Page Embed":"\u05e9\u05d9\u05d1\u05d5\u05e5 \u05e2\u05de\u05d5\u05d3","Embed iframe":"\u05d4\u05d8\u05d1\u05e2\u05ea iframe","Checklist":"\u05e8\u05e9\u05d9\u05de\u05ea \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea","Insert checklist":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05dc\u05d1\u05d9\u05e6\u05d5\u05e2","Autocorrect":"\u05ea\u05d9\u05e7\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9","Auto correct {0}":"\u05ea\u05d9\u05e7\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 {0}","_dir":"rtl"});
|
|
1
|
+
tinymce.addI18n('he_IL',{
|
|
2
|
+
"Redo": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1",
|
|
3
|
+
"Undo": "\u05d1\u05d8\u05dc",
|
|
4
|
+
"Cut": "\u05d2\u05d6\u05d5\u05e8",
|
|
5
|
+
"Copy": "\u05d4\u05e2\u05ea\u05e7",
|
|
6
|
+
"Paste": "\u05d4\u05d3\u05d1\u05e7",
|
|
7
|
+
"Select all": "\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc",
|
|
8
|
+
"New document": "\u05de\u05e1\u05de\u05da \u05d7\u05d3\u05e9",
|
|
9
|
+
"Ok": "\u05d0\u05d9\u05e9\u05d5\u05e8",
|
|
10
|
+
"Cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc",
|
|
11
|
+
"Visual aids": "\u05e2\u05d6\u05e8\u05d9\u05dd \u05d7\u05d6\u05d5\u05ea\u05d9\u05d9\u05dd",
|
|
12
|
+
"Bold": "\u05de\u05d5\u05d3\u05d2\u05e9",
|
|
13
|
+
"Italic": "\u05e0\u05d8\u05d5\u05d9",
|
|
14
|
+
"Underline": "\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d5\u05df",
|
|
15
|
+
"Strikethrough": "\u05e7\u05d5 \u05d7\u05d5\u05e6\u05d4",
|
|
16
|
+
"Superscript": "\u05db\u05ea\u05d1 \u05e2\u05d9\u05dc\u05d9",
|
|
17
|
+
"Subscript": "\u05db\u05ea\u05d1 \u05ea\u05d7\u05ea\u05d9",
|
|
18
|
+
"Clear formatting": "\u05e0\u05e7\u05d4 \u05e2\u05d9\u05e6\u05d5\u05d1",
|
|
19
|
+
"Align left": "\u05d9\u05e9\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc",
|
|
20
|
+
"Align center": "\u05de\u05e8\u05db\u05d6",
|
|
21
|
+
"Align right": "\u05d9\u05e9\u05e8 \u05dc\u05d9\u05de\u05d9\u05df",
|
|
22
|
+
"Justify": "\u05d9\u05d9\u05e9\u05e8",
|
|
23
|
+
"Bullet list": "\u05e8\u05e9\u05d9\u05de\u05ea \u05ea\u05d1\u05dc\u05d9\u05d8\u05d9\u05dd",
|
|
24
|
+
"Numbered list": "\u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea",
|
|
25
|
+
"Decrease indent": "\u05d4\u05e7\u05d8\u05df \u05d4\u05d6\u05d7\u05d4",
|
|
26
|
+
"Increase indent": "\u05d4\u05d2\u05d3\u05dc \u05d4\u05d6\u05d7\u05d4",
|
|
27
|
+
"Close": "\u05e1\u05d2\u05d5\u05e8",
|
|
28
|
+
"Formats": "\u05e2\u05d9\u05e6\u05d5\u05d1\u05d9\u05dd",
|
|
29
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 \u05de\u05d0\u05e4\u05e9\u05e8 \u05d2\u05d9\u05e9\u05d4 \u05d9\u05e9\u05d9\u05e8\u05d4 \u05dc\u05dc\u05d5\u05d7. \u05d0\u05e0\u05d0 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e7\u05d9\u05e6\u05d5\u05e8\u05d9 \u05d4\u05de\u05e7\u05dc\u05d3\u05ea Ctrl+X\/C\/V \u05d1\u05de\u05e7\u05d5\u05dd.",
|
|
30
|
+
"Headers": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea",
|
|
31
|
+
"Header 1": "\u05db\u05d5\u05ea\u05e8\u05ea 1",
|
|
32
|
+
"Header 2": "\u05db\u05d5\u05ea\u05e8\u05ea 2",
|
|
33
|
+
"Header 3": "\u05db\u05d5\u05ea\u05e8\u05ea 3",
|
|
34
|
+
"Header 4": "\u05db\u05d5\u05ea\u05e8\u05ea 4",
|
|
35
|
+
"Header 5": "\u05db\u05d5\u05ea\u05e8\u05ea 5",
|
|
36
|
+
"Header 6": "\u05db\u05d5\u05ea\u05e8\u05ea 6",
|
|
37
|
+
"Headings": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea",
|
|
38
|
+
"Heading 1": "\u05db\u05d5\u05ea\u05e8\u05ea 1",
|
|
39
|
+
"Heading 2": "\u05db\u05d5\u05ea\u05e8\u05ea 2",
|
|
40
|
+
"Heading 3": "\u05db\u05d5\u05ea\u05e8\u05ea 3",
|
|
41
|
+
"Heading 4": "\u05db\u05d5\u05ea\u05e8\u05ea 4",
|
|
42
|
+
"Heading 5": "\u05db\u05d5\u05ea\u05e8\u05ea 5",
|
|
43
|
+
"Heading 6": "\u05db\u05d5\u05ea\u05e8\u05ea 6",
|
|
44
|
+
"Preformatted": "\u05de\u05e2\u05d5\u05e6\u05d1 \u05de\u05e8\u05d0\u05e9",
|
|
45
|
+
"Div": "Div",
|
|
46
|
+
"Pre": "Pre",
|
|
47
|
+
"Code": "\u05e7\u05d5\u05d3",
|
|
48
|
+
"Paragraph": "\u05e4\u05e1\u05e7\u05d4",
|
|
49
|
+
"Blockquote": "Blockquote",
|
|
50
|
+
"Inline": "\u05d1\u05ea\u05d5\u05da \u05e9\u05d5\u05e8\u05d4",
|
|
51
|
+
"Blocks": "\u05d1\u05dc\u05d5\u05e7\u05d9\u05dd",
|
|
52
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u05d4\u05d3\u05d1\u05e7\u05d4 \u05d1\u05de\u05e6\u05d1 \u05d8\u05e7\u05e1\u05d8 \u05e8\u05d2\u05d9\u05dc. \u05ea\u05db\u05e0\u05d9\u05dd \u05d9\u05d5\u05d3\u05d1\u05e7\u05d5 \u05de\u05e2\u05ea\u05d4 \u05db\u05d8\u05e7\u05e1\u05d8 \u05e8\u05d2\u05d9\u05dc \u05e2\u05d3 \u05e9\u05ea\u05db\u05d1\u05d4 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5.",
|
|
53
|
+
"Fonts": "\u05d2\u05d5\u05e4\u05e0\u05d9\u05dd",
|
|
54
|
+
"Font Sizes": "\u05d2\u05d5\u05d3\u05dc \u05d2\u05d5\u05e4\u05e0\u05d9\u05dd",
|
|
55
|
+
"Class": "\u05de\u05d7\u05dc\u05e7\u05d4",
|
|
56
|
+
"Browse for an image": "\u05d7\u05e4\u05e9 \u05ea\u05de\u05d5\u05e0\u05d4",
|
|
57
|
+
"OR": "OR",
|
|
58
|
+
"Drop an image here": "\u05e9\u05d7\u05e8\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4 \u05db\u05d0\u05df",
|
|
59
|
+
"Upload": "\u05d4\u05e2\u05dc\u05d4",
|
|
60
|
+
"Block": "\u05d1\u05dc\u05d5\u05e7",
|
|
61
|
+
"Align": "\u05d9\u05e9\u05e8",
|
|
62
|
+
"Default": "\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc",
|
|
63
|
+
"Circle": "\u05e2\u05d9\u05d2\u05d5\u05dc",
|
|
64
|
+
"Disc": "\u05d7\u05d9\u05e9\u05d5\u05e7",
|
|
65
|
+
"Square": "\u05e8\u05d9\u05d1\u05d5\u05e2",
|
|
66
|
+
"Lower Alpha": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d0\u05e0\u05d2\u05dc\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
|
|
67
|
+
"Lower Greek": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d9\u05d5\u05d5\u05e0\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
|
|
68
|
+
"Lower Roman": "\u05e1\u05e4\u05e8\u05d5\u05ea \u05e8\u05d5\u05de\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
|
|
69
|
+
"Upper Alpha": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d0\u05e0\u05d2\u05dc\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc\u05d5\u05ea",
|
|
70
|
+
"Upper Roman": "\u05e1\u05e4\u05e8\u05d5\u05ea \u05e8\u05d5\u05de\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc\u05d5\u05ea",
|
|
71
|
+
"Anchor...": "\u05e2\u05d5\u05d2\u05df...",
|
|
72
|
+
"Name": "\u05e9\u05dd",
|
|
73
|
+
"Id": "\u05de\u05d6\u05d4\u05d4",
|
|
74
|
+
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "\u05d4\u05de\u05d6\u05d4\u05d4 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d0\u05d5\u05ea \u05d5\u05dc\u05d0\u05d7\u05e8\u05d9\u05d4 \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea, \u05de\u05e1\u05e4\u05e8\u05d9\u05dd, \u05de\u05e7\u05e4\u05d9\u05dd, \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea, \u05e0\u05e7\u05d5\u05d3\u05ea\u05d9\u05d9\u05dd \u05d0\u05d5 \u05e7\u05d5\u05d5\u05d9\u05dd \u05ea\u05d7\u05ea\u05d9\u05d9\u05dd.",
|
|
75
|
+
"You have unsaved changes are you sure you want to navigate away?": "\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d5. \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e6\u05d0\u05ea \u05de\u05d4\u05d3\u05e3?",
|
|
76
|
+
"Restore last draft": "\u05e9\u05d7\u05d6\u05e8 \u05d8\u05d9\u05d5\u05d8\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4",
|
|
77
|
+
"Special character...": "\u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d9\u05d5\u05d7\u05d3\u05d9\u05dd...",
|
|
78
|
+
"Source code": "\u05e7\u05d5\u05d3 \u05de\u05e7\u05d5\u05e8",
|
|
79
|
+
"Insert\/Edit code sample": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05d3\u05d5\u05d2\u05de\u05ea \u05e7\u05d5\u05d3",
|
|
80
|
+
"Language": "\u05e9\u05e4\u05d4",
|
|
81
|
+
"Code sample...": "\u05d3\u05d5\u05d2\u05de\u05ea \u05e7\u05d5\u05d3...",
|
|
82
|
+
"Color Picker": "\u05d1\u05d5\u05e8\u05e8 \u05e6\u05d1\u05e2\u05d9\u05dd",
|
|
83
|
+
"R": "\u05d0'",
|
|
84
|
+
"G": "\u05d9'",
|
|
85
|
+
"B": "\u05db'",
|
|
86
|
+
"Left to right": "\u05de\u05e9\u05de\u05d0\u05dc \u05dc\u05d9\u05de\u05d9\u05df",
|
|
87
|
+
"Right to left": "\u05de\u05d9\u05de\u05d9\u05df \u05dc\u05e9\u05de\u05d0\u05dc",
|
|
88
|
+
"Emoticons...": "\u05e1\u05de\u05dc\u05d9 \u05d4\u05d1\u05e2\u05d4...",
|
|
89
|
+
"Metadata and Document Properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05de\u05d8\u05d4-\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d5\u05de\u05e1\u05de\u05da",
|
|
90
|
+
"Title": "\u05db\u05d5\u05ea\u05e8\u05ea",
|
|
91
|
+
"Keywords": "\u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7",
|
|
92
|
+
"Description": "\u05ea\u05d9\u05d0\u05d5\u05e8",
|
|
93
|
+
"Robots": "\u05e8\u05d5\u05d1\u05d5\u05d8\u05d9\u05dd",
|
|
94
|
+
"Author": "\u05de\u05d7\u05d1\u05e8",
|
|
95
|
+
"Encoding": "\u05e7\u05d9\u05d3\u05d5\u05d3",
|
|
96
|
+
"Fullscreen": "\u05de\u05e1\u05da \u05de\u05dc\u05d0",
|
|
97
|
+
"Action": "\u05e4\u05e2\u05d5\u05dc\u05d4",
|
|
98
|
+
"Shortcut": "\u05e7\u05d9\u05e6\u05d5\u05e8",
|
|
99
|
+
"Help": "\u05e2\u05d6\u05e8\u05d4",
|
|
100
|
+
"Address": "\u05db\u05ea\u05d5\u05d1\u05ea",
|
|
101
|
+
"Focus to menubar": "\u05d4\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e1\u05e8\u05d2\u05dc \u05d4\u05ea\u05e4\u05e8\u05d8\u05d9\u05dd",
|
|
102
|
+
"Focus to toolbar": "\u05d4\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e1\u05e8\u05d2\u05dc \u05d4\u05db\u05dc\u05d9\u05dd",
|
|
103
|
+
"Focus to element path": "\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8",
|
|
104
|
+
"Focus to contextual toolbar": "\u05d4\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e1\u05e8\u05d2\u05dc \u05ea\u05d5\u05db\u05df",
|
|
105
|
+
"Insert link (if link plugin activated)": "\u05d4\u05db\u05e0\u05e1 \u05e7\u05d9\u05e9\u05d5\u05e8 (\u05d0\u05dd \u05ea\u05d5\u05e1\u05e3 \"\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd\" \u05e4\u05e2\u05d9\u05dc)",
|
|
106
|
+
"Save (if save plugin activated)": "\u05e9\u05de\u05d5\u05e8 (\u05d0\u05dd \u05ea\u05d5\u05e1\u05e3 \"\u05e9\u05de\u05d9\u05e8\u05d4\" \u05e4\u05e2\u05d9\u05dc)",
|
|
107
|
+
"Find (if searchreplace plugin activated)": "\u05d7\u05e4\u05e9 (\u05d0\u05dd \u05ea\u05d5\u05e1\u05e3 \"\u05d7\u05e4\u05e9 \u05d5\u05d4\u05d7\u05dc\u05e3\" \u05e4\u05e2\u05d9\u05dc)",
|
|
108
|
+
"Plugins installed ({0}):": "\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd \u05de\u05d5\u05ea\u05e7\u05e0\u05d9\u05dd ({0}):",
|
|
109
|
+
"Premium plugins:": "\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd:",
|
|
110
|
+
"Learn more...": "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3...",
|
|
111
|
+
"You are using {0}": "\u05d0\u05ea\\\u05d4 \u05de\u05e9\u05ea\u05de\u05e9\\\u05ea {0}",
|
|
112
|
+
"Plugins": "\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd",
|
|
113
|
+
"Handy Shortcuts": "\u05e7\u05d9\u05e6\u05d5\u05e8\u05d9\u05dd \u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05d9\u05dd",
|
|
114
|
+
"Horizontal line": "\u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9",
|
|
115
|
+
"Insert\/edit image": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05d4",
|
|
116
|
+
"Image description": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05ea\u05de\u05d5\u05e0\u05d4",
|
|
117
|
+
"Source": "\u05de\u05e7\u05d5\u05e8",
|
|
118
|
+
"Dimensions": "\u05de\u05d9\u05de\u05d3\u05d9\u05dd",
|
|
119
|
+
"Constrain proportions": "\u05d4\u05d2\u05d1\u05dc\u05ea \u05e4\u05e8\u05d5\u05e4\u05d5\u05e8\u05e6\u05d9\u05d5\u05ea",
|
|
120
|
+
"General": "\u05db\u05dc\u05dc\u05d9",
|
|
121
|
+
"Advanced": "\u05de\u05ea\u05e7\u05d3\u05dd",
|
|
122
|
+
"Style": "\u05e1\u05d2\u05e0\u05d5\u05df",
|
|
123
|
+
"Vertical space": "\u05de\u05e8\u05d5\u05d5\u05d7 \u05d0\u05e0\u05db\u05d9",
|
|
124
|
+
"Horizontal space": "\u05de\u05e8\u05d5\u05d5\u05d7 \u05d0\u05d5\u05e4\u05e7\u05d9",
|
|
125
|
+
"Border": "\u05de\u05e1\u05d2\u05e8\u05ea",
|
|
126
|
+
"Insert image": "\u05d4\u05db\u05e0\u05e1 \u05ea\u05de\u05d5\u05e0\u05d4",
|
|
127
|
+
"Image...": "\u05ea\u05de\u05d5\u05e0\u05d4...",
|
|
128
|
+
"Image list": "\u05e8\u05e9\u05d9\u05de\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
|
|
129
|
+
"Rotate counterclockwise": "\u05e1\u05d5\u05d1\u05d1 \u05d1\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e4\u05d5\u05da \u05dc\u05e9\u05e2\u05d5\u05df",
|
|
130
|
+
"Rotate clockwise": "\u05e1\u05d5\u05d1\u05d1 \u05d1\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e9\u05e2\u05d5\u05df",
|
|
131
|
+
"Flip vertically": "\u05d4\u05e4\u05d5\u05da \u05d0\u05e0\u05db\u05d9\u05ea",
|
|
132
|
+
"Flip horizontally": "\u05d4\u05e4\u05d5\u05da \u05d0\u05d5\u05e4\u05e7\u05d9\u05ea",
|
|
133
|
+
"Edit image": "\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05d4",
|
|
134
|
+
"Image options": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
|
|
135
|
+
"Zoom in": "\u05d4\u05d2\u05d3\u05dc \u05ea\u05e6\u05d5\u05d2\u05d4",
|
|
136
|
+
"Zoom out": "\u05d4\u05e7\u05d8\u05df \u05ea\u05e6\u05d5\u05d2\u05d4",
|
|
137
|
+
"Crop": "\u05e7\u05e6\u05e5",
|
|
138
|
+
"Resize": "\u05e9\u05e0\u05d4 \u05d2\u05d5\u05d3\u05dc",
|
|
139
|
+
"Orientation": "\u05db\u05d9\u05d5\u05d5\u05df \u05dc\u05d0\u05d5\u05e8\u05da \/ \u05dc\u05e8\u05d5\u05d7\u05d1",
|
|
140
|
+
"Brightness": "\u05d1\u05d4\u05d9\u05e8\u05d5\u05ea",
|
|
141
|
+
"Sharpen": "\u05d7\u05d3\u05d3",
|
|
142
|
+
"Contrast": "\u05e0\u05d9\u05d2\u05d5\u05d3\u05d9\u05d5\u05ea",
|
|
143
|
+
"Color levels": "\u05e8\u05de\u05d5\u05ea \u05e6\u05d1\u05e2\u05d9\u05dd",
|
|
144
|
+
"Gamma": "\u05d2\u05d0\u05de\u05d4",
|
|
145
|
+
"Invert": "\u05d4\u05d9\u05e4\u05d5\u05da \u05e6\u05d1\u05e2\u05d9\u05dd",
|
|
146
|
+
"Apply": "\u05d9\u05d9\u05e9\u05dd",
|
|
147
|
+
"Back": "\u05d7\u05d6\u05d5\u05e8",
|
|
148
|
+
"Insert date\/time": "\u05d4\u05db\u05e0\u05e1 \u05ea\u05d0\u05e8\u05d9\u05da\/\u05e9\u05e2\u05d4",
|
|
149
|
+
"Date\/time": "\u05ea\u05d0\u05e8\u05d9\u05da\/\u05e9\u05e2\u05d4",
|
|
150
|
+
"Insert\/Edit Link": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05e7\u05d9\u05e9\u05d5\u05e8",
|
|
151
|
+
"Insert\/edit link": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05e7\u05d9\u05e9\u05d5\u05e8",
|
|
152
|
+
"Text to display": "\u05d8\u05e7\u05e1\u05d8 \u05dc\u05d4\u05e6\u05d2\u05d4",
|
|
153
|
+
"Url": "\u05db\u05ea\u05d5\u05d1\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8",
|
|
154
|
+
"Open link in...": "\u05e4\u05ea\u05d7 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d1...",
|
|
155
|
+
"Current window": "\u05d7\u05dc\u05d5\u05df \u05e0\u05d5\u05db\u05d7\u05d9",
|
|
156
|
+
"None": "\u05dc\u05dc\u05d0",
|
|
157
|
+
"New window": "\u05d7\u05dc\u05d5\u05df \u05d7\u05d3\u05e9",
|
|
158
|
+
"Remove link": "\u05de\u05d7\u05e7 \u05e7\u05d9\u05e9\u05d5\u05e8",
|
|
159
|
+
"Anchors": "\u05e2\u05d5\u05d2\u05e0\u05d9\u05dd",
|
|
160
|
+
"Link...": "\u05e7\u05d9\u05e9\u05d5\u05e8...",
|
|
161
|
+
"Paste or type a link": "\u05d4\u05d3\u05d1\u05e7 \u05d0\u05d5 \u05d4\u05e7\u05dc\u05d3 \u05e7\u05d9\u05e9\u05d5\u05e8",
|
|
162
|
+
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05d4\u05db\u05e0\u05e1\u05ea \u05d4\u05d9\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc. \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d4\u05e7\u05d9\u05d3\u05d5\u05de\u05ea :mailto?",
|
|
163
|
+
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05d4\u05db\u05e0\u05e1\u05ea \u05d4\u05d9\u05d0 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9 \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05e7\u05d9\u05d3\u05d5\u05de\u05ea http:\/\/?",
|
|
164
|
+
"Link list": "\u05e8\u05e9\u05d9\u05de\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd",
|
|
165
|
+
"Insert video": "\u05d4\u05db\u05e0\u05e1 \u05e1\u05e8\u05d8\u05d5\u05df",
|
|
166
|
+
"Insert\/edit video": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05e1\u05e8\u05d8\u05d5\u05df",
|
|
167
|
+
"Insert\/edit media": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05de\u05d3\u05d9\u05d4",
|
|
168
|
+
"Alternative source": "\u05de\u05e7\u05d5\u05e8 \u05de\u05e9\u05e0\u05d9",
|
|
169
|
+
"Alternative source URL": "\u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05de\u05e7\u05d5\u05e8 \u05d7\u05dc\u05d5\u05e4\u05d9",
|
|
170
|
+
"Media poster (Image URL)": "\u05e4\u05d5\u05e1\u05d8\u05e8 \u05de\u05d3\u05d9\u05d4 (\u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05ea\u05de\u05d5\u05e0\u05d4)",
|
|
171
|
+
"Paste your embed code below:": "\u05d4\u05d3\u05d1\u05e7 \u05e7\u05d5\u05d3 \u05d4\u05d8\u05de\u05e2\u05d4 \u05de\u05ea\u05d7\u05ea:",
|
|
172
|
+
"Embed": "\u05d4\u05d8\u05de\u05e2",
|
|
173
|
+
"Media...": "\u05de\u05d3\u05d9\u05d4...",
|
|
174
|
+
"Nonbreaking space": "\u05e8\u05d5\u05d5\u05d7 (\u05dc\u05dc\u05d0 \u05e9\u05d1\u05d9\u05e8\u05ea \u05e9\u05d5\u05e8\u05d4)",
|
|
175
|
+
"Page break": "\u05d3\u05e3 \u05d7\u05d3\u05e9",
|
|
176
|
+
"Paste as text": "\u05d4\u05d3\u05d1\u05e7 \u05db\u05d8\u05e7\u05e1\u05d8",
|
|
177
|
+
"Preview": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4",
|
|
178
|
+
"Print...": "\u05d4\u05d3\u05e4\u05e1...",
|
|
179
|
+
"Save": "\u05e9\u05de\u05d9\u05e8\u05d4",
|
|
180
|
+
"Find": "\u05d7\u05e4\u05e9",
|
|
181
|
+
"Replace with": "\u05d4\u05d7\u05dc\u05e3 \u05d1",
|
|
182
|
+
"Replace": "\u05d4\u05d7\u05dc\u05e3",
|
|
183
|
+
"Replace all": "\u05d4\u05d7\u05dc\u05e3 \u05d4\u05db\u05dc",
|
|
184
|
+
"Previous": "\u05d4\u05e7\u05d5\u05d3\u05dd",
|
|
185
|
+
"Next": "\u05d4\u05d1\u05d0",
|
|
186
|
+
"Find and replace...": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5\u05d4\u05d7\u05dc\u05e4\u05d4...",
|
|
187
|
+
"Could not find the specified string.": "\u05de\u05d7\u05e8\u05d5\u05d6\u05ea \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4",
|
|
188
|
+
"Match case": "\u05d4\u05d1\u05d7\u05df \u05d1\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea \u05dc\u05d2\u05d3\u05d5\u05dc\u05d5\u05ea",
|
|
189
|
+
"Find whole words only": "\u05d7\u05e4\u05e9 \u05de\u05d9\u05dc\u05d9\u05dd \u05e9\u05dc\u05de\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3",
|
|
190
|
+
"Spell check": "\u05d1\u05d3\u05d9\u05e7\u05ea \u05d0\u05d9\u05d5\u05ea",
|
|
191
|
+
"Ignore": "\u05d4\u05ea\u05e2\u05dc\u05dd",
|
|
192
|
+
"Ignore all": "\u05d4\u05ea\u05e2\u05dc\u05dd \u05de\u05d4\u05db\u05dc",
|
|
193
|
+
"Finish": "\u05e1\u05d9\u05d9\u05dd",
|
|
194
|
+
"Add to Dictionary": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05de\u05d9\u05dc\u05d5\u05df",
|
|
195
|
+
"Insert table": "\u05d4\u05db\u05e0\u05e1 \u05d8\u05d1\u05dc\u05d4",
|
|
196
|
+
"Table properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05d8\u05d1\u05dc\u05d4",
|
|
197
|
+
"Delete table": "\u05de\u05d7\u05e7 \u05d8\u05d1\u05dc\u05d4",
|
|
198
|
+
"Cell": "\u05ea\u05d0",
|
|
199
|
+
"Row": "\u05e9\u05d5\u05e8\u05d4",
|
|
200
|
+
"Column": "\u05e2\u05de\u05d5\u05d3\u05d4",
|
|
201
|
+
"Cell properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05ea\u05d0",
|
|
202
|
+
"Merge cells": "\u05de\u05d6\u05d2 \u05ea\u05d0\u05d9\u05dd",
|
|
203
|
+
"Split cell": "\u05e4\u05e6\u05dc \u05ea\u05d0",
|
|
204
|
+
"Insert row before": "\u05d4\u05d5\u05e1\u05e3 \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
|
|
205
|
+
"Insert row after": "\u05d4\u05d5\u05e1\u05e3 \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
|
|
206
|
+
"Delete row": "\u05de\u05d7\u05e7 \u05e9\u05d5\u05e8\u05d4",
|
|
207
|
+
"Row properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e9\u05d5\u05e8\u05d4",
|
|
208
|
+
"Cut row": "\u05d2\u05d6\u05d5\u05e8 \u05e9\u05d5\u05e8\u05d4",
|
|
209
|
+
"Copy row": "\u05d4\u05e2\u05ea\u05e7 \u05e9\u05d5\u05e8\u05d4",
|
|
210
|
+
"Paste row before": "\u05d4\u05d3\u05d1\u05e7 \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
|
|
211
|
+
"Paste row after": "\u05d4\u05e2\u05ea\u05e7 \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
|
|
212
|
+
"Insert column before": "\u05d4\u05e2\u05ea\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05dc\u05e4\u05e0\u05d9",
|
|
213
|
+
"Insert column after": "\u05d4\u05e2\u05ea\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05d0\u05d7\u05e8\u05d9",
|
|
214
|
+
"Delete column": "\u05de\u05d7\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4",
|
|
215
|
+
"Cols": "\u05e2\u05de\u05d5\u05d3\u05d5\u05ea",
|
|
216
|
+
"Rows": "\u05e9\u05d5\u05e8\u05d5\u05ea",
|
|
217
|
+
"Width": "\u05e8\u05d5\u05d7\u05d1",
|
|
218
|
+
"Height": "\u05d2\u05d5\u05d1\u05d4",
|
|
219
|
+
"Cell spacing": "\u05e9\u05d5\u05dc\u05d9\u05d9\u05dd \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9\u05dd \u05dc\u05ea\u05d0",
|
|
220
|
+
"Cell padding": "\u05e9\u05d5\u05dc\u05d9\u05d9\u05dd \u05e4\u05e0\u05d9\u05de\u05d9\u05d9\u05dd \u05dc\u05ea\u05d0",
|
|
221
|
+
"Show caption": "\u05d4\u05e6\u05d2 \u05db\u05ea\u05d5\u05d1\u05d9\u05ea",
|
|
222
|
+
"Left": "\u05e9\u05de\u05d0\u05dc",
|
|
223
|
+
"Center": "\u05de\u05e8\u05db\u05d6",
|
|
224
|
+
"Right": "\u05d9\u05de\u05d9\u05df",
|
|
225
|
+
"Cell type": "\u05e1\u05d5\u05d2 \u05ea\u05d0",
|
|
226
|
+
"Scope": "\u05d4\u05d9\u05e7\u05e3",
|
|
227
|
+
"Alignment": "\u05d9\u05d9\u05e9\u05d5\u05e8",
|
|
228
|
+
"H Align": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05d5\u05e4\u05e7\u05d9",
|
|
229
|
+
"V Align": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05e0\u05db\u05d9",
|
|
230
|
+
"Top": "\u05e2\u05dc\u05d9\u05d5\u05df",
|
|
231
|
+
"Middle": "\u05d0\u05de\u05e6\u05e2",
|
|
232
|
+
"Bottom": "\u05ea\u05d7\u05ea\u05d9\u05ea",
|
|
233
|
+
"Header cell": "\u05db\u05d5\u05ea\u05e8\u05ea \u05dc\u05ea\u05d0",
|
|
234
|
+
"Row group": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e9\u05d5\u05e8\u05d5\u05ea",
|
|
235
|
+
"Column group": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e2\u05de\u05d5\u05d3\u05d5\u05ea",
|
|
236
|
+
"Row type": "\u05e1\u05d5\u05d2 \u05e9\u05d5\u05e8\u05d4",
|
|
237
|
+
"Header": "\u05db\u05d5\u05ea\u05e8\u05ea",
|
|
238
|
+
"Body": "\u05d2\u05d5\u05e3 \u05d4\u05d8\u05d1\u05dc\u05d0",
|
|
239
|
+
"Footer": "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4",
|
|
240
|
+
"Border color": "\u05e6\u05d1\u05e2 \u05d2\u05d1\u05d5\u05dc",
|
|
241
|
+
"Insert template...": "\u05d4\u05db\u05e0\u05e1 \u05ea\u05d1\u05e0\u05d9\u05ea...",
|
|
242
|
+
"Templates": "\u05ea\u05d1\u05e0\u05d9\u05d5\u05ea",
|
|
243
|
+
"Template": "\u05ea\u05d1\u05e0\u05d9\u05ea",
|
|
244
|
+
"Text color": "\u05e6\u05d1\u05e2 \u05d4\u05db\u05ea\u05d1",
|
|
245
|
+
"Background color": "\u05e6\u05d1\u05e2 \u05e8\u05e7\u05e2",
|
|
246
|
+
"Custom...": "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea...",
|
|
247
|
+
"Custom color": "\u05e6\u05d1\u05e2 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea",
|
|
248
|
+
"No color": "\u05dc\u05dc\u05d0 \u05e6\u05d1\u05e2",
|
|
249
|
+
"Remove color": "\u05d4\u05e1\u05e8 \u05e6\u05d1\u05e2",
|
|
250
|
+
"Table of Contents": "\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd",
|
|
251
|
+
"Show blocks": "\u05d4\u05e6\u05d2 \u05ea\u05d9\u05d1\u05d5\u05ea",
|
|
252
|
+
"Show invisible characters": "\u05d4\u05e6\u05d2 \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05d0 \u05e0\u05e8\u05d0\u05d9\u05dd",
|
|
253
|
+
"Word count": "\u05e1\u05e4\u05d9\u05e8\u05ea \u05de\u05d9\u05dc\u05d9\u05dd",
|
|
254
|
+
"Count": "\u05e1\u05e4\u05d9\u05e8\u05d4",
|
|
255
|
+
"Document": "\u05de\u05e1\u05de\u05da",
|
|
256
|
+
"Selection": "\u05d1\u05d7\u05d9\u05e8\u05d4",
|
|
257
|
+
"Words": "\u05de\u05d9\u05dc\u05d9\u05dd",
|
|
258
|
+
"Words: {0}": "\u05de\u05d9\u05dc\u05d9\u05dd: {0}",
|
|
259
|
+
"{0} words": "{0} \u05de\u05d9\u05dc\u05d9\u05dd",
|
|
260
|
+
"File": "\u05e7\u05d5\u05d1\u05e5",
|
|
261
|
+
"Edit": "\u05e2\u05e8\u05d9\u05db\u05d4",
|
|
262
|
+
"Insert": "\u05d4\u05d5\u05e1\u05e4\u05d4",
|
|
263
|
+
"View": "\u05ea\u05e6\u05d5\u05d2\u05d4",
|
|
264
|
+
"Format": "\u05e4\u05d5\u05e8\u05de\u05d8",
|
|
265
|
+
"Table": "\u05d8\u05d1\u05dc\u05d4",
|
|
266
|
+
"Tools": "\u05db\u05dc\u05d9\u05dd",
|
|
267
|
+
"Powered by {0}": "\u05de\u05d5\u05e4\u05e2\u05dc \u05e2\"\u05d9 {0}",
|
|
268
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u05ea\u05d9\u05d1\u05ea \u05e2\u05e8\u05d9\u05db\u05d4 \u05d7\u05db\u05de\u05d4. \u05dc\u05d7\u05e5 Alt-F9 \u05dc\u05ea\u05e4\u05e8\u05d9\u05d8. Alt-F10 \u05dc\u05ea\u05e6\u05d5\u05d2\u05ea \u05db\u05e4\u05ea\u05d5\u05e8\u05d9\u05dd, Alt-0 \u05dc\u05e2\u05d6\u05e8\u05d4",
|
|
269
|
+
"Image title": "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
|
|
270
|
+
"Border width": "\u05e8\u05d5\u05d7\u05d1 \u05d2\u05d1\u05d5\u05dc",
|
|
271
|
+
"Border style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05d2\u05d1\u05d5\u05dc",
|
|
272
|
+
"Error": "\u05e9\u05d2\u05d9\u05d0\u05d4",
|
|
273
|
+
"Warn": "\u05d0\u05d6\u05d4\u05e8\u05d4",
|
|
274
|
+
"Valid": "\u05d7\u05d5\u05e7\u05d9",
|
|
275
|
+
"To open the popup, press Shift+Enter": "\u05db\u05d3\u05d9 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d0\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8 \u05d4\u05de\u05d5\u05e7\u05e4\u05e5, \u05d4\u05e7\u05e9 \u05e2\u05dc Shift+Enter",
|
|
276
|
+
"Rich Text Area. Press ALT-0 for help.": "\u05d0\u05d6\u05d5\u05e8 \u05d8\u05e7\u05e1\u05d8 \u05e2\u05e9\u05d9\u05e8. \u05d4\u05e7\u05e9 \u05e2\u05dc ALT-0 \u05dc\u05e2\u05d6\u05e8\u05d4.",
|
|
277
|
+
"System Font": "\u05d2\u05d5\u05e4\u05df \u05de\u05e2\u05e8\u05db\u05ea",
|
|
278
|
+
"Failed to upload image: {0}": "\u05db\u05e9\u05dc \u05d1\u05d4\u05e2\u05dc\u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05d4: {0}",
|
|
279
|
+
"Failed to load plugin: {0} from url {1}": "\u05db\u05e9\u05dc \u05d1\u05d8\u05e2\u05d9\u05e0\u05ea \u05d9\u05d9\u05e9\u05d5\u05dd Plugin: {0} \u05de\u05db\u05ea\u05d5\u05d1\u05ea URL\u200f {1}",
|
|
280
|
+
"Failed to load plugin url: {0}": "\u05db\u05e9\u05dc \u05d1\u05d8\u05e2\u05d9\u05e0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea URL \u05e9\u05dc \u05d9\u05d9\u05e9\u05d5\u05dd Plugin\u200f: {0}",
|
|
281
|
+
"Failed to initialize plugin: {0}": "\u05db\u05e9\u05dc \u05d1\u05d0\u05ea\u05d7\u05d5\u05dc \u05d9\u05d9\u05e9\u05d5\u05dd Plugin\u200f: {0}",
|
|
282
|
+
"example": "\u05d3\u05d5\u05d2\u05de\u05d4",
|
|
283
|
+
"Search": "\u05d7\u05e4\u05e9",
|
|
284
|
+
"All": "\u05d4\u05db\u05dc",
|
|
285
|
+
"Currency": "\u05de\u05d8\u05d1\u05e2",
|
|
286
|
+
"Text": "\u05d8\u05e7\u05e1\u05d8",
|
|
287
|
+
"Quotations": "\u05e9\u05d0\u05dc\u05d5\u05ea",
|
|
288
|
+
"Mathematical": "\u05de\u05ea\u05de\u05d8\u05d9",
|
|
289
|
+
"Extended Latin": "\u05dc\u05d8\u05d9\u05e0\u05d9\u05ea \u05de\u05d5\u05e8\u05d7\u05d1\u05ea",
|
|
290
|
+
"Symbols": "\u05e1\u05de\u05dc\u05d9\u05dd",
|
|
291
|
+
"Arrows": "\u05d7\u05d9\u05e6\u05d9\u05dd",
|
|
292
|
+
"User Defined": "\u05de\u05d5\u05d2\u05d3\u05e8 \u05e2\u05dc-\u05d9\u05d3\u05d9 \u05d4\u05de\u05e9\u05ea\u05de\u05e9",
|
|
293
|
+
"dollar sign": "\u05e1\u05d9\u05de\u05df \u05d3\u05d5\u05dc\u05e8",
|
|
294
|
+
"currency sign": "\u05e1\u05d9\u05de\u05df \u05de\u05d8\u05d1\u05e2",
|
|
295
|
+
"euro-currency sign": "\u05e1\u05d9\u05de\u05df \u05de\u05d8\u05d1\u05e2 \u05d0\u05d9\u05e8\u05d5",
|
|
296
|
+
"colon sign": "\u05e1\u05d9\u05de\u05df \u05e7\u05d5\u05dc\u05d5\u05df",
|
|
297
|
+
"cruzeiro sign": "\u05e1\u05d9\u05de\u05df \u05e7\u05e8\u05d5\u05d6\u05e8\u05d5",
|
|
298
|
+
"french franc sign": "\u05e1\u05d9\u05de\u05df \u05e4\u05e8\u05e0\u05e7 \u05e6\u05e8\u05e4\u05ea\u05d9",
|
|
299
|
+
"lira sign": "\u05e1\u05d9\u05de\u05df \u05dc\u05d9\u05e8\u05d4",
|
|
300
|
+
"mill sign": "\u05e1\u05d9\u05de\u05df \u05de\u05d9\u05dc",
|
|
301
|
+
"naira sign": "\u05e1\u05d9\u05de\u05df \u05e0\u05d0\u05d9\u05e8\u05d4",
|
|
302
|
+
"peseta sign": "\u05e1\u05d9\u05de\u05df \u05e4\u05d6\u05d8\u05d4",
|
|
303
|
+
"rupee sign": "\u05e1\u05d9\u05de\u05df \u05e8\u05d5\u05e4\u05d9",
|
|
304
|
+
"won sign": "\u05e1\u05d9\u05de\u05df \u05d5\u05d5\u05df",
|
|
305
|
+
"new sheqel sign": "\u05e1\u05d9\u05de\u05df \u05e9\u05e7\u05dc \u05d7\u05d3\u05e9",
|
|
306
|
+
"dong sign": "\u05e1\u05d9\u05de\u05df \u05d3\u05d5\u05e0\u05d2",
|
|
307
|
+
"kip sign": "\u05e1\u05d9\u05de\u05df \u05e7\u05d9\u05e4",
|
|
308
|
+
"tugrik sign": "\u05e1\u05d9\u05de\u05df \u05d8\u05d5\u05d2\u05e8\u05d9\u05e7",
|
|
309
|
+
"drachma sign": "\u05e1\u05d9\u05de\u05df \u05d3\u05e8\u05db\u05de\u05d4",
|
|
310
|
+
"german penny symbol": "\u05e1\u05de\u05dc \u05e4\u05e0\u05d9 \u05d2\u05e8\u05de\u05e0\u05d9",
|
|
311
|
+
"peso sign": "\u05e1\u05d9\u05de\u05df \u05e4\u05d6\u05d5",
|
|
312
|
+
"guarani sign": "\u05e1\u05d9\u05de\u05df \u05d2\u05d5\u05d0\u05e8\u05e0\u05d9\u05ea",
|
|
313
|
+
"austral sign": "\u05e1\u05d9\u05de\u05df \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc",
|
|
314
|
+
"hryvnia sign": "\u05e1\u05d9\u05de\u05df \u05e8\u05d9\u05d1\u05e0\u05d9\u05d4",
|
|
315
|
+
"cedi sign": "\u05e1\u05d9\u05de\u05df \u05e1\u05d3\u05d9",
|
|
316
|
+
"livre tournois sign": "\u05e1\u05d9\u05de\u05df \u05dc\u05d1\u05e8\u05d4 \u05d8\u05d5\u05e8\u05e0\u05d5",
|
|
317
|
+
"spesmilo sign": "\u05e1\u05d9\u05de\u05df \u05e1\u05e4\u05e1\u05de\u05d9\u05dc\u05d5",
|
|
318
|
+
"tenge sign": "\u05e1\u05d9\u05de\u05df \u05d8\u05e0\u05d2\u05d4",
|
|
319
|
+
"indian rupee sign": "\u05e1\u05d9\u05de\u05df \u05e8\u05d5\u05e4\u05d9 \u05d4\u05d5\u05d3\u05d9",
|
|
320
|
+
"turkish lira sign": "\u05e1\u05d9\u05de\u05df \u05dc\u05d9\u05e8\u05d4 \u05d8\u05d5\u05e8\u05e7\u05d9\u05ea",
|
|
321
|
+
"nordic mark sign": "\u05e1\u05d9\u05de\u05df \u05de\u05d0\u05e8\u05e7 \u05e1\u05e7\u05e0\u05d3\u05d9\u05e0\u05d1\u05d9",
|
|
322
|
+
"manat sign": "\u05e1\u05d9\u05de\u05df \u05de\u05d0\u05e0\u05d0\u05d8",
|
|
323
|
+
"ruble sign": "\u05e1\u05d9\u05de\u05df \u05e8\u05d5\u05d1\u05dc",
|
|
324
|
+
"yen character": "\u05ea\u05d5 \u05d9\u05df",
|
|
325
|
+
"yuan character": "\u05ea\u05d5 \u05d9\u05d5\u05d0\u05df",
|
|
326
|
+
"yuan character, in hong kong and taiwan": "\u05ea\u05d5 \u05d9\u05d5\u05d0\u05df, \u05d1\u05d4\u05d5\u05e0\u05d2 \u05e7\u05d5\u05e0\u05d2 \u05d5\u05d1\u05d8\u05d9\u05d9\u05d5\u05d5\u05d0\u05df",
|
|
327
|
+
"yen\/yuan character variant one": "\u05de\u05e9\u05ea\u05e0\u05d4 \u05d0\u05d7\u05d3 \u05e9\u05dc \u05ea\u05d5 \u05d9\u05d5\u05d0\u05df\/\u05d9\u05df",
|
|
328
|
+
"Loading emoticons...": "\u05d8\u05d5\u05e2\u05df \u05e1\u05de\u05dc\u05d9 \u05d4\u05d1\u05e2\u05d4...",
|
|
329
|
+
"Could not load emoticons": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05e1\u05de\u05dc\u05d9 \u05d4\u05d1\u05e2\u05d4",
|
|
330
|
+
"People": "\u05d0\u05e0\u05e9\u05d9\u05dd",
|
|
331
|
+
"Animals and Nature": "\u05d1\u05e2\u05dc\u05d9-\u05d7\u05d9\u05d9\u05dd \u05d5\u05d8\u05d1\u05e2",
|
|
332
|
+
"Food and Drink": "\u05d0\u05d5\u05db\u05dc \u05d5\u05e9\u05ea\u05d9\u05d9\u05d4",
|
|
333
|
+
"Activity": "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea",
|
|
334
|
+
"Travel and Places": "\u05e0\u05e1\u05d9\u05e2\u05d4 \u05d5\u05de\u05e7\u05d5\u05de\u05d5\u05ea",
|
|
335
|
+
"Objects": "\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8\u05d9\u05dd",
|
|
336
|
+
"Flags": "\u05d3\u05d2\u05dc\u05d9\u05dd",
|
|
337
|
+
"Characters": "\u05ea\u05d5\u05d5\u05d9\u05dd",
|
|
338
|
+
"Characters (no spaces)": "\u05ea\u05d5\u05d5\u05d9\u05dd (\u05dc\u05dc\u05d0 \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd)",
|
|
339
|
+
"{0} characters": "{0} \u05ea\u05d5\u05d5\u05d9\u05dd",
|
|
340
|
+
"Error: Form submit field collision.": "\u05e9\u05d2\u05d9\u05d0\u05d4: \u05d4\u05ea\u05e0\u05d2\u05e9\u05d5\u05ea \u05d1\u05e9\u05d3\u05d4 \u05e9\u05dc\u05d9\u05d7\u05ea \u05d8\u05d5\u05e4\u05e1.",
|
|
341
|
+
"Error: No form element found.": "\u05e9\u05d2\u05d9\u05d0\u05d4: \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0 \u05e8\u05db\u05d9\u05d1 \u05d8\u05d5\u05e4\u05e1.",
|
|
342
|
+
"Update": "\u05e2\u05d3\u05db\u05df",
|
|
343
|
+
"Color swatch": "\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05e6\u05d1\u05e2",
|
|
344
|
+
"Turquoise": "\u05d8\u05d5\u05e8\u05e7\u05d9\u05d6",
|
|
345
|
+
"Green": "\u05d9\u05e8\u05d5\u05e7",
|
|
346
|
+
"Blue": "\u05db\u05d7\u05d5\u05dc",
|
|
347
|
+
"Purple": "\u05e1\u05d2\u05d5\u05dc",
|
|
348
|
+
"Navy Blue": "\u05db\u05d7\u05d5\u05dc \u05e6\u05d9",
|
|
349
|
+
"Dark Turquoise": "\u05d8\u05d5\u05e8\u05e7\u05d9\u05d6 \u05db\u05d4\u05d4",
|
|
350
|
+
"Dark Green": "\u05d9\u05e8\u05d5\u05e7 \u05db\u05d4\u05d4",
|
|
351
|
+
"Medium Blue": "\u05db\u05d7\u05d5\u05dc \u05d1\u05d9\u05e0\u05d5\u05e0\u05d9",
|
|
352
|
+
"Medium Purple": "\u05e1\u05d2\u05d5\u05dc \u05d1\u05d9\u05e0\u05d5\u05e0\u05d9",
|
|
353
|
+
"Midnight Blue": "\u05db\u05d7\u05d5\u05dc \u05d7\u05e6\u05d5\u05ea",
|
|
354
|
+
"Yellow": "\u05e6\u05d4\u05d5\u05d1",
|
|
355
|
+
"Orange": "\u05db\u05ea\u05d5\u05dd",
|
|
356
|
+
"Red": "\u05d0\u05d3\u05d5\u05dd",
|
|
357
|
+
"Light Gray": "\u05d0\u05e4\u05d5\u05e8 \u05d1\u05d4\u05d9\u05e8",
|
|
358
|
+
"Gray": "\u05d0\u05e4\u05d5\u05e8",
|
|
359
|
+
"Dark Yellow": "\u05e6\u05d4\u05d5\u05d1 \u05db\u05d4\u05d4",
|
|
360
|
+
"Dark Orange": "\u05db\u05ea\u05d5\u05dd \u05db\u05d4\u05d4",
|
|
361
|
+
"Dark Red": "\u05d0\u05d3\u05d5\u05dd \u05db\u05d4\u05d4",
|
|
362
|
+
"Medium Gray": "\u05d0\u05e4\u05d5\u05e8 \u05d1\u05d9\u05e0\u05d5\u05e0\u05d9",
|
|
363
|
+
"Dark Gray": "\u05d0\u05e4\u05d5\u05e8 \u05db\u05d4\u05d4",
|
|
364
|
+
"Light Green": "\u05d9\u05e8\u05d5\u05e7 \u05d1\u05d4\u05d9\u05e8",
|
|
365
|
+
"Light Yellow": "\u05e6\u05d4\u05d5\u05d1 \u05d1\u05d4\u05d9\u05e8",
|
|
366
|
+
"Light Red": "\u05d0\u05d3\u05d5\u05dd \u05d1\u05d4\u05d9\u05e8",
|
|
367
|
+
"Light Purple": "\u05e1\u05d2\u05d5\u05dc \u05d1\u05d4\u05d9\u05e8",
|
|
368
|
+
"Light Blue": "\u05db\u05d7\u05d5\u05dc \u05d1\u05d4\u05d9\u05e8",
|
|
369
|
+
"Dark Purple": "\u05e1\u05d2\u05d5\u05dc \u05db\u05d4\u05d4",
|
|
370
|
+
"Dark Blue": "\u05db\u05d7\u05d5\u05dc \u05db\u05d4\u05d4",
|
|
371
|
+
"Black": "\u05e9\u05d7\u05d5\u05e8",
|
|
372
|
+
"White": "\u05dc\u05d1\u05df",
|
|
373
|
+
"Switch to or from fullscreen mode": "\u05d4\u05d7\u05dc\u05e3 \u05dc\u05de\u05e6\u05d1 \u05de\u05e1\u05da \u05de\u05dc\u05d0 \u05d0\u05d5 \u05e6\u05d0 \u05de\u05de\u05e0\u05d5",
|
|
374
|
+
"Open help dialog": "\u05e4\u05ea\u05d7 \u05ea\u05d9\u05d1\u05ea \u05d3\u05d5-\u05e9\u05d9\u05d7 \u05e9\u05dc \u05e2\u05d6\u05e8\u05d4",
|
|
375
|
+
"history": "\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4",
|
|
376
|
+
"styles": "\u05e1\u05d2\u05e0\u05d5\u05e0\u05d5\u05ea",
|
|
377
|
+
"formatting": "\u05e2\u05d9\u05e6\u05d5\u05d1",
|
|
378
|
+
"alignment": "\u05d9\u05d9\u05e9\u05d5\u05e8",
|
|
379
|
+
"indentation": "\u05d4\u05d6\u05d7\u05d4",
|
|
380
|
+
"permanent pen": "\u05e2\u05d8 \u05e7\u05d1\u05d5\u05e2",
|
|
381
|
+
"comments": "\u05d4\u05e2\u05e8\u05d5\u05ea",
|
|
382
|
+
"Format Painter": "\u05e6\u05d9\u05d9\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1",
|
|
383
|
+
"Insert\/edit iframe": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05d7\u05dc\u05d5\u05df \u05de\u05e1\u05d2\u05e8\u05ea",
|
|
384
|
+
"Capitalization": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05ea",
|
|
385
|
+
"lowercase": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
|
|
386
|
+
"UPPERCASE": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05ea",
|
|
387
|
+
"Title Case": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05db\u05d5\u05ea\u05e8\u05ea",
|
|
388
|
+
"Permanent Pen Properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e2\u05d8 \u05e7\u05d1\u05d5\u05e2\u05d9\u05dd",
|
|
389
|
+
"Permanent pen properties...": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e2\u05d8 \u05e7\u05d1\u05d5\u05e2\u05d9\u05dd...",
|
|
390
|
+
"Font": "\u05d2\u05d5\u05e4\u05df",
|
|
391
|
+
"Size": "\u05d2\u05d5\u05d3\u05dc",
|
|
392
|
+
"More...": "\u05e2\u05d5\u05d3...",
|
|
393
|
+
"Spellcheck Language": "\u05e9\u05e4\u05ea \u05d1\u05d3\u05d9\u05e7\u05ea \u05d0\u05d9\u05d5\u05ea",
|
|
394
|
+
"Select...": "\u05d1\u05d7\u05e8...",
|
|
395
|
+
"Preferences": "\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea",
|
|
396
|
+
"Yes": "\u05db\u05df",
|
|
397
|
+
"No": "\u05dc\u05d0",
|
|
398
|
+
"Keyboard Navigation": "\u05e0\u05d9\u05d5\u05d5\u05d8 \u05d1\u05de\u05e7\u05dc\u05d3\u05ea",
|
|
399
|
+
"Version": "\u05d2\u05e8\u05e1\u05d4",
|
|
400
|
+
"Anchor": "\u05de\u05e7\u05d5\u05dd \u05e2\u05d9\u05d2\u05d5\u05df",
|
|
401
|
+
"Special character": "\u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d9\u05d5\u05d7\u05d3\u05d9\u05dd",
|
|
402
|
+
"Code sample": "\u05d3\u05d5\u05d2\u05de\u05ea \u05e7\u05d5\u05d3",
|
|
403
|
+
"Color": "\u05e6\u05d1\u05e2",
|
|
404
|
+
"Emoticons": "\u05de\u05d7\u05d5\u05d5\u05ea",
|
|
405
|
+
"Document properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05de\u05e1\u05de\u05da",
|
|
406
|
+
"Image": "\u05ea\u05de\u05d5\u05e0\u05d4",
|
|
407
|
+
"Insert link": "\u05d4\u05db\u05e0\u05e1 \u05e7\u05d9\u05e9\u05d5\u05e8",
|
|
408
|
+
"Target": "\u05de\u05d8\u05e8\u05d4",
|
|
409
|
+
"Link": "\u05e7\u05d9\u05e9\u05d5\u05e8",
|
|
410
|
+
"Poster": "\u05e4\u05d5\u05e1\u05d8\u05e8",
|
|
411
|
+
"Media": "\u05de\u05d3\u05d9\u05d4",
|
|
412
|
+
"Print": "\u05d4\u05d3\u05e4\u05e1",
|
|
413
|
+
"Prev": "\u05e7\u05d5\u05d3\u05dd",
|
|
414
|
+
"Find and replace": "\u05d7\u05e4\u05e9 \u05d5\u05d4\u05d7\u05dc\u05e3",
|
|
415
|
+
"Whole words": "\u05de\u05d9\u05dc\u05d4 \u05e9\u05dc\u05de\u05d4",
|
|
416
|
+
"Spellcheck": "\u05d1\u05d5\u05d3\u05e7 \u05d0\u05d9\u05d5\u05ea",
|
|
417
|
+
"Caption": "\u05db\u05d9\u05ea\u05d5\u05d1",
|
|
418
|
+
"Insert template": "\u05d4\u05db\u05e0\u05e1 \u05ea\u05d1\u05e0\u05d9\u05ea",
|
|
419
|
+
"_dir": "rtl"
|
|
420
|
+
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
SOFTWARE TERMS & CONDITIONS OF USE
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Use of this software is covered by the Tiny Technologies, Inc Software Terms & Conditions of Use presented at https://about.tiny.cloud/legal/. By use of this Software you have agreed to the Tiny Technologies, Inc Software Terms & Conditions of Use.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
SOFTWARE TERMS & CONDITIONS OF USE
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Use of this software is covered by the Tiny Technologies, Inc Software Terms & Conditions of Use presented at https://about.tiny.cloud/legal/. By use of this Software you have agreed to the Tiny Technologies, Inc Software Terms & Conditions of Use.
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
|
+
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
|
+
*
|
|
7
|
+
* Version: 5.10.9
|
|
3
8
|
*/
|
|
4
9
|
(function () {
|
|
5
10
|
'use strict';
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
|
+
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
|
+
*
|
|
7
|
+
* Version: 5.10.9
|
|
3
8
|
*/
|
|
4
9
|
!function(){"use strict";function f(t,e,n){t.execCommand("UL"===e?"InsertUnorderedList":"InsertOrderedList",!1,!1===n?null:{"list-style-type":n})}function i(t){return function(){return t}}function t(t){return t}function e(){return s}var n=tinymce.util.Tools.resolve("tinymce.PluginManager"),g=tinymce.util.Tools.resolve("tinymce.util.Tools"),u=i(!1),l=i(!0),s={fold:function(t,e){return t()},isSome:u,isNone:l,getOr:t,getOrThunk:r,getOrDie:function(t){throw new Error(t||"error: getOrDie called on none.")},getOrNull:i(null),getOrUndefined:i(void 0),or:t,orThunk:r,map:e,each:function(){},bind:e,exists:u,forall:l,filter:function(){return s},toArray:function(){return[]},toString:i("none()")};function r(t){return t()}function d(t){return t&&/^(TH|TD)$/.test(t.nodeName)}function m(c,a){return function(s){function t(t){var e,n,r,o,i,u,l;s.setActive((e=c,r=a,i=-1!==(o=function(t,e){for(var n=0;n<t.length;n++)if(e(t[n]))return n;return-1}((n=t).parents,d))?n.parents.slice(0,o):n.parents,0<(u=g.grep(i,(l=e,function(t){return t&&/^(OL|UL|DL)$/.test(t.nodeName)&&(e=t,l.$.contains(l.getBody(),e));var e}))).length&&u[0].nodeName===r))}return c.on("NodeChange",t),function(){return c.off("NodeChange",t)}}}function c(t,e,n,r,o,i){var u,l,s,c,a,d;1<i.length?(c=r,a=o,d=i,(s=t).ui.registry.addSplitButton(e,{tooltip:n,icon:"OL"===a?"ordered-list":"unordered-list",presets:"listpreview",columns:3,fetch:function(t){t(g.map(d,function(t){return{type:"choiceitem",value:"default"===t?"":t,icon:"list-"+("OL"===a?"num":"bull")+"-"+("disc"===t||"decimal"===t?"default":t),text:t.replace(/\-/g," ").replace(/\b\w/g,function(t){return t.toUpperCase()})}}))},onAction:function(){return s.execCommand(c)},onItemAction:function(t,e){f(s,a,e)},select:function(e){var t,n=(t=s).dom.getParent(t.selection.getNode(),"ol,ul"),r=t.dom.getStyle(n,"listStyleType");return p(r).map(function(t){return e===t}).getOr(!1)},onSetup:m(s,a)})):(l=r,(u=t).ui.registry.addToggleButton(e,{active:!1,tooltip:n,icon:"OL"===o?"ordered-list":"unordered-list",onSetup:m(u,o),onAction:function(){return u.execCommand(l)}}))}var a=function(n){function t(){return o}function e(t){return t(n)}var r=i(n),o={fold:function(t,e){return e(n)},isSome:l,isNone:u,getOr:r,getOrThunk:r,getOrDie:r,getOrNull:r,getOrUndefined:r,or:t,orThunk:t,map:function(t){return a(t(n))},each:function(t){t(n)},bind:e,exists:e,forall:e,filter:function(t){return t(n)?o:s},toArray:function(){return[n]},toString:function(){return"some("+n+")"}};return o},p=function(t){return null==t?s:a(t)};n.add("advlist",function(t){var n,e,r,o;t.hasPlugin("lists")?(c(e=t,"numlist","Numbered list","InsertOrderedList","OL",(r=e.getParam("advlist_number_styles","default,lower-alpha,lower-greek,lower-roman,upper-alpha,upper-roman"))?r.split(/[ ,]/):[]),c(e,"bullist","Bullet list","InsertUnorderedList","UL",(o=e.getParam("advlist_bullet_styles","default,circle,square"))?o.split(/[ ,]/):[]),(n=t).addCommand("ApplyUnorderedListStyle",function(t,e){f(n,"UL",e["list-style-type"])}),n.addCommand("ApplyOrderedListStyle",function(t,e){f(n,"OL",e["list-style-type"])})):console.error("Please use the Lists plugin together with the Advanced List plugin.")})}();
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
|
+
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
|
+
*
|
|
7
|
+
* Version: 5.10.9
|
|
3
8
|
*/
|
|
4
9
|
(function () {
|
|
5
10
|
'use strict';
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
|
+
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
|
+
*
|
|
7
|
+
* Version: 5.10.9
|
|
3
8
|
*/
|
|
4
9
|
!function(){"use strict";function a(e){return e.getAttribute("id")||e.getAttribute("name")||""}function c(e){return e&&"a"===e.nodeName.toLowerCase()&&!e.getAttribute("href")&&""!==a(e)}function d(e){return e.dom.getParent(e.selection.getStart(),l)}function r(e,t){var o,a,n,r,i,l=d(e);l?(n=e,r=t,(i=l).removeAttribute("name"),i.id=r,n.addVisual(),n.undoManager.add()):(a=t,(o=e).undoManager.transact(function(){var e,n;o.getParam("allow_html_in_named_anchor",!1,"boolean")||o.selection.collapse(!0),o.selection.isCollapsed()?o.insertContent(o.dom.createHTML("a",{id:a})):(n=(e=o).dom,u(n).walk(e.selection.getRng(),function(e){s.each(e,function(e){var t;c(t=e)&&!t.firstChild&&n.remove(e,!1)})}),o.formatter.remove("namedAnchor",null,null,!0),o.formatter.apply("namedAnchor",{value:a}),o.addVisual())})),e.focus()}function i(r){return function(e){for(var t,n=0;n<e.length;n++){var o=e[n],a=void 0;!(a=t=o)||a.attr("href")||!a.attr("id")&&!a.attr("name")||t.firstChild||o.attr("contenteditable",r)}}}var e=tinymce.util.Tools.resolve("tinymce.PluginManager"),u=tinymce.util.Tools.resolve("tinymce.dom.RangeUtils"),s=tinymce.util.Tools.resolve("tinymce.util.Tools"),l="a:not([href])";e.add("anchor",function(e){var t,n,o;(t=e).on("PreInit",function(){t.parser.addNodeFilter("a",i("false")),t.serializer.addNodeFilter("a",i(null))}),(n=e).addCommand("mceAnchor",function(){var o,e,t;t=(e=d(o=n))?a(e):"",o.windowManager.open({title:"Anchor",size:"normal",body:{type:"panel",items:[{name:"id",type:"input",label:"ID",placeholder:"example"}]},buttons:[{type:"cancel",name:"cancel",text:"Cancel"},{type:"submit",name:"save",text:"Save",primary:!0}],initialData:{id:t},onSubmit:function(e){var t=o,n=e.getData().id;(/^[A-Za-z][A-Za-z0-9\-:._]*$/.test(n)?(r(t,n),0):(t.windowManager.alert("Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores."),1))||e.close()}})}),(o=e).ui.registry.addToggleButton("anchor",{icon:"bookmark",tooltip:"Anchor",onAction:function(){return o.execCommand("mceAnchor")},onSetup:function(e){return o.selection.selectorChangedWithUnbind("a:not([href])",e.setActive).unbind}}),o.ui.registry.addMenuItem("anchor",{icon:"bookmark",text:"Anchor...",onAction:function(){return o.execCommand("mceAnchor")}}),e.on("PreInit",function(){e.formatter.register("namedAnchor",{inline:"a",selector:l,remove:"all",split:!0,deep:!0,attributes:{id:"%value"},onmatch:c})})})}();
|