X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=sources%2Flang%2Fet.js;h=c98ea811df4c319f67bb9d5f03a7bee805138a53;hb=refs%2Ftags%2F4.7.3;hp=2ec5b1c749b9d2c8e18c27a15cc95c33feb99617;hpb=3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5;p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git diff --git a/sources/lang/et.js b/sources/lang/et.js index 2ec5b1c..c98ea81 100644 --- a/sources/lang/et.js +++ b/sources/lang/et.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[ 'et' ] = { alignMiddle: 'Keskele', alignBottom: 'Alla', alignNone: 'None', // MISSING - invalidValue : 'Vigane väärtus.', + invalidValue: 'Vigane väärtus.', invalidHeight: 'Kõrgus peab olema number.', invalidWidth: 'Laius peab olema number.', invalidCssLength: '"%1" välja jaoks määratud väärtus peab olema positiivne täisarv CSS ühikuga (px, %, in, cm, mm, em, ex, pt või pc) või ilma.', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'et' ] = { cssLengthTooltip: 'Sisesta väärtus pikslites või number koos sobiva CSS-i ühikuga (px, %, in, cm, mm, em, ex, pt või pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, pole saadaval' + unavailable: '%1, pole saadaval', + + // 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 } };