From 317f8f8f0651488f226b5280a8f036c7c135c639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 17:54:04 +0100 Subject: Add oembed --- sources/lang/en-gb.js | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'sources/lang/en-gb.js') diff --git a/sources/lang/en-gb.js b/sources/lang/en-gb.js index 1cf67a7..04cc61d 100644 --- a/sources/lang/en-gb.js +++ b/sources/lang/en-gb.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[ 'en-gb' ] = { alignMiddle: 'Middle', alignBottom: 'Bottom', alignNone: 'None', - invalidValue : 'Invalid value.', + invalidValue: 'Invalid value.', invalidHeight: 'Height must be a number.', invalidWidth: 'Width must be a number.', invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'en-gb' ] = { cssLengthTooltip: 'Enter a number for a value in pixels or a number with a valid 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' + unavailable: '%1, unavailable', + + // 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 } }; -- cgit v1.2.3