X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fsq.js;h=d5812ea54920d9fdd9670bf36344b6913b5d3005;hp=7e885a3d5d406c0030cd0d2fba2135247975b3e9;hb=refs%2Ftags%2F4.7.3;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/sq.js b/sources/lang/sq.js index 7e885a3..d5812ea 100644 --- a/sources/lang/sq.js +++ b/sources/lang/sq.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 */ @@ -85,7 +85,7 @@ CKEDITOR.lang[ 'sq' ] = { alignMiddle: 'Në mes', alignBottom: 'Poshtë', alignNone: 'Asnjë', - invalidValue : 'Vlerë e pavlefshme', + invalidValue: 'Vlerë e pavlefshme', invalidHeight: 'Lartësia duhet të jetë një numër', invalidWidth: 'Gjerësia duhet të jetë një numër', invalidCssLength: 'Vlera e fushës "%1" duhet të jetë një numër pozitiv me apo pa njësi matëse të vlefshme CSS (px, %, in, cm, mm, em, ex, pt ose pc).', @@ -94,6 +94,23 @@ CKEDITOR.lang[ 'sq' ] = { cssLengthTooltip: 'Fut një numër për vlerën në pixel apo një numër me një njësi të vlefshme CSS (px, %, in, cm, mm, ex, pt, ose pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, i padisponueshëm' + unavailable: '%1, i padisponueshëm', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Prapa', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', // MISSING + 35: 'End', + 36: 'Home', + 46: 'Grise', + 224: 'Command' // MISSING + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Keyboard shortcut' // MISSING } };