X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fes.js;fp=sources%2Flang%2Fes.js;h=40d9ae08ba629397cfb2f0a431c9dc59985ef6a2;hp=64468309f638720ddac8c816e0770aab061b0d37;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c 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 } };