JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / plugins / a11yhelp / lang / en.js
1 /*\r
2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 CKEDITOR.plugins.setLang( 'a11yhelp', 'en',\r
7 {\r
8         accessibilityHelp :\r
9         {\r
10                 title : 'Accessibility Instructions',\r
11                 contents : 'Help Contents. To close this dialog press ESC.',\r
12                 legend :\r
13                 [\r
14                         {\r
15                                 name : 'General',\r
16                                 items :\r
17                                                 [\r
18                                                         {\r
19                                                                 name : 'Editor Toolbar',\r
20                                                                 legend:\r
21                                                                         'Press ${toolbarFocus} to navigate to the toolbar. ' +\r
22                                                                         'Move to next toolbar button with TAB or RIGHT ARROW. ' +\r
23                                                                         'Move to previous button with SHIFT+TAB or LEFT ARROW. ' +\r
24                                                                         'Press SPACE or ENTER to activate the toolbar button.'\r
25                                                         },\r
26 \r
27                                                         {\r
28                                                                 name : 'Editor Dialog',\r
29                                                                 legend :\r
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. ' +\r
31                                                                         'For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. ' +\r
32                                                                         'Then move to next tab with TAB OR RIGTH ARROW. ' +\r
33                                                                         'Move to previous tab with SHIFT + TAB or LEFT ARROW. ' +\r
34                                                                         'Press SPACE or ENTER to select the tab page.'\r
35                                                         },\r
36 \r
37                                                         {\r
38                                                                 name : 'Editor Context Menu',\r
39                                                                 legend :\r
40                                                                         'Press ${contextMenu} or APPLICATION KEY to open context-menu. ' +\r
41                                                                         'Then move to next menu option with TAB or DOWN ARROW. ' +\r
42                                                                         'Move to previous option with  SHIFT+TAB or UP ARROW. ' +\r
43                                                                         'Press SPACE or ENTER to select the menu option. ' +\r
44                                                                         'Open sub-menu of current option wtih SPACE or ENTER or RIGHT ARROW. ' +\r
45                                                                         'Go back to parent menu item with ESC or LEFT ARROW. ' +\r
46                                                                         'Close context menu with ESC.'\r
47                                                         },\r
48 \r
49                                                         {\r
50                                                                 name : 'Editor List Box',\r
51                                                                 legend :\r
52                                                                         'Inside a list-box, move to next list item with TAB OR DOWN ARROW. ' +\r
53                                                                         'Move to previous list item with SHIFT + TAB or UP ARROW. ' +\r
54                                                                         'Press SPACE or ENTER to select the list option. ' +\r
55                                                                         'Press ESC to close the list-box.'\r
56                                                         },\r
57 \r
58                                                         {\r
59                                                                 name : 'Editor Element Path Bar',\r
60                                                                 legend :\r
61                                                                         'Press ${elementsPathFocus} to navigate to the elements path bar. ' +\r
62                                                                         'Move to next element button with TAB or RIGHT ARROW. ' +\r
63                                                                         'Move to previous button with  SHIFT+TAB or LEFT ARROW. ' +\r
64                                                                         'Press SPACE or ENTER to select the element in editor.'\r
65                                                         }\r
66                                                 ]\r
67                         },\r
68                         {\r
69                                 name : 'Commands',\r
70                                 items :\r
71                                                 [\r
72                                                         {\r
73                                                                 name : ' Undo command',\r
74                                                                 legend : 'Press ${undo}'\r
75                                                         },\r
76                                                         {\r
77                                                                 name : ' Redo command',\r
78                                                                 legend : 'Press ${redo}'\r
79                                                         },\r
80                                                         {\r
81                                                                 name : ' Bold command',\r
82                                                                 legend : 'Press ${bold}'\r
83                                                         },\r
84                                                         {\r
85                                                                 name : ' Italic command',\r
86                                                                 legend : 'Press ${italic}'\r
87                                                         },\r
88                                                         {\r
89                                                                 name : ' Underline command',\r
90                                                                 legend : 'Press ${underline}'\r
91                                                         },\r
92                                                         {\r
93                                                                 name : ' Link command',\r
94                                                                 legend : 'Press ${link}'\r
95                                                         },\r
96                                                         {\r
97                                                                 name : ' Toolbar Collapse command',\r
98                                                                 legend : 'Press ${toolbarCollapse}'\r
99                                                         },\r
100                                                         {\r
101                                                                 name : ' Accessibility Help',\r
102                                                                 legend : 'Press ${a11yHelp}'\r
103                                                         }\r
104                                                 ]\r
105                         }\r
106                 ]\r
107         }\r
108 });\r