From e47e83cf6bded3d1924b4d500193e7876833ef83 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 13:03:43 -0400 Subject: Created admin panel Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( --- app/assets/javascripts/ckeditor/plugins/widget/lang/af.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/ar.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/az.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/bg.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/ca.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/cs.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/cy.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/da.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/de-ch.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/de.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/el.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/en-gb.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/en.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/eo.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/es-mx.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/es.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/eu.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/fa.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/fi.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/fr.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/gl.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/he.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/hr.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/hu.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/id.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/it.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/ja.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/km.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/ko.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/ku.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/lv.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/nb.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/nl.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/no.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/oc.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/pl.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/pt-br.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/pt.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/ru.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/sk.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/sl.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/sq.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/sv.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/tr.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/tt.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/ug.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/uk.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/vi.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/zh-cn.js | 8 ++++++++ app/assets/javascripts/ckeditor/plugins/widget/lang/zh.js | 8 ++++++++ 50 files changed, 400 insertions(+) create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/af.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/ar.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/az.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/bg.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/ca.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/cs.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/cy.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/da.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/de-ch.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/de.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/el.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/en-gb.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/en.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/eo.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/es-mx.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/es.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/eu.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/fa.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/fi.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/fr.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/gl.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/he.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/hr.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/hu.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/id.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/it.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/ja.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/km.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/ko.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/ku.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/lv.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/nb.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/nl.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/no.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/oc.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/pl.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/pt-br.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/pt.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/ru.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/sk.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/sl.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/sq.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/sv.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/tr.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/tt.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/ug.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/uk.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/vi.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/zh-cn.js create mode 100644 app/assets/javascripts/ckeditor/plugins/widget/lang/zh.js (limited to 'app/assets/javascripts/ckeditor/plugins/widget/lang') diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/af.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/af.js new file mode 100644 index 0000000..c05e1b1 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/af.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'af', { + 'move': 'Klik en trek on te beweeg', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/ar.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/ar.js new file mode 100644 index 0000000..f53676a --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/ar.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'ar', { + 'move': 'إضغط و إسحب للتحريك', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/az.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/az.js new file mode 100644 index 0000000..ed7d2e5 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/az.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'az', { + 'move': 'Tıklayın və aparın', + 'label': '%1 vidjet' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/bg.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/bg.js new file mode 100644 index 0000000..8b1ad01 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/bg.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'bg', { + 'move': 'Кликни и влачи, за да преместиш', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/ca.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/ca.js new file mode 100644 index 0000000..7572f0e --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/ca.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'ca', { + 'move': 'Clicar i arrossegar per moure', + 'label': '%1 widget' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/cs.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/cs.js new file mode 100644 index 0000000..ba16149 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/cs.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'cs', { + 'move': 'Klepněte a táhněte pro přesunutí', + 'label': 'Ovládací prvek %1' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/cy.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/cy.js new file mode 100644 index 0000000..9bbc89a --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/cy.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'cy', { + 'move': 'Clcio a llusgo i symud', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/da.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/da.js new file mode 100644 index 0000000..a6a1bb7 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/da.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'da', { + 'move': 'Klik og træk for at flytte', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/de-ch.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/de-ch.js new file mode 100644 index 0000000..d409bb6 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/de-ch.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'de-ch', { + 'move': 'Zum Verschieben anwählen und ziehen', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/de.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/de.js new file mode 100644 index 0000000..eb05fb8 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/de.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'de', { + 'move': 'Zum Verschieben anwählen und ziehen', + 'label': '%1 Steuerelement' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/el.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/el.js new file mode 100644 index 0000000..4ea9504 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/el.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'el', { + 'move': 'Κάνετε κλικ και σύρετε το ποντίκι για να μετακινήστε', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/en-gb.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/en-gb.js new file mode 100644 index 0000000..ad1a209 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/en-gb.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'en-gb', { + 'move': 'Click and drag to move', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/en.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/en.js new file mode 100644 index 0000000..d2a43cb --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/en.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'en', { + 'move': 'Click and drag to move', + 'label': '%1 widget' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/eo.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/eo.js new file mode 100644 index 0000000..5801514 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/eo.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'eo', { + 'move': 'klaki kaj treni por movi', + 'label': '%1 fenestraĵo' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/es-mx.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/es-mx.js new file mode 100644 index 0000000..028901d --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/es-mx.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'es-mx', { + 'move': 'Presiona y arrastra para mover', + 'label': '%1 widget' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/es.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/es.js new file mode 100644 index 0000000..89d1639 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/es.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'es', { + 'move': 'Dar clic y arrastrar para mover', + 'label': 'reproductor %1' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/eu.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/eu.js new file mode 100644 index 0000000..5a3d126 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/eu.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'eu', { + 'move': 'Klikatu eta arrastatu lekuz aldatzeko', + 'label': '%1 widget' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/fa.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/fa.js new file mode 100644 index 0000000..16c27bf --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/fa.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'fa', { + 'move': 'کلیک و کشیدن برای جابجایی', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/fi.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/fi.js new file mode 100644 index 0000000..a4d6e2f --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/fi.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'fi', { + 'move': 'Siirrä klikkaamalla ja raahaamalla', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/fr.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/fr.js new file mode 100644 index 0000000..f7f87e8 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/fr.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'fr', { + 'move': 'Cliquer et glisser pour déplacer', + 'label': 'Élément %1' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/gl.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/gl.js new file mode 100644 index 0000000..a480371 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/gl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'gl', { + 'move': 'Prema e arrastre para mover', + 'label': 'Trebello %1' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/he.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/he.js new file mode 100644 index 0000000..08da4df --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/he.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'he', { + 'move': 'לחץ וגרור להזזה', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/hr.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/hr.js new file mode 100644 index 0000000..c0b8b31 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/hr.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'hr', { + 'move': 'Klikni i povuci za pomicanje', + 'label': '%1 widget' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/hu.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/hu.js new file mode 100644 index 0000000..597e11d --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/hu.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'hu', { + 'move': 'Kattints és húzd a mozgatáshoz', + 'label': '%1 modul' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/id.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/id.js new file mode 100644 index 0000000..b1cf39b --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/id.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'id', { + 'move': 'Tekan dan geser untuk memindahkan', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/it.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/it.js new file mode 100644 index 0000000..707481f --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/it.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'it', { + 'move': 'Fare clic e trascinare per spostare', + 'label': 'Widget %1' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/ja.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/ja.js new file mode 100644 index 0000000..7c329d0 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/ja.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'ja', { + 'move': 'ドラッグして移動', + 'label': '%1 ウィジェット' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/km.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/km.js new file mode 100644 index 0000000..08ec7aa --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/km.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'km', { + 'move': 'ចុច​ហើយ​ទាញ​ដើម្បី​ផ្លាស់​ទី', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/ko.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/ko.js new file mode 100644 index 0000000..8c62287 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/ko.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'ko', { + 'move': '움직이려면 클릭 후 드래그 하세요', + 'label': '%1 위젯' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/ku.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/ku.js new file mode 100644 index 0000000..2ff829b --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/ku.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'ku', { + 'move': 'کرتەبکە و ڕایبکێشە بۆ جوڵاندن', + 'label': '%1 ویجێت' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/lv.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/lv.js new file mode 100644 index 0000000..de6167b --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/lv.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'lv', { + 'move': 'Klikšķina un velc, lai pārvietotu', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/nb.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/nb.js new file mode 100644 index 0000000..dfba027 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/nb.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'nb', { + 'move': 'Klikk og dra for å flytte', + 'label': 'Widget %1' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/nl.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/nl.js new file mode 100644 index 0000000..188f48c --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/nl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'nl', { + 'move': 'Klik en sleep om te verplaatsen', + 'label': '%1 widget' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/no.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/no.js new file mode 100644 index 0000000..62a93d9 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/no.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'no', { + 'move': 'Klikk og dra for å flytte', + 'label': 'Widget %1' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/oc.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/oc.js new file mode 100644 index 0000000..6a559e0 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/oc.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'oc', { + 'move': 'Clicar e lisar per desplaçar', + 'label': 'Element %1' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/pl.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/pl.js new file mode 100644 index 0000000..6486765 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/pl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'pl', { + 'move': 'Kliknij i przeciągnij, by przenieść.', + 'label': 'Widget %1' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/pt-br.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/pt-br.js new file mode 100644 index 0000000..7f44722 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/pt-br.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'pt-br', { + 'move': 'Click e arraste para mover', + 'label': '%1 widget' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/pt.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/pt.js new file mode 100644 index 0000000..97ada9d --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/pt.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'pt', { + 'move': 'Clique e arraste para mover', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/ru.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/ru.js new file mode 100644 index 0000000..68d612b --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/ru.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'ru', { + 'move': 'Нажмите и перетащите, чтобы переместить', + 'label': '%1 виджет' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/sk.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/sk.js new file mode 100644 index 0000000..cd75ecb --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/sk.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'sk', { + 'move': 'Kliknite a potiahnite pre presunutie', + 'label': '%1 widget' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/sl.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/sl.js new file mode 100644 index 0000000..64b8ae5 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/sl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'sl', { + 'move': 'Kliknite in povlecite, da premaknete', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/sq.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/sq.js new file mode 100644 index 0000000..4c725c3 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/sq.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'sq', { + 'move': 'Kliko dhe tërhiqe për ta lëvizur', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/sv.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/sv.js new file mode 100644 index 0000000..a7e228f --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/sv.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'sv', { + 'move': 'Klicka och drag för att flytta', + 'label': '%1-widget' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/tr.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/tr.js new file mode 100644 index 0000000..f25b1ea --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/tr.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'tr', { + 'move': 'Taşımak için, tıklayın ve sürükleyin', + 'label': '%1 Grafik Beleşeni' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/tt.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/tt.js new file mode 100644 index 0000000..1772db5 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/tt.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'tt', { + 'move': 'Күчереп куер өчен басып шудырыгыз', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/ug.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/ug.js new file mode 100644 index 0000000..9f39366 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/ug.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'ug', { + 'move': 'يۆتكەشتە چېكىپ سۆرەڭ', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/uk.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/uk.js new file mode 100644 index 0000000..4eb2d2e --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/uk.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'uk', { + 'move': 'Клікніть і потягніть для переміщення', + 'label': '%1 віджет' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/vi.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/vi.js new file mode 100644 index 0000000..76f5680 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/vi.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'vi', { + 'move': 'Nhấp chuột và kéo để di chuyển', + 'label': '%1 widget' // MISSING +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/zh-cn.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/zh-cn.js new file mode 100644 index 0000000..93f393c --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/zh-cn.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'zh-cn', { + 'move': '点击并拖拽以移动', + 'label': '%1 小部件' +} ); diff --git a/app/assets/javascripts/ckeditor/plugins/widget/lang/zh.js b/app/assets/javascripts/ckeditor/plugins/widget/lang/zh.js new file mode 100644 index 0000000..a89a616 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/widget/lang/zh.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'widget', 'zh', { + 'move': '拖曳以移動', + 'label': '%1 小工具' +} ); -- cgit 1.4.1