aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/widget/lang
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/widget/lang')
-rw-r--r--sources/plugins/widget/lang/eo.js2
-rw-r--r--sources/plugins/widget/lang/es-mx.js8
-rw-r--r--sources/plugins/widget/lang/gl.js2
-rw-r--r--sources/plugins/widget/lang/hr.js4
-rw-r--r--sources/plugins/widget/lang/hu.js2
-rw-r--r--sources/plugins/widget/lang/ko.js2
-rw-r--r--sources/plugins/widget/lang/sk.js2
7 files changed, 15 insertions, 7 deletions
diff --git a/sources/plugins/widget/lang/eo.js b/sources/plugins/widget/lang/eo.js
index f4979ac..381511a 100644
--- a/sources/plugins/widget/lang/eo.js
+++ b/sources/plugins/widget/lang/eo.js
@@ -4,5 +4,5 @@
4 */ 4 */
5CKEDITOR.plugins.setLang( 'widget', 'eo', { 5CKEDITOR.plugins.setLang( 'widget', 'eo', {
6 'move': 'klaki kaj treni por movi', 6 'move': 'klaki kaj treni por movi',
7 'label': '%1 widget' // MISSING 7 'label': '%1 fenestraĵo'
8} ); 8} );
diff --git a/sources/plugins/widget/lang/es-mx.js b/sources/plugins/widget/lang/es-mx.js
new file mode 100644
index 0000000..279ea3e
--- /dev/null
+++ b/sources/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 */
5CKEDITOR.plugins.setLang( 'widget', 'es-mx', {
6 'move': 'Presiona y arrastra para mover',
7 'label': '%1 widget'
8} );
diff --git a/sources/plugins/widget/lang/gl.js b/sources/plugins/widget/lang/gl.js
index ef070b6..32f65d1 100644
--- a/sources/plugins/widget/lang/gl.js
+++ b/sources/plugins/widget/lang/gl.js
@@ -4,5 +4,5 @@
4 */ 4 */
5CKEDITOR.plugins.setLang( 'widget', 'gl', { 5CKEDITOR.plugins.setLang( 'widget', 'gl', {
6 'move': 'Prema e arrastre para mover', 6 'move': 'Prema e arrastre para mover',
7 'label': '%1 widget' // MISSING 7 'label': 'Trebello %1'
8} ); 8} );
diff --git a/sources/plugins/widget/lang/hr.js b/sources/plugins/widget/lang/hr.js
index 952d800..6b47d95 100644
--- a/sources/plugins/widget/lang/hr.js
+++ b/sources/plugins/widget/lang/hr.js
@@ -3,6 +3,6 @@
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5CKEDITOR.plugins.setLang( 'widget', 'hr', { 5CKEDITOR.plugins.setLang( 'widget', 'hr', {
6 'move': 'Klikni i povuci da pomakneš', 6 'move': 'Klikni i povuci za pomicanje',
7 'label': '%1 widget' // MISSING 7 'label': '%1 widget'
8} ); 8} );
diff --git a/sources/plugins/widget/lang/hu.js b/sources/plugins/widget/lang/hu.js
index 4721305..a06047f 100644
--- a/sources/plugins/widget/lang/hu.js
+++ b/sources/plugins/widget/lang/hu.js
@@ -4,5 +4,5 @@
4 */ 4 */
5CKEDITOR.plugins.setLang( 'widget', 'hu', { 5CKEDITOR.plugins.setLang( 'widget', 'hu', {
6 'move': 'Kattints és húzd a mozgatáshoz', 6 'move': 'Kattints és húzd a mozgatáshoz',
7 'label': '%1 widget' // MISSING 7 'label': '%1 modul'
8} ); 8} );
diff --git a/sources/plugins/widget/lang/ko.js b/sources/plugins/widget/lang/ko.js
index 0107a13..03afb95 100644
--- a/sources/plugins/widget/lang/ko.js
+++ b/sources/plugins/widget/lang/ko.js
@@ -4,5 +4,5 @@
4 */ 4 */
5CKEDITOR.plugins.setLang( 'widget', 'ko', { 5CKEDITOR.plugins.setLang( 'widget', 'ko', {
6 'move': '움직이려면 클릭 후 드래그 하세요', 6 'move': '움직이려면 클릭 후 드래그 하세요',
7 'label': '%1 widget' // MISSING 7 'label': '%1 위젯'
8} ); 8} );
diff --git a/sources/plugins/widget/lang/sk.js b/sources/plugins/widget/lang/sk.js
index 05acac4..5bf4cc0 100644
--- a/sources/plugins/widget/lang/sk.js
+++ b/sources/plugins/widget/lang/sk.js
@@ -4,5 +4,5 @@
4 */ 4 */
5CKEDITOR.plugins.setLang( 'widget', 'sk', { 5CKEDITOR.plugins.setLang( 'widget', 'sk', {
6 'move': 'Kliknite a potiahnite pre presunutie', 6 'move': 'Kliknite a potiahnite pre presunutie',
7 'label': '%1 widget' // MISSING 7 'label': '%1 widget'
8} ); 8} );