integral 1.1.0 → 1.2.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.
- checksums.yaml +4 -4
- data/app/assets/images/logo.png +0 -0
- data/app/assets/javascripts/ckeditor/my_config.js.erb +26 -18
- data/app/assets/javascripts/ckeditor/plugins/autoembed/lang/lv.js +8 -0
- data/app/assets/javascripts/ckeditor/plugins/autoembed/plugin.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/autogrow/plugin.js +14 -14
- data/app/assets/javascripts/ckeditor/plugins/autogrow/samples/autogrow.html +8 -8
- data/app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.min.css +1 -1
- data/app/assets/javascripts/ckeditor/plugins/codemirror/icons/autoformat.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/icons/searchcode.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/icons/uncommentselectedrange.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/images/autocomplete.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/images/autoformat.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/images/commentselectedrange.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/images/searchcode.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/images/uncommentselectedrange.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/beautify.min.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.min.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.min.js +1 -6
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.bbcodemixed.min.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.handlebars.min.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.twig.min.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/codemirror/lang/bg.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/codemirror/plugin.js +231 -217
- data/app/assets/javascripts/ckeditor/plugins/codemirror/theme/darcula.css +46 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/theme/gruvbox-dark.css +34 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/theme/idea.css +42 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/theme/lesser-dark.css +1 -1
- data/app/assets/javascripts/ckeditor/plugins/codemirror/theme/lucario.css +37 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/theme/monokai.css +5 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/theme/oceanic-next.css +44 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/theme/shadowfox.css +52 -0
- data/app/assets/javascripts/ckeditor/plugins/codemirror/theme/ssms.css +16 -0
- data/app/assets/javascripts/ckeditor/plugins/embedbase/lang/ar.js +15 -0
- data/app/assets/javascripts/ckeditor/plugins/embedbase/lang/lv.js +15 -0
- data/app/assets/javascripts/ckeditor/plugins/embedbase/plugin.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/foundation-callout/icons/copywidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/foundation-callout/icons/editwidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/foundation-callout/icons/hidpi/copywidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/foundation-callout/icons/hidpi/editwidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/foundation-callout/icons/hidpi/removewidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/foundation-callout/icons/hidpi/widget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/foundation-callout/icons/removewidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/foundation-callout/icons/widget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/foundation-callout/plugin.js +86 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/dev/assets/image1.jpg +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/dev/assets/image2.jpg +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/dev/contents.css +35 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/dev/image2.html +339 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/dialogs/image2.js +553 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/icons/hidpi/image.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/icons/image.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/af.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ar.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/az.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/bg.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/bn.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/bs.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ca.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/cs.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/cy.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/da.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/de-ch.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/de.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/el.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/en-au.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/en-ca.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/en-gb.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/en.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/eo.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/es-mx.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/es.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/et.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/eu.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/fa.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/fi.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/fo.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/fr-ca.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/fr.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/gl.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/gu.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/he.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/hi.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/hr.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/hu.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/id.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/is.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/it.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ja.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ka.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/km.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ku.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/lt.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/lv.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/mk.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/mn.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ms.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/nb.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/nl.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/no.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/pl.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/pt-br.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/pt.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ro.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ru.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/si.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/sk.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/sl.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/sq.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/sr-latn.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/sr.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/sv.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/th.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/tr.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/tt.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/ug.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/uk.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/vi.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/zh-cn.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/lang/zh.js +21 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/plugin.js +1720 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image1.jpg +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image2.jpg +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html +68 -0
- data/app/assets/javascripts/ckeditor/plugins/integral-card/icons/copywidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/integral-card/icons/editwidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/integral-card/icons/hidpi/copywidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/integral-card/icons/hidpi/editwidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/integral-card/icons/hidpi/removewidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/integral-card/icons/hidpi/widget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/integral-card/icons/removewidget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/integral-card/icons/widget.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/integral-card/plugin.js +86 -0
- data/app/assets/javascripts/ckeditor/plugins/integralrecentposts/dialogs/integralrecentposts.js +40 -0
- data/app/assets/javascripts/ckeditor/plugins/integralrecentposts/plugin.js +32 -0
- data/app/assets/javascripts/ckeditor/plugins/lineutils/dev/dnd.html +4 -4
- data/app/assets/javascripts/ckeditor/plugins/lineutils/dev/magicfinger.html +4 -4
- data/app/assets/javascripts/ckeditor/plugins/lineutils/plugin.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/linkballoon/README.md +5 -0
- data/app/assets/javascripts/ckeditor/plugins/linkballoon/assets/demo.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/linkballoon/plugin.js +25 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/az.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/bg.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/ca.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/cs.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/da.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/de-ch.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/de.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/en-au.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/en.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/eo.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/es-mx.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/es.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/et.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/eu.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/fa.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/fr.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/gl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/hr.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/hu.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/id.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/it.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/ja.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/km.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/ko.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/ku.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/lv.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/nb.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/nl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/oc.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/pl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/pt-br.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/pt.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/ro.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/ru.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/sk.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/sq.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/sv.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/tr.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/ug.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/uk.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/zh-cn.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/notification/lang/zh.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/notification/plugin.js +794 -784
- data/app/assets/javascripts/ckeditor/plugins/numericinput/LICENSE.md +363 -0
- data/app/assets/javascripts/ckeditor/plugins/numericinput/README.md +16 -0
- data/app/assets/javascripts/ckeditor/plugins/numericinput/plugin.js +354 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/README.md +50 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/icons/hidpi/openLink.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/icons/openLink.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/lang/bg.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/lang/de.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/lang/en.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/lang/pl.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/lang/ru.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/lang/uk.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/openlink/plugin.js +178 -0
- data/app/assets/javascripts/ckeditor/plugins/placeholder/dev/placeholder.html +5 -5
- data/app/assets/javascripts/ckeditor/plugins/placeholder/dialogs/placeholder.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/af.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/ar.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/az.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/bg.js +5 -5
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/ca.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/cs.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/cy.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/da.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/de-ch.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/de.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/el.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/en-au.js +12 -0
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/en-gb.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/en.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/eo.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/es-mx.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/es.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/et.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/eu.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/fa.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/fi.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/fr-ca.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/fr.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/gl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/he.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/hr.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/hu.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/id.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/it.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/ja.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/km.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/ko.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/ku.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/lv.js +5 -5
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/nb.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/nl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/no.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/oc.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/pl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/pt-br.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/pt.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/ro.js +12 -0
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/ru.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/si.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/sk.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/sl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/sq.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/sv.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/th.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/tr.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/tt.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/ug.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/uk.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/vi.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/zh-cn.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/zh.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/placeholder/plugin.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/placeholder/samples/placeholder.html +6 -6
- data/app/assets/javascripts/ckeditor/plugins/widget/dev/assets/simplebox/dialogs/simplebox.js +4 -4
- data/app/assets/javascripts/ckeditor/plugins/widget/dev/assets/simplebox/plugin.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/widget/dev/console.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/dev/nestedwidgets.html +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/dev/widgetstyles.html +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/af.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/ar.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/az.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/bg.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/ca.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/cs.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/cy.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/da.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/de-ch.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/de.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/el.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/en-au.js +8 -0
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/en-gb.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/en.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/eo.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/es-mx.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/es.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/et.js +8 -0
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/eu.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/fa.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/fi.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/fr.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/gl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/he.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/hr.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/hu.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/id.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/it.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/ja.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/km.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/ko.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/ku.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/lv.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/nb.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/nl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/no.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/oc.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/pl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/pt-br.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/pt.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/ro.js +8 -0
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/ru.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/sk.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/sl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/sq.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/sv.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/tr.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/tt.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/ug.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/uk.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/vi.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/zh-cn.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/lang/zh.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/widget/plugin.js +235 -64
- data/app/assets/javascripts/ckeditor/plugins/widgetselection/plugin.js +6 -11
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/ar.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/bg.js +17 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/ca.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/cs.js +15 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/da.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/de.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/el.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/en.js +5 -1
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/es.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/eu.js +17 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/fa.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/fi.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/fr.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/he.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/hr.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/hu.js +14 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/it.js +4 -3
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/ja.js +5 -5
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/ko.js +16 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/nl.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/no.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/pl.js +4 -3
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/pt-br.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/pt.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/ro.js +15 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/ru.js +2 -1
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/sk.js +15 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/sv.js +5 -3
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/tr.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/uk.js +17 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/zh-cn.js +1 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/zh.js +14 -0
- data/app/assets/javascripts/ckeditor/plugins/wordcount/plugin.js +485 -302
- data/app/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html +26 -0
- data/app/assets/javascripts/integral/backend.js +10 -14
- data/app/assets/javascripts/integral/frontend.js +0 -2
- data/app/assets/javascripts/integral/support/date_picker.coffee +54 -59
- data/app/assets/javascripts/integral/support/grid.coffee +11 -4
- data/app/assets/javascripts/integral/support/remote_form.coffee +13 -9
- data/app/assets/stylesheets/integral/frontend.sass +0 -1
- data/app/controllers/integral/application_controller.rb +3 -2
- data/app/controllers/integral/backend/activities_controller.rb +1 -1
- data/app/controllers/integral/backend/base_controller.rb +160 -24
- data/app/controllers/integral/backend/images_controller.rb +16 -49
- data/app/controllers/integral/backend/lists_controller.rb +15 -85
- data/app/controllers/integral/backend/pages_controller.rb +13 -116
- data/app/controllers/integral/backend/posts_controller.rb +21 -108
- data/app/controllers/integral/backend/settings_controller.rb +5 -10
- data/app/controllers/integral/backend/static_pages_controller.rb +4 -0
- data/app/controllers/integral/backend/users_controller.rb +23 -66
- data/app/controllers/integral/pages_controller.rb +2 -2
- data/app/controllers/integral/posts_controller.rb +2 -6
- data/app/decorators/integral/image_decorator.rb +1 -1
- data/app/decorators/integral/list_decorator.rb +1 -1
- data/app/decorators/integral/page_decorator.rb +1 -1
- data/app/decorators/integral/paginating_decorator.rb +6 -0
- data/app/decorators/integral/post_decorator.rb +34 -1
- data/app/decorators/integral/user_decorator.rb +1 -1
- data/app/decorators/integral/version_decorator.rb +1 -1
- data/app/helpers/integral/application_helper.rb +7 -0
- data/app/helpers/integral/blog_helper.rb +29 -0
- data/app/helpers/integral/social_helper.rb +0 -23
- data/app/models/integral/list.rb +1 -2
- data/app/models/integral/page.rb +1 -1
- data/app/models/integral/post.rb +1 -1
- data/app/models/integral/user.rb +6 -0
- data/app/policies/integral/base_policy.rb +1 -1
- data/app/views/devise/sessions/new.haml +2 -2
- data/app/views/integral/backend/images/_form.haml +8 -8
- data/app/views/integral/backend/images/edit.haml +10 -2
- data/app/views/integral/backend/lists/_child_fields.haml +1 -1
- data/app/views/integral/backend/lists/_form.haml +1 -1
- data/app/views/integral/backend/lists/_item_container.haml +2 -2
- data/app/views/integral/backend/lists/_item_modal.haml +1 -1
- data/app/views/integral/backend/lists/_list_item_fields.haml +4 -3
- data/app/views/integral/backend/lists/edit.haml +15 -1
- data/app/views/integral/backend/pages/_form.haml +3 -3
- data/app/views/integral/backend/pages/activities.haml +2 -2
- data/app/views/integral/backend/pages/activity.haml +1 -1
- data/app/views/integral/backend/pages/edit.haml +20 -0
- data/app/views/integral/backend/posts/_form.haml +9 -5
- data/app/views/integral/backend/posts/activities.haml +2 -2
- data/app/views/integral/backend/posts/activity.haml +1 -1
- data/app/views/integral/backend/posts/edit.haml +8 -3
- data/app/views/integral/backend/settings/sections/_social.haml +1 -3
- data/app/views/integral/backend/users/_form.haml +4 -4
- data/app/views/integral/backend/users/edit.haml +1 -1
- data/app/views/integral/backend/users/show.haml +7 -7
- data/app/views/integral/posts/index.haml +2 -1
- data/app/views/integral/posts/templates/default.haml +1 -2
- data/app/views/integral/shared/_share_modal.haml +0 -3
- data/app/views/integral/shared/_social_list_items.haml +6 -12
- data/config/locales/en.yml +23 -12
- data/lib/generators/templates/app.yml +0 -1
- data/lib/integral/engine.rb +1 -0
- data/lib/integral/router.rb +3 -1
- data/lib/integral/version.rb +1 -1
- data/public/integral/ckeditor_demo_content.html +0 -13
- metadata +186 -12
- data/app/assets/javascripts/ckeditor/plugins/wordcount/lang/jp.js +0 -13
- data/app/assets/javascripts/integral/support/date_picker/picker.date.js +0 -1435
- data/app/assets/javascripts/integral/support/date_picker/picker.js +0 -1132
- data/app/assets/stylesheets/integral/support/date-picker.scss +0 -16
- data/app/assets/stylesheets/integral/support/date_picker/_default.date.scss +0 -452
- data/app/assets/stylesheets/integral/support/date_picker/_default.scss +0 -201
- data/app/assets/stylesheets/integral/support/date_picker/materialize_clockpicker.sass +0 -220
- data/app/views/integral/backend/pages/edit.html.haml +0 -15
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
3
|
-
* For licensing, see LICENSE.md or
|
|
2
|
+
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* @fileOverview A plugin created to handle ticket
|
|
7
|
+
* @fileOverview A plugin created to handle ticket https://dev.ckeditor.com/ticket/11064. While the issue is caused by native WebKit/Blink behaviour,
|
|
8
8
|
* this plugin can be easily detached or modified when the issue is fixed in the browsers without changing the core.
|
|
9
9
|
* When Ctrl/Cmd + A is pressed to select all content it does not work due to a bug in
|
|
10
10
|
* Webkit/Blink if a non-editable element is at the beginning or the end of the content.
|
|
@@ -22,18 +22,13 @@
|
|
|
22
22
|
editor.on( 'contentDom', function( evt ) {
|
|
23
23
|
|
|
24
24
|
var editor = evt.editor,
|
|
25
|
-
doc = editor.document,
|
|
26
25
|
editable = editor.editable();
|
|
27
26
|
|
|
28
|
-
editable.attachListener(
|
|
29
|
-
var data = evt.data.$;
|
|
30
|
-
|
|
27
|
+
editable.attachListener( editable, 'keydown', function( evt ) {
|
|
31
28
|
// Ctrl/Cmd + A
|
|
32
|
-
if ( evt.data.
|
|
33
|
-
|
|
29
|
+
if ( evt.data.getKeystroke() == CKEDITOR.CTRL + 65 ) {
|
|
34
30
|
// Defer the call so the selection is already changed by the pressed keys.
|
|
35
31
|
CKEDITOR.tools.setTimeout( function() {
|
|
36
|
-
|
|
37
32
|
// Manage filler elements on keydown. If there is no need
|
|
38
33
|
// to add fillers, we need to check and clean previously used once.
|
|
39
34
|
if ( !widgetselection.addFillers( editable ) ) {
|
|
@@ -339,7 +334,7 @@
|
|
|
339
334
|
},
|
|
340
335
|
|
|
341
336
|
/**
|
|
342
|
-
* Adds an integration for the [Select All](
|
|
337
|
+
* Adds an integration for the [Select All](https://ckeditor.com/cke4/addon/selectall) plugin to the given `editor`.
|
|
343
338
|
*
|
|
344
339
|
* @private
|
|
345
340
|
* @param {CKEDITOR.editor} editor
|
|
@@ -5,6 +5,7 @@ CKEDITOR.plugins.setLang('wordcount', 'ar', {
|
|
|
5
5
|
CharCount: 'حروف:',
|
|
6
6
|
CharCountWithHTML: 'حروف مع إتش تي إم إل',
|
|
7
7
|
Paragraphs: 'فقرات',
|
|
8
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
8
9
|
pasteWarning: 'لا يمكن اضافة هذا المحتوى لانه تجاوز الحد الاقصى',
|
|
9
10
|
Selected: 'محدد: ',
|
|
10
11
|
title: 'احصائيات'
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang('wordcount', 'bg', {
|
|
6
|
+
WordCount: 'Думи:',
|
|
7
|
+
WordCountRemaining: 'Оставащи думи',
|
|
8
|
+
CharCount: 'Знаци:',
|
|
9
|
+
CharCountRemaining: 'Знаци',
|
|
10
|
+
CharCountWithHTML: 'Знаци (с HTML):',
|
|
11
|
+
CharCountWithHTMLRemaining: 'Оставащи знаци (с HTML)',
|
|
12
|
+
Paragraphs: 'Параграфи:',
|
|
13
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
14
|
+
pasteWarning: 'Съдържанието не може да бъде поставено, защото е над разрешения лимит',
|
|
15
|
+
Selected: 'Избрани: ',
|
|
16
|
+
title: 'Статистика'
|
|
17
|
+
});
|
|
@@ -7,6 +7,7 @@ CKEDITOR.plugins.setLang('wordcount', 'ca', {
|
|
|
7
7
|
CharCount: 'Caràcters:',
|
|
8
8
|
CharCountWithHTML: 'Caràcters (including HTML):',
|
|
9
9
|
Paragraphs: 'Paragraphs:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'Content can not be pasted because it is above the allowed limit',
|
|
11
12
|
Selected: 'Selected: ',
|
|
12
13
|
title: 'Estadístiques'
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang('wordcount', 'cs',
|
|
6
|
+
{
|
|
7
|
+
WordCount: 'Slov: ',
|
|
8
|
+
CharCount: 'Znaků: ',
|
|
9
|
+
CharCountWithHTML: 'Znaků (s HTML): ',
|
|
10
|
+
Paragraphs: 'Odstavců: ',
|
|
11
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
12
|
+
pasteWarning: 'Obsah nelze vložit',
|
|
13
|
+
Selected: 'Výběr: ',
|
|
14
|
+
title: 'Statistika'
|
|
15
|
+
});
|
|
@@ -7,6 +7,7 @@ CKEDITOR.plugins.setLang('wordcount', 'da', {
|
|
|
7
7
|
CharCount: 'Karakterer:',
|
|
8
8
|
CharCountWithHTML: 'Karakterer (med HTML):',
|
|
9
9
|
Paragraphs: 'Afsnit:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'Indholdet kan ikke indsættes da det er længere end den tilladte grænse.',
|
|
11
12
|
Selected: 'Markeret: ',
|
|
12
13
|
title: 'Statistik'
|
|
@@ -7,6 +7,7 @@ CKEDITOR.plugins.setLang('wordcount', 'de', {
|
|
|
7
7
|
CharCount: 'Zeichen:',
|
|
8
8
|
CharCountWithHTML: 'Zeichen (inkl. HTML):',
|
|
9
9
|
Paragraphs: 'Absätze:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'Content can not be pasted because it is above the allowed limit',
|
|
11
12
|
Selected: 'Selected: ',
|
|
12
13
|
title: 'Statistik'
|
|
@@ -7,6 +7,7 @@ CKEDITOR.plugins.setLang('wordcount', 'el', {
|
|
|
7
7
|
CharCount: 'Χαρακτήρες:',
|
|
8
8
|
CharCountWithHTML: 'Χαρακτήρες (μαζί με HTML):',
|
|
9
9
|
Paragraphs: 'Paragraphs:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'Content can not be pasted because it is above the allowed limit',
|
|
11
12
|
Selected: 'Selected: ',
|
|
12
13
|
title: 'Στατιστικά'
|
|
@@ -4,10 +4,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
|
4
4
|
*/
|
|
5
5
|
CKEDITOR.plugins.setLang('wordcount', 'en', {
|
|
6
6
|
WordCount: 'Words:',
|
|
7
|
+
WordCountRemaining: 'Words remaining',
|
|
7
8
|
CharCount: 'Characters:',
|
|
9
|
+
CharCountRemaining: 'Characters remaining',
|
|
8
10
|
CharCountWithHTML: 'Characters (with HTML):',
|
|
11
|
+
CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
|
|
9
12
|
Paragraphs: 'Paragraphs:',
|
|
10
|
-
|
|
13
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
14
|
+
pasteWarning: 'Content cannot be pasted because it is above the allowed limit',
|
|
11
15
|
Selected: 'Selected: ',
|
|
12
16
|
title: 'Statistics'
|
|
13
17
|
});
|
|
@@ -7,6 +7,7 @@ CKEDITOR.plugins.setLang('wordcount', 'es', {
|
|
|
7
7
|
CharCount: 'Carácteres:',
|
|
8
8
|
CharCountWithHTML: 'Carácteres (con HTML):',
|
|
9
9
|
Paragraphs: 'Párrafos:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'El contenido no se puede pegar, ya que se encuentra fuera del límite permitido',
|
|
11
12
|
Selected: 'Seleccionado: ',
|
|
12
13
|
title: 'Estadísticas'
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang('wordcount', 'eu', {
|
|
6
|
+
WordCount: 'Hitzak:',
|
|
7
|
+
WordCountRemaining: 'Gelditzen diren hitzak',
|
|
8
|
+
CharCount: 'Karaktereak:',
|
|
9
|
+
CharCountRemaining: 'Gelditzen diren karaktereak',
|
|
10
|
+
CharCountWithHTML: 'Karaktereak (HTMLarekin):',
|
|
11
|
+
CharCountWithHTMLRemaining: 'Gelditzen diren karaktereak (HTMLarekin)',
|
|
12
|
+
Paragraphs: 'Paragrafoak:',
|
|
13
|
+
ParagraphsRemaining: 'Gelditzen diren paragrafoak',
|
|
14
|
+
pasteWarning: 'Ezin da edukia itsatsi, onartutako muga gainditu duelako',
|
|
15
|
+
Selected: 'Hautatuta: ',
|
|
16
|
+
title: 'Estatistikak'
|
|
17
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Its The Persian (Farsi) Language Translate For Iranian By "Mohsen Esmaili"
|
|
3
|
+
*/
|
|
4
|
+
CKEDITOR.plugins.setLang('wordcount', 'fa', {
|
|
5
|
+
WordCount: 'لغت:',
|
|
6
|
+
CharCount: 'کاراکتر:',
|
|
7
|
+
CharCountWithHTML: 'کاراکترها (با HTML):',
|
|
8
|
+
Paragraphs: 'پاراگراف:',
|
|
9
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
|
+
pasteWarning: 'محتوای مورد نظر را نمی توان چسباند. زیرا این بیشتر از حد مجاز است.',
|
|
11
|
+
Selected: 'انتخاب شده: ',
|
|
12
|
+
title: 'آمار'
|
|
13
|
+
});
|
|
@@ -8,6 +8,7 @@ CKEDITOR.plugins.setLang('wordcount', 'fi', {
|
|
|
8
8
|
CharCount: 'Merkkejä:',
|
|
9
9
|
CharCountWithHTML: 'Merkkejä (ml. HTML):',
|
|
10
10
|
Paragraphs: 'Kappaleita:',
|
|
11
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
11
12
|
pasteWarning: 'Sisältöä ei voida liittää, koska se ylittää sallitun rajan.',
|
|
12
13
|
Selected: 'Valittuna: ',
|
|
13
14
|
title: 'Statistiikkaa'
|
|
@@ -5,6 +5,7 @@ CKEDITOR.plugins.setLang('wordcount', 'fr', {
|
|
|
5
5
|
CharCount: 'Caractères :',
|
|
6
6
|
CharCountWithHTML: 'Caractères (incluant HTML) :',
|
|
7
7
|
Paragraphs: 'Paragraphes :',
|
|
8
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
8
9
|
pasteWarning: 'Le contenu ne peut pas être collé car il dépasse la limite autorisée',
|
|
9
10
|
Selected: 'Sélectionné :',
|
|
10
11
|
title: 'Statistiques'
|
|
@@ -7,6 +7,7 @@ CKEDITOR.plugins.setLang('wordcount', 'he', {
|
|
|
7
7
|
CharCount: 'תווים:',
|
|
8
8
|
CharCountWithHTML: 'תווים (כולל HTML):',
|
|
9
9
|
Paragraphs: 'פסקאות:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'לא ניתן להדביק תוכן בשל עודף תווים',
|
|
11
12
|
Selected: 'נבחר: ',
|
|
12
13
|
title: 'סטטיסטיקות'
|
|
@@ -7,6 +7,7 @@ CKEDITOR.plugins.setLang('wordcount', 'hr', {
|
|
|
7
7
|
CharCount: 'Znakova:',
|
|
8
8
|
CharCountWithHTML: 'Znakova (uključujući HTML):',
|
|
9
9
|
Paragraphs: 'Paragraphs:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'Content can not be pasted because it is above the allowed limit',
|
|
11
12
|
Selected: 'Selected: ',
|
|
12
13
|
title: 'Statistika'
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang('wordcount', 'hu', {
|
|
6
|
+
WordCount: 'Szavak:',
|
|
7
|
+
CharCount: 'Karakaterek:',
|
|
8
|
+
CharCountWithHTML: 'Karakterek (HTML tagekkel):',
|
|
9
|
+
Paragraphs: 'Bekezdések:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
11
|
+
pasteWarning: 'A szöveget nem lehet beilleszteni, mert a megadott limit felett van',
|
|
12
|
+
Selected: 'Kiválasztva: ',
|
|
13
|
+
title: 'Statisztika'
|
|
14
|
+
});
|
|
@@ -7,8 +7,9 @@ CKEDITOR.plugins.setLang('wordcount', 'it', {
|
|
|
7
7
|
WordCount: 'Parole:',
|
|
8
8
|
CharCount: 'Caratteri:',
|
|
9
9
|
CharCountWithHTML: 'Caratteri (HTML incluso):',
|
|
10
|
-
Paragraphs: '
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
Paragraphs: 'Paragrafi:',
|
|
11
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
12
|
+
pasteWarning: 'Il contenuto non può essere incollato poiché supera il limite massimo di caratteri disponibili',
|
|
13
|
+
Selected: 'Selezionato: ',
|
|
13
14
|
title: 'Statistiche'
|
|
14
15
|
});
|
|
@@ -5,10 +5,10 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
|
5
5
|
CKEDITOR.plugins.setLang('wordcount', 'ja', {
|
|
6
6
|
WordCount: '単語数:',
|
|
7
7
|
CharCount: '文字数:',
|
|
8
|
-
CharCountWithHTML: '文字数 (
|
|
9
|
-
Paragraphs: '
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
CharCountWithHTML: '文字数 (HTMLタグを含む):',
|
|
9
|
+
Paragraphs: '段落数:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
11
|
+
pasteWarning: '文字数/単語数の上限を超えるため、貼り付けできません。',
|
|
12
|
+
Selected: '選択中の字数:',
|
|
13
13
|
title: 'ワードカウント'
|
|
14
14
|
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Korean translation by Maxime Houdais
|
|
3
|
+
*/
|
|
4
|
+
CKEDITOR.plugins.setLang('wordcount', 'ko', {
|
|
5
|
+
WordCount: '단어:',
|
|
6
|
+
WordCountRemaining: '남은 단어',
|
|
7
|
+
CharCount: '글자:',
|
|
8
|
+
CharCountRemaining: '남은 글자',
|
|
9
|
+
CharCountWithHTML: '글자 와 HTML:',
|
|
10
|
+
CharCountWithHTMLRemaining: '남은 글자 와 HTML',
|
|
11
|
+
Paragraphs: '단락:',
|
|
12
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
13
|
+
pasteWarning: '허용 된 한도를 초과하여 콘텐츠를 붙여 넣을 수 없습니다.',
|
|
14
|
+
Selected: '선택:',
|
|
15
|
+
title: '통계'
|
|
16
|
+
});
|
|
@@ -6,8 +6,9 @@ CKEDITOR.plugins.setLang('wordcount', 'nl', {
|
|
|
6
6
|
WordCount: 'Woorden:',
|
|
7
7
|
CharCount: 'Tekens:',
|
|
8
8
|
CharCountWithHTML: 'Tekens (inclusief HTML):',
|
|
9
|
-
Paragraphs: '
|
|
9
|
+
Paragraphs: 'Paragrafen:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'De tekst kan niet worden geplakt omdat de limiet is overschreden',
|
|
11
|
-
Selected: '
|
|
12
|
+
Selected: 'Geselecteerd: ',
|
|
12
13
|
title: 'Statistieken'
|
|
13
14
|
});
|
|
@@ -4,6 +4,7 @@ CKEDITOR.plugins.setLang('wordcount', 'no', {
|
|
|
4
4
|
CharCount: 'Tegn:',
|
|
5
5
|
CharCountWithHTML: 'Tegn (including HTML):',
|
|
6
6
|
Paragraphs: 'Paragraphs:',
|
|
7
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
7
8
|
pasteWarning: 'Content can not be pasted because it is above the allowed limit',
|
|
8
9
|
Selected: 'Selected: ',
|
|
9
10
|
title: 'Statistikk'
|
|
@@ -6,8 +6,9 @@ CKEDITOR.plugins.setLang('wordcount', 'pl', {
|
|
|
6
6
|
WordCount: 'Słów:',
|
|
7
7
|
CharCount: 'Znaków:',
|
|
8
8
|
CharCountWithHTML: 'Znaków (wraz z kodem HTML):',
|
|
9
|
-
Paragraphs: '
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Paragraphs: 'Paragrafy:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
11
|
+
pasteWarning: 'Zawartość nie może zostać wklejona, ponieważ przekracza dozwolony limit',
|
|
12
|
+
Selected: 'Zaznaczono: ',
|
|
12
13
|
title: 'Statystyka'
|
|
13
14
|
});
|
|
@@ -7,6 +7,7 @@ CKEDITOR.plugins.setLang('wordcount', 'pt-br', {
|
|
|
7
7
|
CharCount: 'Contagem de carateres:',
|
|
8
8
|
CharCountWithHTML: 'Carateres (incluindo HTML):',
|
|
9
9
|
Paragraphs: 'Parágrafos:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'Conteúdo não pode ser colado porque ultrapassa o limite permitido',
|
|
11
12
|
Selected: 'Selecionado: ',
|
|
12
13
|
title: 'Estatísticas'
|
|
@@ -3,6 +3,7 @@ CKEDITOR.plugins.setLang('wordcount', 'pt', {
|
|
|
3
3
|
CharCount: 'Caracteres:',
|
|
4
4
|
CharCountWithHTML: 'Carateres (incluindo HTML):',
|
|
5
5
|
Paragraphs: 'Parágrafos:',
|
|
6
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
6
7
|
pasteWarning: 'O conteúdo não pode ser colado porque ultrapassa o limite permitido',
|
|
7
8
|
Selected: 'Selecionado: ',
|
|
8
9
|
title: 'Estatísticas'
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Romanian Translation by Bogdanov Mihail
|
|
2
|
+
|
|
3
|
+
CKEDITOR.plugins.setLang('wordcount', 'ro', {
|
|
4
|
+
WordCount: 'Numar cuvinte',
|
|
5
|
+
WordCountRemaining: 'Cuvinte ramase',
|
|
6
|
+
CharCount: 'Numar caracter:',
|
|
7
|
+
CharCountRemaining: 'Caractere ramase:',
|
|
8
|
+
CharCountWithHTML: 'Numar caractere (cu HTML):',
|
|
9
|
+
CharCountWithHTMLRemaining: 'Caractere (cu HTML) ramase',
|
|
10
|
+
Paragraphs: 'Paragrafe:',
|
|
11
|
+
ParagraphsRemaining: 'Paragrafe ramase',
|
|
12
|
+
pasteWarning: 'Continutul nu poate fi adaugat deoarece este mai mare decat limita setata',
|
|
13
|
+
Selected: 'Selectat:',
|
|
14
|
+
title: 'Statistici'
|
|
15
|
+
});
|
|
@@ -5,8 +5,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
|
5
5
|
CKEDITOR.plugins.setLang('wordcount', 'ru', {
|
|
6
6
|
WordCount: 'Слов:',
|
|
7
7
|
CharCount: 'Символов:',
|
|
8
|
-
CharCountWithHTML: ' (включая HTML
|
|
8
|
+
CharCountWithHTML: ' (включая HTML-разметку):',
|
|
9
9
|
Paragraphs: 'Параграфов:',
|
|
10
|
+
ParagraphsRemaining: 'Параграфов осталось',
|
|
10
11
|
pasteWarning: 'Контент не может быть вставлен, т.к. привышает допустимый лимит',
|
|
11
12
|
Selected: 'Выделено: ',
|
|
12
13
|
title: 'Статистика'
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang('wordcount', 'sk', {
|
|
6
|
+
WordCount: 'Slov:',
|
|
7
|
+
CharCount: 'Znakov:',
|
|
8
|
+
CharCountWithHTML: 'Znakov (vrátane HTML):',
|
|
9
|
+
Paragraphs: 'Odstavcov:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
11
|
+
pasteWarning: 'Obsah sa nedá prilepiť.',
|
|
12
|
+
Selected: 'Výber: ',
|
|
13
|
+
title: 'Štatistika'
|
|
14
|
+
});
|
|
15
|
+
|
|
@@ -5,9 +5,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
|
5
5
|
CKEDITOR.plugins.setLang('wordcount', 'sv', {
|
|
6
6
|
WordCount: 'Ord:',
|
|
7
7
|
CharCount: 'Tecken:',
|
|
8
|
+
CharCountRemaining: 'tecken återstår',
|
|
8
9
|
CharCountWithHTML: 'Tecken (inklusive HTML):',
|
|
9
|
-
Paragraphs: '
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
Paragraphs: 'Paragraf:',
|
|
11
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
12
|
+
pasteWarning: 'Innehåll kan inte klistras in eftersom det överskrider den tillåtna gränsen',
|
|
13
|
+
Selected: 'Valt: ',
|
|
12
14
|
title: 'Statistik'
|
|
13
15
|
});
|
|
@@ -7,6 +7,7 @@ CKEDITOR.plugins.setLang('wordcount', 'tr', {
|
|
|
7
7
|
CharCount: 'Karakter:',
|
|
8
8
|
CharCountWithHTML: 'Karakter (HTML dahil):',
|
|
9
9
|
Paragraphs: 'Paragraf:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
10
11
|
pasteWarning: 'Content can not be pasted because it is above the allowed limit',
|
|
11
12
|
Selected: 'Selected: ',
|
|
12
13
|
title: 'İstatistik'
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang('wordcount', 'uk', {
|
|
6
|
+
WordCount: 'Слів:',
|
|
7
|
+
WordCountRemaining: 'Слів залишилося',
|
|
8
|
+
CharCount: 'Символів:',
|
|
9
|
+
CharCountRemaining: 'Символів залишилося',
|
|
10
|
+
CharCountWithHTML: 'Символів (включаючи HTML-розмітку):',
|
|
11
|
+
CharCountWithHTMLRemaining: 'Символів (включаючи HTML-розмітку) залишилося',
|
|
12
|
+
Paragraphs: 'Параграфів:',
|
|
13
|
+
ParagraphsRemaining: 'Параграфів залишилося',
|
|
14
|
+
pasteWarning: 'Контент не може бути вставлено, оскільки перевищує допустимий ліміт',
|
|
15
|
+
Selected: 'Виділено: ',
|
|
16
|
+
title: 'Статистика'
|
|
17
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang('wordcount', 'zh', {
|
|
6
|
+
WordCount: '詞數:',
|
|
7
|
+
CharCount: '字數:',
|
|
8
|
+
CharCountWithHTML: '字數 (含HTML)',
|
|
9
|
+
Paragraphs: '段落:',
|
|
10
|
+
ParagraphsRemaining: 'Paragraphs remaining',
|
|
11
|
+
pasteWarning: '由於字數達到上限,內容不能粘貼',
|
|
12
|
+
Selected: '已選擇: ',
|
|
13
|
+
title: '統計'
|
|
14
|
+
});
|