From 317f8f8f0651488f226b5280a8f036c7c135c639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 17:54:04 +0100 Subject: Add oembed --- sources/lang/es.js | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'sources/lang/es.js') diff --git a/sources/lang/es.js b/sources/lang/es.js index 6446830..40d9ae0 100644 --- a/sources/lang/es.js +++ b/sources/lang/es.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -86,7 +86,7 @@ CKEDITOR.lang[ 'es' ] = { alignMiddle: 'Centro', alignBottom: 'Pie', alignNone: 'Ninguno', - invalidValue : 'Valor no válido', + invalidValue: 'Valor no válido', invalidHeight: 'Altura debe ser un número.', invalidWidth: 'Anchura debe ser un número.', invalidCssLength: 'El valor especificado para el campo "%1" debe ser un número positivo, incluyendo optionalmente una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'es' ] = { cssLengthTooltip: 'Introduca un número para el valor en pixels o un número con una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, no disponible' + unavailable: '%1, no disponible', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Retroceso', + 13: 'Ingresar', + 16: 'Mayús.', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', // MISSING + 35: 'Fin', + 36: 'Inicio', + 46: 'Suprimir', + 224: 'Command' // MISSING + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Keyboard shortcut' // MISSING } }; -- cgit v1.2.3