X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fgu.js;h=17862d0d26f98e929554424ad5a09c679ced00dc;hp=5e1755375435d50b84c80d3036c3ee2cd8b47ee5;hb=refs%2Ftags%2F4.7.3;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/gu.js b/sources/lang/gu.js index 5e17553..17862d0 100644 --- a/sources/lang/gu.js +++ b/sources/lang/gu.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[ 'gu' ] = { alignMiddle: 'વચ્ચે', alignBottom: 'નીચે', alignNone: 'None', // MISSING - invalidValue : 'Invalid value.', // MISSING + invalidValue: 'Invalid value.', // MISSING invalidHeight: 'ઉંચાઈ એક આંકડો હોવો જોઈએ.', invalidWidth: 'પોહળ ઈ એક આંકડો હોવો જોઈએ.', invalidCssLength: '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc) વગર.', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'gu' ] = { cssLengthTooltip: 'પિક્ષ્લ્ નો આંકડો CSS unit (px, %, in, cm, mm, em, ex, pt, or pc) માં નાખો.', // Put the voice-only part of the label in the span. - unavailable: '%1, નથી મળતું' + unavailable: '%1, નથી મળતું', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Backspace', // MISSING + 13: 'Enter', // MISSING + 16: 'Shift', // MISSING + 17: 'Ctrl', // MISSING + 18: 'Alt', // MISSING + 32: 'Space', // MISSING + 35: 'End', // MISSING + 36: 'Home', // MISSING + 46: 'Delete', // MISSING + 224: 'Command' // MISSING + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Keyboard shortcut' // MISSING } };