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
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'ku', {
|
|
6
|
+
alt: 'جێگرەوەی دەق',
|
|
7
|
+
btnUpload: 'ناردنی بۆ ڕاژه',
|
|
8
|
+
captioned: 'وێنەی بەسەردێر',
|
|
9
|
+
captionPlaceholder: 'سەردێر',
|
|
10
|
+
infoTab: 'زانیاری وێنه',
|
|
11
|
+
lockRatio: 'داخستنی ڕێژه',
|
|
12
|
+
menu: 'خاسیەتی وێنه',
|
|
13
|
+
pathName: 'وێنە',
|
|
14
|
+
pathNameCaption: 'سەردێر',
|
|
15
|
+
resetSize: 'ڕێکخستنەوەی قەباره',
|
|
16
|
+
resizer: 'کرتەبکە و ڕایبکێشە بۆ قەبارە گۆڕین',
|
|
17
|
+
title: 'خاسیەتی وێنه',
|
|
18
|
+
uploadTab: 'بارکردن',
|
|
19
|
+
urlMissing: 'سەرچاوەی بەستەری وێنه بزره',
|
|
20
|
+
altMissing: 'جێگرەوەی دەق لەدەست چووە.'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'lt', {
|
|
6
|
+
alt: 'Alternatyvus Tekstas',
|
|
7
|
+
btnUpload: 'Siųsti į serverį',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Vaizdo informacija',
|
|
11
|
+
lockRatio: 'Išlaikyti proporciją',
|
|
12
|
+
menu: 'Vaizdo savybės',
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'Atstatyti dydį',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Vaizdo savybės',
|
|
18
|
+
uploadTab: 'Siųsti',
|
|
19
|
+
urlMissing: 'Paveiksliuko nuorodos nėra.',
|
|
20
|
+
altMissing: 'Alternative text is missing.' // MISSING
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'lv', {
|
|
6
|
+
alt: 'Alternatīvais teksts',
|
|
7
|
+
btnUpload: 'Nosūtīt serverim',
|
|
8
|
+
captioned: 'Attēls ar parakstu',
|
|
9
|
+
captionPlaceholder: 'Paraksts',
|
|
10
|
+
infoTab: 'Informācija par attēlu',
|
|
11
|
+
lockRatio: 'Nemainīga Augstuma/Platuma attiecība',
|
|
12
|
+
menu: 'Attēla īpašības',
|
|
13
|
+
pathName: 'Attēls',
|
|
14
|
+
pathNameCaption: 'paraksts',
|
|
15
|
+
resetSize: 'Atjaunot sākotnējo izmēru',
|
|
16
|
+
resizer: 'Noklikšķini un pavelc lai mērogotu',
|
|
17
|
+
title: 'Attēla īpašības',
|
|
18
|
+
uploadTab: 'Augšupielādēt',
|
|
19
|
+
urlMissing: 'Trūkst attēla atrašanās adrese.',
|
|
20
|
+
altMissing: 'Trūkst alternatīvais teksts'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'mk', {
|
|
6
|
+
alt: 'Алтернативен текст',
|
|
7
|
+
btnUpload: 'Прикачи на сервер',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Информации за сликата',
|
|
11
|
+
lockRatio: 'Зачувај пропорција',
|
|
12
|
+
menu: 'Својства на сликата',
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'Ресетирај големина',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Својства на сликата',
|
|
18
|
+
uploadTab: 'Прикачи',
|
|
19
|
+
urlMissing: 'Недостасува URL-то на сликата.',
|
|
20
|
+
altMissing: 'Alternative text is missing.' // MISSING
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'mn', {
|
|
6
|
+
alt: 'Зургийг орлох бичвэр',
|
|
7
|
+
btnUpload: 'Үүнийг сервэррүү илгээ',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Зурагны мэдээлэл',
|
|
11
|
+
lockRatio: 'Радио түгжих',
|
|
12
|
+
menu: 'Зураг',
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'хэмжээ дахин оноох',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Зураг',
|
|
18
|
+
uploadTab: 'Илгээж ачаалах',
|
|
19
|
+
urlMissing: 'Зургийн эх сурвалжийн хаяг (URL) байхгүй байна.',
|
|
20
|
+
altMissing: 'Alternative text is missing.' // MISSING
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'ms', {
|
|
6
|
+
alt: 'Text Alternatif',
|
|
7
|
+
btnUpload: 'Hantar ke Server',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Info Imej',
|
|
11
|
+
lockRatio: 'Tetapkan Nisbah',
|
|
12
|
+
menu: 'Ciri-ciri Imej',
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'Saiz Set Semula',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Ciri-ciri Imej',
|
|
18
|
+
uploadTab: 'Muat Naik',
|
|
19
|
+
urlMissing: 'Image source URL is missing.', // MISSING
|
|
20
|
+
altMissing: 'Alternative text is missing.' // MISSING
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'nb', {
|
|
6
|
+
alt: 'Alternativ tekst',
|
|
7
|
+
btnUpload: 'Send det til serveren',
|
|
8
|
+
captioned: 'Bilde med bildetekst',
|
|
9
|
+
captionPlaceholder: 'Bildetekst',
|
|
10
|
+
infoTab: 'Bildeinformasjon',
|
|
11
|
+
lockRatio: 'Lås forhold',
|
|
12
|
+
menu: 'Bildeegenskaper',
|
|
13
|
+
pathName: 'bilde',
|
|
14
|
+
pathNameCaption: 'bildetekst',
|
|
15
|
+
resetSize: 'Tilbakestill størrelse',
|
|
16
|
+
resizer: 'Klikk og dra for å endre størrelse',
|
|
17
|
+
title: 'Bildeegenskaper',
|
|
18
|
+
uploadTab: 'Last opp',
|
|
19
|
+
urlMissing: 'Bildets adresse mangler.',
|
|
20
|
+
altMissing: 'Alternativ tekst mangler.'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'nl', {
|
|
6
|
+
alt: 'Alternatieve tekst',
|
|
7
|
+
btnUpload: 'Naar server verzenden',
|
|
8
|
+
captioned: 'Afbeelding met onderschrift',
|
|
9
|
+
captionPlaceholder: 'Onderschrift',
|
|
10
|
+
infoTab: 'Afbeeldingsinformatie',
|
|
11
|
+
lockRatio: 'Verhouding vergrendelen',
|
|
12
|
+
menu: 'Eigenschappen afbeelding',
|
|
13
|
+
pathName: 'afbeelding',
|
|
14
|
+
pathNameCaption: 'onderschrift',
|
|
15
|
+
resetSize: 'Afmetingen herstellen',
|
|
16
|
+
resizer: 'Klik en sleep om te herschalen',
|
|
17
|
+
title: 'Afbeeldingseigenschappen',
|
|
18
|
+
uploadTab: 'Uploaden',
|
|
19
|
+
urlMissing: 'De URL naar de afbeelding ontbreekt.',
|
|
20
|
+
altMissing: 'Alternatieve tekst ontbreekt.'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'no', {
|
|
6
|
+
alt: 'Alternativ tekst',
|
|
7
|
+
btnUpload: 'Send det til serveren',
|
|
8
|
+
captioned: 'Bilde med bildetekst',
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Bildeinformasjon',
|
|
11
|
+
lockRatio: 'Lås forhold',
|
|
12
|
+
menu: 'Bildeegenskaper',
|
|
13
|
+
pathName: 'bilde',
|
|
14
|
+
pathNameCaption: 'bildetekst',
|
|
15
|
+
resetSize: 'Tilbakestill størrelse',
|
|
16
|
+
resizer: 'Klikk og dra for å endre størrelse',
|
|
17
|
+
title: 'Bildeegenskaper',
|
|
18
|
+
uploadTab: 'Last opp',
|
|
19
|
+
urlMissing: 'Bildets adresse mangler.',
|
|
20
|
+
altMissing: 'Alternative text is missing.' // MISSING
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'oc', {
|
|
6
|
+
alt: 'Tèxte alternatiu',
|
|
7
|
+
btnUpload: 'Mandar sul servidor',
|
|
8
|
+
captioned: 'Imatge amb legenda',
|
|
9
|
+
captionPlaceholder: 'Legenda',
|
|
10
|
+
infoTab: 'Informacions sus l\'imatge',
|
|
11
|
+
lockRatio: 'Conservar las proporcions',
|
|
12
|
+
menu: 'Proprietats de l\'imatge',
|
|
13
|
+
pathName: 'imatge',
|
|
14
|
+
pathNameCaption: 'legenda',
|
|
15
|
+
resetSize: 'Reïnicializar la talha',
|
|
16
|
+
resizer: 'Clicar e lisar per redimensionar',
|
|
17
|
+
title: 'Proprietats de l\'imatge',
|
|
18
|
+
uploadTab: 'Mandar',
|
|
19
|
+
urlMissing: 'L\'URL font de l\'imatge es mancanta.',
|
|
20
|
+
altMissing: 'Lo tèxte alternatiu es mancant.'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'pl', {
|
|
6
|
+
alt: 'Tekst zastępczy',
|
|
7
|
+
btnUpload: 'Wyślij',
|
|
8
|
+
captioned: 'Obrazek z podpisem',
|
|
9
|
+
captionPlaceholder: 'Podpis',
|
|
10
|
+
infoTab: 'Informacje o obrazku',
|
|
11
|
+
lockRatio: 'Zablokuj proporcje',
|
|
12
|
+
menu: 'Właściwości obrazka',
|
|
13
|
+
pathName: 'obrazek',
|
|
14
|
+
pathNameCaption: 'podpis',
|
|
15
|
+
resetSize: 'Przywróć rozmiar',
|
|
16
|
+
resizer: 'Kliknij i przeciągnij, by zmienić rozmiar.',
|
|
17
|
+
title: 'Właściwości obrazka',
|
|
18
|
+
uploadTab: 'Wyślij',
|
|
19
|
+
urlMissing: 'Podaj adres URL obrazka.',
|
|
20
|
+
altMissing: 'Podaj tekst zastępczy obrazka.'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'pt-br', {
|
|
6
|
+
alt: 'Texto Alternativo',
|
|
7
|
+
btnUpload: 'Enviar para o Servidor',
|
|
8
|
+
captioned: 'Legenda da Imagem',
|
|
9
|
+
captionPlaceholder: 'Legenda',
|
|
10
|
+
infoTab: 'Informações da Imagem',
|
|
11
|
+
lockRatio: 'Travar Proporções',
|
|
12
|
+
menu: 'Formatar Imagem',
|
|
13
|
+
pathName: 'Imagem',
|
|
14
|
+
pathNameCaption: 'Legenda',
|
|
15
|
+
resetSize: 'Redefinir para o Tamanho Original',
|
|
16
|
+
resizer: 'Click e arraste para redimensionar',
|
|
17
|
+
title: 'Formatar Imagem',
|
|
18
|
+
uploadTab: 'Enviar ao Servidor',
|
|
19
|
+
urlMissing: 'URL da imagem está faltando.',
|
|
20
|
+
altMissing: 'Texto alternativo não informado.'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'pt', {
|
|
6
|
+
alt: 'Texto alternativo',
|
|
7
|
+
btnUpload: 'Enviar para o servidor',
|
|
8
|
+
captioned: 'Imagem legendada',
|
|
9
|
+
captionPlaceholder: 'Legenda',
|
|
10
|
+
infoTab: 'Informação da imagem',
|
|
11
|
+
lockRatio: 'Proporcional',
|
|
12
|
+
menu: 'Propriedades da imagem',
|
|
13
|
+
pathName: 'imagem',
|
|
14
|
+
pathNameCaption: 'legenda',
|
|
15
|
+
resetSize: 'Tamanho original',
|
|
16
|
+
resizer: 'Clique e arraste para redimensionar',
|
|
17
|
+
title: 'Propriedades da imagem',
|
|
18
|
+
uploadTab: 'Carregar',
|
|
19
|
+
urlMissing: 'O URL de origem da imagem está em falta.',
|
|
20
|
+
altMissing: 'Texto alternativo em falta.'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'ro', {
|
|
6
|
+
alt: 'Text alternativ',
|
|
7
|
+
btnUpload: 'Încarcă pe server',
|
|
8
|
+
captioned: 'Descris',
|
|
9
|
+
captionPlaceholder: 'Descriere implicită',
|
|
10
|
+
infoTab: 'Informaţii despre imagine',
|
|
11
|
+
lockRatio: 'Păstrează proporţiile',
|
|
12
|
+
menu: 'Proprietăţile imaginii',
|
|
13
|
+
pathName: 'Adresa căii',
|
|
14
|
+
pathNameCaption: 'Descrierea numelui căii',
|
|
15
|
+
resetSize: 'Resetează mărimea',
|
|
16
|
+
resizer: 'Redimensionare dinamică',
|
|
17
|
+
title: 'Proprietăţile imaginii',
|
|
18
|
+
uploadTab: 'Încarcă',
|
|
19
|
+
urlMissing: 'Sursa URL a imaginii lipsește.',
|
|
20
|
+
altMissing: 'Textul alternativ descriptive lipsește!'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'ru', {
|
|
6
|
+
alt: 'Альтернативный текст',
|
|
7
|
+
btnUpload: 'Загрузить на сервер',
|
|
8
|
+
captioned: 'Отображать название',
|
|
9
|
+
captionPlaceholder: 'Название',
|
|
10
|
+
infoTab: 'Данные об изображении',
|
|
11
|
+
lockRatio: 'Сохранять пропорции',
|
|
12
|
+
menu: 'Свойства изображения',
|
|
13
|
+
pathName: 'изображение',
|
|
14
|
+
pathNameCaption: 'название',
|
|
15
|
+
resetSize: 'Вернуть обычные размеры',
|
|
16
|
+
resizer: 'Нажмите и растяните',
|
|
17
|
+
title: 'Свойства изображения',
|
|
18
|
+
uploadTab: 'Загрузка файла',
|
|
19
|
+
urlMissing: 'Не указана ссылка на изображение.',
|
|
20
|
+
altMissing: 'Не задан альтернативный текст'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'si', {
|
|
6
|
+
alt: 'විකල්ප ',
|
|
7
|
+
btnUpload: 'සේවාදායකය වෙත යොමුකිරිම',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'රුපයේ තොරතුරු',
|
|
11
|
+
lockRatio: 'නවතන අනුපාතය ',
|
|
12
|
+
menu: 'රුපයේ ගුණ',
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'නැවතත් විශාලත්වය වෙනස් කිරීම',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'රුපයේ ',
|
|
18
|
+
uploadTab: 'උඩුගතකිරීම',
|
|
19
|
+
urlMissing: 'රුප මුලාශ්ර URL නැත.',
|
|
20
|
+
altMissing: 'Alternative text is missing.' // MISSING
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'sk', {
|
|
6
|
+
alt: 'Alternatívny text',
|
|
7
|
+
btnUpload: 'Odoslať to na server',
|
|
8
|
+
captioned: 'Opísaný obrázok',
|
|
9
|
+
captionPlaceholder: 'Popis',
|
|
10
|
+
infoTab: 'Informácie o obrázku',
|
|
11
|
+
lockRatio: 'Pomer zámky',
|
|
12
|
+
menu: 'Vlastnosti obrázka',
|
|
13
|
+
pathName: 'obrázok',
|
|
14
|
+
pathNameCaption: 'popis',
|
|
15
|
+
resetSize: 'Pôvodná veľkosť',
|
|
16
|
+
resizer: 'Kliknite a potiahnite pre zmenu veľkosti',
|
|
17
|
+
title: 'Vlastnosti obrázka',
|
|
18
|
+
uploadTab: 'Nahrať',
|
|
19
|
+
urlMissing: 'Chýba URL zdroja obrázka.',
|
|
20
|
+
altMissing: 'Chýba alternatívny text.'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'sl', {
|
|
6
|
+
alt: 'Nadomestno besedilo',
|
|
7
|
+
btnUpload: 'Pošlji na strežnik',
|
|
8
|
+
captioned: 'Slika z napisom',
|
|
9
|
+
captionPlaceholder: 'Napis',
|
|
10
|
+
infoTab: 'Podatki o sliki',
|
|
11
|
+
lockRatio: 'Zakleni razmerje',
|
|
12
|
+
menu: 'Lastnosti slike',
|
|
13
|
+
pathName: 'slika',
|
|
14
|
+
pathNameCaption: 'napis',
|
|
15
|
+
resetSize: 'Ponastavi velikost',
|
|
16
|
+
resizer: 'Kliknite in povlecite, da spremenite velikost',
|
|
17
|
+
title: 'Lastnosti slike',
|
|
18
|
+
uploadTab: 'Naloži',
|
|
19
|
+
urlMissing: 'Manjka vir (URL) slike.',
|
|
20
|
+
altMissing: 'Alternative text is missing.' // MISSING
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'sq', {
|
|
6
|
+
alt: 'Tekst Alternativ',
|
|
7
|
+
btnUpload: 'Dërgo në server',
|
|
8
|
+
captioned: 'Foto e titulluar',
|
|
9
|
+
captionPlaceholder: 'Titulli',
|
|
10
|
+
infoTab: 'Informacione mbi Fotografinë',
|
|
11
|
+
lockRatio: 'Mbyll Racionin',
|
|
12
|
+
menu: 'Karakteristikat e Fotografisë',
|
|
13
|
+
pathName: 'foto',
|
|
14
|
+
pathNameCaption: 'titull',
|
|
15
|
+
resetSize: 'Rikthe Madhësinë',
|
|
16
|
+
resizer: 'Kliko dhe tërhiqe për ndryshim të madhësisë',
|
|
17
|
+
title: 'Karakteristikat e Fotografisë',
|
|
18
|
+
uploadTab: 'Ngarko',
|
|
19
|
+
urlMissing: 'Mungon URL e burimit të fotografisë.',
|
|
20
|
+
altMissing: 'Teksti alternativ mungon.'
|
|
21
|
+
} );
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
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
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang( 'image2', 'sr-latn', {
|
|
6
|
+
alt: 'Alternativni tekst',
|
|
7
|
+
btnUpload: 'Pošalji na server',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Info slike',
|
|
11
|
+
lockRatio: 'Zaključaj odnos',
|
|
12
|
+
menu: 'Osobine slika',
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'Resetuj veličinu',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Osobine slika',
|
|
18
|
+
uploadTab: 'Pošalji',
|
|
19
|
+
urlMissing: 'Image source URL is missing.', // MISSING
|
|
20
|
+
altMissing: 'Alternative text is missing.' // MISSING
|
|
21
|
+
} );
|