X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fgl.js;fp=sources%2Flang%2Fgl.js;h=092db98e9febe5e52943b5681f84577156d1b2f9;hp=95e779dc53dc5af559c0ff457d7d1074cc7395c9;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/gl.js b/sources/lang/gl.js index 95e779d..092db98 100644 --- a/sources/lang/gl.js +++ b/sources/lang/gl.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[ 'gl' ] = { alignMiddle: 'Centro', alignBottom: 'Abaixo', alignNone: 'Ningún', - invalidValue : 'Valor incorrecto.', + invalidValue: 'Valor incorrecto.', invalidHeight: 'O alto debe ser un número.', invalidWidth: 'O largo debe ser un número.', invalidCssLength: 'O valor especificado para o campo «%1» debe ser un número positivo con ou sen unha unidade de medida CSS correcta (px, %, in, cm, mm, em, ex, pt, ou pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'gl' ] = { cssLengthTooltip: 'Escriba un número para o valor en píxeles ou un número cunha unidade CSS correcta (px, %, in, cm, mm, em, ex, pt, ou pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, non dispoñíbel' + unavailable: '%1, non dispoñíbel', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Ir atrás', + 13: 'Intro', + 16: 'Maiús', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Espazo', + 35: 'Fin', + 36: 'Inicio', + 46: 'Supr', + 224: 'Orde' + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Atallo de teclado' } };