ar.js 5.5 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', 'ar', {
  6. title: 'Accessibility Instructions', // MISSING
  7. contents: 'Help Contents. To close this dialog press ESC.', // MISSING
  8. legend: [
  9. {
  10. name: 'عام',
  11. items: [
  12. {
  13. name: 'Editor Toolbar', // MISSING
  14. legend: '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
  15. },
  16. {
  17. name: 'Editor Dialog', // MISSING
  18. legend:
  19. 'Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively.' // MISSING
  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: 'Commands', // MISSING
  37. items: [
  38. {
  39. name: ' Undo command', // MISSING
  40. legend: 'Press ${undo}' // MISSING
  41. },
  42. {
  43. name: ' Redo command', // MISSING
  44. legend: 'Press ${redo}' // MISSING
  45. },
  46. {
  47. name: ' Bold command', // MISSING
  48. legend: 'Press ${bold}' // MISSING
  49. },
  50. {
  51. name: ' Italic command', // MISSING
  52. legend: 'Press ${italic}' // MISSING
  53. },
  54. {
  55. name: ' Underline command', // MISSING
  56. legend: 'Press ${underline}' // MISSING
  57. },
  58. {
  59. name: ' Link command', // MISSING
  60. legend: 'Press ${link}' // MISSING
  61. },
  62. {
  63. name: ' Toolbar Collapse command', // MISSING
  64. legend: 'Press ${toolbarCollapse}' // MISSING
  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: ' Accessibility Help', // MISSING
  76. legend: 'Press ${a11yHelp}' // MISSING
  77. }
  78. ]
  79. }
  80. ],
  81. backspace: 'Backspace', // MISSING
  82. tab: 'Tab', // MISSING
  83. enter: 'Enter', // MISSING
  84. shift: 'Shift', // MISSING
  85. ctrl: 'Ctrl', // MISSING
  86. alt: 'Alt', // MISSING
  87. pause: 'Pause', // MISSING
  88. capslock: 'Caps Lock', // MISSING
  89. escape: 'Escape', // MISSING
  90. pageUp: 'Page Up', // MISSING
  91. pageDown: 'Page Down', // MISSING
  92. end: 'End', // MISSING
  93. home: 'Home', // MISSING
  94. leftArrow: 'Left Arrow', // MISSING
  95. upArrow: 'Up Arrow', // MISSING
  96. rightArrow: 'Right Arrow', // MISSING
  97. downArrow: 'Down Arrow', // MISSING
  98. insert: 'Insert', // MISSING
  99. 'delete': 'Delete', // MISSING
  100. leftWindowKey: 'Left Windows key', // MISSING
  101. rightWindowKey: 'Right Windows key', // MISSING
  102. selectKey: 'Select key', // MISSING
  103. numpad0: 'Numpad 0', // MISSING
  104. numpad1: 'Numpad 1', // MISSING
  105. numpad2: 'Numpad 2', // MISSING
  106. numpad3: 'Numpad 3', // MISSING
  107. numpad4: 'Numpad 4', // MISSING
  108. numpad5: 'Numpad 5', // MISSING
  109. numpad6: 'Numpad 6', // MISSING
  110. numpad7: 'Numpad 7', // MISSING
  111. numpad8: 'Numpad 8', // MISSING
  112. numpad9: 'Numpad 9', // MISSING
  113. multiply: 'Multiply', // MISSING
  114. add: 'إضافة',
  115. subtract: 'Subtract', // MISSING
  116. decimalPoint: 'Decimal Point', // MISSING
  117. divide: 'تقسيم',
  118. f1: 'F1', // MISSING
  119. f2: 'F2', // MISSING
  120. f3: 'F3', // MISSING
  121. f4: 'F4', // MISSING
  122. f5: 'F5', // MISSING
  123. f6: 'F6', // MISSING
  124. f7: 'F7', // MISSING
  125. f8: 'F8', // MISSING
  126. f9: 'F9', // MISSING
  127. f10: 'F10', // MISSING
  128. f11: 'F11', // MISSING
  129. f12: 'F12', // MISSING
  130. numLock: 'Num Lock', // MISSING
  131. scrollLock: 'Scroll Lock', // MISSING
  132. semiColon: 'Semicolon', // MISSING
  133. equalSign: 'Equal Sign', // MISSING
  134. comma: 'فاصلة',
  135. dash: 'Dash', // MISSING
  136. period: 'نقطة',
  137. forwardSlash: 'Forward Slash', // MISSING
  138. graveAccent: 'Grave Accent', // MISSING
  139. openBracket: 'Open Bracket', // MISSING
  140. backSlash: 'Backslash', // MISSING
  141. closeBracket: 'Close Bracket', // MISSING
  142. singleQuote: 'Single Quote' // MISSING
  143. } );