@sapui5/sap.ui.richtexteditor 1.84.39 → 1.84.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/ui/richtexteditor/.library +27 -4
- package/src/sap/ui/richtexteditor/RTESplitButton.js +3 -3
- package/src/sap/ui/richtexteditor/RTESplitButtonRenderer.js +8 -4
- package/src/sap/ui/richtexteditor/RichTextEditor.js +551 -401
- package/src/sap/ui/richtexteditor/RichTextEditorRenderer.js +15 -7
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +570 -307
- package/src/sap/ui/richtexteditor/ToolbarWrapperRenderer.js +4 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/a11ychecker/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/a11ychecker/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/help/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +197 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cy.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/dv.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/en_GB.js +261 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es_MX.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/et.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/eu.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fa.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lt.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lv.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sr.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +8045 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.js +1038 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +110 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ar.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/bg_BG.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ca.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/cs.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/da.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/de.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/el.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/es.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/eu.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fa.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fi.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fr_FR.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/he_IL.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hi.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hr.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hu_HU.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/id.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/it.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ja.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/kk.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ko_KR.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ms.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nb_NO.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nl.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pl.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_BR.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_PT.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ro.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ru.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sk.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sl_SI.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sv_SE.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/th_TH.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/tr.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/uk.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/vi.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_CN.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_TW.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +264 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +219 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +233 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +197 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +238 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +1663 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +90 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +2468 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +400 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojiimages.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojiimages.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojis.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojis.min.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +600 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +1201 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ar.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/bg_BG.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ca.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/cs.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/da.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/de.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/el.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/en.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/es.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/eu.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fa.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fi.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fr_FR.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/he_IL.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hi.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hr.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hu_HU.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/id.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/it.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ja.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/kk.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ko_KR.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ms.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nb_NO.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nl.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pl.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_BR.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_PT.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ro.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ru.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sk.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sl_SI.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sv_SE.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/th_TH.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/tr.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/uk.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/vi.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_CN.js +90 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_TW.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +898 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +1509 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +349 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +192 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +1246 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +1953 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +1240 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +128 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +122 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +402 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +3498 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ar.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/bg_BG.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ca.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/cs.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/da.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/de.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/el.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/es.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/eu.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fa.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fi.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fr_FR.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/he_IL.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hi.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hr.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hu_HU.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/id.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/it.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ja.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/kk.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ko_KR.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ms.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nb_NO.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nl.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pl.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_BR.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_PT.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ro.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ru.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sk.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sl_SI.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sv_SE.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/th_TH.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/tr.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/uk.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/vi.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_CN.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_TW.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +102 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +443 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +123 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +1098 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +3467 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +572 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +103 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +565 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +410 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.css +67 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.css +67 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.css +68 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +791 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +3694 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +772 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +3697 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +791 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +3788 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +772 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +3788 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +30172 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +3206 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +31303 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -0
- package/src/sap/ui/richtexteditor/library.js +72 -33
- package/src/sap/ui/richtexteditor/messagebundle.properties +8 -2
- package/src/sap/ui/richtexteditor/messagebundle_ar.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_bg.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ca.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_cs.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_cy.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_da.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_de.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_el.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_en.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_en_GB.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_en_US_sappsd.properties +6 -2
- package/src/sap/ui/richtexteditor/messagebundle_en_US_saprigi.properties +105 -0
- package/src/sap/ui/richtexteditor/messagebundle_en_US_saptrc.properties +6 -2
- package/src/sap/ui/richtexteditor/messagebundle_es.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_es_MX.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_et.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_fi.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_fr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_fr_CA.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_hi.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_hr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_hu.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_id.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_it.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_iw.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ja.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_kk.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ko.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_lt.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_lv.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ms.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_nl.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_no.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_pl.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_pt.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_pt_PT.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ro.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ru.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sh.properties +64 -6
- package/src/sap/ui/richtexteditor/messagebundle_sk.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sl.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sr.properties +159 -0
- package/src/sap/ui/richtexteditor/messagebundle_sv.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_th.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_tr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_uk.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_vi.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_zh_CN.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_zh_TW.properties +60 -2
- package/src/sap/ui/richtexteditor/themes/base/RichTextEditor.less +25 -84
- package/src/sap/ui/richtexteditor/themes/base/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize/RichTextEditor.less +33 -0
- package/src/sap/ui/richtexteditor/themes/sap_belize/library.source.less +4 -2
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/RichTextEditor.less +29 -0
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/library.source.less +3 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/RichTextEditor.less +30 -0
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/library.source.less +3 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3/RichTextEditor.less +4 -5
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_dark/RichTextEditor.less +4 -5
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcb/RichTextEditor.less +4 -5
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcw/RichTextEditor.less +4 -5
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/css/dialog.css +0 -118
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/buttons.png +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/icons.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/items.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/menu_arrow.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/menu_check.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/progress.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/tabs.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/plugin.js +0 -314
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/plugin.min.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/tiny_mce_popup.js +0 -534
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/editable_selects.js +0 -64
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/form_utils.js +0 -214
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/mctabs.js +0 -160
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/validate.js +0 -259
- package/src/sap/ui/richtexteditor/themes/base/icons.gif +0 -0
- package/src/sap/ui/richtexteditor/themes/base/icons.png +0 -0
- package/src/sap/ui/richtexteditor/themes/sap_hcb/RichTextEditor.less +0 -108
- package/src/sap/ui/richtexteditor/themes/sap_hcb/library.source.less +0 -9
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
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
|
+
tinymce.addI18n("hr",{"Redo":"Ponovi","Undo":"Poni\u0161ti","Cut":"Izre\u017ei","Copy":"Kopiraj","Paste":"Zalijepi","Select all":"Odaberi sve","New document":"Novi dokument","Ok":"U redu","Cancel":"Odustani","Visual aids":"Vizualna pomo\u0107","Bold":"Podebljano","Italic":"Kurziv","Underline":"Podcrtaj","Strikethrough":"Prekri\u017ei","Superscript":"Eksponent","Subscript":"Indeks","Clear formatting":"Izbri\u0161i oblikovanje","Remove":"Ukloni","Align left":"Poravnaj lijevo","Align center":"Izravnaj u sredini","Align right":"Izravnaj desno","No alignment":"Bez poravnanja","Justify":"Poravnanje","Bullet list":"Popis s oznakama","Numbered list":"Numerirani popis","Decrease indent":"Smanji uvla\u010denje","Increase indent":"Pove\u0107aj uvla\u010denje","Close":"Zatvori","Formats":"Formati","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Va\u0161 preglednik ne podr\u017eava izravan pristup me\u0111uspremniku. Umjesto toga upotrijebite tipkovni\u010dke pre\u010dace Ctrl + X/C/V.","Headings":"Zaglavlja","Heading 1":"Zaglavlje 1","Heading 2":"Zaglavlje 2","Heading 3":"Zaglavlje 3","Heading 4":"Zaglavlje 4","Heading 5":"Zaglavlje 5","Heading 6":"Zaglavlje 6","Preformatted":"Prethodno oblikovano","Div":"Div","Pre":"Pre","Code":"Kod","Paragraph":"Odlomak","Blockquote":"Blockquote","Inline":"U retku","Blocks":"Blokovi","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Radnjom lijepljenja od sada se lijepi obi\u010dan tekst. Sadr\u017eaj \u0107e se lijepiti kao obi\u010dan tekst sve dok ne isklju\u010dite ovu opciju.","Fonts":"Fontovi","Font sizes":"Veli\u010dine fonta","Class":"Razred","Browse for an image":"Potra\u017eite sliku","OR":"ILI","Drop an image here":"Ispustite sliku ovdje","Upload":"U\u010ditaj","Uploading image":"U\u010ditavanje slike","Block":"Blok","Align":"Izravnaj","Default":"Zadano","Circle":"Krug","Disc":"Disk","Square":"Kvadrat","Lower Alpha":"Mala slova","Lower Greek":"Mala gr\u010dka slova","Lower Roman":"Male rimske znamenke","Upper Alpha":"Velika slova","Upper Roman":"Velike rimske znamenke","Anchor...":"Fiksna to\u010dka...","Anchor":"Fiksna to\u010dka","Name":"Ime","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID treba zapo\u010deti slivom, nakon kojeg trebaju slijediti samo slova, brojevi, crtice, to\u010dke, dvoto\u010dke i podvlake.","You have unsaved changes are you sure you want to navigate away?":"Imate nepohranjene izmjene, jeste li sigurni da \u017eelite oti\u0107i?","Restore last draft":"Vrati posljednju skicu","Special character...":"Poseban znak...","Special Character":"Poseban znak","Source code":"Izvorni k\xf4d","Insert/Edit code sample":"Umetni/uredi primjerak k\xf4da","Language":"Jezik","Code sample...":"Primjerak k\xf4da...","Left to right":"S lijeve strane u desno","Right to left":"Zdesna ulijevo","Title":"Naslov","Fullscreen":"Cijeli zaslon","Action":"Radnja","Shortcut":"Pre\u010dac","Help":"Pomo\u0107","Address":"Adresa","Focus to menubar":"Fokus na traku izbornika","Focus to toolbar":"Fokus na alatnu traku","Focus to element path":"Fokus na put elementa","Focus to contextual toolbar":"Fokus na kontekstnu alatnu traku","Insert link (if link plugin activated)":"Umetni poveznicu (ako je dodatak za povezivanje aktiviran)","Save (if save plugin activated)":"Spremi (ako je dodatak za spremanje aktiviran)","Find (if searchreplace plugin activated)":"Prona\u0111i (ako je dodatak za tra\u017eenje i zamjenjivanje aktiviran)","Plugins installed ({0}):":"Instalirani dodaci ({0}):","Premium plugins:":"Premium dodaci:","Learn more...":"Saznajte vi\u0161e...","You are using {0}":"Koristite {0}","Plugins":"Dodaci","Handy Shortcuts":"Korisni pre\u010daci","Horizontal line":"Vodoravna crta","Insert/edit image":"Umetni/izmijeni sliku","Alternative description":"Alternativni opis","Accessibility":"Pristupa\u010dnost","Image is decorative":"Slika je ukrasna","Source":"Izvor","Dimensions":"Mjere","Constrain proportions":"Ograni\u010di omjere","General":"Op\u0107enito","Advanced":"Napredne postavke","Style":"Format","Vertical space":"Uspravni prostor","Horizontal space":"Vodoravni prostor","Border":"Granica","Insert image":"Umetni sliku","Image...":"Slika...","Image list":"Popis slika","Resize":"Promijeni veli\u010dinu","Insert date/time":"Umetni datum/vrijeme","Date/time":"Datum/vrijeme","Insert/edit link":"Umetni/izmijeni link","Text to display":"Tekst za prikaz","Url":"URL","Open link in...":"Otvori poveznicu u...","Current window":"Trenuta\u010dni prozor","None":"Nema","New window":"Novi prozor","Open link":"Otvori vezu","Remove link":"Ukloni poveznicu","Anchors":"Fiksne to\u010dke","Link...":"Poveznica...","Paste or type a link":"Zalijepite ili upi\u0161ite poveznicu","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":'URL koji ste unijeli izgleda kao email adresa. \u017delite li dodati tra\u017eeni prefiks "mailto:"?',"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":'URL koji ste unijeli izgleda kao vanjski link. \u017delite li dodati tra\u017eeni prefiks "http://"?',"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":'URL koji ste unijeli izgleda kao vanjski link. \u017delite li dodati tra\u017eeni prefiks "https://"?',"Link list":"Popis poveznica","Insert video":"Umetni videozapis","Insert/edit video":"Umetni/uredi videozapis","Insert/edit media":"Umetni/uredi medije","Alternative source":"Alternativni izvor","Alternative source URL":"URL alternativnog izvora","Media poster (Image URL)":"Medijski poster (URL slike)","Paste your embed code below:":"Zalijepite k\xf4d za ugradnju u nastavku:","Embed":"Ugradi","Media...":"Mediji...","Nonbreaking space":"Nerastavljaju\u0107i razmak","Page break":"Prijelom stranice","Paste as text":"Zalijepi kao tekst","Preview":"Pretpregled","Print":"Ispis","Print...":"Ispi\u0161i...","Save":"Spremi","Find":"Na\u0111i","Replace with":"Zamijeni s","Replace":"Zamijeni","Replace all":"Zamijeni sve","Previous":"Prethodno","Next":"Sljede\u0107e","Find and Replace":"Prona\u0111i i zamijeni","Find and replace...":"Prona\u0111i i zamijeni...","Could not find the specified string.":"Nije bilo mogu\u0107e prona\u0107i navedeni niz.","Match case":"Prilagodi slova","Find whole words only":"Prona\u0111i samo cijele rije\u010di","Find in selection":"Prona\u0111i u odabiru","Insert table":"Umetni tablicu","Table properties":"Svojstva tablice","Delete table":"Izbri\u0161i tablicu","Cell":"\u0106elija","Row":"Redak","Column":"Stupac","Cell properties":"Svojstva \u0107elija","Merge cells":"Spoji \u0107elije","Split cell":"Razdvoji \u0107elije","Insert row before":"Umetni redak ispred","Insert row after":"Umetni redak iza","Delete row":"Izbri\u0161i redak","Row properties":"Svojstva retka","Cut row":"Izre\u017ei redak","Cut column":"Izre\u017ei stupac","Copy row":"Kopiraj redak","Copy column":"Kopiraj stupac","Paste row before":"Zalijepi redak ispred","Paste column before":"Zalijepi stupac ispred","Paste row after":"Zalijepi redak iza","Paste column after":"Zalijepi stupac iza","Insert column before":"Umetni stupac ispred","Insert column after":"Umetni stupac iza","Delete column":"Izbri\u0161i stupac","Cols":"Stupci","Rows":"Redovi","Width":"\u0160irina","Height":"Visina","Cell spacing":"Razmak izme\u0111u \u0107elija","Cell padding":"Podloga \u0107elije","Row clipboard actions":"Radnje u retku me\u0111uspremnika","Column clipboard actions":"Radnje u stupcu me\u0111uspremnika","Table styles":"Stilovi tablice","Cell styles":"Stilovi \u0107elija","Column header":"Zaglavlje stupca","Row header":"Zaglavlje retka","Table caption":"Natpisi tablice","Caption":"Opis","Show caption":"Prika\u017ei natpis","Left":"Lijevo","Center":"Centriraj","Right":"Desno","Cell type":"Vrsta \u0107elije","Scope":"Podru\u010dje va\u017eenja","Alignment":"Poravnanje","Horizontal align":"Vodoravno poravnavanje","Vertical align":"Okomito poravnavanje","Top":"Vrh","Middle":"Sredina","Bottom":"Dno","Header cell":"\u0106elija zaglavlja","Row group":"Grupa redaka","Column group":"Grupa stupca","Row type":"Vrsta retka","Header":"Header","Body":"Tijelo","Footer":"Footer","Border color":"Boja granice","Solid":"Puna","Dotted":"To\u010dkasta","Dashed":"Isprekidana","Double":"Dvostruka","Groove":"Udubljena","Ridge":"Izbo\u010dena","Inset":"Uvu\u010dena","Outset":"Istaknuta","Hidden":"Skriveno","Insert template...":"Umetni predlo\u017eak...","Templates":"Predlo\u0161ci","Template":"Predlo\u017eak","Insert Template":"Umetni predlo\u017eak","Text color":"Boja teksta","Background color":"Boja pozadine","Custom...":"Prilago\u0111eno...","Custom color":"Prilago\u0111ena boja","No color":"Bez boje","Remove color":"Ukloni boju","Show blocks":"Prika\u017ei blokove","Show invisible characters":"Prika\u017ei nevidljive znakove","Word count":"Broj rije\u010di","Count":"Broj","Document":"Dokument","Selection":"Odabir","Words":"Rije\u010di","Words: {0}":"Rije\u010di: {0}","{0} words":"{0} rije\u010di","File":"Datoteka","Edit":"Uredi","Insert":"Umetni","View":"Prikaz","Format":"Oblikovanje","Table":"Tablica","Tools":"Alati","Powered by {0}":"Omogu\u0107uje {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Podru\u010dje formata Rich Text. Pritisnite ALT-F9 da biste pozvali izbornik. Pritisnite ALT-F10 da biste pozvali alatnu traku. Pritisnite ALT-0 da biste otvorili pomo\u0107.","Image title":"Naslov slike","Border width":"\u0160irina granice","Border style":"Stil granice","Error":"Pogre\u0161ka","Warn":"Upozori","Valid":"Valjano","To open the popup, press Shift+Enter":"Da biste otvorili sko\u010dni prozor, pritisnite Shift\xa0+\xa0Enter","Rich Text Area":"Podru\u010dje oboga\u0107enog teksta","Rich Text Area. Press ALT-0 for help.":"Podru\u010dje formata Rich Text. Pritisnite ALT-0 da biste otvorili pomo\u0107.","System Font":"Font sustava","Failed to upload image: {0}":"U\u010ditavanje slike nije uspjelo: {0}","Failed to load plugin: {0} from url {1}":"U\u010ditavanje dodatka nije uspjelo: {0} s url-a {1}","Failed to load plugin url: {0}":"U\u010ditavanje url-a dodatka nije uspjelo: {0}","Failed to initialize plugin: {0}":"Pokretanje dodatka nije uspjelo: {0}","example":"primjer","Search":"Tra\u017ei","All":"Svi","Currency":"Valuta","Text":"Tekst","Quotations":"Navodnici","Mathematical":"Matemati\u010dki","Extended Latin":"Pro\u0161ireni latinski","Symbols":"Simboli","Arrows":"Strelice","User Defined":"Korisni\u010dki definirano","dollar sign":"znak za dolar","currency sign":"znak za valutu","euro-currency sign":"znak za valutu \u2013 euro","colon sign":"znak za kolon","cruzeiro sign":"znak za cruzeiro","french franc sign":"znak za francuski franak","lira sign":"znak za liru","mill sign":"znak za mill","naira sign":"znak za nairu","peseta sign":"znak za pezetu","rupee sign":"znak za rupiju","won sign":"znak za von","new sheqel sign":"znak za novi \u0161ekel","dong sign":"znak za dong","kip sign":"znak za kip","tugrik sign":"znak za tugrik","drachma sign":"znak za drahmu","german penny symbol":"simbol za njema\u010dki peni","peso sign":"znak za pezo","guarani sign":"znak za gvarani","austral sign":"znak za austral","hryvnia sign":"znak za grivnju","cedi sign":"znak za cedi","livre tournois sign":"znak za livre tournois","spesmilo sign":"znak za spesmilo","tenge sign":"znak za tengu","indian rupee sign":"znak za indijsku rupiju","turkish lira sign":"znak za tursku liru","nordic mark sign":"znak za nordijsku marku","manat sign":"znak za manat","ruble sign":"znak za rubalj","yen character":"znak za jen","yuan character":"znak za juan","yuan character, in hong kong and taiwan":"znak za juan, u Hong Kongu i Tajvanu","yen/yuan character variant one":"znak za jen/juan, prva varijanta","Emojis":"Emotikoni","Emojis...":"Emotikoni...","Loading emojis...":"U\u010ditavanje emotikona...","Could not load emojis":"U\u010ditavanje emotikona nije uspjelo","People":"Osobe","Animals and Nature":"\u017divotinje i priroda","Food and Drink":"Hrana i pi\u0107e","Activity":"Aktivnosti","Travel and Places":"Putovanje i mjesta","Objects":"Predmeti","Flags":"Zastave","Characters":"Znakovi","Characters (no spaces)":"Znakovi (bez razmaka)","{0} characters":"{0} znakovi","Error: Form submit field collision.":"Pogre\u0161ka: sukob polja za podno\u0161enje obrasca.","Error: No form element found.":"Pogre\u0161ka: nema elementa oblika.","Color swatch":"Uzorak boje","Color Picker":"Izabira\u010d boja","Invalid hex color code: {0}":"Neispravan heksadecimalni k\xf4d boje: {0}","Invalid input":"Unos nije valjan","R":"R","Red component":"Crvena komponenta","G":"G","Green component":"Zelena komponenta","B":"B","Blue component":"Plava komponenta","#":"#","Hex color code":"Heksadecimalni kod boje","Range 0 to 255":"Raspon od 0 do 255","Turquoise":"Tirkizna","Green":"Zelena","Blue":"Plava","Purple":"Ljubi\u010dasta","Navy Blue":"Mornarsko plava","Dark Turquoise":"Tamnotirkizna","Dark Green":"Tamnozelena","Medium Blue":"Srednje plava","Medium Purple":"Srednje ljubi\u010dasta","Midnight Blue":"Pono\u0107no plava","Yellow":"\u017duta","Orange":"Naran\u010dasta","Red":"Crvena","Light Gray":"Svijetlosiva","Gray":"Siva","Dark Yellow":"Tamno\u017euta","Dark Orange":"Tamnonaran\u010dasta","Dark Red":"Tamnocrvena","Medium Gray":"Srednje siva","Dark Gray":"Tamnosiva","Light Green":"Svijetlozelena","Light Yellow":"Svjetlo\u017euta","Light Red":"Svjetlocrvena","Light Purple":"Svjetloljubi\u010dasta","Light Blue":"Svijetloplava","Dark Purple":"Tamnoljubi\u010dasta","Dark Blue":"Tamnoplava","Black":"Crna","White":"Bijela","Switch to or from fullscreen mode":"Prebacivanje u prikaz preko cijelog zaslona ili iz njega","Open help dialog":"Otvori dijalo\u0161ki okvir za pomo\u0107","history":"povijest","styles":"stilovi","formatting":"oblikovanje","alignment":"poravnanje","indentation":"uvlaka","Font":"Font","Size":"Veli\u010dina","More...":"Vi\u0161e...","Select...":"Odaberi...","Preferences":"Postavke","Yes":"Da","No":"Ne","Keyboard Navigation":"Navigacija na tipkovnici","Version":"Ina\u010dica","Code view":"Prikaz koda","Open popup menu for split buttons":"Otvori sko\u010dni izbornik za razdvojene gumbe","List Properties":"Svojstva popisa","List properties...":"Svojstva popisa...","Start list at number":"Zapo\u010dni popis od broja","Line height":"Visina retka","Dropped file type is not supported":"Nije podr\u017eana ispu\u0161tena vrsta datoteke","Loading...":"U\u010ditavanje...","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP pogre\u0161ka: Odbijen zahtjev","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP pogre\u0161ka: Nije mogu\u0107e prona\u0107i Image Proxy","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP pogre\u0161ka: Neispravan URL za Image Proxy","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP pogre\u0161ka: Nepoznata ImageProxy pogre\u0161ka","Accordion summary...":"Pregled vi\u0161eslojnog izbornika...","Accordion body...":"Tijelo vi\u0161eslojnog izbornika...","Insert accordion":"Umetni vi\u0161eslojni izbornik","Accordion":"Vi\u0161eslojni izbornik","Toggle accordion":"Promijeni odabir na vi\u0161eslojnom izborniku","Delete accordion":"Izbri\u0161i vi\u0161eslojni izbornik","comments":"komentari","Format painter":"Prenositelj oblikovanja","Capitalization":"Velika slova","lowercase":"mala slova","UPPERCASE":"VELIKA SLOVA","Title Case":"Pisanje naslova","Permanent pen":"trajna olovka","Permanent Pen Properties":"Trajna svojstva olovke","Permanent pen properties...":"Trajna svojstva olovke...","Case Change":"VELIKA/mala slova","Checklist":"Popis za provjeru","Insert checklist":"Umetni popis za provjeru"});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
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
|
+
tinymce.addI18n("hu_HU",{"Redo":"Ism\xe9t","Undo":"Visszavon\xe1s","Cut":"Kiv\xe1g","Copy":"M\xe1solat","Paste":"Beilleszt\xe9s","Select all":"Minden kijel\xf6l\xe9se","New document":"\xdaj dokumentum","Ok":"Rendben","Cancel":"M\xe9gse","Visual aids":"Vizu\xe1lis seg\xe9deszk\xf6z\xf6k","Bold":"F\xe9lk\xf6v\xe9r","Italic":"D\u0151lt","Underline":"Al\xe1h\xfazott","Strikethrough":"\xc1th\xfazott","Superscript":"Fels\u0151 index","Subscript":"Als\xf3 index","Clear formatting":"Form\xe1z\xe1s t\xf6rl\xe9se","Remove":"Elt\xe1vol\xedt\xe1s","Align left":"Balraigaz\xedt","Align center":"K\xf6z\xe9pre igaz\xedt","Align right":"Jobbraigaz\xedt","No alignment":"Nincs igaz\xedt\xe1s","Justify":"Igaz\xedt","Bullet list":"Listajeles lista","Numbered list":"Sz\xe1mozott lista","Decrease indent":"Beh\xfaz\xe1s cs\xf6kkent\xe9se","Increase indent":"Beh\xfaz\xe1s n\xf6vel\xe9se","Close":"Bez\xe1r","Formats":"Form\xe1tumok","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"B\xf6ng\xe9sz\u0151je nem t\xe1mogatja a v\xe1g\xf3lap k\xf6zvetlen el\xe9r\xe9s\xe9t. Haszn\xe1lja helyette a Ctrl+X/C/V billenty\u0171kombin\xe1ci\xf3kat.","Headings":"Fejl\xe9cek","Heading 1":"1. fejl\xe9c","Heading 2":"2. fejl\xe9c","Heading 3":"3. fejl\xe9c","Heading 4":"4. fejl\xe9c","Heading 5":"5. fejl\xe9c","Heading 6":"6. fejl\xe9c","Preformatted":"El\u0151form\xe1zott","Div":"Div","Pre":"Pre","Code":"K\xf3d","Paragraph":"Bekezd\xe9s","Blockquote":"Id\xe9zetblokk","Inline":"Foly\xf3 sz\xf6veg","Blocks":"T\xf6mb\xf6k","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Jelenleg a beilleszt\xe9s egyszer\u0171 sz\xf6vegk\xe9nt lehet\u0151s\xe9g van bekapcsolva. A rendszer a lehet\u0151s\xe9g kikapcsol\xe1s\xe1ig egyszer\u0171 sz\xf6vegk\xe9nt illeszti be a v\xe1g\xf3lap tartalm\xe1t.","Fonts":"Bet\u0171t\xedpusok","Font sizes":"Bet\u0171m\xe9retek","Class":"Class","Browse for an image":"K\xe9p keres\xe9se tall\xf3z\xe1ssal","OR":"VAGY","Drop an image here":"H\xfazz ide egy k\xe9pet","Upload":"Felt\xf6lt\xe9s","Uploading image":"K\xe9p felt\xf6lt\xe9se folyamatban","Block":"Blokk","Align":"Igaz\xedt\xe1s","Default":"Alap\xe9rtelmezett","Circle":"\xdcres k\xf6r","Disc":"Kit\xf6lt\xf6tt k\xf6r","Square":"N\xe9gyzet","Lower Alpha":"Kisbet\u0171s","Lower Greek":"Kisbet\u0171s g\xf6r\xf6g","Lower Roman":"Kisbet\u0171s r\xf3mai sz\xe1mos","Upper Alpha":"Nagybet\u0171s","Upper Roman":"Nagybet\u0171s r\xf3mai sz\xe1mos","Anchor...":"Horgony...","Anchor":"Horgony","Name":"Name","ID":"Azonos\xedt\xf3","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"Az azonos\xedt\xf3nak bet\u0171vel kell kezd\u0151dnie, amelyet csak bet\u0171k, sz\xe1mok, k\xf6t\u0151jelek, pontok, kett\u0151spontok \xe9s al\xe1h\xfaz\xe1sjelek k\xf6vethetnek.","You have unsaved changes are you sure you want to navigate away?":"Nem mentett m\xf3dos\xedt\xe1said vannak, biztosan el akarsz navig\xe1lni?","Restore last draft":"Utols\xf3 piszkozat vissza\xe1ll\xedt\xe1sa","Special character...":"Speci\xe1lis karakter...","Special Character":"Speci\xe1lis karakter","Source code":"Forr\xe1sk\xf3d","Insert/Edit code sample":"K\xf3dminta besz\xfar\xe1sa/szerkeszt\xe9se","Language":"Language","Code sample...":"K\xf3dminta...","Left to right":"Balr\xf3l jobbra","Right to left":"Jobbr\xf3l balra","Title":"C\xedm","Fullscreen":"Teljes k\xe9perny\u0151","Action":"M\u0171velet","Shortcut":"Billenty\u0171kombin\xe1ci\xf3","Help":"S\xfag\xf3","Address":"C\xedm","Focus to menubar":"F\xf3kusz a men\xfcre","Focus to toolbar":"F\xf3kusz az eszk\xf6zt\xe1rra","Focus to element path":"F\xf3kusz az elem el\xe9r\xe9si \xfatj\xe1ra","Focus to contextual toolbar":"F\xf3kusz a k\xf6rnyezetf\xfcgg\u0151 eszk\xf6zt\xe1rra","Insert link (if link plugin activated)":"Hivatkoz\xe1s besz\xfar\xe1sa (ha a hivatkoz\xe1s be\xe9p\xfcl\u0151 modul enged\xe9lyezett)","Save (if save plugin activated)":"Ment\xe9s (ha a ment\xe9s be\xe9p\xfcl\u0151 modul enged\xe9lyezett)","Find (if searchreplace plugin activated)":"Keres\xe9s (ha a keres\xe9s \xe9s csere be\xe9p\xfcl\u0151 modul enged\xe9lyezett)","Plugins installed ({0}):":"Telep\xedtett b\u0151v\xedtm\xe9nyek ({0}):","Premium plugins:":"Pr\xe9mium be\xe9p\xfcl\u0151 modulok:","Learn more...":"Tudj meg t\xf6bbet...","You are using {0}":"Haszn\xe1latban: {0}","Plugins":"Be\xe9p\xfcl\u0151 modulok","Handy Shortcuts":"Hasznos billenty\u0171parancsok","Horizontal line":"V\xedzszintes vonal","Insert/edit image":"K\xe9p beilleszt\xe9se/szerkeszt\xe9se","Alternative description":"Helyettes\xedt\u0151 le\xedr\xe1s","Accessibility":"Hozz\xe1f\xe9r\xe9s","Image is decorative":"A k\xe9p csak d\xedsz\xedt\u0151elemk\xe9nt szolg\xe1l","Source":"Forr\xe1s","Dimensions":"M\xe9retek","Constrain proportions":"M\xe9retar\xe1ny","General":"\xc1ltal\xe1nos","Advanced":"El\u0151rehaladott","Style":"St\xedlus","Vertical space":"T\xe9rk\xf6z f\xfcgg\u0151legesen","Horizontal space":"V\xedzszintes hely","Border":"Szeg\xe9ly","Insert image":"K\xe9p beilleszt\xe9se","Image...":"K\xe9p...","Image list":"K\xe9plista","Resize":"\xc1tm\xe9retez\xe9s","Insert date/time":"D\xe1tum/id\u0151 beilleszt\xe9se","Date/time":"D\xe1tum/id\u0151","Insert/edit link":"Hivatkoz\xe1s besz\xfar\xe1sa/szerkeszt\xe9se","Text to display":"Megjelen\xedtend\u0151 sz\xf6veg","Url":"Url","Open link in...":"Hivatkoz\xe1s megnyit\xe1sa...","Current window":"Jelenlegi ablak","None":"Nincs","New window":"\xdaj ablak","Open link":"Hivatkoz\xe1s megnyit\xe1sa","Remove link":"Hivatkoz\xe1s t\xf6rl\xe9se","Anchors":"Horgonyok","Link...":"Hivatkoz\xe1s...","Paste or type a link":"Hivatkoz\xe1s be\xedr\xe1sa vagy beilleszt\xe9se","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\xdagy t\u0171nik, hogy a megadott URL egy e-mail c\xedm. Hozz\xe1 akarja f\u0171zni a sz\xfcks\xe9ges mailto: el\u0151tagot?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\xdagy t\u0171nik, hogy a megadott URL egy k\xfcls\u0151 hivatkoz\xe1s. Hozz\xe1 akarja f\u0171zni a sz\xfcks\xe9ges http:// el\u0151tagot?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\xdagy t\u0171nik, hogy a megadott URL egy k\xfcls\u0151 hivatkoz\xe1s. Hozz\xe1 akarja f\u0171zni a sz\xfcks\xe9ges https:// el\u0151tagot?","Link list":"Link lista","Insert video":"Vide\xf3 beilleszt\xe9se","Insert/edit video":"Vide\xf3 beilleszt\xe9se/szerkeszt\xe9se","Insert/edit media":"M\xe9dia beilleszt\xe9se/szerkeszt\xe9se","Alternative source":"Alternat\xedv forr\xe1s","Alternative source URL":"Alternat\xedv forr\xe1s URL","Media poster (Image URL)":"M\xe9dia poszter (k\xe9p URL)","Paste your embed code below:":"Illeszd be a be\xe1gyaz\xe1si k\xf3dot al\xe1bb:","Embed":"Be\xe1gyaz\xe1s","Media...":"M\xe9dia...","Nonbreaking space":"Nem t\xf6rhet\u0151 sz\xf3k\xf6z","Page break":"Oldalt\xf6r\xe9s","Paste as text":"Beilleszt\xe9s sz\xf6vegk\xe9nt","Preview":"El\u0151n\xe9zet","Print":"Nyomtat\xe1s","Print...":"Nyomtat\xe1s...","Save":"Elment","Find":"Keres\xe9s","Replace with":"Csere ezzel:","Replace":"Csere","Replace all":"Mindent kicser\xe9l","Previous":"El\u0151z\u0151","Next":"K\xf6vetkez\u0151","Find and Replace":"Keres\xe9s \xe9s csere","Find and replace...":"Keres\xe9s \xe9s csere...","Could not find the specified string.":"A be\xedrt kifejez\xe9s nem tal\xe1lhat\xf3.","Match case":"Kis- \xe9s nagybet\u0171k figyelembev\xe9tele","Find whole words only":"Csak teljes szavak keres\xe9se","Find in selection":"Keres\xe9s a kiv\xe1lasztott ter\xfcleten","Insert table":"T\xe1bl\xe1zat beilleszt\xe9se","Table properties":"T\xe1bl\xe1zat tulajdons\xe1gai","Delete table":"T\xe1bl\xe1zat t\xf6rl\xe9se","Cell":"Cella","Row":"Sor","Column":"Oszlop","Cell properties":"Cella tulajdons\xe1gai","Merge cells":"Cell\xe1k egyes\xedt\xe9se","Split cell":"Cell\xe1k sz\xe9tv\xe1laszt\xe1sa","Insert row before":"Sor besz\xfar\xe1sa el\xe9","Insert row after":"Sor besz\xfar\xe1sa m\xf6g\xe9","Delete row":"Sor t\xf6rl\xe9se","Row properties":"Sor tulajdons\xe1gai","Cut row":"Sor kiv\xe1g\xe1sa","Cut column":"Oszlop kiv\xe1g\xe1sa","Copy row":"Sor m\xe1sol\xe1sa","Copy column":"Oszlop m\xe1sol\xe1sa","Paste row before":"Sor beilleszt\xe9se el\xe9","Paste column before":"Oszlop beilleszt\xe9se el\xe9","Paste row after":"Sor beilleszt\xe9se m\xf6g\xe9","Paste column after":"Oszlop beilleszt\xe9se m\xf6g\xe9","Insert column before":"Oszlop besz\xfar\xe1sa el\xe9","Insert column after":"Oszlop besz\xfar\xe1sa m\xf6g\xe9","Delete column":"Oszlop t\xf6rl\xe9se","Cols":"Oszlopok","Rows":"Sorok","Width":"Sz\xe9less\xe9g","Height":"Magass\xe1g","Cell spacing":"Cellat\xe1vols\xe1g","Cell padding":"Cellamarg\xf3","Row clipboard actions":"Sor v\xe1g\xf3lapm\u0171veletei","Column clipboard actions":"Oszlop v\xe1g\xf3lapm\u0171veletei","Table styles":"T\xe1bl\xe1zatst\xedlusok","Cell styles":"Cellast\xedlusok","Column header":"Oszlopfejl\xe9c","Row header":"Sorfejl\xe9c","Table caption":"T\xe1bl\xe1zat c\xedmsora","Caption":"K\xe9pal\xe1\xedr\xe1s","Show caption":"C\xedm megjelen\xedt\xe9se","Left":"Balra","Center":"K\xf6z\xe9p","Right":"Jobb","Cell type":"Cellat\xedpus","Scope":"Tartom\xe1ny","Alignment":"Igaz\xedt\xe1s","Horizontal align":"V\xedzszintes igaz\xedt\xe1s","Vertical align":"F\xfcgg\u0151leges igaz\xedt\xe1s","Top":"Fel\xfcl","Middle":"K\xf6z\xe9p","Bottom":"Als\xf3 oldal","Header cell":"C\xedmsor cella","Row group":"Sorcsoport","Column group":"Oszlopcsoport","Row type":"Sort\xedpus","Header":"Header","Body":"Sz\xf6vegt\xf6rzs","Footer":"L\xe1bl\xe9c","Border color":"Szeg\xe9lysz\xedn","Solid":"T\xf6m\xf6r","Dotted":"P\xf6tty\xf6s","Dashed":"Vonalas","Double":"Kett\u0151s","Groove":"M\xe9lyed\xe9s","Ridge":"Kiemelked\xe9s","Inset":"Beh\xfaz\xe1s","Outset":"Kih\xfaz\xe1s","Hidden":"Rejtett","Insert template...":"Sablon besz\xfar\xe1sa...","Templates":"Sablonok","Template":"Sablon","Insert Template":"Sablon besz\xfar\xe1sa","Text color":"Sz\xf6vegsz\xedn","Background color":"H\xe1tt\xe9rsz\xedn","Custom...":"Egy\xe9ni...","Custom color":"Egy\xe9ni sz\xedn","No color":"Nincs sz\xedn","Remove color":"Sz\xedn t\xf6rl\xe9se","Show blocks":"Blokkok mutat\xe1sa","Show invisible characters":"L\xe1thatatlan karakterek mutat\xe1sa","Word count":"Szavak sz\xe1ma","Count":"Sz\xe1m","Document":"Dokumentum","Selection":"Kiv\xe1laszt\xe1s","Words":"Szavak","Words: {0}":"Szavak: {0}","{0} words":"{0} sz\xf3","File":"F\xe1jl","Edit":"Szerkeszt\xe9s","Insert":"Besz\xfar\xe1s","View":"N\xe9zet","Format":"Form\xe1tum","Table":"T\xe1bl\xe1zat","Tools":"Eszk\xf6z\xf6k","Powered by {0}":"\xdczemelteti: {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Rich Text ter\xfclet. Men\xfc: ALT-F9 Eszk\xf6zt\xe1r: ALT-F10 S\xfag\xf3: ALT-0","Image title":"K\xe9p c\xedme","Border width":"Szeg\xe9ly vastags\xe1ga","Border style":"Szeg\xe9ly st\xedlusa","Error":"Hiba","Warn":"Figyelmeztet\xe9s","Valid":"\xc9rv\xe9nyes","To open the popup, press Shift+Enter":"A felugr\xf3 ablak megnyit\xe1s\xe1hoz nyomja meg a Shift+Enter billenty\u0171t","Rich Text Area":"Rich Text ter\xfclet","Rich Text Area. Press ALT-0 for help.":"Rich Text ter\xfclet. S\xfag\xf3: ALT-0","System Font":"Rendszer-bet\u0171t\xedpus","Failed to upload image: {0}":"Nem siker\xfclt felt\xf6lteni a k\xe9pet: {0}","Failed to load plugin: {0} from url {1}":"Nem siker\xfclt bet\xf6lteni a k\xf6vetkez\u0151 b\u0151v\xedtm\xe9nyt: {0} err\u0151l az URL-r\u0151l: {1}","Failed to load plugin url: {0}":"Nem siker\xfclt bet\xf6lteni a b\u0151v\xedtm\xe9ny URL-j\xe9t: {0}","Failed to initialize plugin: {0}":"Nem siker\xfclt inicializ\xe1lni a k\xf6vetkez\u0151 b\u0151v\xedtm\xe9nyt: {0}","example":"p\xe9lda","Search":"Keres\xe9s","All":"Minden","Currency":"P\xe9nznem","Text":"Sz\xf6veg","Quotations":"Id\xe9z\u0151jelek","Mathematical":"Matematikai","Extended Latin":"B\u0151v\xedtett latin","Symbols":"Szimb\xf3lumok","Arrows":"Nyilak","User Defined":"Felhaszn\xe1l\xf3 \xe1ltal meghat\xe1rozott","dollar sign":"doll\xe1r jel","currency sign":"valuta jel","euro-currency sign":"euro-valuta jel","colon sign":"kett\u0151spont","cruzeiro sign":"cruzeiro jel","french franc sign":"francia frank jel","lira sign":"l\xedra jel","mill sign":"mill jel","naira sign":"naira jel","peseta sign":"peseta jel","rupee sign":"r\xfapia jel","won sign":"won jel","new sheqel sign":"\xfaj shekel jel","dong sign":"dong jel","kip sign":"kip jel","tugrik sign":"tugrik jel","drachma sign":"drachma jel","german penny symbol":"n\xe9met penny jel","peso sign":"peso jel","guarani sign":"guarani jel","austral sign":"austral jel","hryvnia sign":"hrivnya jel","cedi sign":"cedi jel","livre tournois sign":"livre tournois jel","spesmilo sign":"spesmilo jel","tenge sign":"tenge jel","indian rupee sign":"r\xfapel jel","turkish lira sign":"t\xf6r\xf6k l\xedra jel","nordic mark sign":"\xe9szaki m\xe1rka jel","manat sign":"manat jel","ruble sign":"rubel jel","yen character":"jen karakter","yuan character":"j\xfcan karakter","yuan character, in hong kong and taiwan":"hongkongi \xe9s tajvani j\xfcan karakter","yen/yuan character variant one":"jen/j\xfcan karaktervari\xe1ns","Emojis":"Emojik","Emojis...":"Emojik...","Loading emojis...":"Emojik bet\xf6lt\xe9se...","Could not load emojis":"Nem siker\xfclt bet\xf6lteni az emojikat","People":"Emberek","Animals and Nature":"\xc1llatok \xe9s term\xe9szet","Food and Drink":"\xc9tel, ital","Activity":"Tev\xe9kenys\xe9gek","Travel and Places":"Utaz\xe1s \xe9s helyek","Objects":"T\xe1rgyak","Flags":"Z\xe1szl\xf3k","Characters":"Karakterek","Characters (no spaces)":"Karakterek (sz\xf3k\xf6z\xf6k n\xe9lk\xfcl)","{0} characters":"{0} karakter","Error: Form submit field collision.":"Hiba: \xdctk\xf6z\xe9s t\xf6rt\xe9nt az \u0171rlap elk\xfcld\xe9sekor.","Error: No form element found.":"Hiba: Nem tal\xe1lhat\xf3 \u0171rlap elem.","Color swatch":"Sz\xednpaletta","Color Picker":"Sz\xednv\xe1laszt\xf3","Invalid hex color code: {0}":"\xc9rv\xe9nytelen hexadecim\xe1lis sz\xednk\xf3d: {0}","Invalid input":"\xc9rv\xe9nytelen a be\xedrt \xe9rt\xe9k","R":"R","Red component":"Piros \xf6sszetev\u0151","G":"G","Green component":"Z\xf6ld \xf6sszetev\u0151","B":"B","Blue component":"K\xe9k \xf6sszetev\u0151","#":"#","Hex color code":"Hexadecim\xe1lis sz\xednk\xf3d","Range 0 to 255":"0 \xe9s 255 k\xf6z\xf6tti tartom\xe1ny","Turquoise":"T\xfcrkiz","Green":"Z\xf6ld","Blue":"K\xe9k","Purple":"Lila","Navy Blue":"Tengerk\xe9k","Dark Turquoise":"S\xf6t\xe9tt\xfcrkiz","Dark Green":"S\xf6t\xe9tz\xf6ld","Medium Blue":"Kir\xe1lyk\xe9k","Medium Purple":"K\xf6z\xe9plila","Midnight Blue":"\xc9jf\xe9lk\xe9k","Yellow":"S\xe1rga","Orange":"Narancss\xe1rga","Red":"Piros","Light Gray":"Vil\xe1gossz\xfcrke","Gray":"Sz\xfcrke","Dark Yellow":"S\xf6t\xe9ts\xe1rga","Dark Orange":"S\xf6t\xe9t narancss\xe1rga","Dark Red":"S\xf6t\xe9tv\xf6r\xf6s","Medium Gray":"K\xf6z\xe9psz\xfcrke","Dark Gray":"S\xf6t\xe9tsz\xfcrke","Light Green":"Vil\xe1gosz\xf6ld","Light Yellow":"Vil\xe1goss\xe1rga","Light Red":"Vil\xe1gospiros","Light Purple":"Vil\xe1goslila","Light Blue":"Vil\xe1gosk\xe9k","Dark Purple":"S\xf6t\xe9tlila","Dark Blue":"S\xf6t\xe9tk\xe9k","Black":"Fekete","White":"Feh\xe9r","Switch to or from fullscreen mode":"Teljes vagy norm\xe1l k\xe9perny\u0151s m\xf3dra v\xe1lt\xe1s","Open help dialog":"S\xfag\xf3ablak megnyit\xe1sa","history":"el\u0151zm\xe9nyek","styles":"st\xedlusok","formatting":"form\xe1z\xe1s","alignment":"igaz\xedt\xe1s","indentation":"beh\xfaz\xe1s","Font":"Bet\u0171t\xedpus","Size":"M\xe9ret","More...":"Tov\xe1bbiak...","Select...":"V\xe1lasszon...","Preferences":"Preferenci\xe1k","Yes":"Igen","No":"Nem","Keyboard Navigation":"Navig\xe1ci\xf3 a billenty\u0171zettel","Version":"Verzi\xf3","Code view":"K\xf3dn\xe9zet","Open popup menu for split buttons":"Felugr\xf3 men\xfc megnyit\xe1sa osztott gombokn\xe1l","List Properties":"Lista tulajdons\xe1gok","List properties...":"Lista tulajdons\xe1gai...","Start list at number":"Lista kezd\xe9se a k\xf6vetkez\u0151 sz\xe1mmal:","Line height":"Sormagass\xe1g","Dropped file type is not supported":"A beh\xfazott f\xe1jlt\xedpus nem t\xe1mogatott","Loading...":"T\xf6lt\xe9s...","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP-hiba: visszautas\xedtott k\xe9r\xe9s","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP-hiba: nem tal\xe1lhat\xf3 a k\xe9pek proxykiszolg\xe1l\xf3ja","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP-hiba: helytelen a k\xe9pek proxykiszolg\xe1l\xf3j\xe1nak megadott URL-c\xedme","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP-hiba: ismeretlen ImageProxy-hiba","Accordion summary...":"Harmonika \xf6sszegz\xe9se...","Accordion body...":"Harmonika t\xf6rzse...","Insert accordion":"Harmonika besz\xfar\xe1sa","Accordion":"Harmonika","Toggle accordion":"Harmonika be- \xe9s kikapcsol\xe1sa","Delete accordion":"Harmonika t\xf6rl\xe9se","comments":"megjegyz\xe9sek","Format painter":"Form\xe1tum m\xe1sol\xe1sa","Capitalization":"Nagybet\u0171s \xedr\xe1s","lowercase":"kisbet\u0171s","UPPERCASE":"NAGYBET\u0170S","Title Case":"C\xedm szerinti \xedr\xe1sm\xf3d","Permanent pen":"sz\xf6vegkiemel\u0151","Permanent Pen Properties":"Tart\xf3s toll tulajdons\xe1gai","Permanent pen properties...":"Tart\xf3s toll tulajdons\xe1gai...","Case Change":"v\xe1lt\xe1s a kisbet\u0171s/nagybet\u0171s \xedr\xe1sm\xf3d k\xf6z\xf6tt","Checklist":"Ellen\u0151rz\u0151lista","Insert checklist":"Ellen\u0151rz\u0151 lista besz\xfar\xe1sa"});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
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
|
+
tinymce.addI18n("id",{"Redo":"Ulang","Undo":"Batalkan","Cut":"Potong","Copy":"Salin","Paste":"Rekat","Select all":"Pilih semua","New document":"Dokumen baru","Ok":"Ok","Cancel":"Batal","Visual aids":"Alat bantu visual","Bold":"Tebal","Italic":"Miring","Underline":"Garis bawah","Strikethrough":"Coret","Superscript":"Superskrip","Subscript":"Subskrip","Clear formatting":"Kosongkan format","Remove":"Hapus","Align left":"Rata kiri","Align center":"Rata tengah","Align right":"Rata kanan","No alignment":"Tanpa penyejajaran","Justify":"Rata penuh","Bullet list":"Daftar bersimbol","Numbered list":"Daftar bernomor","Decrease indent":"Kurangi inden","Increase indent":"Tambah inden","Close":"Tutup","Formats":"Format","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Browser Anda tidak mendukung akses langsung ke papan klip. Gunakan pintasan Ctrl+X/C/V dari keyboard sebagai gantinya.","Headings":"Kepala","Heading 1":"Kepala 1","Heading 2":"Kepala 2","Heading 3":"Kepala 3","Heading 4":"Kepala 4","Heading 5":"Kepala 5","Heading 6":"Kepala 6","Preformatted":"Praformat","Div":"Div","Pre":"Pre","Code":"Kode","Paragraph":"Paragraf","Blockquote":"Kutipan","Inline":"Baris","Blocks":"Blok","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"'Rekat' sekarang dalam mode teks polos. Konten akan direkatkan sebagai teks polos hingga Anda menonaktifkan opsi ini.","Fonts":"Huruf","Font sizes":"Ukuran font","Class":"Kelas","Browse for an image":"Jelajahi gambar","OR":"ATAU","Drop an image here":"Simpan gambar di sini","Upload":"Unggah","Uploading image":"Mengunggah gambar","Block":"Blok","Align":"Sejajarkan","Default":"Default","Circle":"Lingkaran","Disc":"Cakram","Square":"Kotak","Lower Alpha":"Huruf Kecil","Lower Greek":"Huruf Kecil Yunani","Lower Roman":"Huruf Kecil Romawi","Upper Alpha":"Huruf Besar","Upper Roman":"Huruf Besar Romawi","Anchor...":"Jangkar..","Anchor":"Jangkar","Name":"Nama","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID harus diawali dengan huruf, lalu diikuti oleh huruf, angka, tanda pisah, titik, titik dua, atau garis bawah saja.","You have unsaved changes are you sure you want to navigate away?":"Anda memiliki perubahan yang belum disimpan, yakin ingin beralih ?","Restore last draft":"Pulihkan draf sebelumnya","Special character...":"Karakter khusus...","Special Character":"Karakter Khusus","Source code":"Kode sumber","Insert/Edit code sample":"Tambah/Edit sampel kode","Language":"Bahasa","Code sample...":"Sampel kode...","Left to right":"Kiri ke kanan","Right to left":"Kanan ke kiri","Title":"Judul","Fullscreen":"Layar penuh","Action":"Tindakan","Shortcut":"Pintasan","Help":"Bantuan","Address":"Alamat","Focus to menubar":"Fokus ke bilah menu","Focus to toolbar":"Fokus ke bilah alat","Focus to element path":"Fokus ke alur elemen","Focus to contextual toolbar":"Fokus ke bilah alat kontekstual","Insert link (if link plugin activated)":"Masukan tautan (jika plugin tautan diaktifkan)","Save (if save plugin activated)":"Simpan (jika plugin simpan diaktifkan)","Find (if searchreplace plugin activated)":"Cari (jika plugin cari ganti diaktifkan)","Plugins installed ({0}):":"Plugin terinstal ({0}):","Premium plugins:":"Plugin premium:","Learn more...":"Ketahui selengkapnya...","You are using {0}":"Anda menggunakan {0}","Plugins":"Plugin","Handy Shortcuts":"Pintasan Bermanfaat","Horizontal line":"Garis horizontal","Insert/edit image":"Masukkan/edit gambar","Alternative description":"Deskripsi alternatif","Accessibility":"Aksesibilitas","Image is decorative":"Gambar ini hiasan","Source":"Sumber","Dimensions":"Dimensi","Constrain proportions":"Pertahankan proporsi","General":"Umum","Advanced":"Lanjutan","Style":"Gaya","Vertical space":"Ruang vertikal","Horizontal space":"Ruang horizontal","Border":"Batas","Insert image":"Masukkan gambar","Image...":"Gambar...","Image list":"Daftar gambar","Resize":"Ubah ukuran","Insert date/time":"Masukkan tanggal/waktu","Date/time":"Tanggal/waktu","Insert/edit link":"Masukkan/edit tautan","Text to display":"Teks yang akan ditampilkan","Url":"Url","Open link in...":"Buka tautan dalam...","Current window":"Jendela saat ini","None":"Tidak ada","New window":"Jendela baru","Open link":"Buka tautan","Remove link":"Hapus tautan","Anchors":"Jangkar","Link...":"Tautan...","Paste or type a link":"Rekat atau ketik tautan","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"URL yang dimasukkan sepertinya adalah alamat email. Apakah Anda ingin menambahkan prefiks mailto: yang dibutuhkan?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"URL yang dimasukkan sepertinya adalah tautan eksternal. Apakah Anda ingin menambahkan prefiks http:// yang dibutuhkan?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"URL yang dimasukkan sepertinya adalah tautan eksternal. Apakah Anda ingin menambahkah prefiks http:// yang dibutuhkan?","Link list":"Daftar tautan","Insert video":"Masukkan video","Insert/edit video":"Masukkan/edit video","Insert/edit media":"Masukkan/edit media","Alternative source":"Sumber alternatif","Alternative source URL":"URL Sumber alternatif","Media poster (Image URL)":"Poster media (URL gambar)","Paste your embed code below:":"Rekatkan kode sematan di bawah:","Embed":"Semat","Media...":"Media...","Nonbreaking space":"Spasi","Page break":"Halaman baru","Paste as text":"Rekatkan sebagai teks","Preview":"Pratinjau","Print":"Cetak","Print...":"Cetak...","Save":"Simpan","Find":"Cari","Replace with":"Ganti dengan","Replace":"Ganti","Replace all":"Ganti semua","Previous":"Sebelumnya","Next":"Berikutnya","Find and Replace":"Cari dan Ganti","Find and replace...":"Cari dan ganti...","Could not find the specified string.":"Tidak dapat menemukan string yang dimaksud.","Match case":"Samakan besar kecil huruf","Find whole words only":"Cari hanya kata utuh","Find in selection":"Cari dalam pemilihan","Insert table":"Masukkan tabel","Table properties":"Properti tabel","Delete table":"Hapus tabel","Cell":"Sel","Row":"Baris","Column":"Kolom","Cell properties":"Properti sel","Merge cells":"Gabung sel","Split cell":"Bagi sel","Insert row before":"Sisipkan baris sebelum","Insert row after":"Sisipkan baris setelah","Delete row":"Hapus baris","Row properties":"Properti baris","Cut row":"Potong baris","Cut column":"Potong kolom","Copy row":"Salin baris","Copy column":"Salin kolom","Paste row before":"Rekat baris sebelum","Paste column before":"Rekat kolom sebelum","Paste row after":"Rekat baris setelah","Paste column after":"Rekat kolom setelah","Insert column before":"Masukkan kolom sebelum","Insert column after":"Masukkan kolom setelah","Delete column":"Hapus kolom","Cols":"Kolom","Rows":"Baris","Width":"Lebar","Height":"Tinggi","Cell spacing":"Jarak sel","Cell padding":"Lapisan sel","Row clipboard actions":"Tindakan papan klip baris","Column clipboard actions":"Tindakan papan klip kolom","Table styles":"Gaya tabel","Cell styles":"Gaya sel","Column header":"Judul kolom","Row header":"Judul baris","Table caption":"Keterangan tabel","Caption":"Keterangan","Show caption":"Perlihatkan keterangan","Left":"Kiri","Center":"Tengah","Right":"Kanan","Cell type":"Tipe sel","Scope":"Cakupan","Alignment":"Penyejajaran","Horizontal align":"Perataan horizontal","Vertical align":"Perataan vertikal","Top":"Atas","Middle":"Tengah","Bottom":"Bawah","Header cell":"Sel judul","Row group":"Grup baris","Column group":"Grup kolom","Row type":"Tipe baris","Header":"Judul","Body":"Badan","Footer":"Footer","Border color":"Warna pinggiran","Solid":"Padat","Dotted":"Titik-titik","Dashed":"Bergaris putus-putus","Double":"Ganda","Groove":"Beralur","Ridge":"Kerutan","Inset":"Sisipan","Outset":"Awal","Hidden":"Tersembunyi","Insert template...":"Masukkan template...","Templates":"Template","Template":"Template","Insert Template":"Masukkan Template","Text color":"Warna teks","Background color":"Warna latar belakang","Custom...":"Khusus...","Custom color":"Warna khusus","No color":"Tanpa berwarna","Remove color":"Hapus warna","Show blocks":"Tampilkan blok","Show invisible characters":"Tampilkan karakter tak tampak","Word count":"Hitungan kata","Count":"Hitungan","Document":"Dokumen","Selection":"Pemilihan","Words":"Kata","Words: {0}":"Kata: {0}","{0} words":"{0} kata","File":"File","Edit":"Edit","Insert":"Masukkan","View":"Tampilkan","Format":"Format","Table":"Tabel","Tools":"Alat","Powered by {0}":"Didukung oleh {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Area Teks Kaya. Tekan ALT-F9 untuk menu. Tekan ALT-F10 untuk bilah alat. Tekan ALT-0 untuk bantuan","Image title":"Judul gambar","Border width":"Lebar pinggiran","Border style":"Gaya pinggiran","Error":"Kesalahan","Warn":"Peringatkan","Valid":"Valid","To open the popup, press Shift+Enter":"Untuk membuka popup, tekan Shift+Enter","Rich Text Area":"Area Teks Kaya","Rich Text Area. Press ALT-0 for help.":"Area Teks Kaya. Tekan ALT-0 untuk bantuan.","System Font":"Huruf Sistem","Failed to upload image: {0}":"Gagal mengunggah gambar: {0}","Failed to load plugin: {0} from url {1}":"Gagal memuat plugin: {0} dari url {1}","Failed to load plugin url: {0}":"Gagal memuat url plugin: {0}","Failed to initialize plugin: {0}":"Gagal memulai plugin: {0}","example":"contoh","Search":"Cari","All":"Semua","Currency":"Mata Uang","Text":"Teks","Quotations":"Kutipan","Mathematical":"Matematis","Extended Latin":"Latin Diperluas","Symbols":"Simbol","Arrows":"Panah","User Defined":"Ditentukan Pengguna","dollar sign":"tanda dolar","currency sign":"tanda mata uang","euro-currency sign":"tanda mata uang eropa","colon sign":"tanda titik dua","cruzeiro sign":"tanda cruzeiro","french franc sign":"tanda franc prancis","lira sign":"tanda lira","mill sign":"tanda mill","naira sign":"tanda naira","peseta sign":"tanda peseta","rupee sign":"tanda rupee","won sign":"tanda won","new sheqel sign":"tanda sheqel baru","dong sign":"tanda dong","kip sign":"tanda kip","tugrik sign":"tanda tugrik","drachma sign":"tanda drachma","german penny symbol":"simbol penny jerman","peso sign":"tanda peso","guarani sign":"tanda guarani","austral sign":"tanda austral","hryvnia sign":"tanda hryvnia","cedi sign":"tanda cedi","livre tournois sign":"tanda livre tournois","spesmilo sign":"tanda spesmilo","tenge sign":"tanda tenge","indian rupee sign":"tanda rupee india","turkish lira sign":"tanda lira turki","nordic mark sign":"tanda mark nordik","manat sign":"tanda manat","ruble sign":"tanda ruble","yen character":"karakter yen","yuan character":"karakter yuan","yuan character, in hong kong and taiwan":"karakter yuan, di hong kong dan taiwan","yen/yuan character variant one":"varian satu karakter yen/yuan","Emojis":"Emoji","Emojis...":"Emoji...","Loading emojis...":"Memuat emoji...","Could not load emojis":"Tidak dapat memuat emoji","People":"Orang","Animals and Nature":"Hewan dan Alam","Food and Drink":"Makanan dan Minuman","Activity":"Aktivitas","Travel and Places":"Perjalanan dan Lokasi","Objects":"Objek","Flags":"Bendera","Characters":"Karakter","Characters (no spaces)":"Karakter (tanpa spasi)","{0} characters":"{0} karakter","Error: Form submit field collision.":"Kesalahan: Benturan bidang pengiriman bentuk.","Error: No form element found.":"Kesalahan: tidak ditemukan elemen bentuk.","Color swatch":"Contoh warna","Color Picker":"Pemilih warna","Invalid hex color code: {0}":"Kode warna hex tidak valid: {0}","Invalid input":"Input tidak valid","R":"R","Red component":"Komponen merah","G":"G","Green component":"Komponen hijau","B":"B","Blue component":"Komponen biru","#":"#","Hex color code":"Kode warna heksadesimal","Range 0 to 255":"Rentang 0 hingga 255","Turquoise":"Turquoise","Green":"Hijau","Blue":"Biru","Purple":"Ungu","Navy Blue":"Biru Navy","Dark Turquoise":"Turquoise Gelap","Dark Green":"Hijau Gelap","Medium Blue":"Biru Medium","Medium Purple":"Ungu Medium","Midnight Blue":"Biru Midnight","Yellow":"Kuning","Orange":"Jingga","Red":"Merah","Light Gray":"Abu Muda","Gray":"Abu-abu","Dark Yellow":"Kuning Gelap","Dark Orange":"Jingga Gelap","Dark Red":"Merah Gelap","Medium Gray":"Abu Medium","Dark Gray":"Abu Gelap","Light Green":"Hijau Muda","Light Yellow":"Kuning Muda","Light Red":"Merah Muda","Light Purple":"Ungu Muda","Light Blue":"Biru Muda","Dark Purple":"Ungu Gelap","Dark Blue":"Biru Gelap","Black":"Hitam","White":"Putih","Switch to or from fullscreen mode":"Alihkan ke atau dari mode layar penuh","Open help dialog":"Buka dialog bantuan","history":"riwayat","styles":"gaya","formatting":"pemformatan","alignment":"penyejajaran","indentation":"indentasi","Font":"Huruf","Size":"Ukuran","More...":"Lainnya...","Select...":"Pilih...","Preferences":"Preferensi","Yes":"Ya","No":"Tidak","Keyboard Navigation":"Navigasi Keyboard","Version":"Versi","Code view":"Tampilan kode","Open popup menu for split buttons":"Buka menu popup untuk tombol terpisah","List Properties":"Properti Daftar","List properties...":"Properti daftar...","Start list at number":"Mulai daftar pada angka","Line height":"Tinggi garis","Dropped file type is not supported":"Jenis file yang diletakkan tidak didukung","Loading...":"Memuat...","ImageProxy HTTP error: Rejected request":"Kesalahan HTTP ImageProxy: Permintaan ditolak","ImageProxy HTTP error: Could not find Image Proxy":"Kesalahan HTTP ImageProxy: Tidak dapat menemukan Image Proxy","ImageProxy HTTP error: Incorrect Image Proxy URL":"Kesalahan HTTP ImageProxy: URL Image Proxy salah","ImageProxy HTTP error: Unknown ImageProxy error":"Kesalahan HTTP ImageProxy: Kesalahan ImageProxy tidak diketahui","Accordion summary...":"Ringkasan accordion...","Accordion body...":"Badan accordion...","Insert accordion":"Masukkan accordion","Accordion":"Accordion","Toggle accordion":"Accordion tombol geser","Delete accordion":"Hapus accordion","comments":"komentar","Format painter":"Pewarna format","Capitalization":"Kapitalisasi","lowercase":"huruf kecil","UPPERCASE":"HURUF BESAR","Title Case":"Huruf Judul","Permanent pen":"pena permanen","Permanent Pen Properties":"Properti Pena Permanen","Permanent pen properties...":"Properti pena permanen...","Case Change":"perubahan huruf","Checklist":"Daftar Periksa","Insert checklist":"Sisipkan ceklis"});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
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
|
+
tinymce.addI18n("it",{"Redo":"Ripristina","Undo":"Annulla","Cut":"Taglia","Copy":"Copia","Paste":"Incolla","Select all":"Seleziona tutto","New document":"Nuovo documento","Ok":"OK","Cancel":"Annulla","Visual aids":"Aiuti visivi","Bold":"Grassetto","Italic":"Corsivo","Underline":"Sottolineato","Strikethrough":"Barrato","Superscript":"Apice","Subscript":"Pedice","Clear formatting":"Cancella la formattazione","Remove":"Rimuovi","Align left":"Allinea a sinistra","Align center":"Allinea al centro","Align right":"Allinea a destra","No alignment":"Nessun allineamento","Justify":"Giustifica","Bullet list":"Elenco puntato","Numbered list":"Elenco numerato","Decrease indent":"Riduci rientro","Increase indent":"Aumenta rientro","Close":"Chiudi","Formats":"Formati","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Il browser non supporta l'accesso diretto agli appunti. Utilizza invece le combinazioni di tasti Ctrl+X/C/V.","Headings":"Titoli","Heading 1":"Titolo 1","Heading 2":"Titolo 2","Heading 3":"Titolo 3","Heading 4":"Titolo 4","Heading 5":"Titolo 5","Heading 6":"Titolo 6","Preformatted":"Preformattato","Div":"Div","Pre":"Pre","Code":"Codice","Paragraph":"Paragrafo","Blockquote":"Blockquote","Inline":"In linea","Blocks":"Blocchi","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Incolla \xe8 in modalit\xe0 testo normale. I contenuti saranno ora incollati come testo normale fino a che non venga disattivata questa opzione.","Fonts":"Caratteri","Font sizes":"Dimensioni caratteri","Class":"Class","Browse for an image":"Cerca un'immagine","OR":"OPPURE","Drop an image here":"Rilasciare un'immagine qui","Upload":"Carica","Uploading image":"Caricamento dell'immagine in corso","Block":"Blocco","Align":"Allinea","Default":"Predefinito","Circle":"Circolo","Disc":"Disco","Square":"Quadrato","Lower Alpha":"Alfabetico minuscolo","Lower Greek":"Greco minuscolo","Lower Roman":"Romano minuscolo","Upper Alpha":"Alfanumerico maiuscolo","Upper Roman":"Romano maiuscolo","Anchor...":"Ancoraggio...","Anchor":"Ancoraggio","Name":"Nome","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"L'ID deve iniziare con una lettera, seguita solo da lettere, numeri, trattini, punti, due punti o caratteri di sottolineatura.","You have unsaved changes are you sure you want to navigate away?":"Ci sono modifiche non salvate, si \xe8 sicuro di volere uscire?","Restore last draft":"Ripristina l'ultima bozza","Special character...":"Carattere speciale...","Special Character":"Carattere speciale","Source code":"Codice sorgente","Insert/Edit code sample":"Inserisci/modifica esempio di codice","Language":"Lingua","Code sample...":"Esempio di codice...","Left to right":"Da sinistra a destra","Right to left":"Da destra a sinistra","Title":"Titolo","Fullscreen":"A tutto schermo","Action":"Azione","Shortcut":"Collegamento","Help":"Guida","Address":"Indirizzo","Focus to menubar":"Imposta stato attivo per la barra dei menu","Focus to toolbar":"Imposta stato attivo per la barra degli strumenti","Focus to element path":"Imposta stato attivo per il percorso dell'elemento","Focus to contextual toolbar":"Imposta stato attivo per la barra degli strumenti contestuale","Insert link (if link plugin activated)":"Inserisci un collegamento (se \xe8 attivato l'apposito plugin)","Save (if save plugin activated)":"Salva (se \xe8 attivato l'apposito plugin)","Find (if searchreplace plugin activated)":"Trova (se \xe8 attivato l'apposito plugin)","Plugins installed ({0}):":"Plugin installati ({0}):","Premium plugins:":"Plugin Premium:","Learn more...":"Maggiori informazioni...","You are using {0}":"Stai usando {0}","Plugins":"Plugin","Handy Shortcuts":"Scorciatoie utili","Horizontal line":"Linea orizzontale","Insert/edit image":"Inserisci/modifica immagine","Alternative description":"Descrizione alternativa","Accessibility":"Accessibilit\xe0","Image is decorative":"L'immagine \xe8 decorativa","Source":"Fonte","Dimensions":"Dimensioni","Constrain proportions":"Mantieni proporzioni","General":"Generali","Advanced":"Avanzate","Style":"Stile","Vertical space":"Spazio verticale","Horizontal space":"Spazio orizzontale","Border":"Bordo","Insert image":"Inserisci immagine","Image...":"Immagine...","Image list":"Elenco immagini","Resize":"Ridimensiona","Insert date/time":"Inserisci data/ora","Date/time":"Data/ora","Insert/edit link":"Inserisci/modifica collegamento","Text to display":"Testo da visualizzare","Url":"URL","Open link in...":"Apri collegamento in...","Current window":"Finestra corrente","None":"Nessuno","New window":"Nuova finestra","Open link":"Apri link","Remove link":"Rimuovi collegamento","Anchors":"Ancoraggi","Link...":"Collegamento...","Paste or type a link":"Incolla o digita un collegamento","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":'L\'URL che hai digitato sembra essere un indirizzo e-mail. Vuoi aggiungere il prefisso "mailto:" richiesto?',"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":'L\'URL che hai digitato sembra essere un link esterno. Vuoi aggiungere il prefisso "http://" richiesto?',"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":'L\'URL che hai digitato sembra essere un link esterno. Vuoi aggiungere il prefisso "https://" richiesto?',"Link list":"Lista collegamenti","Insert video":"Inserisci video","Insert/edit video":"Inserisci/modifica video","Insert/edit media":"Inserisci/modifica oggetti multimediali","Alternative source":"Sorgente alternativa","Alternative source URL":"URL sorgente alternativa","Media poster (Image URL)":"Poster dell'oggetto multimediale (URL dell'immagine)","Paste your embed code below:":"Incolla il codice d'incorporamento di seguito:","Embed":"Incorpora","Media...":"Oggetto multimediale...","Nonbreaking space":"Spazio indivisibile","Page break":"Interruzione di pagina","Paste as text":"Incolla senza formattazioni","Preview":"Anteprima","Print":"Stampa","Print...":"Stampa...","Save":"Salva","Find":"Trova","Replace with":"Sostituisci con","Replace":"Sostituisci","Replace all":"Sostituisci tutto","Previous":"Indietro","Next":"Avanti","Find and Replace":"Trova e Sostituisci","Find and replace...":"Trova e sostituisci...","Could not find the specified string.":"Impossibile trovare la stringa specificata.","Match case":"Maiuscole/minuscole","Find whole words only":"Trova solo parole intere","Find in selection":"Trova nella selezione","Insert table":"Inserisci tabella","Table properties":"Propriet\xe0 della tabella","Delete table":"Elimina tabella","Cell":"Cella","Row":"Riga","Column":"Colonna","Cell properties":"Propriet\xe0 cella","Merge cells":"Unisci le celle","Split cell":"Dividi la cella","Insert row before":"Inserisci riga prima","Insert row after":"Inserisci riga dopo","Delete row":"Elimina riga","Row properties":"Propriet\xe0 della riga","Cut row":"Taglia riga","Cut column":"Taglia colonna","Copy row":"Copia riga","Copy column":"Copia colonna","Paste row before":"Incolla riga prima","Paste column before":"Incolla colonna prima","Paste row after":"Incolla riga dopo","Paste column after":"Incolla colonna dopo","Insert column before":"Inserisci colonna prima","Insert column after":"Inserisci colonna dopo","Delete column":"Elimina colonna","Cols":"Colonne","Rows":"Righe","Width":"Larghezza","Height":"Altezza","Cell spacing":"Spaziatura tra celle","Cell padding":"Spaziatura interna celle","Row clipboard actions":"Azioni degli appunti riga","Column clipboard actions":"Azioni degli appunti colonna","Table styles":"Stili tabella","Cell styles":"Stili cella","Column header":"Intestazione colonna","Row header":"Intestazione riga","Table caption":"Didascalia tabella","Caption":"Didascalia","Show caption":"Mostra didascalia","Left":"Sinistra","Center":"Centro","Right":"Destra","Cell type":"Tipo di cella","Scope":"Ambito","Alignment":"Allineamento","Horizontal align":"Allineamento orizzontale","Vertical align":"Allineamento verticale","Top":"In alto","Middle":"Centrato","Bottom":"In basso","Header cell":"Cella d'intestazione","Row group":"Gruppo di righe","Column group":"Gruppo di colonne","Row type":"Tipo di riga","Header":"Header","Body":"Corpo","Footer":"Pi\xe8 di pagina","Border color":"Colore del bordo","Solid":"Tinta unita","Dotted":"Punteggiato","Dashed":"Tratteggiato","Double":"Doppio","Groove":"Radiale","Ridge":"In rilievo","Inset":"Interno","Outset":"Esterno","Hidden":"Hidden","Insert template...":"Inserisci modello...","Templates":"Modelli","Template":"Modello","Insert Template":"Inserisci modello","Text color":"Colore testo","Background color":"Colore dello sfondo","Custom...":"Personalizzato...","Custom color":"Colore personalizzato","No color":"Nessun colore","Remove color":"Rimuovi colore","Show blocks":"Mostra blocchi","Show invisible characters":"Mostra caratteri invisibili","Word count":"Conteggio parole","Count":"Conteggio","Document":"Documento","Selection":"Selezione","Words":"Parole","Words: {0}":"Parole: {0}","{0} words":"{0} parole","File":"File","Edit":"Modifica","Insert":"Inserisci","View":"Visualizza","Format":"Formato","Table":"Tabella","Tools":"Strumenti","Powered by {0}":"Con tecnologia {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Area testo RTF. Premi ALT-F9 per accedere al menu. Premi ALT-F10 per accedere alla barra degli strumenti. Premi ALT-0 per accedere alla guida in linea.","Image title":"Titolo immagine","Border width":"Larghezza del bordo","Border style":"Stile del bordo","Error":"Errore","Warn":"Avviso","Valid":"Valido","To open the popup, press Shift+Enter":"Per aprire il popup, premere Shift+Invio","Rich Text Area":"Area testo RTF","Rich Text Area. Press ALT-0 for help.":"Area testo RTF. Premi ALT-0 per accedere alla guida.","System Font":"Carattere di sistema","Failed to upload image: {0}":"Impossibile caricare l'immagine: {0}","Failed to load plugin: {0} from url {1}":"Impossibile caricare il plugin: {0} dall'url {1}","Failed to load plugin url: {0}":"Impossibile caricare il plugin di url: {0}","Failed to initialize plugin: {0}":"Impossibile inizializzare il plugin: {0}","example":"esempio","Search":"Cerca","All":"Tutto","Currency":"Valuta","Text":"Testo","Quotations":"Citazioni","Mathematical":"Caratteri matematici","Extended Latin":"Latino esteso","Symbols":"Simboli","Arrows":"Frecce","User Defined":"Definito dall'utente","dollar sign":"simbolo del dollaro","currency sign":"simbolo di valuta","euro-currency sign":"simbolo dell'euro","colon sign":"simbolo del col\xf3n","cruzeiro sign":"simbolo del cruzeiro","french franc sign":"simbolo del franco francese","lira sign":"simbolo della lira","mill sign":"simbolo del mill","naira sign":"simbolo della naira","peseta sign":"simbolo della peseta","rupee sign":"simbolo della rup\xeca","won sign":"simbolo del won","new sheqel sign":"simbolo del nuovo shekel","dong sign":"simbolo del dong","kip sign":"simbolo del kip","tugrik sign":"simbolo del tugrik","drachma sign":"simbolo della dracma","german penny symbol":"simbolo del pfennig tedesco","peso sign":"simbolo del peso","guarani sign":"simbolo del guaran\xec","austral sign":"simbolo dell'austral","hryvnia sign":"simbolo della hryvnia","cedi sign":"simbolo del cedi","livre tournois sign":"simbolo della lira di Tours","spesmilo sign":"simbolo dello spesmilo","tenge sign":"simbolo del tenge","indian rupee sign":"simbolo della rup\xeca indiana","turkish lira sign":"simbolo della lira turca","nordic mark sign":"simbolo del marco nordico","manat sign":"simbolo del manat","ruble sign":"simbolo del rublo","yen character":"simbolo dello yen","yuan character":"simbolo dello yuan","yuan character, in hong kong and taiwan":"simbolo dello yuan, Hong Kong e Taiwan","yen/yuan character variant one":"simbolo yen/yuan variante uno","Emojis":"Emoji","Emojis...":"Emoji...","Loading emojis...":"Caricamento di emoji...","Could not load emojis":"Non \xe8 stato possibile caricare gli emoji","People":"Persone","Animals and Nature":"Animali e natura","Food and Drink":"Cibi e bevande","Activity":"Attivit\xe0","Travel and Places":"Viaggi e luoghi","Objects":"Oggetti","Flags":"Bandiere","Characters":"Caratteri","Characters (no spaces)":"Caratteri (senza spazi)","{0} characters":"{0} caratteri","Error: Form submit field collision.":"Errore: Conflitto di campi nel modulo inviato.","Error: No form element found.":"Errore: Nessun elemento di modulo trovato.","Color swatch":"Campione di colore","Color Picker":"Selezione colori","Invalid hex color code: {0}":"Codice colore esadecimale non valido: {0}","Invalid input":"Input non valido","R":"R","Red component":"Componente rosso","G":"G","Green component":"Componente verde","B":"B","Blue component":"Componente blu","#":"#","Hex color code":"Codice colore esadecimale","Range 0 to 255":"Intervallo compreso tra 0 e 255","Turquoise":"Turchese","Green":"Verde","Blue":"Blu","Purple":"Viola","Navy Blue":"Blu scuro","Dark Turquoise":"Turchese scuro","Dark Green":"Verde scuro","Medium Blue":"Blu medio","Medium Purple":"Viola medio","Midnight Blue":"Blu notte","Yellow":"Giallo","Orange":"Arancio","Red":"Rosso","Light Gray":"Grigio chiaro","Gray":"Grigio","Dark Yellow":"Giallo scuro","Dark Orange":"Arancio scuro","Dark Red":"Rosso scuro","Medium Gray":"Grigio medio","Dark Gray":"Grigio scuro","Light Green":"Verde chiaro","Light Yellow":"Giallo chiaro","Light Red":"Rosso chiaro","Light Purple":"Viola chiaro","Light Blue":"Azzurro","Dark Purple":"Viola scuro","Dark Blue":"Blu scuro","Black":"Nero","White":"Bianco","Switch to or from fullscreen mode":"Attiva/disattiva la modalit\xe0 schermo intero","Open help dialog":"Apri la finestra di aiuto","history":"cronologia","styles":"stili","formatting":"formattazione","alignment":"allineamento","indentation":"indentazione","Font":"Carattere","Size":"Dimensione carattere","More...":"Altro\u2026","Select...":"Seleziona...","Preferences":"Preferenze","Yes":"S\xec","No":"No","Keyboard Navigation":"Navigazione tramite tastiera","Version":"Versione","Code view":"Visualizzazione codice","Open popup menu for split buttons":"Apri il menu popup per i pulsanti divisi","List Properties":"Propriet\xe0 elenco","List properties...":"Propriet\xe0 elenco...","Start list at number":"Inizia elenco al numero","Line height":"Altezza linea","Dropped file type is not supported":"Il tipo di file non elaborato non \xe8 supportato","Loading...":"Caricamento in corso","ImageProxy HTTP error: Rejected request":"Errore HTTP ImageProxy: richiesta rifiutata","ImageProxy HTTP error: Could not find Image Proxy":"Errore HTTP ImageProxy: impossibile trovare Image Proxy","ImageProxy HTTP error: Incorrect Image Proxy URL":"Errore HTTP ImageProxy: URL Image Proxy non corretto","ImageProxy HTTP error: Unknown ImageProxy error":"Errore HTTP ImageProxy: errore ImageProxy sconosciuto","Accordion summary...":"Riepilogo Accordion...","Accordion body...":"Corpo Accordion...","Insert accordion":"Inserisci Accordion","Accordion":"Accordion","Toggle accordion":"Attiva/Disattiva Accordion","Delete accordion":"Elimina Accordion","comments":"commenti","Format painter":"Copia formato","Capitalization":"Maiuscole/minuscole","lowercase":"minuscole","UPPERCASE":"MAIUSCOLE","Title Case":"Iniziali Maiuscole","Permanent pen":"penna indelebile","Permanent Pen Properties":"Propriet\xe0 penna indelebile","Permanent pen properties...":"Propriet\xe0 penna indelebile...","Case Change":"modifica maiuscole/minuscole","Checklist":"Elenco di controllo","Insert checklist":"Inserisci elenco di controllo"});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
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
|
+
tinymce.addI18n("ja",{"Redo":"\u3084\u308a\u76f4\u3057","Undo":"\u5143\u306b\u623b\u3059","Cut":"\u5207\u308a\u53d6\u308a","Copy":"\u30b3\u30d4\u30fc","Paste":"\u8cbc\u308a\u4ed8\u3051","Select all":"\u3059\u3079\u3066\u9078\u629e","New document":"\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","Ok":"OK","Cancel":"\u53d6\u6d88","Visual aids":"\u8868\u306e\u67a0\u7dda\u3092\u70b9\u7dda\u3067\u8868\u793a","Bold":"\u592a\u5b57","Italic":"\u659c\u4f53","Underline":"\u4e0b\u7dda","Strikethrough":"\u53d6\u6d88\u7dda","Superscript":"\u4e0a\u4ed8\u304d","Subscript":"\u4e0b\u4ed8\u304d","Clear formatting":"\u66f8\u5f0f\u3092\u30af\u30ea\u30a2","Remove":"\u524a\u9664","Align left":"\u5de6\u63c3\u3048","Align center":"\u4e2d\u592e\u63c3\u3048","Align right":"\u53f3\u63c3\u3048","No alignment":"\u914d\u7f6e\u306a\u3057","Justify":"\u4e21\u7aef\u63c3\u3048","Bullet list":"\u7b87\u6761\u66f8\u304d","Numbered list":"\u756a\u53f7\u4ed8\u304d\u7b87\u6761\u66f8\u304d","Decrease indent":"\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059","Increase indent":"\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059","Close":"\u9589\u3058\u308b","Formats":"\u66f8\u5f0f","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u306f\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u3078\u306e\u76f4\u63a5\u30a2\u30af\u30bb\u30b9\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002 \u4ee3\u308f\u308a\u306b\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8 Ctrl + X/C/V \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Headings":"\u898b\u51fa\u3057","Heading 1":"\u898b\u51fa\u30571","Heading 2":"\u898b\u51fa\u30572","Heading 3":"\u898b\u51fa\u30573","Heading 4":"\u898b\u51fa\u30574","Heading 5":"\u898b\u51fa\u30575","Heading 6":"\u898b\u51fa\u30576","Preformatted":"\u66f8\u5f0f\u8a2d\u5b9a\u6e08\u307f","Div":"Div","Pre":"Pre","Code":"\u30b3\u30fc\u30c9","Paragraph":"\u6bb5\u843d","Blockquote":"Blockquote","Inline":"\u30a4\u30f3\u30e9\u30a4\u30f3","Blocks":"\u30d6\u30ed\u30c3\u30af","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u8cbc\u308a\u4ed8\u3051\u306f\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u30e2\u30fc\u30c9\u3067\u3059\u3002 \u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30aa\u30d5\u306b\u3059\u308b\u307e\u3067\u3001\u30b3\u30f3\u30c6\u30f3\u30c4\u306f\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u3068\u3057\u3066\u8cbc\u308a\u4ed8\u3051\u3089\u308c\u307e\u3059\u3002","Fonts":"\u30d5\u30a9\u30f3\u30c8","Font sizes":"\u30d5\u30a9\u30f3\u30c8 \u30b5\u30a4\u30ba","Class":"class","Browse for an image":"\u753b\u50cf\u3092\u53c2\u7167","OR":"OR","Drop an image here":"\u3053\u3053\u306b\u753b\u50cf\u3092\u30c9\u30ed\u30c3\u30d7","Upload":"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9","Uploading image":"\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d\u3067\u3059","Block":"\u30d6\u30ed\u30c3\u30af","Align":"align","Default":"\u65e2\u5b9a","Circle":"\u4e38","Disc":"\u9ed2\u4e38","Square":"\u56db\u89d2","Lower Alpha":"\u82f1\u5c0f\u6587\u5b57","Lower Greek":"\u5c0f\u6587\u5b57\u30ae\u30ea\u30b7\u30e3\u6587\u5b57","Lower Roman":"\u30ed\u30fc\u30de\u5c0f\u6587\u5b57","Upper Alpha":"\u5927\u6587\u5b57\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8","Upper Roman":"\u5927\u6587\u5b57\u30ed\u30fc\u30de\u5b57","Anchor...":"\u30a2\u30f3\u30ab\u30fc...","Anchor":"\u30a2\u30f3\u30ab\u30fc","Name":"\u540d\u524d","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID \u306f\u6587\u5b57\u3067\u59cb\u3081\u3001\u4ee5\u964d\u306f\u6587\u5b57\u3001\u6570\u5b57\u3001\u30c0\u30c3\u30b7\u30e5\u3001\u30c9\u30c3\u30c8\u3001\u30b3\u30ed\u30f3\u3001\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2\u306e\u307f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002","You have unsaved changes are you sure you want to navigate away?":"\u307e\u3060\u4fdd\u5b58\u3057\u3066\u3044\u306a\u3044\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30da\u30fc\u30b8\u3092\u96e2\u308c\u307e\u3059\u304b\uff1f","Restore last draft":"\u524d\u56de\u306e\u4e0b\u66f8\u304d\u3092\u56de\u5fa9","Special character...":"\u7279\u6b8a\u6587\u5b57...","Special Character":"\u7279\u6b8a\u6587\u5b57","Source code":"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9","Insert/Edit code sample":"\u30b3\u30fc\u30c9\u30b5\u30f3\u30d7\u30eb\u306e\u633f\u5165/\u7de8\u96c6","Language":"\u8a00\u8a9e","Code sample...":"\u30b3\u30fc\u30c9\u306e\u30b5\u30f3\u30d7\u30eb...","Left to right":"\u5de6\u304b\u3089\u53f3","Right to left":"\u53f3\u304b\u3089\u5de6","Title":"\u30bf\u30a4\u30c8\u30eb","Fullscreen":"\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3","Action":"\u30a2\u30af\u30b7\u30e7\u30f3","Shortcut":"\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8","Help":"\u30d8\u30eb\u30d7","Address":"\u30a2\u30c9\u30ec\u30b9","Focus to menubar":"\u30e1\u30cb\u30e5\u30fc\u30d0\u30fc\u306b\u30d5\u30a9\u30fc\u30ab\u30b9","Focus to toolbar":"\u30c4\u30fc\u30eb\u30d0\u30fc\u306b\u30d5\u30a9\u30fc\u30ab\u30b9","Focus to element path":"\u8981\u7d20\u30d1\u30b9\u306b\u30d5\u30a9\u30fc\u30ab\u30b9","Focus to contextual toolbar":"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30c4\u30fc\u30eb\u30d0\u30fc\u306b\u30d5\u30a9\u30fc\u30ab\u30b9","Insert link (if link plugin activated)":"\u30ea\u30f3\u30af\u3092\u633f\u5165 (\u30ea\u30f3\u30af\u30d7\u30e9\u30b0\u30a4\u30f3\u6709\u52b9\u6642)","Save (if save plugin activated)":"\u4fdd\u5b58 (\u4fdd\u5b58\u30d7\u30e9\u30b0\u30a4\u30f3\u6709\u52b9\u6642)","Find (if searchreplace plugin activated)":"\u691c\u7d22 (\u7f6e\u63db\u30d7\u30e9\u30b0\u30a4\u30f3\u6709\u52b9\u6642)","Plugins installed ({0}):":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u30d7\u30e9\u30b0\u30a4\u30f3 ({0})\uff1a","Premium plugins:":"\u30d7\u30ec\u30df\u30a2\u30e0\u30d7\u30e9\u30b0\u30a4\u30f3\uff1a","Learn more...":"\u8a73\u7d30...","You are using {0}":"{0}\u3092\u4f7f\u7528\u4e2d\u3067\u3059","Plugins":"\u30d7\u30e9\u30b0\u30a4\u30f3","Handy Shortcuts":"\u4fbf\u5229\u306a\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8","Horizontal line":"\u6c34\u5e73\u7f6b\u7dda","Insert/edit image":"\u753b\u50cf\u306e\u633f\u5165/\u7de8\u96c6","Alternative description":"\u4ee3\u66ff\u8aac\u660e","Accessibility":"\u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3","Image is decorative":"\u753b\u50cf\u306f\u88c5\u98fe\u753b\u50cf","Source":"\u30bd\u30fc\u30b9","Dimensions":"\u30b5\u30a4\u30ba","Constrain proportions":"\u7e26\u6a2a\u6bd4\u3092\u56fa\u5b9a","General":"\u4e00\u822c","Advanced":"\u8a73\u7d30","Style":"\u30b9\u30bf\u30a4\u30eb","Vertical space":"\u4e0a\u4e0b\u4f59\u767d","Horizontal space":"\u5de6\u53f3\u4f59\u767d","Border":"\u30dc\u30fc\u30c0\u30fc","Insert image":"\u753b\u50cf\u306e\u633f\u5165","Image...":"\u753b\u50cf..","Image list":"\u753b\u50cf\u30ea\u30b9\u30c8","Resize":"\u30b5\u30a4\u30ba\u5909\u66f4","Insert date/time":"\u65e5\u4ed8/\u6642\u523b\u306e\u633f\u5165","Date/time":"\u65e5\u4ed8/\u6642\u523b","Insert/edit link":"\u30ea\u30f3\u30af\u306e\u633f\u5165/\u7de8\u96c6","Text to display":"\u8868\u793a\u3059\u308b\u30c6\u30ad\u30b9\u30c8","Url":"URL","Open link in...":"\u30ea\u30f3\u30af\u306e\u958b\u304d\u65b9...","Current window":"\u540c\u3058\u30a6\u30a3\u30f3\u30c9\u30a6","None":"\u306a\u3057","New window":"\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6","Open link":"\u30ea\u30f3\u30af\u3092\u958b\u304f","Remove link":"\u30ea\u30f3\u30af\u306e\u524a\u9664","Anchors":"\u30a2\u30f3\u30ab\u30fc","Link...":"\u30ea\u30f3\u30af...","Paste or type a link":"\u30ea\u30f3\u30af\u3092\u30da\u30fc\u30b9\u30c8\u307e\u305f\u306f\u5165\u529b","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u5165\u529b\u3055\u308c\u305fURL\u306f\u96fb\u5b50\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u3088\u3046\u3067\u3059\u3002 \u5fc5\u9808\u306e\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9 mailto: \u3092\u4ed8\u52a0\u3057\u307e\u3059\u304b\u3002","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002 \u5fc5\u9808\u306e\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9 http:// \u3092\u4ed8\u52a0\u3057\u307e\u3059\u304b\u3002","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002 \u5fc5\u9808\u306e\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9 https:// \u3092\u4ed8\u52a0\u3057\u307e\u3059\u304b\u3002","Link list":"\u30ea\u30f3\u30af\u306e\u4e00\u89a7","Insert video":"\u52d5\u753b\u306e\u633f\u5165","Insert/edit video":"\u52d5\u753b\u306e\u633f\u5165/\u7de8\u96c6","Insert/edit media":"\u30e1\u30c7\u30a3\u30a2\u306e\u633f\u5165/\u7de8\u96c6","Alternative source":"\u4ee3\u66ff\u30bd\u30fc\u30b9","Alternative source URL":"\u4ee3\u66ff\u30bd\u30fc\u30b9URL","Media poster (Image URL)":"\u30e1\u30c7\u30a3\u30a2\u30dd\u30b9\u30bf\u30fc (\u753b\u50cfURL)","Paste your embed code below:":"\u57cb\u3081\u8fbc\u307f\u7528\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306b\u8cbc\u308a\u4ed8\u3051\u3066\u304f\u3060\u3055\u3044\u3002","Embed":"\u57cb\u3081\u8fbc\u307f","Media...":"\u30e1\u30c7\u30a3\u30a2\u2026","Nonbreaking space":"\u56fa\u5b9a\u30b9\u30da\u30fc\u30b9","Page break":"\u30da\u30fc\u30b8\u533a\u5207\u308a","Paste as text":"\u30c6\u30ad\u30b9\u30c8\u3068\u3057\u3066\u8cbc\u308a\u4ed8\u3051","Preview":"\u30d7\u30ec\u30d3\u30e5\u30fc","Print":"\u5370\u5237","Print...":"\u5370\u5237...","Save":"\u4fdd\u5b58","Find":"\u691c\u7d22","Replace with":"\u7f6e\u63db\u5f8c\u306e\u6587\u5b57\u5217","Replace":"\u7f6e\u63db","Replace all":"\u3059\u3079\u3066\u7f6e\u63db","Previous":"\u524d\u3078","Next":"\u6b21\u3078","Find and Replace":"\u691c\u7d22\u3068\u7f6e\u63db","Find and replace...":"\u7f6e\u63db...","Could not find the specified string.":"\u304a\u63a2\u3057\u306e\u6587\u5b57\u5217\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002","Match case":"\u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u3092\u533a\u5225","Find whole words only":"\u8a9e\u5168\u4f53\u3092\u542b\u3080\u3082\u306e\u306e\u307f\u691c\u7d22","Find in selection":"\u9078\u629e\u5185\u3067\u691c\u7d22","Insert table":"\u8868\u306e\u633f\u5165","Table properties":"\u30c6\u30fc\u30d6\u30eb\u306e\u30d7\u30ed\u30d1\u30c6\u30a3","Delete table":"\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664","Cell":"\u30bb\u30eb","Row":"\u884c","Column":"\u5217","Cell properties":"\u30bb\u30eb\u306e\u30d7\u30ed\u30d1\u30c6\u30a3","Merge cells":"\u30bb\u30eb\u306e\u7d50\u5408","Split cell":"\u30bb\u30eb\u306e\u5206\u5272","Insert row before":"\u524d\u306b\u884c\u3092\u633f\u5165","Insert row after":"\u5f8c\u306b\u884c\u3092\u633f\u5165","Delete row":"\u884c\u306e\u524a\u9664","Row properties":"\u884c\u306e\u30d7\u30ed\u30d1\u30c6\u30a3","Cut row":"\u884c\u306e\u5207\u308a\u53d6\u308a","Cut column":"\u5217\u306e\u5207\u308a\u53d6\u308a","Copy row":"\u884c\u306e\u30b3\u30d4\u30fc","Copy column":"\u5217\u306e\u30b3\u30d4\u30fc","Paste row before":"\u4e0a\u5074\u306b\u884c\u3092\u8cbc\u308a\u4ed8\u3051","Paste column before":"\u524d\u306b\u5217\u3092\u8cbc\u308a\u4ed8\u3051","Paste row after":"\u4e0b\u5074\u306b\u884c\u3092\u8cbc\u308a\u4ed8\u3051","Paste column after":"\u5f8c\u306b\u5217\u3092\u8cbc\u308a\u4ed8\u3051","Insert column before":"\u524d\u306b\u5217\u3092\u633f\u5165","Insert column after":"\u5f8c\u306b\u5217\u3092\u633f\u5165","Delete column":"\u5217\u306e\u524a\u9664","Cols":"\u5217\u6570","Rows":"\u884c\u6570","Width":"\u5e45","Height":"\u9ad8\u3055","Cell spacing":"\u30bb\u30eb\u306e\u9593\u9694","Cell padding":"\u30bb\u30eb\u5185\u306e\u30b9\u30da\u30fc\u30b9","Row clipboard actions":"\u884c\u306e\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u30a2\u30af\u30b7\u30e7\u30f3","Column clipboard actions":"\u5217\u306e\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u30a2\u30af\u30b7\u30e7\u30f3","Table styles":"\u30c6\u30fc\u30d6\u30eb\u30b9\u30bf\u30a4\u30eb","Cell styles":"\u30bb\u30eb\u30b9\u30bf\u30a4\u30eb","Column header":"\u5217\u30d8\u30c3\u30c0\u30fc","Row header":"\u884c\u30d8\u30c3\u30c0\u30fc","Table caption":"\u30c6\u30fc\u30d6\u30eb\u898b\u51fa\u3057","Caption":"\u898b\u51fa\u3057","Show caption":"\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306e\u8868\u793a","Left":"\u5de6\u63c3\u3048","Center":"\u4e2d\u592e\u63c3\u3048","Right":"\u53f3\u63c3\u3048","Cell type":"\u30bb\u30eb\u306e\u7a2e\u985e","Scope":"\u30b9\u30b3\u30fc\u30d7","Alignment":"\u914d\u7f6e","Horizontal align":"\u6c34\u5e73\u4f4d\u7f6e\u63c3\u3048","Vertical align":"\u5782\u76f4\u4f4d\u7f6e\u63c3\u3048","Top":"\u4e0a\u63c3\u3048","Middle":"\u4e2d\u592e\u63c3\u3048","Bottom":"\u4e0b\u63c3\u3048","Header cell":"\u30d8\u30c3\u30c0\u30fc\u30bb\u30eb","Row group":"\u884c\u30b0\u30eb\u30fc\u30d7","Column group":"\u5217\u30b0\u30eb\u30fc\u30d7","Row type":"\u884c\u30bf\u30a4\u30d7","Header":"\u30d8\u30c3\u30c0\u30fc","Body":"\u672c\u6587","Footer":"Footer","Border color":"\u30dc\u30fc\u30c0\u30fc\u306e\u8272","Solid":"Solid","Dotted":"Dotted","Dashed":"Dashed","Double":"Double","Groove":"Groove","Ridge":"Ridge","Inset":"Inset","Outset":"Outset","Hidden":"Hidden","Insert template...":"\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u633f\u5165..","Templates":"\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8","Template":"\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8","Insert Template":"\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u633f\u5165","Text color":"\u30c6\u30ad\u30b9\u30c8\u8272","Background color":"\u80cc\u666f\u8272","Custom...":"\u30e6\u30fc\u30b6\u30fc\u8a2d\u5b9a...","Custom color":"\u30e6\u30fc\u30b6\u30fc\u8a2d\u5b9a\u306e\u8272","No color":"\u8272\u306a\u3057","Remove color":"\u8272\u8a2d\u5b9a\u3092\u89e3\u9664","Show blocks":"\u6587\u7ae0\u306e\u533a\u5207\u308a\u3092\u70b9\u7dda\u3067\u8868\u793a","Show invisible characters":"\u975e\u8868\u793a\u6587\u5b57\u3092\u8868\u793a","Word count":"\u6587\u5b57\u6570\u30ab\u30a6\u30f3\u30c8","Count":"\u30ab\u30a6\u30f3\u30c8","Document":"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","Selection":"\u9078\u629e","Words":"\u5358\u8a9e\u6570","Words: {0}":"\u5358\u8a9e\u6570\uff1a{0}","{0} words":"{0}\u5358\u8a9e","File":"\u30d5\u30a1\u30a4\u30eb","Edit":"\u7de8\u96c6","Insert":"\u633f\u5165","View":"\u8868\u793a","Format":"\u66f8\u5f0f\u8a2d\u5b9a","Table":"\u30c6\u30fc\u30d6\u30eb","Tools":"\u30c4\u30fc\u30eb","Powered by {0}":"Powered by {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u9818\u57df\u3002 \u30e1\u30cb\u30e5\u30fc\u306fALT+F9\u3092\u62bc\u3057\u307e\u3059\u3002 \u30c4\u30fc\u30eb\u30d0\u30fc\u306fALT+F10\u3092\u62bc\u3057\u307e\u3059\u3002 \u30d8\u30eb\u30d7\u306fALT+0\u3092\u62bc\u3057\u307e\u3059","Image title":"\u753b\u50cf\u30bf\u30a4\u30c8\u30eb","Border width":"\u67a0\u7dda\u5e45","Border style":"\u67a0\u7dda\u30b9\u30bf\u30a4\u30eb","Error":"\u30a8\u30e9\u30fc","Warn":"\u8b66\u544a","Valid":"\u6709\u52b9","To open the popup, press Shift+Enter":"\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3092\u958b\u304f\u306b\u306f\u3001Shift+Enter\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044","Rich Text Area":"\u30ea\u30c3\u30c1 \u30c6\u30ad\u30b9\u30c8\u9818\u57df","Rich Text Area. Press ALT-0 for help.":"\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u9818\u57df\u3002 \u30d8\u30eb\u30d7\u306fALT+0\u3092\u62bc\u3057\u307e\u3059\u3002","System Font":"\u30b7\u30b9\u30c6\u30e0\u30d5\u30a9\u30f3\u30c8","Failed to upload image: {0}":"\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\uff1a{0}","Failed to load plugin: {0} from url {1}":"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f\uff1a{0} \u8aad\u307f\u8fbc\u307f\u5148URL {1}","Failed to load plugin url: {0}":"\u30d7\u30e9\u30b0\u30a4\u30f3\u306eURL\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\uff1a{0}","Failed to initialize plugin: {0}":"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u521d\u671f\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f\uff1a{0}","example":"\u4f8b","Search":"\u691c\u7d22","All":"\u3059\u3079\u3066","Currency":"\u901a\u8ca8","Text":"\u30c6\u30ad\u30b9\u30c8","Quotations":"\u5f15\u7528","Mathematical":"\u6570\u5b66\u8a18\u53f7","Extended Latin":"\u30e9\u30c6\u30f3\u6587\u5b57\u62e1\u5f35","Symbols":"\u8a18\u53f7","Arrows":"\u77e2\u5370","User Defined":"\u30e6\u30fc\u30b6\u30fc\u5b9a\u7fa9","dollar sign":"\u30c9\u30eb\u8a18\u53f7","currency sign":"\u901a\u8ca8\u8a18\u53f7","euro-currency sign":"\u30e6\u30fc\u30ed\u8a18\u53f7","colon sign":"\u30b3\u30ed\u30f3\u8a18\u53f7","cruzeiro sign":"\u30af\u30eb\u30bc\u30a4\u30ed\u8a18\u53f7","french franc sign":"\u30d5\u30e9\u30f3\u30b9\u30d5\u30e9\u30f3\u8a18\u53f7","lira sign":"\u30ea\u30e9\u8a18\u53f7","mill sign":"\u30df\u30eb\u8a18\u53f7","naira sign":"\u30ca\u30a4\u30e9\u8a18\u53f7","peseta sign":"\u30da\u30bb\u30bf\u8a18\u53f7","rupee sign":"\u30eb\u30d4\u30fc\u8a18\u53f7","won sign":"\u30a6\u30a9\u30f3\u8a18\u53f7","new sheqel sign":"\u65b0\u30b7\u30a7\u30b1\u30eb\u8a18\u53f7","dong sign":"\u30c9\u30f3\u8a18\u53f7","kip sign":"\u30ad\u30fc\u30d7\u8a18\u53f7","tugrik sign":"\u30c8\u30a5\u30b0\u30eb\u30b0\u8a18\u53f7","drachma sign":"\u30c9\u30e9\u30af\u30de\u8a18\u53f7","german penny symbol":"\u30c9\u30a4\u30c4\u30da\u30cb\u30fc\u8a18\u53f7","peso sign":"\u30da\u30bd\u8a18\u53f7","guarani sign":"\u30ac\u30e9\u30cb\u8a18\u53f7","austral sign":"\u30a2\u30a6\u30b9\u30c8\u30e9\u30eb\u8a18\u53f7","hryvnia sign":"\u30d5\u30ea\u30f4\u30cb\u30e3\u8a18\u53f7","cedi sign":"\u30bb\u30c7\u30a3\u8a18\u53f7","livre tournois sign":"\u30c8\u30a5\u30fc\u30eb\u30dd\u30f3\u30c9\u8a18\u53f7","spesmilo sign":"\u30b9\u30da\u30b9\u30df\u30fc\u30ed\u8a18\u53f7","tenge sign":"\u30c6\u30f3\u30b2\u8a18\u53f7","indian rupee sign":"\u30a4\u30f3\u30c9\u30eb\u30d4\u30fc\u8a18\u53f7","turkish lira sign":"\u30c8\u30eb\u30b3\u30ea\u30e9\u8a18\u53f7","nordic mark sign":"\u5317\u6b27\u30de\u30eb\u30af\u8a18\u53f7","manat sign":"\u30de\u30ca\u30c8\u8a18\u53f7","ruble sign":"\u30eb\u30fc\u30d6\u30eb\u8a18\u53f7","yen character":"\u5186\u8a18\u53f7","yuan character":"\u4eba\u6c11\u5143\u8a18\u53f7","yuan character, in hong kong and taiwan":"\u9999\u6e2f\u304a\u3088\u3073\u53f0\u6e7e\u306b\u304a\u3051\u308b\u5143\u8a18\u53f7","yen/yuan character variant one":"\u5186/\u5143\u8a18\u53f7\u306e\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3","Emojis":"\u7d75\u6587\u5b57","Emojis...":"\u7d75\u6587\u5b57...","Loading emojis...":"\u7d75\u6587\u5b57\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...","Could not load emojis":"\u7d75\u6587\u5b57\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f","People":"\u4eba","Animals and Nature":"\u52d5\u7269\u3068\u81ea\u7136","Food and Drink":"\u98df\u3079\u7269\u3068\u98f2\u307f\u7269","Activity":"\u884c\u52d5","Travel and Places":"\u65c5\u884c\u3068\u5834\u6240","Objects":"\u7269","Flags":"\u65d7","Characters":"\u6587\u5b57\u6570","Characters (no spaces)":"\u6587\u5b57\u6570 (\u30b9\u30da\u30fc\u30b9\u306a\u3057)","{0} characters":"{0}\u6587\u5b57","Error: Form submit field collision.":"\u30a8\u30e9\u30fc\uff1a\u30d5\u30a9\u30fc\u30e0\u9001\u4fe1\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u7af6\u5408\u3057\u3066\u3044\u307e\u3059\u3002","Error: No form element found.":"\u30a8\u30e9\u30fc\uff1a\u30d5\u30a9\u30fc\u30e0\u8981\u7d20\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002","Color swatch":"\u8272\u306e\u898b\u672c","Color Picker":"\u30ab\u30e9\u30fc\u30d4\u30c3\u30ab\u30fc","Invalid hex color code: {0}":"\u7121\u52b9\u306a16\u9032\u8272\u30b3\u30fc\u30c9: {0}","Invalid input":"\u7121\u52b9\u306a\u5165\u529b","R":"R","Red component":"\u8d64\u306e\u8981\u7d20","G":"G","Green component":"\u7dd1\u306e\u8981\u7d20","B":"B","Blue component":"\u9752\u306e\u8981\u7d20","#":"#","Hex color code":"16 \u9032\u6570\u306e\u8272\u30b3\u30fc\u30c9","Range 0 to 255":"\u7bc4\u56f2 0 \uff5e 255","Turquoise":"\u30bf\u30fc\u30b3\u30a4\u30ba","Green":"\u30b0\u30ea\u30fc\u30f3","Blue":"\u30d6\u30eb\u30fc","Purple":"\u30d1\u30fc\u30d7\u30eb","Navy Blue":"\u30cd\u30a4\u30d3\u30fc","Dark Turquoise":"\u30c0\u30fc\u30af\u30bf\u30fc\u30b3\u30a4\u30ba","Dark Green":"\u30c0\u30fc\u30af\u30b0\u30ea\u30fc\u30f3","Medium Blue":"\u30e1\u30c7\u30a3\u30a2\u30e0\u30d6\u30eb\u30fc","Medium Purple":"\u30df\u30c7\u30a3\u30a2\u30e0\u30d1\u30fc\u30d7\u30eb","Midnight Blue":"\u30df\u30c3\u30c9\u30ca\u30a4\u30c8\u30d6\u30eb\u30fc","Yellow":"\u30a4\u30a8\u30ed\u30fc","Orange":"\u30aa\u30ec\u30f3\u30b8","Red":"\u30ec\u30c3\u30c9","Light Gray":"\u30e9\u30a4\u30c8\u30b0\u30ec\u30fc","Gray":"\u30b0\u30ec\u30fc","Dark Yellow":"\u30c0\u30fc\u30af\u30a4\u30a8\u30ed\u30fc","Dark Orange":"\u30c0\u30fc\u30af\u30aa\u30ec\u30f3\u30b8","Dark Red":"\u30c0\u30fc\u30af\u30ec\u30c3\u30c9","Medium Gray":"\u30df\u30c7\u30a3\u30a2\u30e0\u30b0\u30ec\u30fc","Dark Gray":"\u30c0\u30fc\u30af\u30b0\u30ec\u30fc","Light Green":"\u30e9\u30a4\u30c8\u30b0\u30ea\u30fc\u30f3","Light Yellow":"\u30e9\u30a4\u30c8\u30a4\u30a8\u30ed\u30fc","Light Red":"\u30e9\u30a4\u30c8\u30ec\u30c3\u30c9","Light Purple":"\u30e9\u30a4\u30c8\u30d1\u30fc\u30d7\u30eb","Light Blue":"\u30e9\u30a4\u30c8\u30d6\u30eb\u30fc","Dark Purple":"\u30c0\u30fc\u30af\u30d1\u30fc\u30d7\u30eb","Dark Blue":"\u30c0\u30fc\u30af\u30d6\u30eb\u30fc","Black":"\u30d6\u30e9\u30c3\u30af","White":"\u30db\u30ef\u30a4\u30c8","Switch to or from fullscreen mode":"\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3\u30e2\u30fc\u30c9\u5207\u66ff","Open help dialog":"\u30d8\u30eb\u30d7\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u958b\u304f","history":"\u5c65\u6b74","styles":"\u30b9\u30bf\u30a4\u30eb","formatting":"\u66f8\u5f0f","alignment":"\u914d\u7f6e","indentation":"\u30a4\u30f3\u30c7\u30f3\u30c8","Font":"\u30d5\u30a9\u30f3\u30c8","Size":"\u30b5\u30a4\u30ba","More...":"\u8a73\u7d30...","Select...":"\u9078\u629e...","Preferences":"\u30d7\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9","Yes":"\u306f\u3044","No":"\u3044\u3044\u3048","Keyboard Navigation":"\u30ad\u30fc\u30dc\u30fc\u30c9\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3","Version":"\u30d0\u30fc\u30b8\u30e7\u30f3","Code view":"\u30b3\u30fc\u30c9\u30d3\u30e5\u30fc","Open popup menu for split buttons":"\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u3044\u3066\u30dc\u30bf\u30f3\u3092\u5206\u5272","List Properties":"\u30ea\u30b9\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3","List properties...":"\u30ea\u30b9\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...","Start list at number":"\u6b21\u306e\u756a\u53f7\u304b\u3089\u30ea\u30b9\u30c8\u3092\u958b\u59cb\uff1a","Line height":"\u884c\u306e\u9ad8\u3055","Dropped file type is not supported":"\u30c9\u30ed\u30c3\u30d7\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Loading...":"\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059...","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP\u30a8\u30e9\u30fc: \u30ea\u30af\u30a8\u30b9\u30c8\u306e\u62d2\u5426","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP\u30a8\u30e9\u30fc: \u753b\u50cf\u30d7\u30ed\u30ad\u30b7\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP\u30a8\u30e9\u30fc: \u753b\u50cf\u30d7\u30ed\u30ad\u30b7URL\u304c\u7121\u52b9\u3067\u3059","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP\u30a8\u30e9\u30fc: \u4e0d\u660e\u306aImageProxy \u30a8\u30e9\u30fc","Accordion summary...":"\u30a2\u30b3\u30fc\u30c7\u30a3\u30aa\u30f3\u306e\u6982\u8981...","Accordion body...":"\u30a2\u30b3\u30fc\u30c7\u30a3\u30aa\u30f3\u306e\u672c\u6587...","Insert accordion":"\u30a2\u30b3\u30fc\u30c7\u30a3\u30aa\u30f3\u306e\u633f\u5165","Accordion":"\u30a2\u30b3\u30fc\u30c7\u30a3\u30aa\u30f3","Toggle accordion":"\u30a2\u30b3\u30fc\u30c7\u30a3\u30aa\u30f3\u306e\u5207\u308a\u66ff\u3048","Delete accordion":"\u30a2\u30b3\u30fc\u30c7\u30a3\u30aa\u30f3\u306e\u524a\u9664","comments":"\u30b3\u30e1\u30f3\u30c8","Format painter":"\u66f8\u5f0f\u306e\u30b3\u30d4\u30fc/\u8cbc\u308a\u4ed8\u3051","Capitalization":"\u5927\u6587\u5b57\u5316","lowercase":"\u5c0f\u6587\u5b57","UPPERCASE":"\u5927\u6587\u5b57","Title Case":"\u30bf\u30a4\u30c8\u30eb\u6587\u5b57","Permanent pen":"\u86cd\u5149\u30da\u30f3","Permanent Pen Properties":"\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3","Permanent pen properties...":"\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...","Case Change":"\u5927\u6587\u5b57\u5c0f\u6587\u5b57\u306e\u5909\u66f4","Checklist":"\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8","Insert checklist":"\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8\u306e\u633f\u5165"});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
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
|
+
tinymce.addI18n("kk",{"Redo":"\u049a\u0430\u0439\u0442\u0430\u0440\u0443","Undo":"\u0411\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443","Cut":"\u049a\u0438\u044b\u043f \u0430\u043b\u0443","Copy":"\u041a\u04e9\u0448\u0456\u0440\u0443","Paste":"\u049a\u043e\u044e","Select all":"\u0411\u0430\u0440\u043b\u044b\u0493\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443","New document":"\u0416\u0430\u04a3\u0430 \u049b\u04b1\u0436\u0430\u0442","Ok":"\u041e\u041a","Cancel":"\u0411\u0430\u0441 \u0442\u0430\u0440\u0442\u0443","Visual aids":"\u041a\u04e9\u0440\u043d\u0435\u043a\u0456 \u049b\u04b1\u0440\u0430\u043b\u0434\u0430\u0440","Bold":"\u049a\u0430\u043b\u044b\u04a3","Italic":"\u041a\u04e9\u043b\u0431\u0435\u0443","Underline":"\u0410\u0441\u0442\u044b \u0441\u044b\u0437\u044b\u043b\u0493\u0430\u043d","Strikethrough":"\u0421\u044b\u0437\u044b\u043b\u0493\u0430\u043d","Superscript":"\u0416\u043e\u043b \u04af\u0441\u0442\u0456","Subscript":"\u0416\u043e\u043b \u0430\u0441\u0442\u044b","Clear formatting":"\u041f\u0456\u0448\u0456\u043c\u0434\u0435\u0443\u0434\u0456 \u0442\u0430\u0437\u0430\u043b\u0430\u0443","Remove":"\u0410\u043b\u044b\u043f \u0442\u0430\u0441\u0442\u0430\u0443","Align left":"\u0421\u043e\u043b\u0493\u0430 \u0442\u0443\u0440\u0430\u043b\u0430\u0443","Align center":"\u041e\u0440\u0442\u0430\u0441\u044b\u043d\u0430 \u0442\u0443\u0440\u0430\u043b\u0430\u0443","Align right":"\u041e\u04a3\u0493\u0430 \u0442\u0443\u0440\u0430\u043b\u0430\u0443","No alignment":"\u0422\u0443\u0440\u0430\u043b\u0430\u0443\u0441\u044b\u0437","Justify":"\u0415\u043d\u0456 \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u0443\u0440\u0430\u043b\u0430\u0443","Bullet list":"\u0422\u0430\u04a3\u0431\u0430\u043b\u0430\u043d\u0493\u0430\u043d \u0442\u0456\u0437\u0456\u043c","Numbered list":"\u041d\u04e9\u043c\u0456\u0440\u043b\u0435\u043d\u0433\u0435\u043d \u0442\u0456\u0437\u0456\u043c","Decrease indent":"\u0428\u0435\u0433\u0456\u043d\u0456\u0441\u0442\u0456 \u043a\u0435\u043c\u0456\u0442\u0443","Increase indent":"\u0428\u0435\u0433\u0456\u043d\u0456\u0441\u0442\u0456 \u0430\u0440\u0442\u0442\u044b\u0440\u0443","Close":"\u0416\u0430\u0431\u0443","Formats":"\u041f\u0456\u0448\u0456\u043c\u0434\u0435\u0440","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u0428\u043e\u043b\u0493\u044b\u0448\u0442\u0430 \u0430\u0440\u0430\u043b\u044b\u049b \u0441\u0430\u049b\u0442\u0430\u0493\u044b\u0448\u049b\u0430 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u049b\u0430 \u049b\u043e\u043b\u0434\u0430\u0443 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u043c\u0435\u0439\u0434\u0456. \u041e\u043d\u044b\u04a3 \u043e\u0440\u043d\u044b\u043d\u0430 Ctrl+X/C/V \u043f\u0435\u0440\u043d\u0435\u0442\u0430\u049b\u0442\u0430 \u0442\u0430\u04a3\u0431\u0430\u0448\u0430\u043b\u0430\u0440\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437.","Headings":"\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u0430\u0440","Heading 1":"1-\u0442\u0430\u049b\u044b\u0440\u044b\u043f","Heading 2":"2-\u0442\u0430\u049b\u044b\u0440\u044b\u043f","Heading 3":"3-\u0442\u0430\u049b\u044b\u0440\u044b\u043f","Heading 4":"4-\u0442\u0430\u049b\u044b\u0440\u044b\u043f","Heading 5":"5-\u0442\u0430\u049b\u044b\u0440\u044b\u043f","Heading 6":"6-\u0442\u0430\u049b\u044b\u0440\u044b\u043f","Preformatted":"\u0410\u043b\u0434\u044b\u043d \u0430\u043b\u0430 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u043b\u0433\u0435\u043d","Div":"Div","Pre":"Pre","Code":"\u041a\u043e\u0434","Paragraph":"\u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444","Blockquote":"Blockquote","Inline":"\u041a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d","Blocks":"\u0411\u043b\u043e\u043a\u0442\u0430\u0440","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u049a\u0430\u0437\u0456\u0440 \u049b\u043e\u044e \u049b\u0430\u0440\u0430\u043f\u0430\u0439\u044b\u043c \u043c\u04d9\u0442\u0456\u043d \u0440\u0435\u0436\u0438\u043c\u0456\u043d\u0434\u0435. \u0415\u043d\u0434\u0456 \u043e\u0441\u044b \u043e\u043f\u0446\u0438\u044f\u043d\u044b \u04e9\u0448\u0456\u0440\u0433\u0435\u043d\u0448\u0435 \u043c\u0430\u0437\u043c\u04b1\u043d \u049b\u0430\u0440\u0430\u043f\u0430\u0439\u044b\u043c \u043c\u04d9\u0442\u0456\u043d \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u049b\u043e\u0439\u044b\u043b\u043c\u0430\u0439\u0434\u044b.","Fonts":"\u049a\u0430\u0440\u0456\u043f\u0442\u0435\u0440","Font sizes":"\u049a\u0430\u0440\u0456\u043f \u04e9\u043b\u0448\u0435\u043c\u0434\u0435\u0440\u0456","Class":"\u0421\u044b\u043d\u044b\u043f","Browse for an image":"\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u0448\u043e\u043b\u0443","OR":"\u041d\u0415\u041c\u0415\u0421\u0415","Drop an image here":"\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u043e\u0441\u044b \u0436\u0435\u0440\u0434\u0435 \u0442\u0430\u0441\u0442\u0430\u04a3\u044b\u0437","Upload":"\u0416\u04af\u043a\u0442\u0435\u043f \u0441\u0430\u043b\u0443","Uploading image":"\u0421\u0443\u0440\u0435\u0442 \u0436\u04af\u043a\u0442\u0435\u043f \u0441\u0430\u043b\u044b\u043d\u0443\u0434\u0430","Block":"\u0411\u043b\u043e\u043a","Align":"\u0422\u0443\u0440\u0430\u043b\u0430\u0443","Default":"\u04d8\u0434\u0435\u043f\u043a\u0456","Circle":"\u0428\u0435\u04a3\u0431\u0435\u0440","Disc":"\u0414\u04e9\u04a3\u0433\u0435\u043b\u0435\u043a","Square":"\u0428\u0430\u0440\u0448\u044b","Lower Alpha":"\u041a\u0456\u0448\u0456 \u043b\u0430\u0442\u044b\u043d \u04d9\u0440\u0456\u043f\u0442\u0435\u0440\u0456","Lower Greek":"\u041a\u0456\u0448\u0456 \u0433\u0440\u0435\u043a \u04d9\u0440\u0456\u043f\u0442\u0435\u0440\u0456","Lower Roman":"\u041a\u0456\u0448\u0456 \u0420\u0438\u043c \u0441\u0430\u043d\u0434\u0430\u0440\u044b","Upper Alpha":"\u0411\u0430\u0441 \u043b\u0430\u0442\u044b\u043d \u04d9\u0440\u0456\u043f\u0442\u0435\u0440\u0456","Upper Roman":"\u0411\u0430\u0441 \u0420\u0438\u043c \u0441\u0430\u043d\u0434\u0430\u0440\u044b","Anchor...":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435...","Anchor":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435","Name":"\u0410\u0442\u0430\u0443","ID":"\u0418\u0414","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"\u0418\u0414 \u04d9\u0440\u0456\u043f\u0442\u0435\u043d \u0431\u0430\u0441\u0442\u0430\u043b\u044b\u043f, \u043e\u0434\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u0442\u0435\u043a \u04d9\u0440\u0456\u043f\u0442\u0435\u0440, \u0441\u0430\u043d\u0434\u0430\u0440, \u0441\u044b\u0437\u044b\u049b\u0442\u0430\u0440, \u043d\u04af\u043a\u0442\u0435\u043b\u0435\u0440, \u049b\u043e\u0441 \u043d\u04af\u043a\u0442\u0435\u043b\u0435\u0440 \u043d\u0435\u043c\u0435\u0441\u0435 \u0430\u0441\u0442\u044b\u04a3\u0493\u044b \u0441\u044b\u0437\u044b\u049b\u0442\u0430\u0440 \u049b\u043e\u0439\u044b\u043b\u0443\u044b \u043a\u0435\u0440\u0435\u043a.","You have unsaved changes are you sure you want to navigate away?":"\u0421\u0430\u049b\u0442\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u04e9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440 \u0431\u0430\u0440. \u0421\u0456\u0437 \u0448\u044b\u043d\u044b\u043c\u0435\u043d \u0431\u0430\u0441\u049b\u0430 \u0436\u0435\u0440\u0433\u0435 \u043a\u0435\u0442\u0443\u0434\u0456 \u049b\u0430\u043b\u0430\u0439\u0441\u044b\u0437 \u0431\u0430?","Restore last draft":"\u0421\u043e\u04a3\u0493\u044b \u0441\u0430\u049b\u0442\u0430\u043b\u0493\u0430\u043d \u0436\u043e\u0431\u0430 \u0436\u0430\u0437\u0431\u0430\u043d\u044b \u049b\u0430\u043b\u043f\u044b\u043d\u0430 \u043a\u0435\u043b\u0442\u0456\u0440\u0443","Special character...":"\u0410\u0440\u043d\u0430\u0439\u044b \u0442\u0430\u04a3\u0431\u0430...","Special Character":"\u0410\u0440\u043d\u0430\u0439\u044b \u0442\u0430\u04a3\u0431\u0430","Source code":"\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b \u043a\u043e\u0434","Insert/Edit code sample":"\u041a\u043e\u0434 \u04af\u043b\u0433\u0456\u0441\u0456\u043d \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443/\u04e9\u04a3\u0434\u0435\u0443","Language":"\u0422\u0456\u043b","Code sample...":"\u041a\u043e\u0434 \u04af\u043b\u0433\u0456\u0441\u0456...","Left to right":"\u0421\u043e\u043b\u0434\u0430\u043d \u043e\u04a3\u0493\u0430","Right to left":"\u041e\u04a3\u043d\u0430\u043d \u0441\u043e\u043b\u0493\u0430","Title":"\u0422\u0430\u049b\u044b\u0440\u044b\u043f","Fullscreen":"\u0422\u043e\u043b\u044b\u049b \u044d\u043a\u0440\u0430\u043d","Action":"\u04d8\u0440\u0435\u043a\u0435\u0442","Shortcut":"\u041f\u0435\u0440\u043d\u0435\u043b\u0435\u0440 \u0442\u0456\u0440\u043a\u0435\u0441\u0456\u043c\u0456","Help":"\u0410\u043d\u044b\u049b\u0442\u0430\u043c\u0430","Address":"\u041c\u0435\u043a\u0435\u043d\u0436\u0430\u0439","Focus to menubar":"\u041c\u04d9\u0437\u0456\u0440 \u0436\u043e\u043b\u0430\u0493\u044b\u043d \u0444\u043e\u043a\u0443\u0441\u0442\u0430\u0443","Focus to toolbar":"\u049a\u04b1\u0440\u0430\u043b\u0434\u0430\u0440 \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d \u0444\u043e\u043a\u0443\u0441\u0442\u0430\u0443","Focus to element path":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0436\u043e\u043b\u044b\u043d \u0444\u043e\u043a\u0443\u0441\u0442\u0430\u0443","Focus to contextual toolbar":"\u041c\u04d9\u0442\u0456\u043d\u043c\u04d9\u043d\u0434\u0456\u043a \u049b\u04b1\u0440\u0430\u043b\u0434\u0430\u0440 \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d \u0444\u043e\u043a\u0443\u0441\u0442\u0430\u0443","Insert link (if link plugin activated)":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443 (\u0441\u0456\u043b\u0442\u0435\u043c\u0435 \u049b\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u043e\u0434\u0443\u043b\u0456 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0431\u043e\u043b\u0441\u0430)","Save (if save plugin activated)":"\u0421\u0430\u049b\u0442\u0430\u0443 (\u0441\u0430\u049b\u0442\u0430\u0443 \u049b\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u049b\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u043e\u0434\u0443\u043b\u0456 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0431\u043e\u043b\u0441\u0430)","Find (if searchreplace plugin activated)":"\u0422\u0430\u0431\u0443 (\u0456\u0437\u0434\u0435\u0443/\u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443 \u049b\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u043e\u0434\u0443\u043b\u0456 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0431\u043e\u043b\u0441\u0430)","Plugins installed ({0}):":"\u041e\u0440\u043d\u0430\u0442\u044b\u043b\u0493\u0430\u043d \u049b\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u043e\u0434\u0443\u043b\u044c\u0434\u0435\u0440 ({0}):","Premium plugins:":"\u041f\u0440\u0435\u043c\u0438\u0443\u043c \u049b\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u043e\u0434\u0443\u043b\u044c\u0434\u0435\u0440:","Learn more...":"\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440...","You are using {0}":"\u0421\u0456\u0437 {0} \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0434\u0430\u0441\u044b\u0437","Plugins":"\u049a\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u043e\u0434\u0443\u043b\u044c\u0434\u0435\u0440","Handy Shortcuts":"\u042b\u04a3\u0493\u0430\u0439\u043b\u044b \u043f\u0435\u0440\u043d\u0435\u043b\u0435\u0440 \u0442\u0456\u0440\u043a\u0435\u0441\u0456\u043c\u0434\u0435\u0440\u0456","Horizontal line":"\u041a\u04e9\u043b\u0434\u0435\u043d\u0435\u04a3 \u0441\u044b\u0437\u044b\u049b","Insert/edit image":"\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443/\u04e9\u04a3\u0434\u0435\u0443","Alternative description":"\u0411\u0430\u043b\u0430\u043c\u0430 \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430","Accessibility":"\u049a\u043e\u043b\u0436\u0435\u0442\u0456\u043c\u0434\u0456\u043b\u0456\u043a","Image is decorative":"\u041a\u0435\u0441\u043a\u0456\u043d \u2014 \u0441\u04d9\u043d","Source":"\u041a\u04e9\u0437","Dimensions":"\u04e8\u043b\u0448\u0435\u043c\u0434\u0435\u0440\u0456","Constrain proportions":"\u041f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u044f\u043b\u0430\u0440\u0434\u044b \u0441\u0430\u049b\u0442\u0430\u0443","General":"\u0416\u0430\u043b\u043f\u044b","Advanced":"\u041a\u0435\u04a3\u0435\u0439\u0442\u0456\u043b\u0433\u0435\u043d","Style":"\u041c\u04d9\u043d\u0435\u0440","Vertical space":"\u0422\u0456\u043a \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u043a","Horizontal space":"\u041a\u04e9\u043b\u0434\u0435\u043d\u0435\u04a3 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u043a","Border":"\u0416\u0438\u0435\u043a","Insert image":"\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443","Image...":"\u041a\u0435\u0441\u043a\u0456\u043d...","Image list":"\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440 \u0442\u0456\u0437\u0456\u043c\u0456","Resize":"\u04e8\u043b\u0448\u0435\u043c\u0456\u043d \u04e9\u0437\u0433\u0435\u0440\u0442\u0443","Insert date/time":"\u041a\u04af\u043d/\u0443\u0430\u049b\u044b\u0442 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443","Date/time":"\u041a\u04af\u043d/\u0443\u0430\u049b\u044b\u0442","Insert/edit link":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443/\u04e9\u04a3\u0434\u0435\u0443","Text to display":"\u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435\u0442\u0456\u043d \u043c\u04d9\u0442\u0456\u043d","Url":"URL","Open link in...":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u0430\u0448\u0443...","Current window":"\u0410\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u0442\u0435\u0440\u0435\u0437\u0435","None":"\u0416\u043e\u049b","New window":"\u0416\u0430\u04a3\u0430 \u0442\u0435\u0440\u0435\u0437\u0435","Open link":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u0430\u0448\u0443","Remove link":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u0436\u043e\u044e","Anchors":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435\u043b\u0435\u0440","Link...":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435...","Paste or type a link":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u049b\u043e\u0439\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0442\u0435\u0440\u0456\u04a3\u0456\u0437","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u0421\u0456\u0437 \u0435\u043d\u0433\u0456\u0437\u0433\u0435\u043d URL \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u0434\u044b\u049b \u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b \u0431\u043e\u043b\u044b\u043f \u043a\u04e9\u0440\u0456\u043d\u0435\u0434\u0456. \u049a\u0430\u0436\u0435\u0442\u0442\u0456 mailto: \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u0456\u043d \u049b\u043e\u0441\u0443 \u043a\u0435\u0440\u0435\u043a \u043f\u0435?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u0421\u0456\u0437 \u0435\u043d\u0433\u0456\u0437\u0433\u0435\u043d URL \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b \u0441\u044b\u0440\u0442\u049b\u044b \u0441\u0456\u043b\u0442\u0435\u043c\u0435 \u0431\u043e\u043b\u044b\u043f \u043a\u04e9\u0440\u0456\u043d\u0435\u0434\u0456. \u049a\u0430\u0436\u0435\u0442\u0442\u0456 http:// \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u0456\u043d \u049b\u043e\u0441\u0443 \u043a\u0435\u0440\u0435\u043a \u043f\u0435?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u0421\u0456\u0437 \u0435\u043d\u0433\u0456\u0437\u0433\u0435\u043d URL \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b \u0441\u044b\u0440\u0442\u049b\u044b \u0441\u0456\u043b\u0442\u0435\u043c\u0435 \u0431\u043e\u043b\u044b\u043f \u043a\u04e9\u0440\u0456\u043d\u0435\u0434\u0456. \u049a\u0430\u0436\u0435\u0442\u0442\u0456 https:// \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u0456\u043d \u049b\u043e\u0441\u0443 \u043a\u0435\u0440\u0435\u043a \u043f\u0435?","Link list":"\u0421\u0456\u043b\u0442\u0435\u043c\u0435\u043b\u0435\u0440 \u0442\u0456\u0437\u0456\u043c\u0456","Insert video":"\u0411\u0435\u0439\u043d\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443","Insert/edit video":"\u0411\u0435\u0439\u043d\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443/\u04e9\u04a3\u0434\u0435\u0443","Insert/edit media":"\u041c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443/\u04e9\u04a3\u0434\u0435\u0443","Alternative source":"\u0411\u0430\u043b\u0430\u043c\u0430\u043b\u044b \u043a\u04e9\u0437","Alternative source URL":"\u0411\u0430\u043b\u0430\u043c\u0430\u043b\u044b \u043a\u04e9\u0437\u0434\u0456\u04a3 URL \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b","Media poster (Image URL)":"\u041c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b\u0434\u044b \u0436\u0430\u0440\u0438\u044f\u043b\u0430\u0443\u0448\u044b (\u043a\u0435\u0441\u043a\u0456\u043d\u043d\u0456\u04a3 URL \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b)","Paste your embed code below:":"\u0422\u04e9\u043c\u0435\u043d\u0434\u0435 \u0435\u043d\u0434\u0456\u0440\u0443 \u043a\u043e\u0434\u044b\u043d \u049b\u043e\u0439\u044b\u04a3\u044b\u0437:","Embed":"\u0415\u043d\u0434\u0456\u0440\u0443","Media...":"\u041c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b...","Nonbreaking space":"\u04ae\u0437\u0434\u0456\u043a\u0441\u0456\u0437 \u0431\u043e\u0441 \u043e\u0440\u044b\u043d","Page break":"\u0411\u0435\u0442 \u04af\u0437\u0456\u043b\u0456\u043c\u0456","Paste as text":"\u041c\u04d9\u0442\u0456\u043d \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u049b\u043e\u044e","Preview":"\u0410\u043b\u0434\u044b\u043d \u0430\u043b\u0430 \u049b\u0430\u0440\u0430\u0443","Print":"\u0411\u0430\u0441\u044b\u043f \u0448\u044b\u0493\u0430\u0440\u0443","Print...":"\u0411\u0430\u0441\u044b\u043f \u0448\u044b\u0493\u0430\u0440\u0443...","Save":"\u0421\u0430\u049b\u0442\u0430\u0443","Find":"\u0422\u0430\u0431\u0443","Replace with":"\u0410\u0443\u044b\u0441\u0442\u044b\u0440\u0430\u0442\u044b\u043d \u043c\u04d9\u0442\u0456\u043d","Replace":"\u0410\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443","Replace all":"\u0411\u0430\u0440\u043b\u044b\u0493\u044b\u043d \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443","Previous":"\u0410\u043b\u0434\u044b\u04a3\u0493\u044b","Next":"\u041a\u0435\u043b\u0435\u0441\u0456","Find and Replace":"\u0422\u0430\u0431\u0443 \u0436\u04d9\u043d\u0435 \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443","Find and replace...":"\u0422\u0430\u0431\u0443 \u0436\u04d9\u043d\u0435 \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443...","Could not find the specified string.":"\u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0433\u0435\u043d \u0436\u043e\u043b\u0434\u044b \u0442\u0430\u0431\u0443 \u043c\u04af\u043c\u043a\u0456\u043d \u0431\u043e\u043b\u043c\u0430\u0434\u044b.","Match case":"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0433\u0435 \u0441\u04d9\u0439\u043a\u0435\u0441","Find whole words only":"\u0422\u0435\u043a \u0431\u04af\u0442\u0456\u043d \u0441\u04e9\u0437\u0434\u0435\u0440\u0434\u0456 \u0442\u0430\u0431\u0443","Find in selection":"\u0422\u0430\u04a3\u0434\u0430\u0443\u0434\u0430\u043d \u0442\u0430\u0431\u0443","Insert table":"\u041a\u0435\u0441\u0442\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443","Table properties":"\u041a\u0435\u0441\u0442\u0435 \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b","Delete table":"\u041a\u0435\u0441\u0442\u0435\u043d\u0456 \u0436\u043e\u044e","Cell":"\u04b0\u044f\u0448\u044b\u049b","Row":"\u049a\u0430\u0442\u0430\u0440","Column":"\u0411\u0430\u0493\u0430\u043d","Cell properties":"\u04b0\u044f\u0448\u044b\u049b \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b","Merge cells":"\u04b0\u044f\u0448\u044b\u049b\u0442\u0430\u0440\u0434\u044b \u0431\u0456\u0440\u0456\u043a\u0442\u0456\u0440\u0443","Split cell":"\u04b0\u044f\u0448\u044b\u049b\u0442\u044b \u0431\u04e9\u043b\u0443","Insert row before":"\u04ae\u0441\u0442\u0456\u043d\u0435 \u0436\u043e\u043b \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443","Insert row after":"\u0410\u0441\u0442\u044b\u043d\u0430 \u0436\u043e\u043b \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443","Delete row":"\u0416\u043e\u043b\u0434\u044b \u0436\u043e\u044e","Row properties":"\u0416\u043e\u043b \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b","Cut row":"\u0416\u043e\u043b\u0434\u044b \u049b\u0438\u044b\u043f \u0430\u043b\u0443","Cut column":"\u0411\u0430\u0493\u0430\u043d\u0434\u044b \u049b\u0438\u044b\u043f \u0430\u043b\u0443","Copy row":"\u0416\u043e\u043b\u0434\u044b \u043a\u04e9\u0448\u0456\u0440\u0443","Copy column":"\u0411\u0430\u0493\u0430\u043d\u0434\u044b \u043a\u04e9\u0448\u0456\u0440\u0443","Paste row before":"\u04ae\u0441\u0442\u0456\u043d\u0435 \u0436\u043e\u043b \u049b\u043e\u044e","Paste column before":"\u0411\u0430\u0493\u0430\u043d\u0434\u044b \u0430\u043b\u0434\u044b\u043d\u0430 \u049b\u043e\u044e","Paste row after":"\u0410\u0441\u0442\u044b\u043d\u0430 \u0436\u043e\u044e \u049b\u043e\u044e","Paste column after":"\u0411\u0430\u0493\u0430\u043d\u0434\u044b \u043a\u0435\u0439\u0456\u043d \u049b\u043e\u044e","Insert column before":"\u0410\u043b\u0434\u044b\u043d\u0430 \u0431\u0430\u0493\u0430\u043d \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443","Insert column after":"\u0410\u0440\u0442\u044b\u043d\u0430 \u0431\u0430\u0493\u0430\u043d \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443","Delete column":"\u0411\u0430\u0493\u0430\u043d\u0434\u044b \u0436\u043e\u044e","Cols":"\u0411\u0430\u0493\u0430\u043d\u0434\u0430\u0440","Rows":"\u0416\u043e\u043b\u0434\u0430\u0440","Width":"\u0415\u043d\u0456","Height":"\u0411\u0438\u0456\u043a\u0442\u0456\u0433\u0456","Cell spacing":"\u04b0\u044f\u0448\u044b\u049b \u0430\u0440\u0430\u043b\u044b\u0493\u044b","Cell padding":"\u04b0\u044f\u0448\u044b\u049b \u043a\u0435\u04a3\u0434\u0456\u0433\u0456","Row clipboard actions":"\u0410\u0440\u0430\u043b\u044b\u049b \u0441\u0430\u049b\u0442\u0430\u0493\u044b\u0448 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440\u0456 \u0436\u043e\u043b\u044b","Column clipboard actions":"\u0410\u0440\u0430\u043b\u044b\u049b \u0441\u0430\u049b\u0442\u0430\u0493\u044b\u0448 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440\u0456 \u0431\u0430\u0493\u0430\u043d\u044b","Table styles":"\u041a\u0435\u0441\u0442\u0435 \u0441\u0442\u0438\u043b\u044c\u0434\u0435\u0440\u0456","Cell styles":"\u04b0\u044f\u0448\u044b\u049b \u0441\u0442\u0438\u043b\u044c\u0434\u0435\u0440\u0456","Column header":"\u0422\u0430\u049b\u044b\u0440\u044b\u043f \u0431\u0430\u0493\u0430\u043d\u044b","Row header":"\u0422\u0430\u049b\u044b\u0440\u044b\u043f \u0436\u043e\u043b\u044b","Table caption":"\u041a\u0435\u0441\u0442\u0435 \u049b\u0430\u043c\u0442\u0443\u044b","Caption":"\u0422\u0430\u049b\u044b\u0440\u044b\u043f","Show caption":"\u0416\u0430\u0437\u0431\u0430\u043d\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443","Left":"\u0421\u043e\u043b \u0436\u0430\u049b","Center":"\u041e\u0440\u0442\u0430\u0441\u044b","Right":"\u041e\u04a3 \u0436\u0430\u049b","Cell type":"\u04b0\u044f\u0448\u044b\u049b \u0442\u04af\u0440\u0456","Scope":"\u0410\u0443\u049b\u044b\u043c","Alignment":"\u0422\u0443\u0440\u0430\u043b\u0430\u0443","Horizontal align":"\u041a\u04e9\u043b\u0434\u0435\u043d\u0435\u04a3 \u0442\u0443\u0440\u0430\u043b\u0430\u0443","Vertical align":"\u0422\u0456\u0433\u0456\u043d\u0435\u043d \u0442\u0443\u0440\u0430\u043b\u0430\u0443","Top":"\u04ae\u0441\u0442\u0456","Middle":"\u041e\u0440\u0442\u0430\u0441\u044b","Bottom":"\u0410\u0441\u0442\u044b","Header cell":"\u0422\u0430\u049b\u044b\u0440\u044b\u043f \u04b1\u044f\u0448\u044b\u0493\u044b","Row group":"\u0416\u043e\u043b\u0434\u0430\u0440 \u0442\u043e\u0431\u044b","Column group":"\u0411\u0430\u0493\u0430\u043d\u0434\u0430\u0440 \u0442\u043e\u0431\u044b","Row type":"\u0416\u043e\u043b \u0442\u04af\u0440\u0456","Header":"\u0416\u043e\u0493\u0430\u0440\u0493\u044b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435","Body":"\u041d\u0435\u0433\u0456\u0437\u0433\u0456 \u0431\u04e9\u043b\u0456\u0433\u0456","Footer":"Footer","Border color":"\u0416\u0438\u0435\u043a \u0442\u04af\u0441\u0456","Solid":"\u0411\u0456\u0440\u044b\u04a3\u0493\u0430\u0439","Dotted":"\u041d\u04af\u043a\u0442\u0435\u043b\u0456","Dashed":"\u0421\u044b\u0437\u044b\u049b\u0442\u044b","Double":"\u049a\u043e\u0441","Groove":"\u041e\u0439\u044b\u049b","Ridge":"\u0414\u04e9\u04a3\u0435\u0441","Inset":"\u0406\u0448\u043a\u0435 \u049b\u0430\u0440\u0430\u0439 \u0436\u044b\u043b\u0436\u044b\u0442\u044b\u043b\u0493\u0430\u043d","Outset":"\u0421\u044b\u0440\u0442\u049b\u0430 \u049b\u0430\u0440\u0430\u0439 \u0436\u044b\u043b\u0436\u044b\u0442\u044b\u043b\u0493\u0430\u043d","Hidden":"\u0416\u0430\u0441\u044b\u0440\u044b\u043b\u0493\u0430\u043d","Insert template...":"\u04ae\u043b\u0433\u0456 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443...","Templates":"\u04ae\u043b\u0433\u0456\u043b\u0435\u0440","Template":"\u04ae\u043b\u0433\u0456","Insert Template":"\u04ae\u043b\u0433\u0456 \u0435\u043d\u0433\u0456\u0437\u0443","Text color":"\u041c\u04d9\u0442\u0456\u043d \u0442\u04af\u0441\u0456","Background color":"\u04e8\u04a3\u0456\u043d\u0456\u04a3 \u0442\u04af\u0441\u0456","Custom...":"\u0420\u0435\u0442\u0442\u0435\u043b\u043c\u0435\u043b\u0456...","Custom color":"\u0420\u0435\u0442\u0442\u0435\u043b\u043c\u0435\u043b\u0456 \u0442\u04af\u0441","No color":"\u0422\u04af\u0441\u0441\u0456\u0437","Remove color":"\u0422\u04af\u0441\u0442\u0456 \u0436\u043e\u044e","Show blocks":"\u0411\u043b\u043e\u043a\u0442\u0430\u0440\u0434\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443","Show invisible characters":"\u041a\u04e9\u0440\u0456\u043d\u0431\u0435\u0439\u0442\u0456\u043d \u0442\u0430\u04a3\u0431\u0430\u043b\u0430\u0440\u0434\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443","Word count":"\u0421\u04e9\u0437 \u0441\u0430\u043d\u044b","Count":"\u0421\u0430\u043d\u044b","Document":"\u049a\u04b1\u0436\u0430\u0442","Selection":"\u0422\u0430\u04a3\u0434\u0430\u0443","Words":"\u0421\u04e9\u0437\u0434\u0435\u0440","Words: {0}":"\u0421\u04e9\u0437\u0434\u0435\u0440: {0}","{0} words":"{0} \u0441\u04e9\u0437","File":"\u0424\u0430\u0439\u043b","Edit":"\u04e8\u04a3\u0434\u0435\u0443","Insert":"\u0415\u043d\u0433\u0456\u0437\u0443","View":"\u041a\u04e9\u0440\u0456\u043d\u0456\u0441","Format":"\u041f\u0456\u0448\u0456\u043c","Table":"\u041a\u0435\u0441\u0442\u0435","Tools":"\u049a\u04b1\u0440\u0430\u043b\u0434\u0430\u0440","Powered by {0}":"{0} \u0436\u04af\u0439\u0435\u0441\u0456\u043c\u0435\u043d \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439\u0434\u0456","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\u041f\u0456\u0448\u0456\u043c\u0434\u0435\u043b\u0435\u0442\u0456\u043d \u043c\u04d9\u0442\u0456\u043d \u0430\u0439\u043c\u0430\u0493\u044b. \u041c\u04d9\u0437\u0456\u0440 \u04af\u0448\u0456\u043d ALT-F9 \u0442\u0456\u0440\u043a\u0435\u0441\u0456\u043c\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437. \u049a\u04b1\u0440\u0430\u043b\u0434\u0430\u0440 \u0442\u0430\u049b\u0442\u0430\u0441\u044b \u04af\u0448\u0456\u043d ALT-F10 \u0442\u0456\u0440\u043a\u0435\u0441\u0456\u043c\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437. \u0410\u043d\u044b\u049b\u0442\u0430\u043c\u0430 \u04af\u0448\u0456\u043d ALT-F10 \u0442\u0456\u0440\u043a\u0435\u0441\u0456\u043c\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437","Image title":"\u041a\u0435\u0441\u043a\u0456\u043d \u0430\u0442\u0430\u0443\u044b","Border width":"\u0416\u0438\u0435\u043a \u0435\u043d\u0456","Border style":"\u0416\u0438\u0435\u043a \u043c\u04d9\u043d\u0435\u0440\u0456","Error":"\u049a\u0430\u0442\u0435","Warn":"\u0415\u0441\u043a\u0435\u0440\u0442\u0443","Valid":"\u0416\u0430\u0440\u0430\u043c\u0434\u044b","To open the popup, press Shift+Enter":"\u049a\u0430\u043b\u049b\u044b\u043c\u0430\u043b\u044b \u0442\u0435\u0440\u0435\u0437\u0435\u043d\u0456 \u0430\u0448\u0443 \u04af\u0448\u0456\u043d Shift+Enter \u0431\u0430\u0441\u044b\u04a3\u044b\u0437","Rich Text Area":"\u041f\u0456\u0448\u0456\u043c\u0434\u0435\u043b\u0433\u0435\u043d \u043c\u04d9\u0442\u0456\u043d \u0430\u0439\u043c\u0430\u0493\u044b","Rich Text Area. Press ALT-0 for help.":"\u041f\u0456\u0448\u0456\u043c\u0434\u0435\u043b\u0435\u0442\u0456\u043d \u043c\u04d9\u0442\u0456\u043d \u0430\u0439\u043c\u0430\u0493\u044b. \u0410\u043d\u044b\u049b\u0442\u0430\u043c\u0430 \u04af\u0448\u0456\u043d ALT-0 \u0442\u0456\u0440\u043a\u0435\u0441\u0456\u043c\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437.","System Font":"\u0416\u04af\u0439\u0435 \u049b\u0430\u0440\u043f\u0456","Failed to upload image: {0}":"\u041a\u0435\u0441\u043a\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0441\u0430\u043b\u044b\u043d\u0431\u0430\u0434\u044b: {0}","Failed to load plugin: {0} from url {1}":"\u049a\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u043e\u0434\u0443\u043b\u044c \u0436\u04af\u043a\u0442\u0435\u043b\u043c\u0435\u0434\u0456: {0} url: {1}","Failed to load plugin url: {0}":"\u049a\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u043e\u0434\u0443\u043b\u044c \u0436\u04af\u043a\u0442\u0435\u043b\u043c\u0435\u0433\u0435\u043d url \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b: {0}","Failed to initialize plugin: {0}":"\u049a\u043e\u0441\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u043e\u0434\u0443\u043b\u044c \u0431\u0430\u043f\u0442\u0430\u043d\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0434\u044b: {0}","example":"\u043c\u044b\u0441\u0430\u043b","Search":"\u0406\u0437\u0434\u0435\u0443","All":"\u0411\u0430\u0440\u043b\u044b\u0493\u044b","Currency":"\u0412\u0430\u043b\u044e\u0442\u0430","Text":"\u041c\u04d9\u0442\u0456\u043d","Quotations":"\u0422\u044b\u0440\u043d\u0430\u049b\u0448\u0430\u043b\u0430\u0440","Mathematical":"\u041c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0430\u043b\u044b\u049b","Extended Latin":"\u041a\u0435\u04a3\u0435\u0439\u0442\u0456\u043b\u0433\u0435\u043d \u043b\u0430\u0442\u044b\u043d","Symbols":"\u0422\u0430\u04a3\u0431\u0430\u043b\u0430\u0440","Arrows":"\u041a\u04e9\u0440\u0441\u0435\u0442\u043a\u0456\u043b\u0435\u0440","User Defined":"\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u0493\u0430\u043d","dollar sign":"\u0434\u043e\u043b\u043b\u0430\u0440 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","currency sign":"\u0432\u0430\u043b\u044e\u0442\u0430 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","euro-currency sign":"\u0435\u0443\u0440\u043e \u0432\u0430\u043b\u044e\u0442\u0430\u0441\u044b\u043d\u044b\u04a3 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","colon sign":"\u049b\u043e\u0441 \u043d\u04af\u043a\u0442\u0435 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","cruzeiro sign":"\u043a\u0440\u0443\u0437\u0435\u0439\u0440\u043e \u0431\u0435\u043b\u0433\u0456\u0441\u0456","french franc sign":"\u0444\u0440\u0430\u043d\u0446\u0443\u0437\u0434\u044b\u049b \u0444\u0440\u0430\u043d\u043a \u0431\u0435\u043b\u0433\u0456\u0441\u0456","lira sign":"\u043b\u0438\u0440\u0430 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","mill sign":"\u043c\u0438\u043b\u043b \u0431\u0435\u043b\u0433\u0456\u0441\u0456","naira sign":"\u043d\u0430\u0439\u0440\u0430 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","peseta sign":"\u043f\u0435\u0441\u0435\u0442\u0430 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","rupee sign":"\u0440\u0443\u043f\u0438\u044f \u0431\u0435\u043b\u0433\u0456\u0441\u0456","won sign":"\u0432\u043e\u043d \u0431\u0435\u043b\u0433\u0456\u0441\u0456","new sheqel sign":"\u0436\u0430\u04a3\u0430 \u0448\u0435\u043a\u0435\u043b\u044c \u0431\u0435\u043b\u0433\u0456\u0441\u0456","dong sign":"\u0434\u043e\u043d\u0433 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","kip sign":"\u043a\u0438\u043f \u0431\u0435\u043b\u0433\u0456\u0441\u0456","tugrik sign":"\u0442\u0443\u0433\u0440\u0438\u043a \u0431\u0435\u043b\u0433\u0456\u0441\u0456","drachma sign":"\u0434\u0440\u0430\u0445\u043c\u0430 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","german penny symbol":"\u0433\u0435\u0440\u043c\u0430\u043d\u0434\u044b\u049b \u043f\u0435\u043d\u043d\u0438 \u0442\u0430\u04a3\u0431\u0430\u0441\u044b","peso sign":"\u043f\u0435\u0441\u043e \u0431\u0435\u043b\u0433\u0456\u0441\u0456","guarani sign":"\u0433\u0443\u0430\u0440\u0430\u043d\u0438 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","austral sign":"\u0430\u0443\u0441\u0442\u0440\u0430\u043b \u0431\u0435\u0433\u043b\u0456\u0441\u0456","hryvnia sign":"\u0433\u0440\u0438\u0432\u043d\u0430 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","cedi sign":"\u0441\u0435\u0434\u0438 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","livre tournois sign":"\u0442\u0443\u0440 \u043b\u0438\u0432\u0440\u044b \u0431\u0435\u043b\u0433\u0456\u0441\u0456","spesmilo sign":"\u0441\u043f\u0435\u0441\u043c\u0438\u043b\u043e \u0431\u0435\u043b\u0433\u0456\u0441\u0456","tenge sign":"\u0442\u0435\u04a3\u0433\u0435 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","indian rupee sign":"\u04af\u043d\u0434\u0456 \u0440\u0443\u043f\u0438\u044f\u0441\u044b \u0431\u0435\u043b\u0433\u0456\u0441\u0456","turkish lira sign":"\u0442\u04af\u0440\u0456\u043a \u043b\u0438\u0440\u0430\u0441\u044b \u0431\u0435\u043b\u0433\u0456\u0441\u0456","nordic mark sign":"\u0441\u043a\u0430\u043d\u0434\u0438\u043d\u0430\u0432\u0438\u044f\u043b\u044b\u049b \u043c\u0430\u0440\u043a\u0430 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","manat sign":"\u043c\u0430\u043d\u0430\u0442 \u0431\u0435\u043b\u0433\u0456\u0441\u0456","ruble sign":"\u0440\u0443\u0431\u043b\u044c \u0431\u0435\u043b\u0433\u0456\u0441\u0456","yen character":"\u0439\u0435\u043d\u0430 \u0442\u0430\u04a3\u0431\u0430\u0441\u044b","yuan character":"\u044e\u0430\u043d\u044c \u0442\u0430\u04a3\u0431\u0430\u0441\u044b","yuan character, in hong kong and taiwan":"\u044e\u0430\u043d\u044c \u0442\u0430\u04a3\u0431\u0430\u0441\u044b, \u0413\u043e\u043d\u043a\u043e\u043d\u0433 \u043f\u0435\u043d \u0422\u0430\u0439\u0432\u0430\u043d\u044c\u0434\u0430","yen/yuan character variant one":"\u0439\u0435\u043d\u0430/\u044e\u0430\u043d\u044c \u0442\u0430\u04a3\u0431\u0430\u0441\u044b\u043d\u044b\u04a3 \u0431\u0456\u0440\u0456\u043d\u0448\u0456 \u043d\u04b1\u0441\u049b\u0430\u0441\u044b","Emojis":"\u042d\u043c\u043e\u0434\u0437\u0438\u043b\u0435\u0440","Emojis...":"\u042d\u043c\u043e\u0434\u0437\u0438\u043b\u0435\u0440...","Loading emojis...":"\u042d\u043c\u043e\u0434\u0437\u0438\u043b\u0435\u0440 \u0436\u04af\u043a\u0442\u0435\u043b\u0443\u0434\u0435...","Could not load emojis":"\u042d\u043c\u043e\u0434\u0437\u0438\u043b\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u0443 \u043c\u04af\u043c\u043a\u0456\u043d \u0431\u043e\u043b\u043c\u0430\u0434\u044b","People":"\u0410\u0434\u0430\u043c\u0434\u0430\u0440","Animals and Nature":"\u0416\u0430\u043d\u0443\u0430\u0440\u043b\u0430\u0440 \u0436\u04d9\u043d\u0435 \u0442\u0430\u0431\u0438\u0493\u0430\u0442","Food and Drink":"\u0422\u0430\u0493\u0430\u043c\u0434\u0430\u0440 \u0436\u04d9\u043d\u0435 \u0441\u0443\u0441\u044b\u043d\u0434\u0430\u0440","Activity":"\u0411\u0435\u043b\u0441\u0435\u043d\u0434\u0456\u043b\u0456\u043a","Travel and Places":"\u0421\u0430\u044f\u0445\u0430\u0442 \u0436\u04d9\u043d\u0435 \u043e\u0440\u044b\u043d\u0434\u0430\u0440","Objects":"\u041d\u044b\u0441\u0430\u043d\u0434\u0430\u0440","Flags":"\u0422\u0443\u043b\u0430\u0440","Characters":"\u0422\u0430\u04a3\u0431\u0430\u043b\u0430\u0440","Characters (no spaces)":"\u0422\u0430\u04a3\u0431\u0430\u043b\u0430\u0440 (\u043e\u0440\u044b\u043d\u0434\u0430\u0440\u0441\u044b\u0437)","{0} characters":"{0} \u0442\u0430\u04a3\u0431\u0430","Error: Form submit field collision.":"\u049a\u0430\u0442\u0435: \u043f\u0456\u0448\u0456\u043d\u0434\u0456 \u0436\u0456\u0431\u0435\u0440\u0443 \u04e9\u0440\u0456\u0441\u0456\u043d\u0456\u04a3 \u049b\u0430\u0439\u0448\u044b\u043b\u044b\u0493\u044b.","Error: No form element found.":"\u049a\u0430\u0442\u0435: \u043f\u0456\u0448\u0456\u043d \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b.","Color swatch":"\u0422\u04af\u0441 \u04af\u043b\u0433\u0456\u0441\u0456","Color Picker":"\u0422\u04af\u0441 \u0442\u0430\u04a3\u0434\u0430\u0443 \u049b\u04b1\u0440\u0430\u043b\u044b","Invalid hex color code: {0}":"\u0416\u0430\u0440\u0430\u043c\u0441\u044b\u0437 \u043e\u043d \u0430\u043b\u0442\u044b\u043b\u044b\u049b \u0442\u04af\u0441 \u043a\u043e\u0434\u044b: {0}","Invalid input":"\u0415\u043d\u0433\u0456\u0437\u0456\u043b\u0456\u043c \u0436\u0430\u0440\u0430\u043c\u0441\u044b\u0437","R":"R","Red component":"\u049a\u044b\u0437\u044b\u043b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441","G":"G","Green component":"\u0416\u0430\u0441\u044b\u043b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441","B":"B","Blue component":"\u041a\u04e9\u043a \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441","#":"#","Hex color code":"\u041e\u043d \u0430\u043b\u0442\u044b\u043b\u044b\u049b \u0442\u04af\u0441 \u043a\u043e\u0434\u044b","Range 0 to 255":"\u0410\u0443\u049b\u044b\u043c\u044b: 0\u2013255","Turquoise":"\u041a\u04e9\u0433\u0456\u043b\u0434\u0456\u0440","Green":"\u0416\u0430\u0441\u044b\u043b","Blue":"\u041a\u04e9\u043a","Purple":"\u041a\u04af\u043b\u0433\u0456\u043d","Navy Blue":"\u041a\u04af\u04a3\u0433\u0456\u0440\u0442 \u043a\u04e9\u043a","Dark Turquoise":"\u041a\u04af\u04a3\u0433\u0456\u0440\u0442 \u043a\u04e9\u0433\u0456\u043b\u0434\u0456\u0440","Dark Green":"\u049a\u0430\u0440\u0430 \u0436\u0430\u0441\u044b\u043b","Medium Blue":"\u041e\u0440\u0442\u0430\u0448\u0430 \u043a\u04e9\u043a","Medium Purple":"\u041e\u0440\u0442\u0430\u0448\u0430 \u043a\u04af\u043b\u0433\u0456\u043d","Midnight Blue":"\u0422\u04af\u043d\u0433\u0456 \u043a\u04e9\u043a","Yellow":"\u0421\u0430\u0440\u044b","Orange":"\u0421\u0430\u0440\u0493\u044b\u0448","Red":"\u049a\u044b\u0437\u044b\u043b","Light Gray":"\u0410\u0448\u044b\u049b \u0441\u04b1\u0440","Gray":"\u0421\u04b1\u0440","Dark Yellow":"\u041a\u04af\u04a3\u0433\u0456\u0440\u0442 \u0441\u0430\u0440\u044b","Dark Orange":"\u049a\u0430\u0440\u0430 \u0441\u0430\u0440\u0493\u044b\u0448","Dark Red":"\u041a\u04af\u04a3\u0433\u0456\u0440\u0442 \u049b\u044b\u0437\u044b\u043b","Medium Gray":"\u041e\u0440\u0442\u0430\u0448\u0430 \u0441\u04b1\u0440","Dark Gray":"\u041a\u04af\u04a3\u0433\u0456\u0440\u0442 \u0441\u04b1\u0440","Light Green":"\u0410\u0448\u044b\u049b \u0436\u0430\u0441\u044b\u043b","Light Yellow":"\u0410\u0448\u044b\u049b \u0441\u0430\u0440\u044b","Light Red":"\u0410\u0448\u044b\u049b \u049b\u044b\u0437\u044b\u043b","Light Purple":"\u0410\u0448\u044b\u049b \u043a\u04af\u043b\u0433\u0456\u043d","Light Blue":"\u0410\u0448\u044b\u049b \u043a\u04e9\u043a","Dark Purple":"\u049a\u0430\u0440\u0430 \u043a\u04af\u043b\u0433\u0456\u043d","Dark Blue":"\u049a\u0430\u0440\u0430 \u043a\u04e9\u043a","Black":"\u049a\u0430\u0440\u0430","White":"\u0410\u049b","Switch to or from fullscreen mode":"\u0422\u043e\u043b\u044b\u049b \u044d\u043a\u0440\u0430\u043d \u0440\u0435\u0436\u0438\u043c\u0456\u043d\u0435 \u043d\u0435\u043c\u0435\u0441\u0435 \u043e\u0434\u0430\u043d \u0430\u0443\u044b\u0441\u0443","Open help dialog":"\u0410\u043d\u044b\u049b\u0442\u0430\u043c\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0442\u044b\u049b \u0442\u0435\u0440\u0435\u0437\u0435\u0441\u0456\u043d \u0430\u0448\u0443","history":"\u0442\u0430\u0440\u0438\u0445","styles":"\u0441\u0442\u0438\u043b\u044c\u0434\u0435\u0440","formatting":"\u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0443","alignment":"\u0442\u0443\u0440\u0430\u043b\u0430\u0443","indentation":"\u0448\u0435\u0433\u0456\u043d\u0456\u0441","Font":"\u049a\u0430\u0440\u0456\u043f","Size":"\u04e8\u043b\u0448\u0435\u043c","More...":"\u049a\u043e\u0441\u044b\u043c\u0448\u0430...","Select...":"\u0422\u0430\u04a3\u0434\u0430\u0443...","Preferences":"\u0411\u0430\u043f\u0442\u0430\u043b\u044b\u043c\u0434\u0430\u0440","Yes":"\u0418\u04d9","No":"\u0416\u043e\u049b","Keyboard Navigation":"\u041f\u0435\u0440\u043d\u0435\u0442\u0430\u049b\u0442\u0430 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f\u0441\u044b","Version":"\u041d\u04b1\u0441\u049b\u0430","Code view":"\u041a\u043e\u0434 \u043a\u04e9\u0440\u0456\u043d\u0456\u0441\u0456","Open popup menu for split buttons":"\u0411\u04e9\u043b\u0456\u043d\u0433\u0435\u043d \u0442\u04af\u0439\u043c\u0435\u043b\u0435\u0440 \u04af\u0448\u0456\u043d \u049b\u0430\u043b\u049b\u044b\u043c\u0430\u043b\u044b \u043c\u04d9\u0437\u0456\u0440\u0434\u0456 \u0430\u0448\u0443","List Properties":"\u0422\u0456\u0437\u0456\u043c \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b","List properties...":"\u0422\u0456\u0437\u0456\u043c \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b...","Start list at number":"\u0422\u0456\u0437\u0456\u043c \u0431\u0430\u0441\u0442\u0430\u043b\u0430\u0442\u044b\u043d \u043d\u04e9\u043c\u0456\u0440","Line height":"\u0421\u044b\u0437\u044b\u049b \u0431\u0438\u0456\u043a\u0442\u0456\u0433\u0456","Dropped file type is not supported":"\u049a\u0430\u0448\u044b\u049b\u0442\u0430\u0493\u044b \u0444\u0430\u0439\u043b \u0442\u04af\u0440\u0456\u043d\u0435 \u049b\u043e\u043b\u0434\u0430\u0443 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u043c\u0435\u0439\u0434\u0456","Loading...":"\u0416\u04af\u043a\u0442\u0435\u043b\u0443\u0434\u0435...","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP \u049b\u0430\u0442\u0435\u0441\u0456: \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u043d\u0431\u0430\u0493\u0430\u043d \u0441\u04b1\u0440\u0430\u0443","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP \u049b\u0430\u0442\u0435\u0441\u0456: \u043a\u0435\u0441\u043a\u0456\u043d \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0456\u043d \u0442\u0430\u0431\u0443 \u043c\u04af\u043c\u043a\u0456\u043d \u0435\u043c\u0435\u0441","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP \u049b\u0430\u0442\u0435\u0441\u0456: \u043a\u0435\u0441\u043a\u0456\u043d \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0456\u043d\u0456\u04a3 URL \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b \u0434\u04b1\u0440\u044b\u0441 \u0435\u043c\u0435\u0441","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP \u049b\u0430\u0442\u0435\u0441\u0456: \u0431\u0435\u043b\u0433\u0456\u0441\u0456\u0437 ImageProxy \u049b\u0430\u0442\u0435\u0441\u0456","Accordion summary...":"\u0413\u043e\u0444\u0440\u043b\u0435\u043d\u0433\u0435\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 \u049b\u043e\u0440\u044b\u0442\u044b\u043d\u0434\u044b\u0441\u044b...","Accordion body...":"\u0413\u043e\u0444\u0440\u043b\u0435\u043d\u0433\u0435\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 \u043a\u043e\u0440\u043f\u0443\u0441\u044b...","Insert accordion":"\u0413\u043e\u0444\u0440\u043b\u0435\u043d\u0433\u0435\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0456\u043d\u0456 \u0435\u043d\u0433\u0456\u0437\u0443","Accordion":"\u0413\u043e\u0444\u0440\u043b\u0435\u043d\u0433\u0435\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442","Toggle accordion":"\u0413\u043e\u0444\u0440\u043b\u0435\u043d\u0433\u0435\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0456\u043d\u0456 \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443","Delete accordion":"\u0413\u043e\u0444\u0440\u043b\u0435\u043d\u0433\u0435\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0456\u043d\u0456 \u0436\u043e\u044e","comments":"\u0442\u04af\u0441\u0456\u043d\u0434\u0456\u0440\u043c\u0435\u043b\u0435\u0440","Format painter":"\u04ae\u043b\u0433\u0456 \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0443","Capitalization":"\u0411\u0430\u0441 \u04d9\u0440\u0456\u043f\u043a\u0435 \u0442\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0443","lowercase":"\u043a\u0456\u0448\u0456 \u04d9\u0440\u0456\u043f","UPPERCASE":"\u0411\u0410\u0421 \u04d8\u0420\u0406\u041f","Title Case":"\u0406\u0441 \u0430\u0442\u0430\u0443\u044b","Permanent pen":"\u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u0442\u0456\u043a \u043c\u0430\u0440\u043a\u0435\u0440","Permanent Pen Properties":"\u041f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u0442\u0456\u043a \u043c\u0430\u0440\u043a\u0435\u0440 \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b","Permanent pen properties...":"\u041f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u0442\u0456\u043a \u043c\u0430\u0440\u043a\u0435\u0440 \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b...","Case Change":"\u0456\u0441\u0442\u0456 \u04e9\u0437\u0433\u0435\u0440\u0442\u0443","Checklist":"\u0422\u0435\u043a\u0441\u0435\u0440\u0443 \u0442\u0456\u0437\u0456\u043c\u0456","Insert checklist":"\u0411\u0430\u049b\u044b\u043b\u0430\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u0435\u043d\u0433\u0456\u0437\u0443"});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
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
|
+
tinymce.addI18n("ko_KR",{"Redo":"\ub2e4\uc2dc \uc2e4\ud589","Undo":"\uc2e4\ud589 \ucde8\uc18c","Cut":"\uc798\ub77c\ub0b4\uae30","Copy":"\ubcf5\uc0ac","Paste":"\ubd99\uc5ec\ub123\uae30","Select all":"\uc804\uccb4\uc120\ud0dd","New document":"\uc0c8 \ubb38\uc11c","Ok":"\ud655\uc778","Cancel":"\ucde8\uc18c","Visual aids":"\uc2dc\uac01\uad50\uc7ac","Bold":"\uad75\uac8c","Italic":"\uae30\uc6b8\uc784\uccb4","Underline":"\ubc11\uc904","Strikethrough":"\ucde8\uc18c\uc120","Superscript":"\uc704 \ucca8\uc790","Subscript":"\uc544\ub798 \ucca8\uc790","Clear formatting":"\uc11c\uc2dd \uc9c0\uc6b0\uae30","Remove":"\uc81c\uac70","Align left":"\uc67c\ucabd \ub9de\ucda4","Align center":"\uac00\uc6b4\ub370 \ub9de\ucda4","Align right":"\uc624\ub978\ucabd \ub9de\ucda4","No alignment":"\ub9de\ucda4 \uc548 \ud568","Justify":"\uc591\ucabd \ub9de\ucda4","Bullet list":"\uae00\uba38\ub9ac \uae30\ud638 \ubaa9\ub85d","Numbered list":"\ubc88\ud638 \ub9e4\uae30\uae30 \ubaa9\ub85d","Decrease indent":"\ub0b4\uc5b4\uc4f0\uae30","Increase indent":"\ub4e4\uc5ec\uc4f0\uae30","Close":"\ub2eb\uae30","Formats":"\uc11c\uc2dd","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\ube0c\ub77c\uc6b0\uc800\uac00 \ud074\ub9bd\ubcf4\ub4dc \uc9c1\uc811 \uc811\uadfc\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. Ctrl+X/C/V \ud0a4\ubcf4\ub4dc \ub2e8\ucd95\ud0a4\ub97c \ub300\uc2e0 \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.","Headings":"\uc81c\ubaa9","Heading 1":"\uc81c\ubaa9 1","Heading 2":"\uc81c\ubaa9 2","Heading 3":"\uc81c\ubaa9 3","Heading 4":"\uc81c\ubaa9 4","Heading 5":"\uc81c\ubaa9 5","Heading 6":"\uc81c\ubaa9 6","Preformatted":"\uc11c\uc2dd \uc124\uc815\ub418\uc5b4 \uc788\uc74c","Div":"Div","Pre":"Pre","Code":"\ucf54\ub4dc","Paragraph":"\ub2e8\ub77d","Blockquote":"Blockquote","Inline":"\uc778\ub77c\uc778","Blocks":"\ube14\ub85d","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\uc2a4\ud0c0\uc77c\ubcf5\uc0ac \ub044\uae30. \uc774 \uc635\uc158\uc744 \ub044\uae30 \uc804\uc5d0\ub294 \ubcf5\uc0ac \uc2dc \uc2a4\ud0c0\uc77c\uc774 \ubcf5\uc0ac\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.","Fonts":"\uae00\uaf34","Font sizes":"\uae00\uaf34 \ud06c\uae30","Class":"\ud074\ub798\uc2a4","Browse for an image":"\uc774\ubbf8\uc9c0 \ucc3e\uae30","OR":"\ub610\ub294","Drop an image here":"\uc5ec\uae30\ub85c \uc774\ubbf8\uc9c0 \ub04c\uc5b4\uc624\uae30","Upload":"\uc5c5\ub85c\ub4dc","Uploading image":"\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc \uc911","Block":"\ube14\ub85d","Align":"Align","Default":"\uae30\ubcf8\uac12","Circle":"\ub3d9\uadf8\ub77c\ubbf8","Disc":"\ub514\uc2a4\ud06c","Square":"\ub124\ubaa8","Lower Alpha":"\uc18c\ubb38\uc790 \uc54c\ud30c\ubcb3","Lower Greek":"\uadf8\ub9ac\uc2a4\uc5b4 \uc18c\ubb38\uc790","Lower Roman":"\ub85c\ub9c8\uc790 \uc18c\ubb38\uc790","Upper Alpha":"\ub300\ubb38\uc790 \uc54c\ud30c\ubcb3","Upper Roman":"\ub85c\ub9c8\uc790 \ub300\ubb38\uc790","Anchor...":"\uc575\ucee4...","Anchor":"\uc575\ucee4","Name":"Name","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID\ub294 \ubb38\uc790\ub85c \uc2dc\uc791\ud574\uc57c \ud558\uba70 \uadf8 \ub4a4\uc5d0 \uc774\uc5b4\uc11c\ub294 \ubb38\uc790, \uc22b\uc790, \ub300\uc2dc, \uc810, \ucf5c\ub860 \ub610\ub294 \ubc11\uc904\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.","You have unsaved changes are you sure you want to navigate away?":"\uc800\uc7a5\ud558\uc9c0 \uc54a\uc740 \uc815\ubcf4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud398\uc774\uc9c0\ub97c \ub098\uac00\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","Restore last draft":"\ub9c8\uc9c0\ub9c9 \ucd08\uc548 \ubcf5\uc6d0","Special character...":"\ud2b9\uc218 \ubb38\uc790...","Special Character":"\ud2b9\uc218\ubb38\uc790","Source code":"\uc18c\uc2a4\ucf54\ub4dc","Insert/Edit code sample":"\ucf54\ub4dc \uc0d8\ud50c \uc0bd\uc785/\ud3b8\uc9d1","Language":"Language","Code sample...":"\ucf54\ub4dc \uc0d8\ud50c...","Left to right":"\uc67c\ucabd\uc5d0\uc11c \uc624\ub978\ucabd","Right to left":"\uc624\ub978\ucabd\uc5d0\uc11c \uc67c\ucabd","Title":"\uc81c\ubaa9","Fullscreen":"\uc804\uccb4 \ud654\uba74","Action":"\uc791\uc5c5","Shortcut":"\ubc14\ub85c\uac00\uae30","Help":"\ub3c4\uc6c0\ub9d0","Address":"\uc8fc\uc18c","Focus to menubar":"\uba54\ub274\ubc14\uc5d0 \uac15\uc870\ud45c\uc2dc","Focus to toolbar":"\ud234\ubc14\uc5d0 \uac15\uc870\ud45c\uc2dc","Focus to element path":"\uc694\uc18c \uacbd\ub85c\uc5d0 \uac15\uc870\ud45c\uc2dc","Focus to contextual toolbar":"\ucf04\ud14d\uc2a4\ud2b8 \ud234\ubc14\uc5d0 \uac15\uc870\ud45c\uc2dc","Insert link (if link plugin activated)":"\ub9c1\ud06c \uc0bd\uc785(link \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uc0c1\ud0dc\uc5d0\uc11c)","Save (if save plugin activated)":"\uc800\uc7a5(save \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uc0c1\ud0dc\uc5d0\uc11c)","Find (if searchreplace plugin activated)":"\ucc3e\uae30(searchreplace \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uc0c1\ud0dc\uc5d0\uc11c)","Plugins installed ({0}):":"\uc124\uce58\ub41c \ud50c\ub7ec\uadf8\uc778 ({0}):","Premium plugins:":"\uace0\uae09 \ud50c\ub7ec\uadf8\uc778:","Learn more...":"\uc880 \ub354 \uc0b4\ud3b4\ubcf4\uae30...","You are using {0}":"{0}\uc744/\ub97c \uc0ac\uc6a9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.","Plugins":"\ud50c\ub7ec\uadf8 \uc778","Handy Shortcuts":"\uc720\uc6a9\ud55c \ub2e8\ucd95\ud0a4","Horizontal line":"\uac00\ub85c\uc904","Insert/edit image":"\uc774\ubbf8\uc9c0 \uc0bd\uc785/\ud3b8\uc9d1","Alternative description":"\ub300\uccb4 \uc124\uba85","Accessibility":"\uc811\uadfc\uc131","Image is decorative":"\uc7a5\uc2dd \uc774\ubbf8\uc9c0\uc785\ub2c8\ub2e4.","Source":"\uc18c\uc2a4","Dimensions":"\ud06c\uae30","Constrain proportions":"\ube44\uc728 \uc81c\ud55c","General":"\uc77c\ubc18","Advanced":"\uace0\uae09","Style":"\uc2a4\ud0c0\uc77c","Vertical space":"\uc138\ub85c \uac04\uaca9","Horizontal space":"\uac00\ub85c \uac04\uaca9","Border":"\ud14c\ub450\ub9ac","Insert image":"\uc774\ubbf8\uc9c0 \uc0bd\uc785","Image...":"\uc774\ubbf8\uc9c0...","Image list":"\uc774\ubbf8\uc9c0 \ubaa9\ub85d","Resize":"\ud06c\uae30 \uc870\uc808","Insert date/time":"\ub0a0\uc9dc/\uc2dc\uac04\uc0bd\uc785","Date/time":"\ub0a0\uc9dc/\uc2dc\uac04","Insert/edit link":"\ub9c1\ud06c \uc0bd\uc785/\ud3b8\uc9d1","Text to display":"\ud45c\uc2dc\ud560 \ud14d\uc2a4\ud2b8","Url":"URL","Open link in...":"...\uc5d0\uc11c \ub9c1\ud06c \uc5f4\uae30","Current window":"\ud604\uc7ac \ucc3d","None":"\uc5c6\uc74c","New window":"\uc0c8 \ucc3d","Open link":"\ub9c1\ud06c \uc5f4\uae30","Remove link":"\ub9c1\ud06c \uc81c\uac70","Anchors":"\uc575\ucee4","Link...":"\ub9c1\ud06c...","Paste or type a link":"\ub9c1\ud06c\ub97c \ubd99\uc5ec\ub123\uac70\ub098 \uc785\ub825\ud558\uc2ed\uc2dc\uc624.","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\uc785\ub825\ud558\uc2e0 URL\uc740 \uc774\uba54\uc77c \uc8fc\uc18c\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \ud544\uc218\uc778 mailto: prefix\ub97c \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\uc785\ub825\ud558\uc2e0 URL\uc740 \uc678\ubd80 \ub9c1\ud06c\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \ud544\uc218\uc778 http:// prefix\ub97c \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\uc785\ub825\ud558\uc2e0 URL\uc740 \uc678\ubd80 \ub9c1\ud06c\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \ud544\uc218\uc778 https:// prefix\ub97c \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","Link list":"\ub9c1\ud06c \ubaa9\ub85d","Insert video":"\ube44\ub514\uc624 \uc0bd\uc785","Insert/edit video":"\ube44\ub514\uc624 \uc0bd\uc785/\ud3b8\uc9d1","Insert/edit media":"\ubbf8\ub514\uc5b4 \uc0bd\uc785/\ud3b8\uc9d1","Alternative source":"\ub300\uccb4 \uc18c\uc2a4","Alternative source URL":"\ub300\uccb4 \uc6d0\ubcf8 URL","Media poster (Image URL)":"\ub300\ud45c \uc774\ubbf8\uc9c0(\uc774\ubbf8\uc9c0 URL)","Paste your embed code below:":"\uc544\ub798\uc5d0 \ucf54\ub4dc \ubd99\uc5ec\ub123\uae30:","Embed":"\uc0bd\uc785","Media...":"\ubbf8\ub514\uc5b4...","Nonbreaking space":"\ub744\uc5b4\uc4f0\uae30","Page break":"\ud398\uc774\uc9c0 \uad6c\ubd84\uc790","Paste as text":"\ud14d\uc2a4\ud2b8\ub85c \ubd99\uc5ec\ub123\uae30","Preview":"\ubbf8\ub9ac \ubcf4\uae30","Print":"\uc778\uc1c4","Print...":"\uc778\uc1c4...","Save":"\uc800\uc7a5","Find":"\ucc3e\uae30","Replace with":"\ub2e4\uc74c\uc73c\ub85c \ub300\uce58:","Replace":"\ubc14\uafb8\uae30","Replace all":"\ubaa8\ub450 \ubc14\uafb8\uae30","Previous":"\uc774\uc804","Next":"\ub2e4\uc74c","Find and Replace":"\ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30","Find and replace...":"\ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30...","Could not find the specified string.":"\uc9c0\uc815\ud55c \ubb38\uc790\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","Match case":"\ub300/\uc18c\ubb38\uc790 \uad6c\ubd84","Find whole words only":"\ubaa8\ub450 \uc77c\uce58\ud558\ub294 \ubb38\uc790 \ucc3e\uae30","Find in selection":"\uc120\ud0dd \uc601\uc5ed\uc5d0\uc11c \ucc3e\uae30","Insert table":"\ud45c \uc0bd\uc785","Table properties":"\ud45c \uc18d\uc131","Delete table":"\ud45c \uc0ad\uc81c","Cell":"\uc140","Row":"\ud589","Column":"\uc5f4","Cell properties":"\uc140 \uc18d\uc131","Merge cells":"\uc140 \ubcd1\ud569","Split cell":"\uc140 \ubd84\ud560","Insert row before":"\uc774\uc804\uc5d0 \ud589 \uc0bd\uc785","Insert row after":"\ub2e4\uc74c\uc5d0 \ud589 \uc0bd\uc785","Delete row":"\ud589 \uc0ad\uc81c","Row properties":"\ud589 \uc18d\uc131","Cut row":"\ud589 \uc798\ub77c\ub0b4\uae30","Cut column":"\uc5f4 \uc798\ub77c\ub0b4\uae30","Copy row":"\ud589 \ubcf5\uc0ac","Copy column":"\uc5f4 \ubcf5\uc0ac","Paste row before":"\uc774\uc804\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30","Paste column before":"\uc774\uc804\uc5d0 \uc5f4 \ubd99\uc5ec\ub123\uae30","Paste row after":"\ub2e4\uc74c\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30","Paste column after":"\ub2e4\uc74c\uc5d0 \uc5f4 \ubd99\uc5ec\ub123\uae30","Insert column before":"\uc774\uc804\uc5d0 \uc5f4 \uc0bd\uc785","Insert column after":"\ub2e4\uc74c\uc5d0 \uc5f4 \uc0bd\uc785","Delete column":"\uc5f4 \uc0ad\uc81c","Cols":"\uc5f4","Rows":"\ud589","Width":"\ub108\ube44","Height":"\ub192\uc774","Cell spacing":"\uc140 \uac04\uaca9","Cell padding":"\uc140 \uc548\ucabd \uc5ec\ubc31","Row clipboard actions":"\ud589 \ud074\ub9bd\ubcf4\ub4dc \uc791\uc5c5","Column clipboard actions":"\uc5f4 \ud074\ub9bd\ubcf4\ub4dc \uc791\uc5c5","Table styles":"\ud14c\uc774\ube14 \uc2a4\ud0c0\uc77c","Cell styles":"\uc140 \uc2a4\ud0c0\uc77c","Column header":"\uc5f4 \ud5e4\ub354","Row header":"\ud589 \ud5e4\ub354","Table caption":"\ud14c\uc774\ube14 \ucea1\uc158","Caption":"\ucea1\uc158","Show caption":"\ucea1\uc158 \ud45c\uc2dc","Left":"\uc67c\ucabd","Center":"\uac00\uc6b4\ub370","Right":"\uc624\ub978\ucabd","Cell type":"\uc140 \uc720\ud615","Scope":"\ubc94\uc704","Alignment":"\ub9de\ucda4","Horizontal align":"\uac00\ub85c \uc815\ub82c","Vertical align":"\uc138\ub85c \uc815\ub82c","Top":"\ub9e8 \uc704","Middle":"\uac00\uc6b4\ub370","Bottom":"\ub9e8 \uc544\ub798","Header cell":"\ud5e4\ub354 \uc140","Row group":"\ud589 \uadf8\ub8f9","Column group":"\uc5f4 \uadf8\ub8f9","Row type":"\ud589 \uc720\ud615","Header":"\uc81c\ubaa9","Body":"\ubcf8\ubb38","Footer":"Footer","Border color":"\ud14c\ub450\ub9ac \uc0c9","Solid":"\uc2e4\uc120","Dotted":"\uc810\uc120","Dashed":"\ud30c\uc120","Double":"\uc774\uc911\uc120","Groove":"\uadf8\ub8e8\ube0c","Ridge":"\ub9ac\uc9c0","Inset":"\ub123\uae30","Outset":"\ube7c\uae30","Hidden":"Hidden","Insert template...":"\ud15c\ud50c\ub9bf \uc0bd\uc785...","Templates":"\ud15c\ud50c\ub9bf","Template":"\ud15c\ud50c\ub9bf","Insert Template":"\ud15c\ud50c\ub9bf \uc0bd\uc785","Text color":"\ud14d\uc2a4\ud2b8 \uc0c9","Background color":"\ubc30\uacbd \uc0c9","Custom...":"\uc0ac\uc6a9\uc790 \uc9c0\uc815...","Custom color":"\uc0ac\uc6a9\uc790 \uc9c0\uc815 \uc0c9","No color":"\uc0c9 \uc5c6\uc74c","Remove color":"\uc0c9 \uc81c\uac70","Show blocks":"\ube14\ub85d \ud45c\uc2dc","Show invisible characters":"\uc548\ubcf4\uc774\ub294 \ubb38\uc790 \ud45c\uc2dc","Word count":"\ub2e8\uc5b4 \uc218","Count":"\uac1c\uc218","Document":"\ubb38\uc11c","Selection":"\uc120\ud0dd","Words":"\ub2e8\uc5b4","Words: {0}":"\ub2e8\uc5b4 \uc218: {0}","{0} words":"{0}\uac1c\uc758 \ub2e8\uc5b4","File":"\ud30c\uc77c","Edit":"\ud3b8\uc9d1","Insert":"\uc0bd\uc785","View":"\ubcf4\uae30","Format":"\uc11c\uc2dd","Table":"\ud14c\uc774\ube14","Tools":"\ub3c4\uad6c","Powered by {0}":"{0} \uc81c\uacf5","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\uc11c\uc2dd \uc788\ub294 \ud14d\uc2a4\ud2b8 \uc601\uc5ed. \uba54\ub274\ub97c \ubcf4\ub824\uba74 ALT-F9\ub97c \ub204\ub974\uc2ed\uc2dc\uc624. \ub3c4\uad6c \ubaa8\uc74c\uc744 \ubcf4\ub824\uba74 ALT-F10\uc744 \ub204\ub974\uc2ed\uc2dc\uc624. \ub3c4\uc6c0\ub9d0\uc744 \ubcf4\ub824\uba74 ALT-0\uc744 \ub204\ub974\uc2ed\uc2dc\uc624.","Image title":"\uc774\ubbf8\uc9c0 \uc81c\ubaa9","Border width":"\ud14c\ub450\ub9ac \ub450\uaed8","Border style":"\ud14c\ub450\ub9ac \uc2a4\ud0c0\uc77c","Error":"\uc624\ub958","Warn":"\uacbd\uace0","Valid":"\uc720\ud6a8\ud568","To open the popup, press Shift+Enter":"\ud31d\uc5c5\uc744 \uc5f4\ub824\uba74 Shift+Enter\ub97c \ub204\ub974\uc2ed\uc2dc\uc624.","Rich Text Area":"\uc11c\uc2dd \uc788\ub294 \ud14d\uc2a4\ud2b8 \uc601\uc5ed","Rich Text Area. Press ALT-0 for help.":"\uc11c\uc2dd \uc788\ub294 \ud14d\uc2a4\ud2b8 \uc601\uc5ed. \ub3c4\uc6c0\ub9d0\uc744 \ubcf4\ub824\uba74 ALT-0\uc744 \ub204\ub974\uc2ed\uc2dc\uc624.","System Font":"\uc2dc\uc2a4\ud15c \uae00\uaf34","Failed to upload image: {0}":"\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc \uc2e4\ud328: {0}","Failed to load plugin: {0} from url {1}":"\ud50c\ub7ec\uadf8\uc778 \ub85c\ub4dc \uc2e4\ud328: {0} (url: {1})","Failed to load plugin url: {0}":"\ud50c\ub7ec\uadf8\uc778 url \ub85c\ub4dc \uc2e4\ud328: {0}","Failed to initialize plugin: {0}":"\ud50c\ub7ec\uadf8\uc778 \ucd08\uae30\ud654 \uc2e4\ud328: {0}","example":"\uc608\uc81c","Search":"\uac80\uc0c9","All":"\ubaa8\ub450","Currency":"\ud1b5\ud654","Text":"\ud14d\uc2a4\ud2b8","Quotations":"\uc778\uc6a9\ubb38","Mathematical":"\uc218\ud559","Extended Latin":"\ud655\uc7a5 \ub77c\ud2f4\uc5b4","Symbols":"\uae30\ud638","Arrows":"\ud654\uc0b4\ud45c","User Defined":"\uc0ac\uc6a9\uc790 \uc815\uc758","dollar sign":"\ub2ec\ub7ec \uae30\ud638","currency sign":"\ud1b5\ud654 \uae30\ud638","euro-currency sign":"\uc720\ub85c\ud654 \uae30\ud638","colon sign":"\ucf5c\ub860 \uae30\ud638","cruzeiro sign":"\ud06c\ub8e8\uc81c\uc774\ub8e8 \uae30\ud638","french franc sign":"\ud504\ub791\uc2a4 \ud504\ub791 \uae30\ud638","lira sign":"\ub9ac\ub77c \uae30\ud638","mill sign":"\ubc00 \uae30\ud638","naira sign":"\ub098\uc774\ub77c \uae30\ud638","peseta sign":"\ud398\uc138\ud0c0 \uae30\ud638","rupee sign":"\ub8e8\ud53c \uae30\ud638","won sign":"\uc6d0 \uae30\ud638","new sheqel sign":"\ub274 \uc138\ucf08 \uae30\ud638","dong sign":"\ub3d9 \uae30\ud638","kip sign":"\ud0b5 \uae30\ud638","tugrik sign":"\ud22c\uadf8\ub9ac\ud06c \uae30\ud638","drachma sign":"\ub4dc\ub77c\ud06c\ub9c8 \uae30\ud638","german penny symbol":"\ub3c5\uc77c \ud398\ub2c8 \uae30\ud638","peso sign":"\ud398\uc18c \uae30\ud638","guarani sign":"\uacfc\ub77c\ub2c8 \uae30\ud638","austral sign":"\uc544\uc6b0\uc2a4\ud2b8\ub784 \uae30\ud638","hryvnia sign":"\uadf8\ub9ac\ube0c\ub098 \uae30\ud638","cedi sign":"\uc138\ub514 \uae30\ud638","livre tournois sign":"\ub9ac\ube0c\ub974 \ud2b8\ub974\ub204\uc544 \uae30\ud638","spesmilo sign":"\uc2a4\ud398\uc2a4\ubc00\ub85c \uae30\ud638","tenge sign":"\ud161\uac8c \uae30\ud638","indian rupee sign":"\uc778\ub3c4 \ub8e8\ud53c \uae30\ud638","turkish lira sign":"\ud130\ud0a4 \ub9ac\ub77c \uae30\ud638","nordic mark sign":"\ub178\ub974\ub515 \ub9c8\ub974\ud06c \uae30\ud638","manat sign":"\ub9c8\ub098\ud2b8 \uae30\ud638","ruble sign":"\ub8e8\ube14 \uae30\ud638","yen character":"\uc5d4 \uae30\ud638","yuan character":"\uc704\uc548 \uae30\ud638","yuan character, in hong kong and taiwan":"\ub300\ub9cc \uc704\uc548 \uae30\ud638","yen/yuan character variant one":"\uc5d4/\uc704\uc548 \ubb38\uc790 \ubcc0\ud615","Emojis":"\uc774\ubaa8\ud2f0\ucf58","Emojis...":"\uc774\ubaa8\ud2f0\ucf58...","Loading emojis...":"\uc774\ubaa8\ud2f0\ucf58 \ub85c\ub529 \uc911...","Could not load emojis":"\uc774\ubaa8\ud2f0\ucf58\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4","People":"\uc0ac\ub78c","Animals and Nature":"\ub3d9\ubb3c\uacfc \uc790\uc5f0","Food and Drink":"\uc74c\uc2dd\uacfc \uc74c\ub8cc","Activity":"\ud65c\ub3d9","Travel and Places":"\uc5ec\ud589\uacfc \uc7a5\uc18c","Objects":"\ubb3c\uac74","Flags":"\uae43\ubc1c","Characters":"\ubb38\uc790","Characters (no spaces)":"\ubb38\uc790(\ubb34 \uacf5\ubc31)","{0} characters":"{0} \ubb38\uc790","Error: Form submit field collision.":"\uc624\ub958: \uc591\uc2dd \uc81c\ucd9c \ud544\ub4dc \ubd88\uc77c\uce58","Error: No form element found.":"\uc624\ub958: \uc591\uc2dd \ud56d\ubaa9 \uc5c6\uc74c","Color swatch":"\uc0c9\uc0c1 \uacac\ubcf8","Color Picker":"\uc0c9 \uc120\ud0dd\uae30","Invalid hex color code: {0}":"\uc798\ubabb\ub41c 16\uc9c4\uc218 \uc0c9\uc0c1 \ucf54\ub4dc: {0}","Invalid input":"\uc798\ubabb\ub41c \uc785\ub825\uac12","R":"R","Red component":"\uc801\uc0c9 \uc694\uc18c","G":"G","Green component":"\ub179\uc0c9 \uc694\uc18c","B":"B","Blue component":"\uccad\uc0c9 \uc694\uc18c","#":"#","Hex color code":"\ud5e5\uc2a4 \uc0c9\uc0c1 \ucf54\ub4dc","Range 0 to 255":"0~255 \ubc94\uc704","Turquoise":"\uccad\ub85d\uc0c9","Green":"\ucd08\ub85d\uc0c9","Blue":"\ud30c\ub791","Purple":"\ubcf4\ub77c\uc0c9","Navy Blue":"\ub0a8\uc0c9","Dark Turquoise":"\uc9c4\ud55c \uccad\ub85d\uc0c9","Dark Green":"\uc9c4\ud55c \ucd08\ub85d\uc0c9","Medium Blue":"\uc911\uac04 \ud30c\ub791","Medium Purple":"\uc911\uac04 \ubcf4\ub77c\uc0c9","Midnight Blue":"\uc9c4\ud55c \ud30c\ub780\uc0c9","Yellow":"\ub178\ub780\uc0c9","Orange":"\uc624\ub80c\uc9c0\uc0c9","Red":"\uc801\uc0c9","Light Gray":"\ubc1d\uc740 \ud68c\uc0c9","Gray":"\ud68c\uc0c9","Dark Yellow":"\uc9c4\ud55c \ub178\ub780\uc0c9","Dark Orange":"\uc9c4\ud55c \uc624\ub80c\uc9c0\uc0c9","Dark Red":"\uc9c4\ud55c \ube68\uac04\uc0c9","Medium Gray":"\uc911\uac04 \ud68c\uc0c9","Dark Gray":"\uc9c4\ud55c \ud68c\uc0c9","Light Green":"\ubc1d\uc740 \ub179\uc0c9","Light Yellow":"\ubc1d\uc740 \ub178\ub780\uc0c9","Light Red":"\ubc1d\uc740 \ube68\uac04\uc0c9","Light Purple":"\ubc1d\uc740 \ubcf4\ub77c\uc0c9","Light Blue":"\uc5f0\ud55c \ud30c\ub791","Dark Purple":"\uc9c4\ud55c \ubcf4\ub77c\uc0c9","Dark Blue":"\uc9c4\ud55c \ud30c\ub780\uc0c9","Black":"\uac80\uc740\uc0c9","White":"\ud770\uc0c9","Switch to or from fullscreen mode":"\uc804\uccb4 \ud654\uba74\uc73c\ub85c/\uc5d0\uc11c \uc804\ud658","Open help dialog":"\ub3c4\uc6c0\ub9d0 \ub300\ud654\ucc3d \uc5f4\uae30","history":"\uae30\ub85d","styles":"\uc2a4\ud0c0\uc77c","formatting":"\ud3ec\ub9f7\ud305","alignment":"\uc815\ub82c","indentation":"\ub4e4\uc5ec\uc4f0\uae30","Font":"\uae00\uaf34","Size":"\ud06c\uae30","More...":"\ub354 \ubcf4\uae30...","Select...":"\uc120\ud0dd...","Preferences":"\ud658\uacbd\uc124\uc815","Yes":"\ub124","No":"\uc544\ub2c8\uc624","Keyboard Navigation":"\ud0a4 \uc120\ud0dd","Version":"\ubc84\uc804","Code view":"\ucf54\ub4dc \ubcf4\uae30","Open popup menu for split buttons":"\ubd84\ud560 \ubc84\ud2bc\uc6a9 \ud31d\uc5c5 \uba54\ub274 \uc5f4\uae30","List Properties":"\ubaa9\ub85d \uc18d\uc131","List properties...":"\ubaa9\ub85d \uc18d\uc131...","Start list at number":"\ubaa9\ub85d \uc2dc\uc791 \ubc88\ud638","Line height":"\uc904 \ub192\uc774","Dropped file type is not supported":"\ud574\ub2f9 \ud30c\uc77c \uc720\ud615\uc740 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.","Loading...":"\ub85c\ub529\uc911...","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP \uc624\ub958: \uc694\uccad \uac70\ubd80","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP \uc624\ub958: \uc774\ubbf8\uc9c0 \ud504\ub85d\uc2dc\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc74c","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP \uc624\ub958: \uc798\ubabb\ub41c \uc774\ubbf8\uc9c0 \ud504\ub85d\uc2dc URL","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP \uc624\ub958: \uc54c \uc218 \uc5c6\ub294 ImageProxy \uc624\ub958","Accordion summary...":"\uc544\ucf54\ub514\uc5b8 \uc694\uc57d...","Accordion body...":"\uc544\ucf54\ub514\uc5b8 \ubcf8\ubb38...","Insert accordion":"\uc544\ucf54\ub514\uc5b8 \uc0bd\uc785","Accordion":"\uc544\ucf54\ub514\uc5b8","Toggle accordion":"\uc544\ucf54\ub514\uc5b8 \ud1a0\uae00","Delete accordion":"\uc544\ucf54\ub514\uc5b8 \uc0ad\uc81c","comments":"\uc8fc\uc11d","Format painter":"\uc11c\uc2dd \ubcf5\uc0ac","Capitalization":"\ub300\ubb38\uc790\ud654","lowercase":"\uc18c\ubb38\uc790","UPPERCASE":"\ub300\ubb38\uc790","Title Case":"\uc81c\ubaa9\uc744 \ub300\ubb38\uc790\ud654","Permanent pen":"\uc720\uc131\ud39c","Permanent Pen Properties":"\uc601\uad6c \ud39c \ud2b9\uc131","Permanent pen properties...":"\uc601\uad6c \ud39c \ud2b9\uc131...","Case Change":"\ub300/\uc18c\ubb38\uc790 \ubcc0\uacbd","Checklist":"\uccb4\ud06c\ub9ac\uc2a4\ud2b8","Insert checklist":"\uccb4\ud06c\ub9ac\uc2a4\ud2b8 \uc0bd\uc785"});
|