2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
6 CKEDITOR
.plugins
.setLang( 'a11yhelp', 'en',
10 title
: 'Accessibility Instructions',
11 contents
: 'Help Contents. To close this dialog press ESC.',
19 name
: 'Editor Toolbar',
21 'Press ${toolbarFocus} to navigate to the toolbar. ' +
22 'Move to the next and previous toolbar group with TAB and SHIFT-TAB. ' +
23 'Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. ' +
24 'Press SPACE or ENTER to activate the toolbar button.'
28 name
: 'Editor Dialog',
30 'Inside a dialog, press TAB to navigate to next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. ' +
31 'For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. ' +
32 'Then move to next tab with TAB OR RIGTH ARROW. ' +
33 'Move to previous tab with SHIFT + TAB or LEFT ARROW. ' +
34 'Press SPACE or ENTER to select the tab page.'
38 name
: 'Editor Context Menu',
40 'Press ${contextMenu} or APPLICATION KEY to open context-menu. ' +
41 'Then move to next menu option with TAB or DOWN ARROW. ' +
42 'Move to previous option with SHIFT+TAB or UP ARROW. ' +
43 'Press SPACE or ENTER to select the menu option. ' +
44 'Open sub-menu of current option wtih SPACE or ENTER or RIGHT ARROW. ' +
45 'Go back to parent menu item with ESC or LEFT ARROW. ' +
46 'Close context menu with ESC.'
50 name
: 'Editor List Box',
52 'Inside a list-box, move to next list item with TAB OR DOWN ARROW. ' +
53 'Move to previous list item with SHIFT + TAB or UP ARROW. ' +
54 'Press SPACE or ENTER to select the list option. ' +
55 'Press ESC to close the list-box.'
59 name
: 'Editor Element Path Bar',
61 'Press ${elementsPathFocus} to navigate to the elements path bar. ' +
62 'Move to next element button with TAB or RIGHT ARROW. ' +
63 'Move to previous button with SHIFT+TAB or LEFT ARROW. ' +
64 'Press SPACE or ENTER to select the element in editor.'
73 name
: ' Undo command',
74 legend
: 'Press ${undo}'
77 name
: ' Redo command',
78 legend
: 'Press ${redo}'
81 name
: ' Bold command',
82 legend
: 'Press ${bold}'
85 name
: ' Italic command',
86 legend
: 'Press ${italic}'
89 name
: ' Underline command',
90 legend
: 'Press ${underline}'
93 name
: ' Link command',
94 legend
: 'Press ${link}'
97 name
: ' Toolbar Collapse command',
98 legend
: 'Press ${toolbarCollapse}'
101 name
: ' Accessibility Help',
102 legend
: 'Press ${a11yHelp}'