X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Feu.js;fp=sources%2Flang%2Feu.js;h=98b92ef012d850e662a6d57e3a462b84dec904d0;hp=c0c0476b195ea197b06cb2f8dd38030f10949fab;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/eu.js b/sources/lang/eu.js index c0c0476..98b92ef 100644 --- a/sources/lang/eu.js +++ b/sources/lang/eu.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[ 'eu' ] = { alignMiddle: 'Erdian', alignBottom: 'Behean', alignNone: 'Bat ere ez', - invalidValue : 'Balio desegokia.', + invalidValue: 'Balio desegokia.', invalidHeight: 'Altuera zenbaki bat izan behar da.', invalidWidth: 'Zabalera zenbaki bat izan behar da.', invalidCssLength: '"%1" eremurako zehaztutako balioak zenbaki positibo bat izan behar du, CSS neurri unitate batekin edo gabe (px, %, in, cm, mm, em, ex, pt edo pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'eu' ] = { cssLengthTooltip: 'Sartu zenbaki bat edo zenbaki bat baliozko CSS unitate batekin (px, %, in, cm, mm, em, ex, pt, edo pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, erabilezina' + unavailable: '%1, erabilezina', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Backspace', // MISSING + 13: 'Sartu', + 16: 'Maius', + 17: 'Ktrl', + 18: 'Alt', + 32: 'Space', // MISSING + 35: 'Buka', + 36: 'Etxea', + 46: 'Ezabatu', + 224: 'Command' // MISSING + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Keyboard shortcut' // MISSING } };