JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.0_full
[ckeditor.git] / _source / plugins / a11yhelp / lang / da.js
diff --git a/_source/plugins/a11yhelp/lang/da.js b/_source/plugins/a11yhelp/lang/da.js
deleted file mode 100644 (file)
index bff2e25..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-/*\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-CKEDITOR.plugins.setLang( 'a11yhelp', 'da',\r
-{\r
-       accessibilityHelp :\r
-       {\r
-               title : 'Tilgængelighedsinstrukser',\r
-               contents : 'Help Contents. To close this dialog press ESC.', // MISSING\r
-               legend :\r
-               [\r
-                       {\r
-                               name : 'Generelt',\r
-                               items :\r
-                                               [\r
-                                                       {\r
-                                                               name : 'Editor værktøjslinje',\r
-                                                               legend:\r
-                                                                       'Press ${toolbarFocus} to navigate to the toolbar. 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.'  // MISSING\r
-                                                       },\r
-\r
-                                                       {\r
-                                                               name : 'Editor Dialog', // MISSING\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. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page.'  // MISSING\r
-                                                       },\r
-\r
-                                                       {\r
-                                                               name : 'Editor Context Menu', // MISSING\r
-                                                               legend :\r
-                                                                       '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. Press SPACE or ENTER to select the menu option. 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.'  // MISSING\r
-                                                       },\r
-\r
-                                                       {\r
-                                                               name : 'Editor List Box', // MISSING\r
-                                                               legend :\r
-                                                                       'Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT + TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box.'  // MISSING\r
-                                                       },\r
-\r
-                                                       {\r
-                                                               name : 'Editor Element Path Bar', // MISSING\r
-                                                               legend :\r
-                                                                       'Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with  SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor.'  // MISSING\r
-                                                       }\r
-                                               ]\r
-                       },\r
-                       {\r
-                               name : 'Kommandoer',\r
-                               items :\r
-                                               [\r
-                                                       {\r
-                                                               name : 'Fortryd kommando',\r
-                                                               legend : 'Klik på ${undo}'\r
-                                                       },\r
-                                                       {\r
-                                                               name : 'Gentag kommando',\r
-                                                               legend : 'Klik ${redo}'\r
-                                                       },\r
-                                                       {\r
-                                                               name : ' Bold command', // MISSING\r
-                                                               legend : 'Klik ${bold}'\r
-                                                       },\r
-                                                       {\r
-                                                               name : ' Italic command', // MISSING\r
-                                                               legend : 'Press ${italic}' // MISSING\r
-                                                       },\r
-                                                       {\r
-                                                               name : ' Underline command', // MISSING\r
-                                                               legend : 'Klik ${underline}'\r
-                                                       },\r
-                                                       {\r
-                                                               name : ' Link command', // MISSING\r
-                                                               legend : 'Klik ${link}'\r
-                                                       },\r
-                                                       {\r
-                                                               name : ' Toolbar Collapse command', // MISSING\r
-                                                               legend : 'Press ${toolbarCollapse}' // MISSING\r
-                                                       },\r
-                                                       {\r
-                                                               name : ' Accessibility Help', // MISSING\r
-                                                               legend : 'Kilk ${a11yHelp}'\r
-                                                       }\r
-                                               ]\r
-                       }\r
-               ]\r
-       }\r
-});\r