X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fhe.js;fp=sources%2Flang%2Fhe.js;h=27b57bd4bc6027e6ff30893460f35cb579a3cc2d;hp=59e17119d04b0a8256c7786efaf61da5e9e9e057;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/he.js b/sources/lang/he.js index 59e1711..27b57bd 100644 --- a/sources/lang/he.js +++ b/sources/lang/he.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[ 'he' ] = { alignMiddle: 'לאמצע', alignBottom: 'לתחתית', alignNone: 'None', // MISSING - invalidValue : 'ערך לא חוקי.', + invalidValue: 'ערך לא חוקי.', invalidHeight: 'הגובה חייב להיות מספר.', invalidWidth: 'הרוחב חייב להיות מספר.', invalidCssLength: 'הערך שצוין לשדה "%1" חייב להיות מספר חיובי עם או ללא יחידת מידה חוקית של CSS (px, %, in, cm, mm, em, ex, pt, או pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'he' ] = { cssLengthTooltip: 'יש להכניס מספר המייצג פיקסלים או מספר עם יחידת גליונות סגנון תקינה (px, %, in, cm, mm, em, ex, pt, או 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', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', // MISSING + 35: 'End', + 36: 'Home', + 46: 'מחק', + 224: 'Command' // MISSING + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Keyboard shortcut' // MISSING } };