da.js 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /**
  2. * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'a11yhelp', 'da', {
  6. title: 'Tilgængelighedsinstrukser',
  7. contents: 'Onlinehjælp. For at lukke dette vindue klik ESC',
  8. legend: [
  9. {
  10. name: 'Generelt',
  11. items: [
  12. {
  13. name: 'Editor værktøjslinje',
  14. legend: 'Tryk ${toolbarFocus} for at navigere til værktøjslinjen. Flyt til næste eller forrige værktøjsline gruppe ved hjælp af TAB eller SHIFT+TAB. Flyt til næste eller forrige værktøjslinje knap med venstre- eller højre piltast. Tryk på SPACE eller ENTER for at aktivere værktøjslinje knappen.'
  15. },
  16. {
  17. name: 'Editor dialogboks',
  18. legend:
  19. 'Inde i en dialogboks kan du, trykke på TAB for at navigere til næste element, trykke på SHIFT+TAB for at navigere til forrige element, trykke på ENTER for at afsende eller trykke på ESC for at lukke dialogboksen.\r\nNår en dialogboks har flere faner, fanelisten kan tilgås med ALT+F10 eller med TAB. Hvis fanelisten er i fokus kan du skifte til næste eller forrige tab, med højre- og venstre piltast.'
  20. },
  21. {
  22. name: 'Editor Context Menu', // MISSING
  23. legend: '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
  24. },
  25. {
  26. name: 'Editor List Box', // MISSING
  27. legend: '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
  28. },
  29. {
  30. name: 'Editor Element Path Bar', // MISSING
  31. legend: '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
  32. }
  33. ]
  34. },
  35. {
  36. name: 'Kommandoer',
  37. items: [
  38. {
  39. name: 'Fortryd kommando',
  40. legend: 'Klik på ${undo}'
  41. },
  42. {
  43. name: 'Gentag kommando',
  44. legend: 'Klik ${redo}'
  45. },
  46. {
  47. name: 'Fed kommando',
  48. legend: 'Klik ${bold}'
  49. },
  50. {
  51. name: 'Kursiv kommando',
  52. legend: 'Klik ${italic}'
  53. },
  54. {
  55. name: 'Understregnings kommando',
  56. legend: 'Klik ${underline}'
  57. },
  58. {
  59. name: 'Link kommando',
  60. legend: 'Klik ${link}'
  61. },
  62. {
  63. name: ' Toolbar Collapse command', // MISSING
  64. legend: 'Klik ${toolbarCollapse}'
  65. },
  66. {
  67. name: ' Access previous focus space command', // MISSING
  68. legend: 'Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces.' // MISSING
  69. },
  70. {
  71. name: ' Access next focus space command', // MISSING
  72. legend: 'Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces.' // MISSING
  73. },
  74. {
  75. name: 'Tilgængelighedshjælp',
  76. legend: 'Kilk ${a11yHelp}'
  77. }
  78. ]
  79. }
  80. ],
  81. backspace: 'Backspace',
  82. tab: 'Tab',
  83. enter: 'Enter',
  84. shift: 'Shift',
  85. ctrl: 'Ctrl',
  86. alt: 'Alt',
  87. pause: 'Pause',
  88. capslock: 'Caps Lock',
  89. escape: 'Escape',
  90. pageUp: 'Page Up',
  91. pageDown: 'Page Down',
  92. end: 'End',
  93. home: 'Home',
  94. leftArrow: 'Venstre pil',
  95. upArrow: 'Pil op',
  96. rightArrow: 'Højre pil',
  97. downArrow: 'Pil ned',
  98. insert: 'Insert',
  99. 'delete': 'Delete',
  100. leftWindowKey: 'Venstre Windows tast',
  101. rightWindowKey: 'Højre Windows tast',
  102. selectKey: 'Select-knap',
  103. numpad0: 'Numpad 0',
  104. numpad1: 'Numpad 1',
  105. numpad2: 'Numpad 2',
  106. numpad3: 'Numpad 3',
  107. numpad4: 'Numpad 4',
  108. numpad5: 'Numpad 5',
  109. numpad6: 'Numpad 6',
  110. numpad7: 'Numpad 7',
  111. numpad8: 'Numpad 8',
  112. numpad9: 'Numpad 9',
  113. multiply: 'Gange',
  114. add: 'Plus',
  115. subtract: 'Minus',
  116. decimalPoint: 'Komma',
  117. divide: 'Divider',
  118. f1: 'F1',
  119. f2: 'F2',
  120. f3: 'F3',
  121. f4: 'F4',
  122. f5: 'F5',
  123. f6: 'F6',
  124. f7: 'F7',
  125. f8: 'F8',
  126. f9: 'F9',
  127. f10: 'F10',
  128. f11: 'F11',
  129. f12: 'F12',
  130. numLock: 'Num Lock',
  131. scrollLock: 'Scroll Lock',
  132. semiColon: 'Semikolon',
  133. equalSign: 'Lighedstegn',
  134. comma: 'Komma',
  135. dash: 'Bindestreg',
  136. period: 'Punktum',
  137. forwardSlash: 'Skråstreg',
  138. graveAccent: 'Accent grave',
  139. openBracket: 'Start klamme',
  140. backSlash: 'Omvendt skråstreg',
  141. closeBracket: 'Slut klamme',
  142. singleQuote: 'Enkelt citationstegn'
  143. } );