diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/widget/lang')
50 files changed, 400 insertions, 0 deletions
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'af', { | ||
6 | 'move': 'Klik en trek on te beweeg', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'ar', { | ||
6 | 'move': 'إضغط و إسحب للتحريك', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'az', { | ||
6 | 'move': 'Tıklayın və aparın', | ||
7 | 'label': '%1 vidjet' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'bg', { | ||
6 | 'move': 'Кликни и влачи, за да преместиш', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'ca', { | ||
6 | 'move': 'Clicar i arrossegar per moure', | ||
7 | 'label': '%1 widget' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'cs', { | ||
6 | 'move': 'Klepněte a táhněte pro přesunutí', | ||
7 | 'label': 'Ovládací prvek %1' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'cy', { | ||
6 | 'move': 'Clcio a llusgo i symud', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'da', { | ||
6 | 'move': 'Klik og træk for at flytte', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'de-ch', { | ||
6 | 'move': 'Zum Verschieben anwählen und ziehen', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'de', { | ||
6 | 'move': 'Zum Verschieben anwählen und ziehen', | ||
7 | 'label': '%1 Steuerelement' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'el', { | ||
6 | 'move': 'Κάνετε κλικ και σύρετε το ποντίκι για να μετακινήστε', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'en-gb', { | ||
6 | 'move': 'Click and drag to move', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'en', { | ||
6 | 'move': 'Click and drag to move', | ||
7 | 'label': '%1 widget' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'eo', { | ||
6 | 'move': 'klaki kaj treni por movi', | ||
7 | 'label': '%1 fenestraĵo' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'es-mx', { | ||
6 | 'move': 'Presiona y arrastra para mover', | ||
7 | 'label': '%1 widget' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'es', { | ||
6 | 'move': 'Dar clic y arrastrar para mover', | ||
7 | 'label': 'reproductor %1' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'eu', { | ||
6 | 'move': 'Klikatu eta arrastatu lekuz aldatzeko', | ||
7 | 'label': '%1 widget' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'fa', { | ||
6 | 'move': 'کلیک و کشیدن برای جابجایی', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'fi', { | ||
6 | 'move': 'Siirrä klikkaamalla ja raahaamalla', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'fr', { | ||
6 | 'move': 'Cliquer et glisser pour déplacer', | ||
7 | 'label': 'Élément %1' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'gl', { | ||
6 | 'move': 'Prema e arrastre para mover', | ||
7 | 'label': 'Trebello %1' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'he', { | ||
6 | 'move': 'לחץ וגרור להזזה', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'hr', { | ||
6 | 'move': 'Klikni i povuci za pomicanje', | ||
7 | 'label': '%1 widget' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'hu', { | ||
6 | 'move': 'Kattints és húzd a mozgatáshoz', | ||
7 | 'label': '%1 modul' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'id', { | ||
6 | 'move': 'Tekan dan geser untuk memindahkan', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'it', { | ||
6 | 'move': 'Fare clic e trascinare per spostare', | ||
7 | 'label': 'Widget %1' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'ja', { | ||
6 | 'move': 'ドラッグして移動', | ||
7 | 'label': '%1 ウィジェット' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'km', { | ||
6 | 'move': 'ចុចហើយទាញដើម្បីផ្លាស់ទី', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'ko', { | ||
6 | 'move': '움직이려면 클릭 후 드래그 하세요', | ||
7 | 'label': '%1 위젯' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'ku', { | ||
6 | 'move': 'کرتەبکە و ڕایبکێشە بۆ جوڵاندن', | ||
7 | 'label': '%1 ویجێت' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'lv', { | ||
6 | 'move': 'Klikšķina un velc, lai pārvietotu', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'nb', { | ||
6 | 'move': 'Klikk og dra for å flytte', | ||
7 | 'label': 'Widget %1' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'nl', { | ||
6 | 'move': 'Klik en sleep om te verplaatsen', | ||
7 | 'label': '%1 widget' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'no', { | ||
6 | 'move': 'Klikk og dra for å flytte', | ||
7 | 'label': 'Widget %1' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'oc', { | ||
6 | 'move': 'Clicar e lisar per desplaçar', | ||
7 | 'label': 'Element %1' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'pl', { | ||
6 | 'move': 'Kliknij i przeciągnij, by przenieść.', | ||
7 | 'label': 'Widget %1' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'pt-br', { | ||
6 | 'move': 'Click e arraste para mover', | ||
7 | 'label': '%1 widget' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'pt', { | ||
6 | 'move': 'Clique e arraste para mover', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'ru', { | ||
6 | 'move': 'Нажмите и перетащите, чтобы переместить', | ||
7 | 'label': '%1 виджет' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'sk', { | ||
6 | 'move': 'Kliknite a potiahnite pre presunutie', | ||
7 | 'label': '%1 widget' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'sl', { | ||
6 | 'move': 'Kliknite in povlecite, da premaknete', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'sq', { | ||
6 | 'move': 'Kliko dhe tërhiqe për ta lëvizur', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'sv', { | ||
6 | 'move': 'Klicka och drag för att flytta', | ||
7 | 'label': '%1-widget' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'tr', { | ||
6 | 'move': 'Taşımak için, tıklayın ve sürükleyin', | ||
7 | 'label': '%1 Grafik Beleşeni' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'tt', { | ||
6 | 'move': 'Күчереп куер өчен басып шудырыгыз', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'ug', { | ||
6 | 'move': 'يۆتكەشتە چېكىپ سۆرەڭ', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'uk', { | ||
6 | 'move': 'Клікніть і потягніть для переміщення', | ||
7 | 'label': '%1 віджет' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'vi', { | ||
6 | 'move': 'Nhấp chuột và kéo để di chuyển', | ||
7 | 'label': '%1 widget' // MISSING | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'zh-cn', { | ||
6 | 'move': '点击并拖拽以移动', | ||
7 | 'label': '%1 小部件' | ||
8 | } ); | ||
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 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'widget', 'zh', { | ||
6 | 'move': '拖曳以移動', | ||
7 | 'label': '%1 小工具' | ||
8 | } ); | ||