JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / plugins / a11yhelp / lang / en.js
diff --git a/_source/plugins/a11yhelp/lang/en.js b/_source/plugins/a11yhelp/lang/en.js
new file mode 100644 (file)
index 0000000..b01885a
--- /dev/null
@@ -0,0 +1,108 @@
+/*\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+CKEDITOR.plugins.setLang( 'a11yhelp', 'en',\r
+{\r
+       accessibilityHelp :\r
+       {\r
+               title : 'Accessibility Instructions',\r
+               contents : 'Help Contents. To close this dialog press ESC.',\r
+               legend :\r
+               [\r
+                       {\r
+                               name : 'General',\r
+                               items :\r
+                                               [\r
+                                                       {\r
+                                                               name : 'Editor Toolbar',\r
+                                                               legend:\r
+                                                                       'Press ${toolbarFocus} to navigate to the toolbar. ' +\r
+                                                                       'Move to next toolbar button with TAB or RIGHT ARROW. ' +\r
+                                                                       'Move to previous button with SHIFT+TAB or LEFT ARROW. ' +\r
+                                                                       'Press SPACE or ENTER to activate the toolbar button.'\r
+                                                       },\r
+\r
+                                                       {\r
+                                                               name : 'Editor Dialog',\r
+                                                               legend :\r
+                                                                       '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
+                                                                       'For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. ' +\r
+                                                                       'Then move to next tab with TAB OR RIGTH ARROW. ' +\r
+                                                                       'Move to previous tab with SHIFT + TAB or LEFT ARROW. ' +\r
+                                                                       'Press SPACE or ENTER to select the tab page.'\r
+                                                       },\r
+\r
+                                                       {\r
+                                                               name : 'Editor Context Menu',\r
+                                                               legend :\r
+                                                                       'Press ${contextMenu} or APPLICATION KEY to open context-menu. ' +\r
+                                                                       'Then move to next menu option with TAB or DOWN ARROW. ' +\r
+                                                                       'Move to previous option with  SHIFT+TAB or UP ARROW. ' +\r
+                                                                       'Press SPACE or ENTER to select the menu option. ' +\r
+                                                                       'Open sub-menu of current option wtih SPACE or ENTER or RIGHT ARROW. ' +\r
+                                                                       'Go back to parent menu item with ESC or LEFT ARROW. ' +\r
+                                                                       'Close context menu with ESC.'\r
+                                                       },\r
+\r
+                                                       {\r
+                                                               name : 'Editor List Box',\r
+                                                               legend :\r
+                                                                       'Inside a list-box, move to next list item with TAB OR DOWN ARROW. ' +\r
+                                                                       'Move to previous list item with SHIFT + TAB or UP ARROW. ' +\r
+                                                                       'Press SPACE or ENTER to select the list option. ' +\r
+                                                                       'Press ESC to close the list-box.'\r
+                                                       },\r
+\r
+                                                       {\r
+                                                               name : 'Editor Element Path Bar',\r
+                                                               legend :\r
+                                                                       'Press ${elementsPathFocus} to navigate to the elements path bar. ' +\r
+                                                                       'Move to next element button with TAB or RIGHT ARROW. ' +\r
+                                                                       'Move to previous button with  SHIFT+TAB or LEFT ARROW. ' +\r
+                                                                       'Press SPACE or ENTER to select the element in editor.'\r
+                                                       }\r
+                                               ]\r
+                       },\r
+                       {\r
+                               name : 'Commands',\r
+                               items :\r
+                                               [\r
+                                                       {\r
+                                                               name : ' Undo command',\r
+                                                               legend : 'Press ${undo}'\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Redo command',\r
+                                                               legend : 'Press ${redo}'\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Bold command',\r
+                                                               legend : 'Press ${bold}'\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Italic command',\r
+                                                               legend : 'Press ${italic}'\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Underline command',\r
+                                                               legend : 'Press ${underline}'\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Link command',\r
+                                                               legend : 'Press ${link}'\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Toolbar Collapse command',\r
+                                                               legend : 'Press ${toolbarCollapse}'\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Accessibility Help',\r
+                                                               legend : 'Press ${a11yHelp}'\r
+                                                       }\r
+                                               ]\r
+                       }\r
+               ]\r
+       }\r
+});\r