X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fa11yhelp%2Flang%2Fen.js;h=4aea4030c221858f3face6c43180fb2f93de27e3;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=fd1f6ad233092e5da471e6af90401c727dfe1ec0;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/plugins/a11yhelp/lang/en.js b/_source/plugins/a11yhelp/lang/en.js index fd1f6ad..4aea403 100644 --- a/_source/plugins/a11yhelp/lang/en.js +++ b/_source/plugins/a11yhelp/lang/en.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -19,8 +19,8 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'en', name : 'Editor Toolbar', legend: 'Press ${toolbarFocus} to navigate to the toolbar. ' + - 'Move to next toolbar button with TAB or RIGHT ARROW. ' + - 'Move to previous button with SHIFT+TAB or LEFT ARROW. ' + + 'Move to the next and previous toolbar group with TAB and SHIFT-TAB. ' + + 'Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. ' + 'Press SPACE or ENTER to activate the toolbar button.' }, @@ -39,9 +39,9 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'en', legend : 'Press ${contextMenu} or APPLICATION KEY to open context-menu. ' + 'Then move to next menu option with TAB or DOWN ARROW. ' + - 'Move to previous option with SHIFT+TAB or UP ARROW. ' + + 'Move to previous option with SHIFT+TAB or UP ARROW. ' + 'Press SPACE or ENTER to select the menu option. ' + - 'Open sub-menu of current option wtih SPACE or ENTER or RIGHT ARROW. ' + + 'Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. ' + 'Go back to parent menu item with ESC or LEFT ARROW. ' + 'Close context menu with ESC.' },