JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / plugins / a11yhelp / lang / da.js
1 /*\r
2 Copyright (c) 2003-2012, 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', 'da',\r
7 {\r
8         accessibilityHelp :\r
9         {\r
10                 title : 'Accessibility Instructions', // MISSING\r
11                 contents : 'Help Contents. To close this dialog press ESC.', // MISSING\r
12                 legend :\r
13                 [\r
14                         {\r
15                                 name : 'Generelt',\r
16                                 items :\r
17                                                 [\r
18                                                         {\r
19                                                                 name : 'Editor værktøjslinje',\r
20                                                                 legend:\r
21                                                                         '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
22                                                         },\r
23 \r
24                                                         {\r
25                                                                 name : 'Editor Dialog', // MISSING\r
26                                                                 legend :\r
27                                                                         '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
28                                                         },\r
29 \r
30                                                         {\r
31                                                                 name : 'Editor Context Menu', // MISSING\r
32                                                                 legend :\r
33                                                                         '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
34                                                         },\r
35 \r
36                                                         {\r
37                                                                 name : 'Editor List Box', // MISSING\r
38                                                                 legend :\r
39                                                                         '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
40                                                         },\r
41 \r
42                                                         {\r
43                                                                 name : 'Editor Element Path Bar', // MISSING\r
44                                                                 legend :\r
45                                                                         '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
46                                                         }\r
47                                                 ]\r
48                         },\r
49                         {\r
50                                 name : 'Kommandoer',\r
51                                 items :\r
52                                                 [\r
53                                                         {\r
54                                                                 name : 'Fortryd kommando',\r
55                                                                 legend : 'Klik på ${undo}'\r
56                                                         },\r
57                                                         {\r
58                                                                 name : 'Gentag kommando',\r
59                                                                 legend : 'Klik ${redo}'\r
60                                                         },\r
61                                                         {\r
62                                                                 name : ' Bold command', // MISSING\r
63                                                                 legend : 'Klik ${bold}'\r
64                                                         },\r
65                                                         {\r
66                                                                 name : ' Italic command', // MISSING\r
67                                                                 legend : 'Press ${italic}' // MISSING\r
68                                                         },\r
69                                                         {\r
70                                                                 name : ' Underline command', // MISSING\r
71                                                                 legend : 'Klik ${underline}'\r
72                                                         },\r
73                                                         {\r
74                                                                 name : ' Link command', // MISSING\r
75                                                                 legend : 'Klik ${link}'\r
76                                                         },\r
77                                                         {\r
78                                                                 name : ' Toolbar Collapse command', // MISSING\r
79                                                                 legend : 'Press ${toolbarCollapse}' // MISSING\r
80                                                         },\r
81                                                         {\r
82                                                                 name : ' Accessibility Help', // MISSING\r
83                                                                 legend : 'Kilk ${a11yHelp}'\r
84                                                         }\r
85                                                 ]\r
86                         }\r
87                 ]\r
88         }\r
89 });\r