Importation du code de ckeditor 4.3.4 en conservant les développements Plinn et en...
[ckeditor.git] / skins / ckeditor / _source / plugins / a11yhelp / lang / en.js
diff --git a/skins/ckeditor/_source/plugins/a11yhelp/lang/en.js b/skins/ckeditor/_source/plugins/a11yhelp/lang/en.js
deleted file mode 100644 (file)
index a3edc25..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-/*\r
-Copyright (c) 2003-2011, 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 the next and previous toolbar group with TAB and SHIFT-TAB. ' +\r
-                                                                       'Move to the next and previous toolbar button with RIGHT ARROW 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