@sapui5/sap.ui.richtexteditor 1.112.2 → 1.114.0
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 +2 -2
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/RichTextEditor.js +5 -1
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +7 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +4 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cy.js +0 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/dv.js +0 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es_MX.js +1 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/et.js +0 -6
- 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 +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lt.js +1 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lv.js +0 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sr.js +0 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +14 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ar.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/bg_BG.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ca.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/cs.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/da.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/de.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/el.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/es.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/eu.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fa.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fi.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fr_FR.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/he_IL.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hi.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hr.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hu_HU.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/id.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/it.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ja.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/kk.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ko_KR.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ms.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nb_NO.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nl.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pl.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_BR.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_PT.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ro.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ru.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sk.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sl_SI.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sv_SE.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/th_TH.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/tr.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/uk.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/vi.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_CN.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_TW.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +16 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +7 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +131 -107
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +11 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +17 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +23 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +10 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +11 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +107 -24
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +50 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +8 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +2 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +68 -45
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +120 -74
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +39 -24
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +13 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +2850 -1729
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +21 -13
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +13 -13
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +42 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +7 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +9 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +6 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +155 -46
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +149 -40
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +164 -46
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +157 -39
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +6039 -3529
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +406 -185
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +3915 -3078
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -1
- package/src/sap/ui/richtexteditor/library.js +1 -1
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
5
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
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":"Senza 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 alla cartella degli appunti. Usare i tasti di scelta rapida 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":"Citazione","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 incollati come testo normale se non viene disattivata questa opzione.","Fonts":"Caratteri","Font sizes":"Dimensioni font","Class":"Classe","Browse for an image":"Cerca un'immagine","OR":"OPPURE","Drop an image here":"Rilasciare un'immagine qui","Upload":"Carica","Uploading image":"Caricamento immagine","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":"Alfabetico maiuscolo","Upper Roman":"Romano maiuscolo","Anchor...":"Ancoraggio...","Anchor":"Ancora","Name":"Nome","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID dovrebbe iniziare con una lettera, seguita solo da lettere, numeri, trattini, punti, due punti.","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}":"Si sta utilizzando {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 inserito sembra essere un indirizzo email. Si vuole aggiungere il necessario prefisso mailto:?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"L'URL inserito sembra essere un collegamento esterno. Si vuole aggiungere il necessario prefisso http://?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"L'URL inserito sembra essere un collegamento esterno. Si vuole aggiungere il necessario prefisso http://?","Link list":"Elenco 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":"Inserisci colonna prima","Paste row after":"Incolla riga dopo","Paste column after":"Inserisci 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":"","Column clipboard actions":"","Table styles":"Stili tabella","Cell styles":"Stili cella","Column header":"Intestazione colonna","Row header":"Intestazione riga","Table caption":"Titolo 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":"Intestazione","Body":"Corpo","Footer":"Pi\xe8 di pagina","Border color":"Colore del bordo","Solid":"Pieno","Dotted":"Puntini","Dashed":"Trattini","Double":"Doppio","Groove":"Groove","Ridge":"Ridge","Inset":"","Outset":"","Hidden":"Nascosto","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 di testo RTF. Premere ALT-F9 per il menu. Premere ALT-F10 per la barra degli strumenti. Premere ALT-0 per la guida.","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 di testo ricco","Rich Text Area. Press ALT-0 for help.":"Area di testo RTF. Premere ALT-0 per la guida.","System Font":"Carattere di sistema","Failed to upload image: {0}":"Caricamento immagine fallito: {0}","Failed to load plugin: {0} from url {1}":"Caricamento plugin fallito: {0} dall'URL {1}","Failed to load plugin url: {0}":"Caricamento URL plugin fallito: {0}","Failed to initialize plugin: {0}":"Inizializzazione plugin fallita: {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":"Emojis","Emojis...":"Emojis...","Loading emojis...":"Caricamento emojis...","Could not load emojis":"Non posso caricare le emojis","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 esadecimale colore non valido: {0}","Invalid input":"Dato non valido","R":"R","Red component":"Componente rosso","G":"V","Green component":"Componente verde","B":"B","Blue component":"Componente blu","#":"#","Hex color code":"Colore esadecimale","Range 0 to 255":"Intervallo da 0 a 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":"Visualizza codice","Open popup menu for split buttons":"Apri il menu a comparsa per i pulsanti divisi","List Properties":"Propriet\xe0 Lista","List properties...":"Propriet\xe0 lista...","Start list at number":"La lista inizia con il numero","Line height":"Altezza linea","Dropped file type is not supported":"Tipo di file non supportato","Loading...":"Lettura 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 sconosciuto"});
|
|
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","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"});
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
5
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
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\u3067\u306f\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u6a5f\u80fd\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30ad\u30fc\u30dc\u30fc\u30c9\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\uff08Ctrl+X, Ctrl+C, Ctrl+V\uff09\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":"\u5206\u5272","Pre":"\u6574\u5f62\u6e08\u307f\u30c6\u30ad\u30b9\u30c8","Code":"\u30b3\u30fc\u30c9","Paragraph":"\u6bb5\u843d","Blockquote":"\u5f15\u7528","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\u73fe\u5728\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\u3057\u306a\u3044\u9650\u308a\u5185\u5bb9\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\u306e\u30b5\u30a4\u30ba","Class":"\u30af\u30e9\u30b9","Browse for an image":"\u753b\u50cf\u3092\u53c2\u7167","OR":"\u307e\u305f\u306f","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\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d","Block":"\u30d6\u30ed\u30c3\u30af","Align":"\u914d\u7f6e","Default":"\u65e2\u5b9a","Circle":"\u4e38","Disc":"\u9ed2\u4e38","Square":"\u56db\u89d2","Lower Alpha":"\u5c0f\u6587\u5b57\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8","Lower Greek":"\u5c0f\u6587\u5b57\u30ae\u30ea\u30b7\u30e3\u6587\u5b57","Lower Roman":"\u5c0f\u6587\u5b57\u30ed\u30fc\u30de\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\u307e\u308a\u3001\u305d\u306e\u5f8c\u306b\u6587\u5b57\u3001\u6570\u5b57\u3001\u30c0\u30c3\u30b7\u30e5\u3001\u30d4\u30ea\u30aa\u30c9\u3001\u30b3\u30ed\u30f3\u3001\u307e\u305f\u306f\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2\u304c\u7d9a\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\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","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\u306e\u8aac\u660e\u6587","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\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u3088\u3046\u3067\u3059\u3002\u300cmailto:\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f","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\u300chttp://\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f","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\u8981\u306a\u300chttps://\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f","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\u90e8\u5206\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\u3092\u30ab\u30c3\u30c8","Copy row":"\u884c\u306e\u30b3\u30d4\u30fc","Copy column":"\u5217\u3092\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\u306e\u7a2e\u985e","Cell styles":"\u30bb\u30eb\u306e\u7a2e\u985e","Column header":"\u5217\u306e\u30d8\u30c3\u30c0\u30fc","Row header":"\u884c\u306e\u30d8\u30c3\u30c0\u30fc","Table caption":"\u30c6\u30fc\u30d6\u30eb\u306e\u898b\u51fa\u3057","Caption":"\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3","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\u306b\u6574\u5217","Vertical align":"\u5782\u76f4\u306b\u6574\u5217","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":"\u30d5\u30c3\u30bf\u30fc","Border color":"\u30dc\u30fc\u30c0\u30fc\u306e\u8272","Solid":"\u5b9f\u7dda","Dotted":"\u70b9\u7dda","Dashed":"\u7834\u7dda","Double":"\u4e8c\u91cd\u7dda","Groove":"\u8c37\u7dda","Ridge":"\u5c71\u7dda","Inset":"\u5185\u7dda","Outset":"\u5916\u7dda","Hidden":"\u975e\u8868\u793a","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}\u8a9e","File":"\u30d5\u30a1\u30a4\u30eb","Edit":"\u7de8\u96c6","Insert":"\u633f\u5165","View":"\u8868\u793a","Format":"\u66f8\u5f0f\u8a2d\u5b9a","Table":"\u8868","Tools":"\u30c4\u30fc\u30eb","Powered by {0}":"{0} \u306b\u3088\u3063\u3066\u642d\u8f09\u3055\u308c\u305f","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\u30a8\u30ea\u30a2\u3002ALT-F9\u3067\u30e1\u30cb\u30e5\u30fc\u3001ALT-F10\u3067\u30c4\u30fc\u30eb\u30d0\u30fc\u3001ALT-0\u3067\u30d8\u30eb\u30d7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002","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\u30a8\u30ea\u30a2","Rich Text Area. Press ALT-0 for help.":"\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u3002Alt-0\u3067\u30d8\u30eb\u30d7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002","System Font":"\u30b7\u30b9\u30c6\u30e0\u30d5\u30a9\u30f3\u30c8","Failed to upload image: {0}":"\u753b\u50cf{0}\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","Failed to load plugin: {0} from url {1}":"URL{1}\u304b\u3089\u306e\u30d7\u30e9\u30b0\u30a4\u30f3{0}\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Failed to load plugin url: {0}":"\u30d7\u30e9\u30b0\u30a4\u30f3\u306eURL{0}\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f","Failed to initialize plugin: {0}":"\u30d7\u30e9\u30b0\u30a4\u30f3{0}\u306e\u521d\u671f\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f","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\u3093\u3067\u3044\u307e\u3059\u2026","Could not load emojis":"\u7d75\u6587\u5b57\u304c\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\u30ab\u30e9\u30fc\u30b3\u30fc\u30c9: {0}","Invalid input":"\u7121\u52b9\u306a\u5165\u529b","R":"\u8d64","Red component":"\u8d64\u8272\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8","G":"\u7dd1","Green component":"\u7dd1\u8272\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8","B":"\u9752","Blue component":"\u9752\u8272\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8","#":"#","Hex color code":"16\u9032\u30ab\u30e9\u30fc\u30b3\u30fc\u30c9","Range 0 to 255":"\u7bc4\u56f20\u301c255","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\u8868\u793a","Open popup menu for split buttons":"\u5206\u5272\u30dc\u30bf\u30f3\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f","List Properties":"\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3","List properties...":"\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...","Start list at number":"\u756a\u53f7\u30ea\u30b9\u30c8\u306e\u958b\u59cb","Line height":"\u884c\u306e\u9ad8\u3055","Dropped file type is not supported":"\u30c9\u30ed\u30c3\u30d7\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\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":"\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u62d2\u5426\u3055\u308c\u305f\u30ea\u30af\u30a8\u30b9\u30c8","ImageProxy HTTP error: Could not find Image Proxy":"\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u753b\u50cf\u30d7\u30ed\u30ad\u30b7\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f","ImageProxy HTTP error: Incorrect Image Proxy URL":"\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u4e0d\u6b63\u306a\u753b\u50cf\u30d7\u30ed\u30ad\u30b7URL","ImageProxy HTTP error: Unknown ImageProxy error":"\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u4e0d\u660e\u306a\u753b\u50cf\u30d7\u30ed\u30ad\u30b7\u30a8\u30e9\u30fc"});
|
|
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","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"});
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
5
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
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":"","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":"","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.":"\u0411\u0440\u0430\u0443\u0437\u0435\u0440\u0456\u04a3\u0456\u0437 \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\u0439 \u0430\u043b\u043c\u0430\u0439\u0434\u044b. Ctrl+X/C/V \u043f\u0435\u0440\u043d\u0435\u043b\u0435\u0440 \u0442\u0456\u0440\u043a\u0435\u0441\u0456\u043c\u0456\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":"","Pre":"","Code":"\u041a\u043e\u0434","Paragraph":"\u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444","Blockquote":"\u0414\u04d9\u0439\u0435\u043a\u0441\u04e9\u0437","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\u043e\u044e \u0435\u043d\u0434\u0456 \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u043c\u04d9\u0442\u0456\u043d \u0440\u0435\u0436\u0438\u043c\u0456\u043d\u0434\u0435 \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439\u0434\u0456. \u041e\u0441\u044b \u043e\u043f\u0446\u0438\u044f \u04e9\u0448\u0456\u0440\u0456\u043b\u0433\u0435\u043d\u0448\u0435, \u0430\u0440\u0430\u043b\u044b\u049b \u0441\u0430\u049b\u0442\u0430\u0493\u044b\u0448\u0442\u0430\u0493\u044b \u043c\u04d9\u0442\u0456\u043d \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u043c\u04d9\u0442\u0456\u043d \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u049b\u043e\u0439\u044b\u043b\u0430\u0434\u044b.","Fonts":"\u049a\u0430\u0440\u0456\u043f\u0442\u0435\u0440","Font sizes":"","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":"","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":"","Name":"\u0410\u0442\u0430\u0443","ID":"","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"","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":"","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":"","Accessibility":"","Image is decorative":"","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":"","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\u04a3\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 \u0441\u0438\u044f\u049b\u0442\u044b. \u041c\u0456\u043d\u0434\u0435\u0442\u0442\u0456 mailto: \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u0456\u043d \u049b\u043e\u0441\u0443\u0434\u044b \u049b\u0430\u043b\u0430\u0439\u0441\u044b\u0437 \u0431\u0430?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u0421\u0456\u0437 \u0435\u04a3\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 \u0441\u0438\u044f\u049b\u0442\u044b. \u041c\u0456\u043d\u0434\u0435\u0442\u0442\u0456 http:// \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u0456\u043d \u049b\u043e\u0441\u0443\u0434\u044b \u049b\u0430\u043b\u0430\u0439\u0441\u044b\u0437 \u0431\u0430?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"","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":"","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":"","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":"","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":"","Copy row":"\u0416\u043e\u043b\u0434\u044b \u043a\u04e9\u0448\u0456\u0440\u0443","Copy column":"","Paste row before":"\u04ae\u0441\u0442\u0456\u043d\u0435 \u0436\u043e\u043b \u049b\u043e\u044e","Paste column before":"","Paste row after":"\u0410\u0441\u0442\u044b\u043d\u0430 \u0436\u043e\u044e \u049b\u043e\u044e","Paste column after":"","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":"","Column clipboard actions":"","Table styles":"","Cell styles":"","Column header":"","Row header":"","Table caption":"","Caption":"\u0410\u0442\u0430\u0443\u044b","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":"","Vertical align":"","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":"\u0422\u04e9\u043c\u0435\u043d\u0433\u0456 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435","Border color":"\u0416\u0438\u0435\u043a \u0442\u04af\u0441\u0456","Solid":"","Dotted":"","Dashed":"","Double":"","Groove":"","Ridge":"","Inset":"","Outset":"","Hidden":"","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":"","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 \u0441\u0430\u043d\u044b: {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} \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u044f\u0441\u044b\u043d\u0430 \u043d\u0435\u0433\u0456\u0437\u0434\u0435\u043b\u0433\u0435\u043d","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\u0433\u0435\u043d \u043c\u04d9\u0442\u0456\u043d \u0430\u0443\u043c\u0430\u0493\u044b. \u041c\u04d9\u0437\u0456\u0440\u0434\u0456 \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d ALT-F9 \u0431\u0430\u0441\u044b\u04a3\u044b\u0437. \u049a\u04b1\u0440\u0430\u043b\u0434\u0430\u0440 \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d ALT-F10 \u0431\u0430\u0441\u044b\u04a3\u044b\u0437. \u041a\u04e9\u043c\u0435\u043a \u0430\u043b\u0443 \u04af\u0448\u0456\u043d ALT-0 \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":"","Rich Text Area. Press ALT-0 for help.":"\u041f\u0456\u0448\u0456\u043c\u0434\u0435\u043b\u0433\u0435\u043d \u043c\u04d9\u0442\u0456\u043d \u0430\u0443\u043c\u0430\u0493\u044b. \u0410\u043d\u044b\u049b\u0442\u0430\u043c\u0430 \u0430\u043b\u0443 \u04af\u0448\u0456\u043d ALT-0 \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} {1} URL \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d\u0430\u043d","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\u0434\u0456 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":"","Emojis...":"","Loading emojis...":"","Could not load emojis":"","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}":"","Invalid input":"","R":"","Red component":"","G":"","Green component":"","B":"","Blue component":"","#":"","Hex color code":"","Range 0 to 255":"","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":"\u041a\u04af\u04a3\u0433\u0456\u0440\u0442 \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":"\u041a\u04af\u04a3\u0433\u0456\u0440\u0442 \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":"","Open popup menu for split buttons":"","List Properties":"","List properties...":"","Start list at number":"","Line height":"","Dropped file type is not supported":"","Loading...":"","ImageProxy HTTP error: Rejected request":"","ImageProxy HTTP error: Could not find Image Proxy":"","ImageProxy HTTP error: Incorrect Image Proxy URL":"","ImageProxy HTTP error: Unknown ImageProxy error":""});
|
|
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","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"});
|