From 1794320dcfdfcd19572fb1676294f9853a6bbc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 18:55:29 +0100 Subject: Update to 4.7.3 --- sources/plugins/widget/lang/eo.js | 2 +- sources/plugins/widget/lang/es-mx.js | 8 ++++++++ sources/plugins/widget/lang/gl.js | 2 +- sources/plugins/widget/lang/hr.js | 4 ++-- sources/plugins/widget/lang/hu.js | 2 +- sources/plugins/widget/lang/ko.js | 2 +- sources/plugins/widget/lang/sk.js | 2 +- 7 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 sources/plugins/widget/lang/es-mx.js (limited to 'sources/plugins/widget/lang') 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 @@ */ CKEDITOR.plugins.setLang( 'widget', 'eo', { 'move': 'klaki kaj treni por movi', - 'label': '%1 widget' // MISSING + 'label': '%1 fenestraĵo' } ); 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 @@ +/** + * @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/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 @@ */ CKEDITOR.plugins.setLang( 'widget', 'gl', { 'move': 'Prema e arrastre para mover', - 'label': '%1 widget' // MISSING + 'label': 'Trebello %1' } ); 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 @@ * For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'widget', 'hr', { - 'move': 'Klikni i povuci da pomakneš', - 'label': '%1 widget' // MISSING + 'move': 'Klikni i povuci za pomicanje', + 'label': '%1 widget' } ); 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 @@ */ CKEDITOR.plugins.setLang( 'widget', 'hu', { 'move': 'Kattints és húzd a mozgatáshoz', - 'label': '%1 widget' // MISSING + 'label': '%1 modul' } ); 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 @@ */ CKEDITOR.plugins.setLang( 'widget', 'ko', { 'move': '움직이려면 클릭 후 드래그 하세요', - 'label': '%1 widget' // MISSING + 'label': '%1 위젯' } ); 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 @@ */ CKEDITOR.plugins.setLang( 'widget', 'sk', { 'move': 'Kliknite a potiahnite pre presunutie', - 'label': '%1 widget' // MISSING + 'label': '%1 widget' } ); -- cgit v1.2.3