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', 'et', {
|
|
6
|
+
alt: 'Alternatiivne tekst',
|
|
7
|
+
btnUpload: 'Saada serverisse',
|
|
8
|
+
captioned: 'Pealkirjaga pilt',
|
|
9
|
+
captionPlaceholder: 'Pealkiri',
|
|
10
|
+
infoTab: 'Pildi info',
|
|
11
|
+
lockRatio: 'Lukusta kuvasuhe',
|
|
12
|
+
menu: 'Pildi omadused',
|
|
13
|
+
pathName: 'pilt',
|
|
14
|
+
pathNameCaption: 'pealkiri',
|
|
15
|
+
resetSize: 'Lähtesta suurus',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Pildi omadused',
|
|
18
|
+
uploadTab: 'Lae üles',
|
|
19
|
+
urlMissing: 'Pildi lähte-URL on puudu.',
|
|
20
|
+
altMissing: 'Alternatiivtekst puudub.'
|
|
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', 'eu', {
|
|
6
|
+
alt: 'Ordezko testua',
|
|
7
|
+
btnUpload: 'Bidali zerbitzarira',
|
|
8
|
+
captioned: 'Argazki oina',
|
|
9
|
+
captionPlaceholder: 'Argazki oina',
|
|
10
|
+
infoTab: 'Irudiaren informazioa',
|
|
11
|
+
lockRatio: 'Blokeatu erlazioa',
|
|
12
|
+
menu: 'Irudiaren propietateak',
|
|
13
|
+
pathName: 'Irudia',
|
|
14
|
+
pathNameCaption: 'Argazki oina',
|
|
15
|
+
resetSize: 'Berrezarri tamaina',
|
|
16
|
+
resizer: 'Klikatu eta arrastatu tamainaz aldatzeko',
|
|
17
|
+
title: 'Irudiaren propietateak',
|
|
18
|
+
uploadTab: 'Kargatu',
|
|
19
|
+
urlMissing: 'Irudiaren iturburuaren URLa falta da.',
|
|
20
|
+
altMissing: 'Ordezko testua falta da.'
|
|
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', 'fa', {
|
|
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: 'آدرس URL اصلی تصویر یافت نشد.',
|
|
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', 'fi', {
|
|
6
|
+
alt: 'Vaihtoehtoinen teksti',
|
|
7
|
+
btnUpload: 'Lähetä palvelimelle',
|
|
8
|
+
captioned: 'Kuva kuvatekstillä',
|
|
9
|
+
captionPlaceholder: 'Kuvateksti',
|
|
10
|
+
infoTab: 'Kuvan tiedot',
|
|
11
|
+
lockRatio: 'Lukitse suhteet',
|
|
12
|
+
menu: 'Kuvan ominaisuudet',
|
|
13
|
+
pathName: 'kuva',
|
|
14
|
+
pathNameCaption: 'kuvateksti',
|
|
15
|
+
resetSize: 'Alkuperäinen koko',
|
|
16
|
+
resizer: 'Klikkaa ja raahaa muuttaaksesi kokoa',
|
|
17
|
+
title: 'Kuvan ominaisuudet',
|
|
18
|
+
uploadTab: 'Lisää tiedosto',
|
|
19
|
+
urlMissing: 'Kuvan lähdeosoite puuttuu.',
|
|
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', 'fo', {
|
|
6
|
+
alt: 'Alternativur tekstur',
|
|
7
|
+
btnUpload: 'Send til ambætaran',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Myndaupplýsingar',
|
|
11
|
+
lockRatio: 'Læs lutfallið',
|
|
12
|
+
menu: 'Myndaeginleikar',
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'Upprunastødd',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Myndaeginleikar',
|
|
18
|
+
uploadTab: 'Send til ambætaran',
|
|
19
|
+
urlMissing: 'URL til mynd manglar.',
|
|
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', 'fr-ca', {
|
|
6
|
+
alt: 'Texte alternatif',
|
|
7
|
+
btnUpload: 'Envoyer sur le serveur',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Informations sur l\'image2',
|
|
11
|
+
lockRatio: 'Verrouiller les proportions',
|
|
12
|
+
menu: 'Propriétés de l\'image2',
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'Taille originale',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Propriétés de l\'image2',
|
|
18
|
+
uploadTab: 'Téléverser',
|
|
19
|
+
urlMissing: 'L\'URL de la source de l\'image est manquant.',
|
|
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', 'fr', {
|
|
6
|
+
alt: 'Texte alternatif',
|
|
7
|
+
btnUpload: 'Envoyer sur le serveur',
|
|
8
|
+
captioned: 'Image légendée',
|
|
9
|
+
captionPlaceholder: 'Légende',
|
|
10
|
+
infoTab: 'Informations sur l\'image',
|
|
11
|
+
lockRatio: 'Conserver les proportions',
|
|
12
|
+
menu: 'Propriétés de l\'image',
|
|
13
|
+
pathName: 'image',
|
|
14
|
+
pathNameCaption: 'légende',
|
|
15
|
+
resetSize: 'Réinitialiser la taille',
|
|
16
|
+
resizer: 'Cliquer et glisser pour redimensionner',
|
|
17
|
+
title: 'Propriétés de l\'image',
|
|
18
|
+
uploadTab: 'Téléverser',
|
|
19
|
+
urlMissing: 'L\'URL source de l\'image est manquante.',
|
|
20
|
+
altMissing: 'Vous n\'avez pas indiqué de texte de remplacement.'
|
|
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', 'gl', {
|
|
6
|
+
alt: 'Texto alternativo',
|
|
7
|
+
btnUpload: 'Enviar ao servidor',
|
|
8
|
+
captioned: 'Imaxe con lenda',
|
|
9
|
+
captionPlaceholder: 'Lenda',
|
|
10
|
+
infoTab: 'Información da imaxe',
|
|
11
|
+
lockRatio: 'Proporcional',
|
|
12
|
+
menu: 'Propiedades da imaxe',
|
|
13
|
+
pathName: 'Imaxe',
|
|
14
|
+
pathNameCaption: 'lenda',
|
|
15
|
+
resetSize: 'Tamaño orixinal',
|
|
16
|
+
resizer: 'Prema e arrastre para axustar o tamaño',
|
|
17
|
+
title: 'Propiedades da imaxe',
|
|
18
|
+
uploadTab: 'Cargar',
|
|
19
|
+
urlMissing: 'Non se atopa o URL da imaxe.',
|
|
20
|
+
altMissing: 'Non foi posíbel atopar o texto alternativo.'
|
|
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', 'gu', {
|
|
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', 'he', {
|
|
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: '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', 'hi', {
|
|
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: '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', 'hr', {
|
|
6
|
+
alt: 'Alternativni tekst',
|
|
7
|
+
btnUpload: 'Pošalji na server',
|
|
8
|
+
captioned: 'Titl slike',
|
|
9
|
+
captionPlaceholder: 'Titl',
|
|
10
|
+
infoTab: 'Info slike',
|
|
11
|
+
lockRatio: 'Zaključaj odnos',
|
|
12
|
+
menu: 'Svojstva slika',
|
|
13
|
+
pathName: 'slika',
|
|
14
|
+
pathNameCaption: 'titl',
|
|
15
|
+
resetSize: 'Obriši veličinu',
|
|
16
|
+
resizer: 'Odaberi i povuci za promjenu veličine',
|
|
17
|
+
title: 'Svojstva slika',
|
|
18
|
+
uploadTab: 'Pošalji',
|
|
19
|
+
urlMissing: 'Nedostaje URL slike.',
|
|
20
|
+
altMissing: 'Nedostaje alternativni tekst.'
|
|
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', 'hu', {
|
|
6
|
+
alt: 'Alternatív szöveg',
|
|
7
|
+
btnUpload: 'Küldés a szerverre',
|
|
8
|
+
captioned: 'Feliratozott kép',
|
|
9
|
+
captionPlaceholder: 'Képfelirat',
|
|
10
|
+
infoTab: 'Alaptulajdonságok',
|
|
11
|
+
lockRatio: 'Arány megtartása',
|
|
12
|
+
menu: 'Kép tulajdonságai',
|
|
13
|
+
pathName: 'kép',
|
|
14
|
+
pathNameCaption: 'felirat',
|
|
15
|
+
resetSize: 'Eredeti méret',
|
|
16
|
+
resizer: 'Kattintson és húzza az átméretezéshez',
|
|
17
|
+
title: 'Kép tulajdonságai',
|
|
18
|
+
uploadTab: 'Feltöltés',
|
|
19
|
+
urlMissing: 'Hiányzik a kép URL-je',
|
|
20
|
+
altMissing: 'Az alternatív szöveg hiányzik.'
|
|
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', 'id', {
|
|
6
|
+
alt: 'Teks alternatif',
|
|
7
|
+
btnUpload: 'Kirim ke Server',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Info Gambar',
|
|
11
|
+
lockRatio: 'Lock Ratio', // MISSING
|
|
12
|
+
menu: 'Image Properties', // MISSING
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'Atur Ulang Ukuran',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Image Properties', // MISSING
|
|
18
|
+
uploadTab: 'Unggah',
|
|
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', 'is', {
|
|
6
|
+
alt: 'Baklægur texti',
|
|
7
|
+
btnUpload: 'Hlaða upp',
|
|
8
|
+
captioned: 'Captioned image', // MISSING
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'Almennt',
|
|
11
|
+
lockRatio: 'Festa stærðarhlutfall',
|
|
12
|
+
menu: 'Eigindi myndar',
|
|
13
|
+
pathName: 'image', // MISSING
|
|
14
|
+
pathNameCaption: 'caption', // MISSING
|
|
15
|
+
resetSize: 'Reikna stærð',
|
|
16
|
+
resizer: 'Click and drag to resize', // MISSING
|
|
17
|
+
title: 'Eigindi myndar',
|
|
18
|
+
uploadTab: 'Senda upp',
|
|
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', 'it', {
|
|
6
|
+
alt: 'Testo alternativo',
|
|
7
|
+
btnUpload: 'Invia al server',
|
|
8
|
+
captioned: 'Immagine con didascalia',
|
|
9
|
+
captionPlaceholder: 'Didascalia',
|
|
10
|
+
infoTab: 'Informazioni immagine',
|
|
11
|
+
lockRatio: 'Blocca rapporto',
|
|
12
|
+
menu: 'Proprietà immagine',
|
|
13
|
+
pathName: 'immagine',
|
|
14
|
+
pathNameCaption: 'didascalia',
|
|
15
|
+
resetSize: 'Reimposta dimensione',
|
|
16
|
+
resizer: 'Fare clic e trascinare per ridimensionare',
|
|
17
|
+
title: 'Proprietà immagine',
|
|
18
|
+
uploadTab: 'Carica',
|
|
19
|
+
urlMissing: 'Manca l\'URL dell\'immagine.',
|
|
20
|
+
altMissing: 'Testo alternativo mancante.'
|
|
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', 'ja', {
|
|
6
|
+
alt: '代替テキスト',
|
|
7
|
+
btnUpload: 'サーバーに送信',
|
|
8
|
+
captioned: 'キャプションを付ける',
|
|
9
|
+
captionPlaceholder: 'キャプション',
|
|
10
|
+
infoTab: '画像情報',
|
|
11
|
+
lockRatio: '比率を固定',
|
|
12
|
+
menu: '画像のプロパティ',
|
|
13
|
+
pathName: 'image',
|
|
14
|
+
pathNameCaption: 'caption',
|
|
15
|
+
resetSize: 'サイズをリセット',
|
|
16
|
+
resizer: 'ドラッグしてリサイズ',
|
|
17
|
+
title: '画像のプロパティ',
|
|
18
|
+
uploadTab: 'アップロード',
|
|
19
|
+
urlMissing: '画像のURLを入力してください。',
|
|
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', 'ka', {
|
|
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', 'km', {
|
|
6
|
+
alt: 'អត្ថបទជំនួស',
|
|
7
|
+
btnUpload: 'បញ្ជូនទៅកាន់ម៉ាស៊ីនផ្តល់សេវា',
|
|
8
|
+
captioned: 'រូបដែលមានចំណងជើង',
|
|
9
|
+
captionPlaceholder: 'Caption', // MISSING
|
|
10
|
+
infoTab: 'ពត៌មានអំពីរូបភាព',
|
|
11
|
+
lockRatio: 'ចាក់សោផលធៀប',
|
|
12
|
+
menu: 'លក្ខណៈសម្បត្តិរូបភាព',
|
|
13
|
+
pathName: 'រូបភាព',
|
|
14
|
+
pathNameCaption: 'ចំណងជើង',
|
|
15
|
+
resetSize: 'កំណត់ទំហំឡើងវិញ',
|
|
16
|
+
resizer: 'ចុចហើយទាញដើម្បីប្ដូរទំហំ',
|
|
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', 'ko', {
|
|
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: '이미지 원본 주소(URL)가 없습니다.',
|
|
20
|
+
altMissing: '대체 문자가 없습니다.'
|
|
21
|
+
} );
|