X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Feo.js;fp=sources%2Flang%2Feo.js;h=4ea1b8491a8d1ffdd8170f59494b7df9b3628ea4;hp=4a2586217d181be1d055571cb182178c0bd6f6b1;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/eo.js b/sources/lang/eo.js index 4a25862..4ea1b84 100644 --- a/sources/lang/eo.js +++ b/sources/lang/eo.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[ 'eo' ] = { alignMiddle: 'Centre', alignBottom: 'Malsupre', alignNone: 'Neniu', - invalidValue : 'Nevalida Valoro', + invalidValue: 'Nevalida Valoro', invalidHeight: 'Alto devas esti nombro.', invalidWidth: 'Larĝo devas esti nombro.', invalidCssLength: 'La valoro indikita por la "%1" kampo devas esti pozitiva nombro kun aŭ sen valida CSSmezurunuo (px, %, in, cm, mm, em, ex, pt, or pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'eo' ] = { cssLengthTooltip: 'Entajpu nombron por rastrumera valoro aŭ nombron kun valida CSSunuo (px, %, in, cm, mm, em, ex, pt, or pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, nehavebla' + unavailable: '%1, nehavebla', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Retropaŝo', + 13: 'Enigi', + 16: 'Registrumo', + 17: 'Stirklavo', + 18: 'Alt-klavo', + 32: 'Spaco', + 35: 'Fino', + 36: 'Hejmo', + 46: 'Forigi', + 224: 'Komando' + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Fulmoklavo' } };