X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fsk.js;fp=sources%2Flang%2Fsk.js;h=e473cc672e153d054f0547a6b49b34ec0f215d51;hp=337dbed14357f2aad7f4a9aef032fc08a9afc327;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/sk.js b/sources/lang/sk.js index 337dbed..e473cc6 100644 --- a/sources/lang/sk.js +++ b/sources/lang/sk.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[ 'sk' ] = { alignMiddle: 'Na stred', alignBottom: 'Dole', alignNone: 'Žiadne', - invalidValue : 'Neplatná hodnota.', + invalidValue: 'Neplatná hodnota.', invalidHeight: 'Výška musí byť číslo.', invalidWidth: 'Šírka musí byť číslo.', invalidCssLength: 'Špecifikovaná hodnota pre pole "%1" musí byť kladné číslo s alebo bez platnej CSS mernej jednotky (px, %, in, cm, mm, em, ex, pt alebo pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'sk' ] = { cssLengthTooltip: 'Vložte číslo pre hodnotu v pixeloch alebo číslo so správnou CSS jednotou (px, %, in, cm, mm, em, ex, pt alebo pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, nedostupný' + unavailable: '%1, nedostupný', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Backspace', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Medzerník', + 35: 'End', + 36: 'Home', + 46: 'Delete', + 224: 'Command' + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Klávesová skratka' } };