redmine_extensions 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (392) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +340 -0
  3. data/Rakefile +37 -0
  4. data/app/assets/javascripts/redmine_extensions/application.js +13 -0
  5. data/app/assets/javascripts/redmine_extensions/ckeditor/CHANGES.md +720 -0
  6. data/app/assets/javascripts/redmine_extensions/ckeditor/LICENSE.md +1264 -0
  7. data/app/assets/javascripts/redmine_extensions/ckeditor/README.md +39 -0
  8. data/app/assets/javascripts/redmine_extensions/ckeditor/adapters/jquery.js +10 -0
  9. data/app/assets/javascripts/redmine_extensions/ckeditor/build-config.js +139 -0
  10. data/app/assets/javascripts/redmine_extensions/ckeditor/ckeditor.js +1097 -0
  11. data/app/assets/javascripts/redmine_extensions/ckeditor/config.js +58 -0
  12. data/app/assets/javascripts/redmine_extensions/ckeditor/contents.css +134 -0
  13. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/cs.js +5 -0
  14. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/da.js +5 -0
  15. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/de.js +5 -0
  16. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/en.js +5 -0
  17. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/es.js +5 -0
  18. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/fi.js +5 -0
  19. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/fr.js +5 -0
  20. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/he.js +5 -0
  21. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/hu.js +5 -0
  22. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/it.js +5 -0
  23. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/ja.js +5 -0
  24. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/ko.js +5 -0
  25. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/nl.js +5 -0
  26. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/no.js +5 -0
  27. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/pl.js +5 -0
  28. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/pt-br.js +5 -0
  29. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/pt.js +5 -0
  30. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/ru.js +5 -0
  31. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/sk.js +5 -0
  32. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/sl.js +5 -0
  33. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/sv.js +5 -0
  34. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/zh-cn.js +5 -0
  35. data/app/assets/javascripts/redmine_extensions/ckeditor/lang/zh.js +5 -0
  36. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +10 -0
  37. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +25 -0
  38. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +11 -0
  39. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +11 -0
  40. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +11 -0
  41. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +13 -0
  42. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +13 -0
  43. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +11 -0
  44. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +11 -0
  45. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +13 -0
  46. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +13 -0
  47. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +11 -0
  48. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +11 -0
  49. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +13 -0
  50. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +12 -0
  51. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +11 -0
  52. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +11 -0
  53. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +12 -0
  54. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +12 -0
  55. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +13 -0
  56. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +12 -0
  57. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +11 -0
  58. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +11 -0
  59. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +11 -0
  60. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +11 -0
  61. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +13 -0
  62. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +11 -0
  63. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +13 -0
  64. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +9 -0
  65. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +11 -0
  66. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +11 -0
  67. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +12 -0
  68. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +11 -0
  69. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +13 -0
  70. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +11 -0
  71. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +11 -0
  72. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +12 -0
  73. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +12 -0
  74. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +11 -0
  75. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +13 -0
  76. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +12 -0
  77. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +12 -0
  78. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +12 -0
  79. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +11 -0
  80. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +10 -0
  81. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +12 -0
  82. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +12 -0
  83. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +11 -0
  84. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +11 -0
  85. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +11 -0
  86. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +12 -0
  87. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +11 -0
  88. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +12 -0
  89. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +11 -0
  90. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +11 -0
  91. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +12 -0
  92. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +11 -0
  93. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +9 -0
  94. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +9 -0
  95. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/about/dialogs/about.js +7 -0
  96. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
  97. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  98. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/base64image/LICENSE.md +1243 -0
  99. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/base64image/README.md +21 -0
  100. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/base64image/dialogs/base64image.js +16 -0
  101. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/clipboard/dialogs/paste.js +11 -0
  102. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/dialogs/codesnippet.js +6 -0
  103. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md +827 -0
  104. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/LICENSE +24 -0
  105. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/README.md +167 -0
  106. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md +171 -0
  107. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js +1 -0
  108. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css +160 -0
  109. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css +50 -0
  110. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css +93 -0
  111. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css +93 -0
  112. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css +93 -0
  113. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css +93 -0
  114. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css +93 -0
  115. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css +93 -0
  116. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css +93 -0
  117. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css +93 -0
  118. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css +93 -0
  119. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css +93 -0
  120. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css +105 -0
  121. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png +0 -0
  122. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css +105 -0
  123. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css +153 -0
  124. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css +132 -0
  125. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css +113 -0
  126. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css +133 -0
  127. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css +125 -0
  128. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css +147 -0
  129. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css +122 -0
  130. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css +105 -0
  131. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css +122 -0
  132. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css +62 -0
  133. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css +127 -0
  134. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css +149 -0
  135. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css +154 -0
  136. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css +93 -0
  137. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css +93 -0
  138. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css +106 -0
  139. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg +0 -0
  140. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css +182 -0
  141. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css +112 -0
  142. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css +113 -0
  143. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png +0 -0
  144. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css +107 -0
  145. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css +107 -0
  146. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css +160 -0
  147. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css +93 -0
  148. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css +92 -0
  149. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css +92 -0
  150. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css +93 -0
  151. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css +90 -0
  152. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css +89 -0
  153. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css +158 -0
  154. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css +116 -0
  155. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/colordialog/dialogs/colordialog.js +13 -0
  156. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  157. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/div/dialogs/div.js +9 -0
  158. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/find/dialogs/find.js +24 -0
  159. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/flash/dialogs/flash.js +24 -0
  160. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/flash/images/placeholder.png +0 -0
  161. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/forms/dialogs/button.js +8 -0
  162. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/forms/dialogs/checkbox.js +8 -0
  163. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/forms/dialogs/form.js +8 -0
  164. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/forms/dialogs/hiddenfield.js +7 -0
  165. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/forms/dialogs/radio.js +8 -0
  166. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/forms/dialogs/select.js +20 -0
  167. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/forms/dialogs/textarea.js +8 -0
  168. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/forms/dialogs/textfield.js +10 -0
  169. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  170. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/icons.png +0 -0
  171. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/icons_hidpi.png +0 -0
  172. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/iframe/dialogs/iframe.js +10 -0
  173. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  174. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/image/dialogs/image.js +43 -0
  175. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/image/images/noimage.png +0 -0
  176. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/link/dialogs/anchor.js +7 -0
  177. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/link/dialogs/link.js +26 -0
  178. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/link/images/anchor.png +0 -0
  179. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
  180. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -0
  181. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
  182. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
  183. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
  184. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/magicline/images/icon.png +0 -0
  185. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  186. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/pastefromword/filter/default.js +31 -0
  187. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/preview/preview.html +13 -0
  188. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/scayt/LICENSE.md +28 -0
  189. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/scayt/README.md +25 -0
  190. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/scayt/dialogs/options.js +17 -0
  191. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/scayt/dialogs/toolbar.css +71 -0
  192. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  193. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  194. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  195. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  196. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  197. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  198. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  199. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  200. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  201. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  202. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  203. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/dialogs/smiley.js +10 -0
  204. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  205. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
  206. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  207. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
  208. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  209. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
  210. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  211. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
  212. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  213. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
  214. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  215. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
  216. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  217. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
  218. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
  219. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  220. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/envelope.png +0 -0
  221. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/heart.gif +0 -0
  222. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/heart.png +0 -0
  223. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  224. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/kiss.png +0 -0
  225. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  226. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
  227. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  228. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
  229. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  230. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
  231. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  232. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
  233. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  234. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
  235. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  236. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
  237. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  238. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
  239. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  240. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
  241. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
  242. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
  243. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  244. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  245. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
  246. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  247. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
  248. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +20 -0
  249. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/af.js +13 -0
  250. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/ar.js +13 -0
  251. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/bg.js +13 -0
  252. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/ca.js +14 -0
  253. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/cs.js +13 -0
  254. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/cy.js +14 -0
  255. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/da.js +13 -0
  256. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/de.js +13 -0
  257. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/el.js +13 -0
  258. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +13 -0
  259. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/en.js +13 -0
  260. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/eo.js +12 -0
  261. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/es.js +13 -0
  262. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/et.js +13 -0
  263. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/fa.js +12 -0
  264. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/fi.js +13 -0
  265. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +10 -0
  266. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/fr.js +11 -0
  267. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/gl.js +13 -0
  268. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/he.js +12 -0
  269. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/hr.js +13 -0
  270. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/hu.js +12 -0
  271. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/id.js +13 -0
  272. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/it.js +14 -0
  273. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/ja.js +9 -0
  274. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/km.js +13 -0
  275. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/ku.js +13 -0
  276. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/lt.js +13 -0
  277. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/lv.js +13 -0
  278. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/nb.js +11 -0
  279. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/nl.js +13 -0
  280. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/no.js +11 -0
  281. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/pl.js +12 -0
  282. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +11 -0
  283. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/pt.js +13 -0
  284. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/ru.js +13 -0
  285. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/si.js +13 -0
  286. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/sk.js +13 -0
  287. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/sl.js +12 -0
  288. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/sq.js +13 -0
  289. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/sv.js +11 -0
  290. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/th.js +13 -0
  291. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/tr.js +12 -0
  292. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/tt.js +13 -0
  293. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/ug.js +13 -0
  294. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/uk.js +12 -0
  295. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/vi.js +14 -0
  296. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +9 -0
  297. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/lang/zh.js +12 -0
  298. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/specialchar/dialogs/specialchar.js +14 -0
  299. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/table/dialogs/table.js +21 -0
  300. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/tabletools/dialogs/tableCell.js +17 -0
  301. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/templates/dialogs/templates.css +84 -0
  302. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/templates/dialogs/templates.js +10 -0
  303. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/templates/templates/default.js +6 -0
  304. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  305. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  306. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  307. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/widget/images/handle.png +0 -0
  308. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/wsc/LICENSE.md +28 -0
  309. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/wsc/README.md +25 -0
  310. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/wsc/dialogs/ciframe.html +66 -0
  311. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  312. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/wsc/dialogs/wsc.css +82 -0
  313. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/wsc/dialogs/wsc.js +74 -0
  314. data/app/assets/javascripts/redmine_extensions/ckeditor/plugins/wsc/dialogs/wsc_ie.js +11 -0
  315. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/dialog.css +5 -0
  316. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/dialog_ie.css +5 -0
  317. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/dialog_ie7.css +5 -0
  318. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/dialog_ie8.css +5 -0
  319. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/dialog_iequirks.css +5 -0
  320. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/editor.css +5 -0
  321. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/editor_gecko.css +5 -0
  322. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/editor_ie.css +5 -0
  323. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/editor_ie7.css +5 -0
  324. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/editor_ie8.css +5 -0
  325. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/editor_iequirks.css +5 -0
  326. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/icons.png +0 -0
  327. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/icons_hidpi.png +0 -0
  328. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/images/arrow.png +0 -0
  329. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/images/close.png +0 -0
  330. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/images/hidpi/close.png +0 -0
  331. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/images/hidpi/lock-open.png +0 -0
  332. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/images/hidpi/lock.png +0 -0
  333. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/images/hidpi/refresh.png +0 -0
  334. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/images/lock-open.png +0 -0
  335. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/images/lock.png +0 -0
  336. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/images/refresh.png +0 -0
  337. data/app/assets/javascripts/redmine_extensions/ckeditor/skins/moono/readme.md +51 -0
  338. data/app/assets/javascripts/redmine_extensions/ckeditor/styles.js +111 -0
  339. data/app/assets/stylesheets/redmine_extensions/application.css +15 -0
  340. data/app/controllers/redmine_extensions/application_controller.rb +4 -0
  341. data/app/helpers/redmine_extensions/application_helper.rb +4 -0
  342. data/app/models/redmine_extensions/easy_setting.rb +12 -0
  343. data/app/views/layouts/redmine_extensions/application.html.erb +14 -0
  344. data/config/routes.rb +2 -0
  345. data/db/migrate/20150705172511_create_redmine_extensions_easy_settings.rb +11 -0
  346. data/lib/redmine_extensions.rb +6 -0
  347. data/lib/redmine_extensions/engine.rb +21 -0
  348. data/lib/redmine_extensions/html_formatting.rb +7 -0
  349. data/lib/redmine_extensions/html_formatting/formatter.rb +86 -0
  350. data/lib/redmine_extensions/html_formatting/helper.rb +73 -0
  351. data/lib/redmine_extensions/html_formatting/internals.rb +23 -0
  352. data/lib/redmine_extensions/version.rb +3 -0
  353. data/lib/tasks/redmine_extensions_tasks.rake +4 -0
  354. data/spec/dummy/README.rdoc +28 -0
  355. data/spec/dummy/Rakefile +6 -0
  356. data/spec/dummy/app/assets/javascripts/application.js +13 -0
  357. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  358. data/spec/dummy/app/controllers/application_controller.rb +5 -0
  359. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  360. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  361. data/spec/dummy/bin/bundle +3 -0
  362. data/spec/dummy/bin/rails +4 -0
  363. data/spec/dummy/bin/rake +4 -0
  364. data/spec/dummy/bin/setup +29 -0
  365. data/spec/dummy/config.ru +4 -0
  366. data/spec/dummy/config/application.rb +32 -0
  367. data/spec/dummy/config/boot.rb +5 -0
  368. data/spec/dummy/config/database.yml +25 -0
  369. data/spec/dummy/config/environment.rb +5 -0
  370. data/spec/dummy/config/environments/development.rb +41 -0
  371. data/spec/dummy/config/environments/production.rb +79 -0
  372. data/spec/dummy/config/environments/test.rb +42 -0
  373. data/spec/dummy/config/initializers/assets.rb +11 -0
  374. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  375. data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
  376. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  377. data/spec/dummy/config/initializers/inflections.rb +16 -0
  378. data/spec/dummy/config/initializers/mime_types.rb +4 -0
  379. data/spec/dummy/config/initializers/session_store.rb +3 -0
  380. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  381. data/spec/dummy/config/locales/en.yml +23 -0
  382. data/spec/dummy/config/routes.rb +4 -0
  383. data/spec/dummy/config/secrets.yml +22 -0
  384. data/spec/dummy/public/404.html +67 -0
  385. data/spec/dummy/public/422.html +67 -0
  386. data/spec/dummy/public/500.html +66 -0
  387. data/spec/dummy/public/favicon.ico +0 -0
  388. data/spec/factories/redmine_extensions_easy_settings.rb +8 -0
  389. data/spec/models/redmine_extensions/easy_setting_spec.rb +7 -0
  390. data/spec/rails_helper.rb +53 -0
  391. data/spec/spec_helper.rb +69 -0
  392. metadata +544 -0
@@ -0,0 +1,12 @@
1
+ /*
2
+ 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","pt",{title:"Instruções de acessibilidade",contents:"Conteúdo de ajuda. Use a tecla ESC para fechar esta janela.",legend:[{name:"Geral",items:[{name:"Barra de ferramentas do editor",legend:"Clique em ${toolbarFocus} para navegar para a barra de ferramentas. Vá para o grupo da barra de ferramentas anterior e seguinte com TAB e SHIFT+TAB. Vá para o botão da barra de ferramentas anterior com a SETA DIREITA ou ESQUERDA. Pressione ESPAÇO ou ENTER para ativar o botão da barra de ferramentas."},
6
+ {name:"Janela do Editor",legend:"Dentro de uma janela, pressione TAB para navigar para o campo da janela seguinte, pressione SHIFT + TAB para mover para o campo anterior, pressione ENTER para submeter a janela, pressione ESC para cancelar a janela. Para as janelas que têm múltiplos páginas com separadores, pressione ALT + F10 para navegar para a lista do separador. Depois mova para o seguinte separador com TAB ou SETA DIREITA. Mover para o separador anterior com SHIFT + TAB ou SETA ESQUERDA. Pressione ESPAÇO ou ENTER para selecionar o separador da página."},
7
+ {name:"Menu de Contexto do Editor",legend:"Clique em ${contextMenu} ou TECLA APLICAÇÃO para abrir o menu de contexto. Depois vá para a opção do menu seguinte com TAB ou SETA PARA BAIXO. Vá para a opção anterior com SHIFT+TAB ou SETA PARA CIMA. Pressione ESPAÇO ou ENTER para selecionar a opção do menu. Abra o submenu da opção atual com ESPAÇO, ENTER ou SETA DIREITA. GVá para o item do menu parente com ESC ou SETA ESQUERDA. Feche o menu de contexto com ESC."},{name:"Editor de caixa em lista",legend:"Dentro da caixa da lista, vá para o itemda lista seguinte com TAB ou SETA PARA BAIXO. Move Vá parao item da lista anterior com SHIFT+TAB ou SETA PARA BAIXO. Pressione ESPAÇO ou ENTER para selecionar a opção da lista. Pressione ESC para fechar a caisa da lista."},
8
+ {name:"Caminho Barra Elemento Editor",legend:"Clique em ${elementsPathFocus} para navegar para a barra do caminho dos elementos. Vá para o botão do elemento seguinte com TAB ou SETA DIREITA. Vá para o botão anterior com SHIFT+TAB ou SETA ESQUERDA. Pressione ESPAÇO ou ENTER para selecionar o elemento no editor."}]},{name:"Comandos",items:[{name:"Comando de Anular",legend:"Carregar ${undo}"},{name:"Comando de Refazer",legend:"Pressione ${redo}"},{name:"Comando de Negrito",legend:"Pressione ${bold}"},
9
+ {name:"Comando de Itálico",legend:"Pressione ${italic}"},{name:"Comando de Sublinhado",legend:"Pressione ${underline}"},{name:"Comando de Hiperligação",legend:"Pressione ${link}"},{name:"Comando de Ocultar Barra de Ferramentas",legend:"Pressione ${toolbarCollapse}"},{name:"Acesso comando do espaço focus anterior",legend:"Clique em ${accessPreviousSpace} para aceder ao espaço do focos inalcançável mais perto antes do sinal de omissão, por exemplo: dois elementos HR adjacentes. Repetir a combinação da chave para alcançar os espaços dos focos distantes."},
10
+ {name:"Acesso comando do espaço focus seguinte",legend:"Pressione ${accessNextSpace} para aceder ao espaço do focos inalcançável mais perto depois do sinal de omissão, por exemplo: dois elementos HR adjacentes. Repetir a combinação da chave para alcançar os espaços dos focos distantes."},{name:"Ajuda a acessibilidade",legend:"Pressione ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pausa",capslock:"Maiúsculas",escape:"Esc",pageUp:"Page Up",
11
+ pageDown:"Page Down",end:"Fim",home:"Entrada",leftArrow:"Seta esquerda",upArrow:"Seta para cima",rightArrow:"Seta direita",downArrow:"Seta para baixo",insert:"Inserir","delete":"Eliminar",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiplicar",add:"Adicionar",
12
+ subtract:"Subtrair",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Vírgula",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Acento grave",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"});
@@ -0,0 +1,12 @@
1
+ /*
2
+ 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","ro",{title:"Instrucțiuni de accesibilitate",contents:"Cuprins. Pentru a închide acest dialog, apăsați tasta ESC.",legend:[{name:"General",items:[{name:"Editează bara instrumente.",legend:"Apasă ${toolbarFocus} pentru a naviga prin bara de instrumente. Pentru a te mișca prin grupurile de instrumente folosește tastele TAB și SHIFT-TAB. Pentru a te mișca intre diverse instrumente folosește tastele SĂGEATĂ DREAPTA sau SĂGEATĂ STÂNGA. Apasă butonul SPAȚIU sau ENTER pentru activarea instrumentului."},
6
+ {name:"Dialog editor",legend:"Într-un dialog, apasă TAB pentru a naviga spre câmpul următor de dialog, apasă SHIFT + TAB pentru a te duce la câmpul anterior, apasă ENTER pentru a trimite dialogul, apasă ESC pentru a anula dialogul. Pentru dialoguri care au mai multe subferestre, apasă ALT + F10 pentr a naviga în lista de subferestre. Treci la subferestrea următoare cu TAB sau SĂGEATĂ DREAPTA. Treci la subfereastra anterioară cu SHIFT + TAB sau SĂGEATĂ STÂNGA. Apasă SPAȚIU sau ENTER pentru a selecta subfereastra."},
7
+ {name:"Editor meniu contextual",legend:"Apasă ${contextMenu} sau TASTA MENIU pentru a deschide meniul contextual. Treci la următoarea opțiune din meniu cu TAB sau SĂGEATĂ JOS. Treci la opțiunea anterioară cu SHIFT+TAB sau SĂGEATĂ SUS. Apasă SPAȚIU sau ENTER pentru a selecta opțiunea din meniu. Deschide sub-meniul opțiunii curente cu SPAȚIU sau ENTER sau SĂGEATĂ DREAPTA. Revino la elementul din meniul părinte cu ESC sau SĂGEATĂ STÂNGA. Închide meniul de context cu ESC."},{name:"Editor Casetă Listă",
8
+ legend:"În interiorul unei liste, treci la următorull element cu TAB sau SĂGEATĂ JOS. Treci la elementul anterior din listă cu SHIFT + TAB sau SĂGEATĂ SUS. Apasă SPAȚIU sau ENTER pentru a selecta opțiunea din listă. Apasă ESC pentru a închide lista."},{name:"Editor Element Path Bar",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."}]},
9
+ {name:"Comenzi",items:[{name:" Undo command",legend:"Apasă ${undo}"},{name:"Comanda precedentă",legend:"Apasă ${redo}"},{name:"Comanda Îngroșat",legend:"Apasă ${bold}"},{name:"Comanda Inclinat",legend:"Apasă ${italic}"},{name:"Comanda Subliniere",legend:"Apasă ${underline}"},{name:"Comanda Legatură",legend:"Apasă ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",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."},
10
+ {name:" Access next focus space command",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."},{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",
11
+ upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",
12
+ f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"});
@@ -0,0 +1,11 @@
1
+ /*
2
+ 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","ru",{title:"Горячие клавиши",contents:"Помощь. Для закрытия этого окна нажмите ESC.",legend:[{name:"Основное",items:[{name:"Панель инструментов",legend:"Нажмите ${toolbarFocus} для перехода к панели инструментов. Для перемещения между группами панели инструментов используйте TAB и SHIFT-TAB. Для перемещения между кнопками панели иструментов используйте кнопки ВПРАВО или ВЛЕВО. Нажмите ПРОБЕЛ или ENTER для запуска кнопки панели инструментов."},{name:"Диалоги",legend:"В диалоговом окне, нажмите клавишу TAB для перехода к следующему диалоговому полю, нажмите клавиши SHIFT + TAB, чтобы перейти к предыдущему полю, нажмите ENTER, чтобы отправить данные, нажмите клавишу ESC, для отмены. Для окон, которые имеют несколько вкладок, нажмите ALT + F10 для перехода к списку вкладок. Переход к следующей вкладке TAB ИЛИ ПРАВУЮ СТРЕЛКУ. Переход к предыдущей вкладке с помощью SHIFT + TAB или ЛЕВАЯ СТРЕЛКА. Нажмите ПРОБЕЛ или ENTER, чтобы выбрать вкладку."},
6
+ {name:"Контекстное меню",legend:'Нажмите ${contextMenu} или клавишу APPLICATION, чтобы открыть контекстное меню. Затем перейдите к следующему пункту меню с помощью TAB или стрелкой "ВНИЗ". Переход к предыдущей опции - SHIFT+TAB или стрелкой "ВВЕРХ". Нажмите SPACE, или ENTER, чтобы задействовать опцию меню. Открыть подменю текущей опции - SPACE или ENTER или стрелкой "ВПРАВО". Возврат к родительскому пункту меню - ESC или стрелкой "ВЛЕВО". Закрытие контекстного меню - ESC.'},{name:"Редактор списка",
7
+ legend:'Внутри окна списка, переход к следующему пункту списка - TAB или стрелкой "ВНИЗ". Переход к предыдущему пункту списка - SHIFT + TAB или стрелкой "ВВЕРХ". Нажмите SPACE, или ENTER, чтобы задействовать опцию списка. Нажмите ESC, чтобы закрыть окно списка.'},{name:"Путь к элементу",legend:'Нажмите ${elementsPathFocus}, чтобы перейти к панели пути элементов. Переход к следующей кнопке элемента - TAB или стрелкой "ВПРАВО". Переход к предыдущей кнопку - SHIFT+TAB или стрелкой "ВЛЕВО". Нажмите SPACE, или ENTER, чтобы выбрать элемент в редакторе.'}]},
8
+ {name:"Команды",items:[{name:"Отменить",legend:"Нажмите ${undo}"},{name:"Повторить",legend:"Нажмите ${redo}"},{name:"Полужирный",legend:"Нажмите ${bold}"},{name:"Курсив",legend:"Нажмите ${italic}"},{name:"Подчеркнутый",legend:"Нажмите ${underline}"},{name:"Гиперссылка",legend:"Нажмите ${link}"},{name:"Свернуть панель инструментов",legend:"Нажмите ${toolbarCollapse}"},{name:"Команды доступа к предыдущему фокусному пространству",legend:'Нажмите ${accessPreviousSpace}, чтобы обратиться к ближайшему недостижимому фокусному пространству перед символом "^", например: два смежных HR элемента. Повторите комбинацию клавиш, чтобы достичь отдаленных фокусных пространств.'},
9
+ {name:"Команды доступа к следующему фокусному пространству",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."},{name:"Справка по горячим клавишам",legend:"Нажмите ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Esc",pageUp:"Page Up",pageDown:"Page Down",end:"End",
10
+ home:"Home",leftArrow:"Стрелка влево",upArrow:"Стрелка вверх",rightArrow:"Стрелка вправо",downArrow:"Стрелка вниз",insert:"Insert","delete":"Delete",leftWindowKey:"Левая клавиша Windows",rightWindowKey:"Правая клавиша Windows",selectKey:"Выбрать",numpad0:"Цифра 0",numpad1:"Цифра 1",numpad2:"Цифра 2",numpad3:"Цифра 3",numpad4:"Цифра 4",numpad5:"Цифра 5",numpad6:"Цифра 6",numpad7:"Цифра 7",numpad8:"Цифра 8",numpad9:"Цифра 9",multiply:"Умножить",add:"Плюс",subtract:"Вычесть",decimalPoint:"Десятичная точка",
11
+ divide:"Делить",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Точка с запятой",equalSign:"Равно",comma:"Запятая",dash:"Тире",period:"Точка",forwardSlash:"Наклонная черта",graveAccent:"Апостроф",openBracket:"Открыть скобку",backSlash:"Обратная наклонная черта",closeBracket:"Закрыть скобку",singleQuote:"Одинарная кавычка"});
@@ -0,0 +1,10 @@
1
+ /*
2
+ 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","si",{title:"ළඟා වියහැකි ",contents:"උදව් සඳහා අන්තර්ගතය.නික්මයෙමට ESC බොත්තම ඔබන්න",legend:[{name:"පොදු කරුණු",items:[{name:"සංස්කරණ මෙවලම් ",legend:"ඔබන්න ${මෙවලම් තීරු අවධානය} මෙවලම් තීරුවේ එහා මෙහා යෑමට.ඉදිරියට යෑමට හා ආපසු යෑමට මෙවලම් තීරුකාණ්ඩය හා TAB හා SHIFT-TAB .ඉදිරියට යෑමට හා ආපසු යෑමට මෙවලම් තීරු බොත්තම සමග RIGHT ARROW හෝ LEFT ARROW.මෙවලම් තීරු බොත්තම සක්‍රිය කර ගැනීමට SPACE හෝ ENTER බොත්තම ඔබන්න."},{name:"සංස්කරණ ",legend:"දෙබසක් තුළ, ඊළඟ දෙබස් පෙදෙසට යෑමට TAB බොත්තම ඔබන්න, කලින් පෙදෙසට යෑමට SHIFT + TAB බොත්තම ද, දෙබස් ඉදිරිපත් කිරීමට ENTER බොත්තම ද, දෙබස් නැවතීමට ESCබොත්තම ද, දෙබස් සහිත ගොනු, පිටු වැඩි සංක්‍යයාවක් ලබා ගෙනිමට,ගොනු තුළ එහාමෙහා යෑමට ALT + F10 බොත්තම් ද, ඊළඟ ගොනුවට යෑමට TAB හෝ RIGTH ARROW බොත්තම ඔබන්න. පෙර ගොනුවට යෑමට SHIFT + TAB හෝ LEFT ARROW බොත්තම් ද ,ගොනු පිටු තේරීමට SPACE හෝ ENTER බොත්තම් ද ඔබන්න."},
6
+ {name:"සංස්කරණ අඩංගුවට ",legend:"ඔබන්න ${අන්තර්ගත මෙනුව} හෝ APPLICATION KEY අන්තර්ගත-මෙනුව විවුරතකිරීමට. ඊළඟ මෙනුව-ව්කල්පයන්ට යෑමට TAB හෝ DOWN ARROW බොත්තම ද, පෙර විකල්පයන්ටයෑමට SHIFT+TAB හෝ UP ARROW බොත්තම ද, මෙනුව-ව්කල්පයන් තේරීමට SPACE හෝ ENTER බොත්තම ද, දැනට විවුර්තව ඇති උප-මෙනුවක වීකල්ප තේරීමට SPACE හෝ ENTER හෝ RIGHT ARROW ද, නැවත පෙර ප්‍රධාන මෙනුවට යෑමට ESC හෝ LEFT ARROW බොත්තම ද. අන්තර්ගත-මෙනුව වැසීමට ESC බොත්තම ද ඔබන්න."},{name:"සංස්කරණ තේරුම් ",legend:"තේරුම් කොටුව තුළ , ඊළඟ අයිතමයට යෑමට TAB හෝ DOWN ARROW , පෙර අයිතමයට යෑමට SHIFT + TAB හෝ UP ARROW . අයිතම විකල්පයන් තේරීමට SPACE හෝ ENTER ,තේරුම් කොටුව වැසීමට ESC බොත්තම් ද ඔබන්න."},
7
+ {name:"සංස්කරණ අංග සහිත ",legend:"ඔබන්න ${මෙවලම් තීරු අවධානය} මෙවලම් තීරුවේ එහා මෙහා යෑමට.ඉදිරියට යෑමට හා ආපසු යෑමට මෙවලම් තීරුකාණ්ඩය හා TAB හා SHIFT-TAB .ඉදිරියට යෑමට හා ආපසු යෑමට මෙවලම් තීරු බොත්තම සමග RIGHT ARROW හෝ LEFT ARROW.මෙවලම් තීරු බොත්තම සක්‍රිය කර ගැනීමට SPACE හෝ ENTER බොත්තම ඔබන්න."}]},{name:"විධාන",items:[{name:"විධානය වෙනස් ",legend:"ඔබන්න ${වෙනස් කිරීම}"},{name:"විධාන නැවත් පෙර පරිදිම වෙනස්කර ගැනීම.",legend:"ඔබන්න ${නැවත් පෙර පරිදිම වෙනස්කර ගැනීම}"},{name:"තද අකුරින් විධාන",legend:"ඔබන්න ${තද }"},
8
+ {name:"බැධී අකුරු විධාන",legend:"ඔබන්න ${බැධී අකුරු }"},{name:"යටින් ඉරි ඇද ඇති විධාන.",legend:"ඔබන්න ${යටින් ඉරි ඇද ඇති}"},{name:"සම්බන්ධිත විධාන",legend:"ඔබන්න ${සම්බන්ධ }"},{name:"මෙවලම් තීරු හැකුලුම් විධාන",legend:"ඔබන්න ${මෙවලම් තීරු හැකුලුම් }"},{name:"යොමුවීමට පෙර වැදගත් විධාන",legend:"ඔබන්න ${යොමුවීමට ඊළඟ }"},{name:"යොමුවීමට ඊළග වැදගත් විධාන",legend:"ඔබන්න ${යොමුවීමට ඊළඟ }"},{name:"ප්‍රවේශ ",legend:"ඔබන්න ${a11y }"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",
9
+ alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",
10
+ numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"});
@@ -0,0 +1,12 @@
1
+ /*
2
+ 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","sk",{title:"Inštrukcie prístupnosti",contents:"Pomocný obsah. Pre zatvorenie tohto okna, stlačte ESC.",legend:[{name:"Všeobecne",items:[{name:"Lišta nástrojov editora",legend:"Stlačte ${toolbarFocus} pre navigáciu na lištu nástrojov. Medzi ďalšou a predchádzajúcou lištou nástrojov sa pohybujete s TAB a SHIFT-TAB. Medzi ďalším a predchádzajúcim tlačidlom na lište nástrojov sa pohybujete s pravou šípkou a ľavou šípkou. Stlačte medzerník alebo ENTER pre aktiváciu tlačidla lišty nástrojov."},
6
+ {name:"Editorový dialóg",legend:"V dialogu, stlačte TAB pre navigáciu na ďalšie dialógové pole, stlačte STIFT + TAB pre presun na predchádzajúce pole, stlačte ENTER pre odoslanie dialógu, stlačte ESC pre zrušenie dialógu. Pre dialógy, ktoré majú viac záložiek, stlačte ALT + F10 pre navigácou do zoznamu záložiek. Potom sa posúvajte k ďalšej žáložke pomocou TAB alebo pravou šípkou. Pre presun k predchádzajúcej záložke, stlačte SHIFT + TAB alebo ľavú šípku. Stlačte medzerník alebo ENTER pre vybranie záložky."},
7
+ {name:"Editorové kontextové menu",legend:"Stlačte ${contextMenu} alebo APPLICATION KEY pre otvorenie kontextového menu. Potom sa presúvajte na ďalšie možnosti menu s TAB alebo dolnou šípkou. Presunte sa k predchádzajúcej možnosti s SHIFT + TAB alebo hornou šípkou. Stlačte medzerník alebo ENTER pre výber možnosti menu. Otvorte pod-menu danej možnosti s medzerníkom, alebo ENTER, alebo pravou šípkou. Vráťte sa späť do položky rodičovského menu s ESC alebo ľavou šípkou. Zatvorte kontextové menu s ESC."},
8
+ {name:"Editorov box zoznamu",legend:"V boxe zoznamu, presuňte sa na ďalšiu položku v zozname s TAB alebo dolnou šípkou. Presuňte sa k predchádzajúcej položke v zozname so SHIFT + TAB alebo hornou šípkou. Stlačte medzerník alebo ENTER pre výber možnosti zoznamu. Stlačte ESC pre zatvorenie boxu zoznamu."},{name:"Editorove pásmo cesty prvku",legend:"Stlačte ${elementsPathFocus} pre navigovanie na pásmo cesty elementu. Presuňte sa na tlačidlo ďalšieho prvku s TAB alebo pravou šípkou. Presuňte sa k predchádzajúcemu tlačidlu s SHIFT + TAB alebo ľavou šípkou. Stlačte medzerník alebo ENTER pre výber prvku v editore."}]},
9
+ {name:"Príkazy",items:[{name:"Vrátiť príkazy",legend:"Stlačte ${undo}"},{name:"Nanovo vrátiť príkaz",legend:"Stlačte ${redo}"},{name:"Príkaz na stučnenie",legend:"Stlačte ${bold}"},{name:"Príkaz na kurzívu",legend:"Stlačte ${italic}"},{name:"Príkaz na podčiarknutie",legend:"Stlačte ${underline}"},{name:"Príkaz na odkaz",legend:"Stlačte ${link}"},{name:"Príkaz na zbalenie lišty nástrojov",legend:"Stlačte ${toolbarCollapse}"},{name:"Prejsť na predchádzajúcu zamerateľnú medzeru príkazu",legend:"Stlačte ${accessPreviousSpace} pre prístup na najbližšie nedosiahnuteľné zamerateľné medzery pred vsuvkuo. Napríklad: dve za sebou idúce horizontálne čiary. Opakujte kombináciu klávesov pre dosiahnutie vzdialených zamerateľných medzier."},
10
+ {name:"Prejsť na ďalší ",legend:"Stlačte ${accessNextSpace} pre prístup na najbližšie nedosiahnuteľné zamerateľné medzery po vsuvke. Napríklad: dve za sebou idúce horizontálne čiary. Opakujte kombináciu klávesov pre dosiahnutie vzdialených zamerateľných medzier."},{name:"Pomoc prístupnosti",legend:"Stlačte ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Stránka hore",pageDown:"Stránka dole",
11
+ end:"End",home:"Home",leftArrow:"Šípka naľavo",upArrow:"Šípka hore",rightArrow:"Šípka napravo",downArrow:"Šípka dole",insert:"Insert","delete":"Delete",leftWindowKey:"Ľavé Windows tlačidlo",rightWindowKey:"Pravé Windows tlačidlo",selectKey:"Tlačidlo Select",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Násobenie",add:"Sčítanie",subtract:"Odčítanie",
12
+ decimalPoint:"Desatinná čiarka",divide:"Delenie",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Bodkočiarka",equalSign:"Rovná sa",comma:"Čiarka",dash:"Pomĺčka",period:"Bodka",forwardSlash:"Lomítko",graveAccent:"Zdôrazňovanie prízvuku",openBracket:"Hranatá zátvorka otváracia",backSlash:"Backslash",closeBracket:"Hranatá zátvorka zatváracia",singleQuote:"Jednoduché úvodzovky"});
@@ -0,0 +1,12 @@
1
+ /*
2
+ 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","sl",{title:"Navodila Dostopnosti",contents:"Vsebina Pomoči. Če želite zapreti to pogovorno okno pritisnite ESC.",legend:[{name:"Splošno",items:[{name:"Urejevalna Orodna Vrstica",legend:"Pritisnite ${toolbarFocus} za pomik v orodno vrstico. Z TAB in SHIFT-TAB se pomikate na naslednjo in prejšnjo skupino orodne vrstice. Z DESNO PUŠČICO ali LEVO PUŠČICO se pomikate na naslednji in prejšnji gumb orodne vrstice. Pritisnite SPACE ali ENTER, da aktivirate gumb orodne vrstice."},
6
+ {name:"Urejevalno Pogovorno Okno",legend:"Znotraj pogovornega okna, pritisnite tipko TAB za pomik na naslednjo pogovorno polje, pritisnite SHIFT + TAB za pomik v prejšnje polje, pritisnite tipko ENTER za predložitev pogovornega okna, pritisnite tipko ESC, da prekličete okno. Za okna, ki imajo več zavihkov, pritisnite ALT + F10, da pojdete na seznam zavihkov. Na naslednji zavihek se premaknete s tipko TAB ali DESNO PUŠČICO. Z SHIFT + TAB ali LEVO PUŠČICO pa se premaknete na prejšnji zavihek. Pritisnite tipko SPACE ali ENTER za izbiro zavihka."},
7
+ {name:"Urejevalni Kontekstni Meni",legend:"Pritisnite ${contextMenu} ali APPLICATION KEY, da odprete kontekstni meni. Nato se premaknite na naslednjo možnost menija s tipko TAB ali PUŠČICA DOL. Premakniti se na prejšnjo možnost z SHIFT + TAB ali PUŠČICA GOR. Pritisnite SPACE ali ENTER za izbiro možnosti menija. Odprite podmeni trenutne možnosti menija s tipko SPACE ali ENTER ali DESNA PUŠČICA. Vrnite se na matični element menija s tipko ESC ali LEVA PUŠČICA. Zaprite kontekstni meni z ESC."},{name:"Urejevalno Seznamsko Polje",
8
+ legend:"Znotraj seznama, se premaknete na naslednji element seznama s tipko TAB ali PUŠČICO DOL. Z SHIFT + TAB ali PUŠČICO GOR se premaknete na prejšnji element seznama. Pritisnite tipko SPACE ali ENTER za izbiro elementa. Pritisnite tipko ESC, da zaprete seznam."},{name:"Urejevalna vrstica poti elementa",legend:"Pritisnite ${elementsPathFocus} za pomikanje po vrstici elementnih poti. S TAB ali DESNA PUŠČICA se premaknete na naslednji gumb elementa. Z SHIFT + TAB ali LEVO PUŠČICO se premaknete na prejšnji gumb elementa. Pritisnite SPACE ali ENTER za izbiro elementa v urejevalniku."}]},
9
+ {name:"Ukazi",items:[{name:"Razveljavi ukaz",legend:"Pritisnite ${undo}"},{name:"Ponovi ukaz",legend:"Pritisnite ${redo}"},{name:"Krepki ukaz",legend:"Pritisnite ${bold}"},{name:"Ležeči ukaz",legend:"Pritisnite ${italic}"},{name:"Poudarni ukaz",legend:"Pritisnite ${underline}"},{name:"Ukaz povezave",legend:"Pritisnite ${link}"},{name:"Skrči Orodno Vrstico Ukaz",legend:"Pritisnite ${toolbarCollapse}"},{name:"Dostop do prejšnjega ukaza ostrenja",legend:"Pritisnite ${accessPreviousSpace} za dostop do najbližjega nedosegljivega osredotočenega prostora pred strešico, npr.: dva sosednja HR elementa. Ponovite kombinacijo tipk, da dosežete oddaljene osredotočene prostore."},
10
+ {name:"Dostop do naslednjega ukaza ostrenja",legend:"Pritisnite ${accessNextSpace} za dostop do najbližjega nedosegljivega osredotočenega prostora po strešici, npr.: dva sosednja HR elementa. Ponovite kombinacijo tipk, da dosežete oddaljene osredotočene prostore."},{name:"Pomoč Dostopnosti",legend:"Pritisnite ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",
11
+ home:"Home",leftArrow:"Levo puščica",upArrow:"Gor puščica",rightArrow:"Desno puščica",downArrow:"Dol puščica",insert:"Insert","delete":"Delete",leftWindowKey:"Leva Windows tipka",rightWindowKey:"Desna Windows tipka",selectKey:"Select tipka",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Zmnoži",add:"Dodaj",subtract:"Odštej",decimalPoint:"Decimalna vejica",
12
+ divide:"Deli",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Podpičje",equalSign:"enačaj",comma:"Vejica",dash:"Vezaj",period:"Pika",forwardSlash:"Desna poševnica",graveAccent:"Krativec",openBracket:"Oklepaj",backSlash:"Leva poševnica",closeBracket:"Oklepaj",singleQuote:"Opuščaj"});
@@ -0,0 +1,11 @@
1
+ /*
2
+ 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","sq",{title:"Udhëzimet e Qasjes",contents:"Përmbajtja ndihmëse. Për ta mbyllur dialogun shtyp ESC.",legend:[{name:"Të përgjithshme",items:[{name:"Shiriti i Redaktuesit",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."},{name:"Dialogu i Redaktuesit",legend:"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."},
6
+ {name:"Editor Context Menu",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."},{name:"Editor List Box",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."},
7
+ {name:"Editor Element Path Bar",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."}]},{name:"Komandat",items:[{name:"Rikthe komandën",legend:"Shtyp ${undo}"},{name:"Ribëj komandën",legend:"Shtyp ${redo}"},{name:"Komanda e trashjes së tekstit",legend:"Shtyp ${bold}"},{name:"Komanda kursive",legend:"Shtyp ${italic}"},
8
+ {name:"Komanda e nënvijëzimit",legend:"Shtyp ${underline}"},{name:"Komanda e Nyjes",legend:"Shtyp ${link}"},{name:" Toolbar Collapse command",legend:"Shtyp ${toolbarCollapse}"},{name:" Access previous focus space command",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."},{name:" Access next focus space command",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."},
9
+ {name:"Ndihmë Qasjeje",legend:"Shtyp ${a11yHelp}"}]}],backspace:"Prapa",tab:"Fletë",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Shenja majtas",upArrow:"Shenja sipër",rightArrow:"Shenja djathtas",downArrow:"Shenja poshtë",insert:"Shto","delete":"Grise",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",
10
+ numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Shto",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Presje",dash:"vizë",period:"Pikë",forwardSlash:"Forward Slash",
11
+ graveAccent:"Grave Accent",openBracket:"Hape kllapën",backSlash:"Backslash",closeBracket:"Mbylle kllapën",singleQuote:"Single Quote"});
@@ -0,0 +1,11 @@
1
+ /*
2
+ 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","sr-latn",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Opšte",items:[{name:"Editor Toolbar",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."},{name:"Editor Dialog",legend:"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."},
6
+ {name:"Editor Context Menu",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."},{name:"Editor List Box",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."},
7
+ {name:"Editor Element Path Bar",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."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command",
8
+ legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",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."},{name:" Access next focus space command",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."},
9
+ {name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",
10
+ numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",
11
+ graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"});
@@ -0,0 +1,11 @@
1
+ /*
2
+ 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","sr",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Опште",items:[{name:"Editor Toolbar",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."},{name:"Editor Dialog",legend:"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."},
6
+ {name:"Editor Context Menu",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."},{name:"Editor List Box",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."},
7
+ {name:"Editor Element Path Bar",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."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command",
8
+ legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",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."},{name:" Access next focus space command",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."},
9
+ {name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",
10
+ numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",
11
+ graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"});
@@ -0,0 +1,12 @@
1
+ /*
2
+ 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","sv",{title:"Hjälpmedelsinstruktioner",contents:"Hjälpinnehåll. För att stänga denna dialogruta trycker du på ESC.",legend:[{name:"Allmänt",items:[{name:"Editor verktygsfält",legend:"Tryck på ${toolbarFocus} för att navigera till verktygsfältet. Flytta till nästa och föregående verktygsfältsgrupp med TAB och SHIFT-TAB. Flytta till nästa och föregående knapp i verktygsfältet med HÖGERPIL eller VÄNSTERPIL. Tryck Space eller ENTER för att aktivera knappen i verktygsfältet."},
6
+ {name:"Dialogeditor",legend:"Inuti en dialogruta, tryck TAB för att navigera till nästa fält i dialogrutan. Du trycker SKIFT + TAB för att flytta till föregående fält. Tryck ENTER för att skicka. Du avbryter och stänger dialogen med ESC. För dialogrutor som har flera flikar, tryck ALT + F10 navigera till fliklistan. Flytta sedan till nästa flik med HÖGERPIL. Flytta till föregående flik med SHIFT + TAB eller VÄNSTERPIL. Tryck Space eller ENTER för att välja fliken."},{name:"Editor för innehållsmeny",
7
+ legend:"Tryck på $ {contextMenu} eller PROGRAMTANGENTEN för att öppna snabbmenyn. Flytta sedan till nästa menyalternativ med TAB eller NEDPIL. Flytta till föregående alternativ med SHIFT + TABB eller UPPIL. Tryck Space eller ENTER för att välja menyalternativ. Öppna undermeny av nuvarande alternativ med SPACE eller ENTER eller HÖGERPIL. Gå tillbaka till överordnade menyalternativ med ESC eller VÄNSTERPIL. Stäng snabbmenyn med ESC."},{name:"Editor för List Box",legend:"Inuti en list-box, gå till nästa listobjekt med TAB eller NEDPIL. Flytta till föregående listobjekt med SHIFT + TAB eller UPPIL. Tryck Space eller ENTER för att välja listan alternativet. Tryck ESC för att stänga listan-boxen."},
8
+ {name:"Editor för elementens sökväg",legend:"Tryck på $ {elementsPathFocus} för att navigera till verktygsfältet för elementens sökvägar. Flytta till nästa elementknapp med TAB eller HÖGERPIL. Flytta till föregående knapp med SKIFT + TAB eller VÄNSTERPIL. Tryck Space eller ENTER för att välja element i redigeraren."}]},{name:"Kommandon",items:[{name:"Kommandot ångra",legend:"Tryck på ${undo}"},{name:"Kommandot gör om",legend:"Tryck på ${redo}"},{name:"Kommandot fet stil",legend:"Tryck på ${bold}"},
9
+ {name:"Kommandot kursiv",legend:"Tryck på ${italic}"},{name:"Kommandot understruken",legend:"Tryck på ${underline}"},{name:"Kommandot länk",legend:"Tryck på ${link}"},{name:"Verktygsfält Dölj kommandot",legend:"Tryck på ${toolbarCollapse}"},{name:"Gå till föregående fokus plats",legend:"Tryck på ${accessPreviousSpace} för att gå till närmast onåbara utrymme före markören, exempel: två intilliggande HR element. Repetera tangentkombinationen för att gå till nästa."},{name:"Tillgå nästa fokuskommandots utrymme",
10
+ legend:"Tryck ${accessNextSpace} på för att komma åt den närmaste onåbar fokus utrymme efter cirkumflex, till exempel: två intilliggande HR element. Upprepa tangentkombinationen för att nå avlägsna fokus utrymmen."},{name:"Hjälp om tillgänglighet",legend:"Tryck ${a11yHelp}"}]}],backspace:"Backsteg",tab:"Tab",enter:"Retur",shift:"Skift",ctrl:"Ctrl",alt:"Alt",pause:"Paus",capslock:"Caps lock",escape:"Escape",pageUp:"Sida Up",pageDown:"Sida Ned",end:"Slut",home:"Hem",leftArrow:"Vänsterpil",upArrow:"Uppil",
11
+ rightArrow:"Högerpil",downArrow:"Nedåtpil",insert:"Infoga","delete":"Radera",leftWindowKey:"Vänster Windowstangent",rightWindowKey:"Höger Windowstangent",selectKey:"Välj tangent",numpad0:"Nummer 0",numpad1:"Nummer 1",numpad2:"Nummer 2",numpad3:"Nummer 3",numpad4:"Nummer 4",numpad5:"Nummer 5",numpad6:"Nummer 6",numpad7:"Nummer 7",numpad8:"Nummer 8",numpad9:"Nummer 9",multiply:"Multiplicera",add:"Addera",subtract:"Minus",decimalPoint:"Decimalpunkt",divide:"Dividera",f1:"F1",f2:"F2",f3:"F3",f4:"F4",
12
+ f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semikolon",equalSign:"Lika med tecken",comma:"Komma",dash:"Minus",period:"Punkt",forwardSlash:"Snedstreck framåt",graveAccent:"Accent",openBracket:"Öppningsparentes",backSlash:"Snedstreck bakåt",closeBracket:"Slutparentes",singleQuote:"Enkelt Citattecken"});
@@ -0,0 +1,11 @@
1
+ /*
2
+ 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","th",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"ทั่วไป",items:[{name:"แถบเครื่องมือสำหรับเครื่องมือช่วยพิมพ์",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."},{name:"Editor Dialog",legend:"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."},
6
+ {name:"Editor Context Menu",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."},{name:"Editor List Box",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."},
7
+ {name:"Editor Element Path Bar",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."}]},{name:"คำสั่ง",items:[{name:"เลิกทำคำสั่ง",legend:"วาง ${undo}"},{name:"คำสั่งสำหรับทำซ้ำ",legend:"วาง ${redo}"},{name:"คำสั่งสำหรับตัวหนา",legend:"วาง ${bold}"},{name:"คำสั่งสำหรับตัวเอียง",legend:"วาง ${italic}"},{name:"คำสั่งสำหรับขีดเส้นใต้",
8
+ legend:"วาง ${underline}"},{name:"คำสั่งสำหรับลิงก์",legend:"วาง ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",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."},{name:" Access next focus space command",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."},
9
+ {name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",
10
+ numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",
11
+ graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"});
@@ -0,0 +1,12 @@
1
+ /*
2
+ 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","tr",{title:"Erişilebilirlik Talimatları",contents:"Yardım içeriği. Bu pencereyi kapatmak için ESC tuşuna basın.",legend:[{name:"Genel",items:[{name:"Düzenleyici Araç Çubuğu",legend:"Araç çubuğunda gezinmek için ${toolbarFocus} basın. TAB ve SHIFT-TAB ile önceki ve sonraki araç çubuğu grubuna taşıyın. SAĞ OK veya SOL OK ile önceki ve sonraki bir araç çubuğu düğmesini hareket ettirin. SPACE tuşuna basın veya araç çubuğu düğmesini etkinleştirmek için ENTER tuşna basın."},
6
+ {name:"Diyalog Düzenleyici",legend:"Dialog penceresi içinde, sonraki iletişim alanına gitmek için SEKME tuşuna basın, önceki alana geçmek için SHIFT + TAB tuşuna basın, pencereyi göndermek için ENTER tuşuna basın, dialog penceresini iptal etmek için ESC tuşuna basın. Birden çok sekme sayfaları olan diyalogların, sekme listesine gitmek için ALT + F10 tuşlarına basın. Sonra TAB veya SAĞ OK sonraki sekmeye taşıyın. SHIFT + TAB veya SOL OK ile önceki sekmeye geçin. Sekme sayfayı seçmek için SPACE veya ENTER tuşuna basın."},
7
+ {name:"İçerik Menü Editörü",legend:"İçerik menüsünü açmak için ${contextMenu} veya UYGULAMA TUŞU'na basın. Daha sonra SEKME veya AŞAĞI OK ile bir sonraki menü seçeneği taşıyın. SHIFT + TAB veya YUKARI OK ile önceki seçeneğe gider. Menü seçeneğini seçmek için SPACE veya ENTER tuşuna basın. Seçili seçeneğin alt menüsünü SPACE ya da ENTER veya SAĞ OK açın. Üst menü öğesini geçmek için ESC veya SOL OK ile geri dönün. ESC ile bağlam menüsünü kapatın."},{name:"Liste Kutusu Editörü",legend:"Liste kutusu içinde, bir sonraki liste öğesine SEKME VEYA AŞAĞI OK ile taşıyın. SHIFT + TAB veya YUKARI önceki liste öğesi taşıyın. Liste seçeneği seçmek için SPACE veya ENTER tuşuna basın. Liste kutusunu kapatmak için ESC tuşuna basın."},
8
+ {name:"Element Yol Çubuğu Editörü",legend:"Elementlerin yol çubuğunda gezinmek için ${ElementsPathFocus} basın. SEKME veya SAĞ OK ile sonraki element düğmesine taşıyın. SHIFT + TAB veya SOL OK önceki düğmeye hareket ettirin. Editör içindeki elementi seçmek için ENTER veya SPACE tuşuna basın."}]},{name:"Komutlar",items:[{name:"Komutu geri al",legend:"$(undo)'ya basın"},{name:"Komutu geri al",legend:"${redo} basın"},{name:" Kalın komut",legend:"${bold} basın"},{name:" İtalik komutu",legend:"${italic} basın"},
9
+ {name:" Alttan çizgi komutu",legend:"${underline} basın"},{name:" Bağlantı komutu",legend:"${link} basın"},{name:" Araç çubuğu Toplama komutu",legend:"${toolbarCollapse} basın"},{name:"Önceki komut alanına odaklan",legend:"Düzeltme imleçinden önce, en yakın uzaktaki alana erişmek için ${accessPreviousSpace} basın, örneğin: iki birleşik HR elementleri. Aynı tuş kombinasyonu tekrarıyla diğer alanlarada ulaşın."},{name:"Sonraki komut alanına odaklan",legend:"Düzeltme imleçinden sonra, en yakın uzaktaki alana erişmek için ${accessNextSpace} basın, örneğin: iki birleşik HR elementleri. Aynı tuş kombinasyonu tekrarıyla diğer alanlarada ulaşın."},
10
+ {name:"Erişilebilirlik Yardımı",legend:"${a11yHelp}'e basın"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Sayfa Yukarı",pageDown:"Sayfa Aşağı",end:"End",home:"Home",leftArrow:"Sol ok",upArrow:"Yukarı ok",rightArrow:"Sağ ok",downArrow:"Aşağı ok",insert:"Insert","delete":"Silme",leftWindowKey:"Sol windows tuşu",rightWindowKey:"Sağ windows tuşu",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",
11
+ numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Çarpma",add:"Toplama",subtract:"Çıkarma",decimalPoint:"Ondalık işareti",divide:"Bölme",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Noktalı virgül",equalSign:"Eşittir",comma:"Virgül",dash:"Eksi",period:"Nokta",forwardSlash:"Forward Slash",
12
+ graveAccent:"Grave Accent",openBracket:"Parantez aç",backSlash:"Backslash",closeBracket:"Parantez kapa",singleQuote:"Tek tırnak"});
@@ -0,0 +1,11 @@
1
+ /*
2
+ 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","tt",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Гомуми",items:[{name:"Editor Toolbar",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."},{name:"Editor Dialog",legend:"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."},
6
+ {name:"Editor Context Menu",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."},{name:"Editor List Box",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."},
7
+ {name:"Editor Element Path Bar",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."}]},{name:"Командалар",items:[{name:"Кайтару",legend:"${undo} басыгыз"},{name:"Кабатлау",legend:"${redo} басыгыз"},{name:"Калын",legend:"${bold} басыгыз"},{name:"Курсив",legend:"${italic} басыгыз"},{name:"Астына сызылган",legend:"${underline} басыгыз"},
8
+ {name:"Сылталама",legend:"${link} басыгыз"},{name:" Toolbar Collapse command",legend:"${toolbarCollapse} басыгыз"},{name:" Access previous focus space command",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."},{name:" Access next focus space command",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."},
9
+ {name:" Accessibility Help",legend:"${a11yHelp} басыгыз"}]}],backspace:"Кайтару",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Тыныш",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Сул якка ук",upArrow:"Өскә таба ук",rightArrow:"Уң якка ук",downArrow:"Аска таба ук",insert:"Өстәү","delete":"Бетерү",leftWindowKey:"Сул Windows төймəсе",rightWindowKey:"Уң Windows төймəсе",selectKey:"Select төймəсе",numpad0:"Numpad 0",numpad1:"Numpad 1",
10
+ numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Тапкырлау",add:"Кушу",subtract:"Алу",decimalPoint:"Унарлы нокта",divide:"Бүлү",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Нокталы өтер",equalSign:"Тигезлек билгесе",comma:"Өтер",dash:"Сызык",period:"Дәрәҗә",forwardSlash:"Кыек сызык",
11
+ graveAccent:"Гравис",openBracket:"Җәя ачу",backSlash:"Кире кыек сызык",closeBracket:"Җәя ябу",singleQuote:"Бер иңле куштырнаклар"});
@@ -0,0 +1,11 @@
1
+ /*
2
+ 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","ug",{title:"قوشۇمچە چۈشەندۈرۈش",contents:"ياردەم مەزمۇنى. بۇ سۆزلەشكۈنى ياپماقچى بولسىڭىز ESC نى بېسىڭ.",legend:[{name:"ئادەتتىكى",items:[{name:"قورال بالداق تەھرىر",legend:"${toolbarFocus} بېسىلسا قورال بالداققا يېتەكلەيدۇ، TAB ياكى SHIFT+TAB ئارقىلىق قورال بالداق گۇرۇپپىسى تاللىنىدۇ، ئوڭ سول يا ئوقتا توپچا تاللىنىدۇ، بوشلۇق ياكى Enter كۇنۇپكىسىدا تاللانغان توپچىنى قوللىنىدۇ."},{name:"تەھرىرلىگۈچ سۆزلەشكۈسى",legend:"سۆزلەشكۈدە TAB كۇنۇپكىسىدا كېيىنكى سۆز بۆلىكىگە يۆتكىلىدۇ، SHIFT + TAB بىرىكمە كۇنۇپكىسىدا ئالدىنقى سۆز بۆلىكىگە يۆتكىلىدۇ، ENTER كۇنۇپكىسىدا سۆزلەشكۈنى تاپشۇرىدۇ، ESC كۇنۇپكىسى سۆزلەشكۈدىن ۋاز كېچىدۇ. كۆپ بەتكۈچلۈك سۆزلەشكۈگە نىسبەتەن، ALT + F10 دا بەتكۈچ تىزىمىغا يۆتكەيدۇ. ئاندىن TAB كۇنۇپكىسى ياكى ئوڭ يا ئوق كۇنۇپكىسى كېيىنكى بەتكۈچكە يۆتكەيدۇ؛ SHIFT + TAB كۇنۇپكىسى ياكى سول يا ئوق كۇنۇپكىسى ئالدىنقى بەتكۈچكە يۆتكەيدۇ. بوشلۇق كۇنۇپكىسى ياكى ENTER كۇنۇپكىسى بەتكۈچنى تاللايدۇ."},
6
+ {name:"تەھرىرلىگۈچ تىل مۇھىت تىزىملىكى",legend:"${contextMenu} ياكى ئەپ كۇنۇپكىسىدا تىل مۇھىت تىزىملىكىنى ئاچىدۇ. ئاندىن TAB ياكى ئاستى يا ئوق كۇنۇپكىسىدا كېيىنكى تىزىملىك تۈرىگە يۆتكەيدۇ؛ SHIFT+TAB ياكى ئۈستى يا ئوق كۇنۇپكىسىدا ئالدىنقى تىزىملىك تۈرىگە يۆتكەيدۇ. بوشلۇق ياكى ENTER كۇنۇپكىسىدا تىزىملىك تۈرىنى تاللايدۇ. بوشلۇق، ENTER ياكى ئوڭ يا ئوق كۇنۇپكىسىدا تارماق تىزىملىكنى ئاچىدۇ. قايتىش تىزىملىكىگە ESC ياكى سول يا ئوق كۇنۇپكىسى ئىشلىتىلىدۇ. ESC كۇنۇپكىسىدا تىل مۇھىت تىزىملىكى تاقىلىدۇ."},{name:"تەھرىرلىگۈچ تىزىمى",
7
+ legend:"تىزىم قۇتىسىدا، كېيىنكى تىزىم تۈرىگە يۆتكەشتە TAB ياكى ئاستى يا ئوق كۇنۇپكىسى ئىشلىتىلىدۇ. ئالدىنقى تىزىم تۈرىگە يۆتكەشتە SHIFT + TAB ياكى ئۈستى يا ئوق كۇنۇپكىسى ئىشلىتىلىدۇ. بوشلۇق ياكى ENTER كۇنۇپكىسىدا تىزىم تۈرىنى تاللايدۇ.ESC كۇنۇپكىسىدا تىزىم قۇتىسىنى يىغىدۇ."},{name:"تەھرىرلىگۈچ ئېلېمېنت يول بالداق",legend:"${elementsPathFocus} بېسىلسا ئېلېمېنت يول بالداققا يېتەكلەيدۇ، TAB ياكى ئوڭ يا ئوقتا كېيىنكى ئېلېمېنت تاللىنىدۇ، SHIFT+TAB ياكى سول يا ئوقتا ئالدىنقى ئېلېمېنت تاللىنىدۇ، بوشلۇق ياكى Enter كۇنۇپكىسىدا تەھرىرلىگۈچتىكى ئېلېمېنت تاللىنىدۇ."}]},
8
+ {name:"بۇيرۇق",items:[{name:"بۇيرۇقتىن يېنىۋال",legend:"${undo} نى بېسىڭ"},{name:"قايتىلاش بۇيرۇقى",legend:"${redo} نى بېسىڭ"},{name:"توملىتىش بۇيرۇقى",legend:"${bold} نى بېسىڭ"},{name:"يانتۇ بۇيرۇقى",legend:"${italic} نى بېسىڭ"},{name:"ئاستى سىزىق بۇيرۇقى",legend:"${underline} نى بېسىڭ"},{name:"ئۇلانما بۇيرۇقى",legend:"${link} نى بېسىڭ"},{name:"قورال بالداق قاتلاش بۇيرۇقى",legend:"${toolbarCollapse} نى بېسىڭ"},{name:"ئالدىنقى فوكۇس نۇقتىسىنى زىيارەت قىلىدىغان بۇيرۇق",legend:"${accessPreviousSpace} بېسىپ ^ بەلگىسىگە ئەڭ يېقىن زىيارەت قىلغىلى بولمايدىغان فوكۇس نۇقتا رايونىنىڭ ئالدىنى زىيارەت قىلىدۇ، مەسىلەن: ئۆز ئارا قوشنا ئىككى HR ئېلېمېنت. بۇ بىرىكمە كۇنۇپكا تەكرارلانسا يىراقتىكى فوكۇس نۇقتا رايونىغا يەتكىلى بولىدۇ."},
9
+ {name:"كېيىنكى فوكۇس نۇقتىسىنى زىيارەت قىلىدىغان بۇيرۇق",legend:"${accessNextSpace} بېسىپ ^ بەلگىسىگە ئەڭ يېقىن زىيارەت قىلغىلى بولمايدىغان فوكۇس نۇقتا رايونىنىڭ كەينىنى زىيارەت قىلىدۇ، مەسىلەن: ئۆز ئارا قوشنا ئىككى HR ئېلېمېنت. بۇ بىرىكمە كۇنۇپكا تەكرارلانسا يىراقتىكى فوكۇس نۇقتا رايونىغا يەتكىلى بولىدۇ."},{name:"توسالغۇسىز لايىھە چۈشەندۈرۈشى",legend:"${a11yHelp} نى بېسىڭ"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",
10
+ pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",
11
+ decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"});
@@ -0,0 +1,12 @@
1
+ /*
2
+ 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","uk",{title:"Спеціальні Інструкції",contents:"Довідка. Натисніть ESC і вона зникне.",legend:[{name:"Основне",items:[{name:"Панель Редактора",legend:"Натисніть ${toolbarFocus} для переходу до панелі інструментів. Для переміщення між групами панелі інструментів використовуйте TAB і SHIFT-TAB. Для переміщення між кнопками панелі іструментів використовуйте кнопки СТРІЛКА ВПРАВО або ВЛІВО. Натисніть ПРОПУСК або ENTER для запуску кнопки панелі інструментів"},{name:"Діалог Редактора",
6
+ legend:"У діалозі натисніть клавішу TAB для переходу до наступного поля, натисніть SHIFT + TAB, щоб перейти до попереднього поля, натисніть ENTER, щоб відправити дані, натисніть ESC, щоб скасувати. Для вікон, які мають кілька вкладок, натисніть ALT + F10 для переходу до списку вкладок. Перехід до наступної вкладки TAB АБО СТРІЛКА ВПРАВО. Перехід до попередньої вкладки за допомогою SHIFT + TAB або СТРІЛКА ВЛІВО. Натисніть ПРОПУСК або ENTER, щоб вибрати вкладку."},{name:"Контекстне Меню Редактора",
7
+ legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Потім перейдіть до наступного пункту меню за допомогою TAB або СТРІЛКИ ВНИЗ. Натисніть ПРОПУСК або ENTER для вибору параметру меню. Відкрийте підменю поточного параметру, натиснувши ПРОПУСК або ENTER або СТРІЛКУ ВПРАВО. Перейдіть до батьківського елемента меню, натиснувши ESC або СТРІЛКУ ВЛІВО. Закрийте контекстне меню, натиснувши ESC."},{name:"Скринька Списків Редактора",legend:"Всередині списку переходимо до наступного пункту списку клавішею TAB або СТРІЛКА ВНИЗ. Перейти до попереднього елемента списку можна SHIFT + TAB або СТРІЛКА ВГОРУ. Натисніть ПРОПУСК або ENTER, щоб вибрати параметр списку. Натисніть клавішу ESC, щоб закрити список."},
8
+ {name:"Шлях до елемента редактора",legend:"Натисніть ${elementsPathFocus} для навігації між елементами панелі. Перейдіть до наступного елемента кнопкою TAB або СТРІЛКА ВПРАВО. Перейдіть до попереднього елемента кнопкою SHIFT+TAB або СТРІЛКА ВЛІВО. Натисніть ПРОПУСК або ENTER для вибору елемента в редакторі."}]},{name:"Команди",items:[{name:"Відмінити команду",legend:"Натисніть ${undo}"},{name:"Повторити",legend:"Натисніть ${redo}"},{name:"Жирний",legend:"Натисніть ${bold}"},{name:"Курсив",legend:"Натисніть ${italic}"},
9
+ {name:"Підкреслений",legend:"Натисніть ${underline}"},{name:"Посилання",legend:"Натисніть ${link}"},{name:"Згорнути панель інструментів",legend:"Натисніть ${toolbarCollapse}"},{name:"Доступ до попереднього місця фокусування",legend:"Натисніть ${accessNextSpace} для доступу до найближчої недосяжної області фокусування перед кареткою, наприклад: два сусідні елементи HR. Повторіть комбінацію клавіш для досягнення віддалених областей фокусування."},{name:"Доступ до наступного місця фокусування",legend:"Натисніть ${accessNextSpace} для доступу до найближчої недосяжної області фокусування після каретки, наприклад: два сусідні елементи HR. Повторіть комбінацію клавіш для досягнення віддалених областей фокусування."},
10
+ {name:"Допомога з доступності",legend:"Натисніть ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Esc",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Ліва стрілка",upArrow:"Стрілка вгору",rightArrow:"Права стрілка",downArrow:"Стрілка вниз",insert:"Вставити","delete":"Видалити",leftWindowKey:"Ліва клавіша Windows",rightWindowKey:"Права клавіша Windows",selectKey:"Виберіть клавішу",numpad0:"Numpad 0",
11
+ numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Множення",add:"Додати",subtract:"Віднімання",decimalPoint:"Десяткова кома",divide:"Ділення",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Крапка з комою",equalSign:"Знак рівності",comma:"Кома",dash:"Тире",period:"Період",
12
+ forwardSlash:"Коса риска",graveAccent:"Гравіс",openBracket:"Відкрити дужку",backSlash:"Зворотна коса риска",closeBracket:"Закрити дужку",singleQuote:"Одинарні лапки"});
@@ -0,0 +1,11 @@
1
+ /*
2
+ 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","vi",{title:"Hướng dẫn trợ năng",contents:"Nội dung Hỗ trợ. Nhấn ESC để đóng hộp thoại.",legend:[{name:"Chung",items:[{name:"Thanh công cụ soạn thảo",legend:"Nhấn ${toolbarFocus} để điều hướng đến thanh công cụ. Nhấn TAB và SHIFT-TAB để chuyển đến nhóm thanh công cụ khác. Nhấn MŨI TÊN PHẢI hoặc MŨI TÊN TRÁI để chuyển sang nút khác trên thanh công cụ. Nhấn PHÍM CÁCH hoặc ENTER để kích hoạt nút trên thanh công cụ."},{name:"Hộp thoại Biên t",legend:"Bên trong một hộp thoại, nhấn TAB để chuyển sang trường tiếp theo, nhấn SHIFT + TAB để quay lại trường phía trước, nhấn ENTER để chấp nhận, nhấn ESC để đóng hộp thoại. Đối với các hộp thoại có nhiều tab, nhấn ALT + F10 để chuyển đến danh sách các tab. Sau đó nhấn TAB hoặc MŨI TÊN SANG PHẢI để chuyển sang tab tiếp theo. Nhấn SHIFT + TAB hoặc MŨI TÊN SANG TRÁI để chuyển sang tab trước đó. Nhấn DẤU CÁCH hoặc ENTER để chọn tab."},
6
+ {name:"Trình đơn Ngữ cảnh cBộ soạn thảo",legend:"Nhấn ${contextMenu} hoặc PHÍM ỨNG DỤNG để mở thực đơn ngữ cảnh. Sau đó nhấn TAB hoặc MŨI TÊN XUỐNG để di chuyển đến tuỳ chọn tiếp theo của thực đơn. Nhấn SHIFT+TAB hoặc MŨI TÊN LÊN để quay lại tuỳ chọn trước. Nhấn DẤU CÁCH hoặc ENTER để chọn tuỳ chọn của thực đơn. Nhấn DẤU CÁCH hoặc ENTER hoặc MŨI TÊN SANG PHẢI để mở thực đơn con của tuỳ chọn hiện tại. Nhấn ESC hoặc MŨI TÊN SANG TRÁI để quay trở lại thực đơn gốc. Nhấn ESC để đóng thực đơn ngữ cảnh."},
7
+ {name:"Hộp danh sách trình biên tập",legend:"Trong một danh sách chọn, di chuyển đối tượng tiếp theo với phím Tab hoặc phím mũi tên hướng xuống. Di chuyển đến đối tượng trước đó bằng cách nhấn tổ hợp phím Shift+Tab hoặc mũi tên hướng lên. Phím khoảng cách hoặc phím Enter để chọn các tùy chọn trong danh sách. Nhấn phím Esc để đóng lại danh sách chọn."},{name:"Thanh đường dẫn các đối tượng",legend:"Nhấn ${elementsPathFocus} để điều hướng các đối tượng trong thanh đường dẫn. Di chuyển đến đối tượng tiếp theo bằng phím Tab hoặc phím mũi tên bên phải. Di chuyển đến đối tượng trước đó bằng tổ hợp phím Shift+Tab hoặc phím mũi tên bên trái. Nhấn phím khoảng cách hoặc Enter để chọn đối tượng trong trình soạn thảo."}]},
8
+ {name:"Lệnh",items:[{name:"Làm lại lện",legend:"Ấn ${undo}"},{name:"Làm lại lệnh",legend:"Ấn ${redo}"},{name:"Lệnh in đậm",legend:"Ấn ${bold}"},{name:"Lệnh in nghiêng",legend:"Ấn ${italic}"},{name:"Lệnh gạch dưới",legend:"Ấn ${underline}"},{name:"Lệnh liên kết",legend:"Nhấn ${link}"},{name:"Lệnh hiển thị thanh công cụ",legend:"Nhấn${toolbarCollapse}"},{name:"Truy cập đến lệnh tập trung vào khoảng cách trước đó",legend:"Ấn ${accessPreviousSpace} để truy cập đến phần tập trung khoảng cách sau phần còn sót lại của khoảng cách gần nhất vốn không tác động đến được , thí dụ: hai yếu tố điều chỉnh HR. Lặp lại các phím kết họep này để vươn đến phần khoảng cách."},
9
+ {name:"Truy cập phần đối tượng lệnh khoảng trống",legend:"Ấn ${accessNextSpace} để truy cập đến phần tập trung khoảng cách sau phần còn sót lại của khoảng cách gần nhất vốn không tác động đến được , thí dụ: hai yếu tố điều chỉnh HR. Lặp lại các phím kết họep này để vươn đến phần khoảng cách."},{name:"Trợ giúp liên quan",legend:"Nhấn ${a11yHelp}"}]}],backspace:"Phím Backspace",tab:"Phím Tab",enter:"Phím Tab",shift:"Phím Shift",ctrl:"Phím Ctrl",alt:"Phím Alt",pause:"Phím Pause",capslock:"Phím Caps Lock",
10
+ escape:"Phím Escape",pageUp:"Phím Page Up",pageDown:"Phím Page Down",end:"Phím End",home:"Phím Home",leftArrow:"Phím Left Arrow",upArrow:"Phím Up Arrow",rightArrow:"Phím Right Arrow",downArrow:"Phím Down Arrow",insert:"Chèn","delete":"Xóa",leftWindowKey:"Phím Left Windows",rightWindowKey:"Phím Right Windows ",selectKey:"Chọn phím",numpad0:"Phím 0",numpad1:"Phím 1",numpad2:"Phím 2",numpad3:"Phím 3",numpad4:"Phím 4",numpad5:"Phím 5",numpad6:"Phím 6",numpad7:"Phím 7",numpad8:"Phím 8",numpad9:"Phím 9",
11
+ multiply:"Nhân",add:"Thêm",subtract:"Trừ",decimalPoint:"Điểm số thập phân",divide:"Chia",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Dấu chấm phẩy",equalSign:"Đăng nhập bằng",comma:"Dấu phẩy",dash:"Dấu gạch ngang",period:"Phím .",forwardSlash:"Phím /",graveAccent:"Phím `",openBracket:"Open Bracket",backSlash:"Dấu gạch chéo ngược",closeBracket:"Gần giá đỡ",singleQuote:"Trích dẫn"});
@@ -0,0 +1,9 @@
1
+ /*
2
+ 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","zh-cn",{title:"辅助功能说明",contents:"帮助内容。要关闭此对话框请按 ESC 键。",legend:[{name:"常规",items:[{name:"编辑器工具栏",legend:"按 ${toolbarFocus} 导航到工具栏,使用 TAB 键和 SHIFT+TAB 组合键移动到上一个和下一个工具栏组。使用左右箭头键移动到上一个和下一个工具栏按钮。按空格键或回车键以选中工具栏按钮。"},{name:"编辑器对话框",legend:"在对话框内,TAB 键移动到下一个字段,SHIFT + TAB 组合键移动到上一个字段,ENTER 键提交对话框,ESC 键取消对话框。对于有多选项卡的对话框,用ALT + F10来移到选项卡列表。然后用 TAB 键或者向右箭头来移动到下一个选项卡;SHIFT + TAB 组合键或者向左箭头移动到上一个选项卡。用 SPACE 键或者 ENTER 键选择选项卡。"},{name:"编辑器上下文菜单",legend:"用 ${contextMenu} 或者“应用程序键”打开上下文菜单。然后用 TAB 键或者下箭头键来移动到下一个菜单项;SHIFT + TAB 组合键或者上箭头键移动到上一个菜单项。用 SPACE 键或者 ENTER 键选择菜单项。用 SPACE 键,ENTER 键或者右箭头键打开子菜单。返回菜单用 ESC 键或者左箭头键。用 ESC 键关闭上下文菜单。"},
6
+ {name:"编辑器列表框",legend:"在列表框中,移到下一列表项用 TAB 键或者下箭头键。移到上一列表项用SHIFT + TAB 组合键或者上箭头键,用 SPACE 键或者 ENTER 键选择列表项。用 ESC 键收起列表框。"},{name:"编辑器元素路径栏",legend:"按 ${elementsPathFocus} 以导航到元素路径栏,使用 TAB 键或右箭头键选择下一个元素,使用 SHIFT+TAB 组合键或左箭头键选择上一个元素,按空格键或回车键以选定编辑器里的元素。"}]},{name:"命令",items:[{name:" 撤消命令",legend:"按 ${undo}"},{name:" 重做命令",legend:"按 ${redo}"},{name:" 加粗命令",legend:"按 ${bold}"},{name:" 倾斜命令",legend:"按 ${italic}"},{name:" 下划线命令",legend:"按 ${underline}"},{name:" 链接命令",legend:"按 ${link}"},{name:" 工具栏折叠命令",legend:"按 ${toolbarCollapse}"},
7
+ {name:"访问前一个焦点区域的命令",legend:"按 ${accessPreviousSpace} 访问^符号前最近的不可访问的焦点区域,例如:两个相邻的 HR 元素。重复此组合按键可以到达远处的焦点区域。"},{name:"访问下一个焦点区域命令",legend:"按 ${accessNextSpace} 以访问^符号后最近的不可访问的焦点区域。例如:两个相邻的 HR 元素。重复此组合按键可以到达远处的焦点区域。"},{name:"辅助功能帮助",legend:"按 ${a11yHelp}"}]}],backspace:"退格键",tab:"Tab 键",enter:"回车键",shift:"Shift 键",ctrl:"Ctrl 键",alt:"Alt 键",pause:"暂停键",capslock:"大写锁定键",escape:"Esc 键",pageUp:"上翻页键",pageDown:"下翻页键",end:"行尾键",home:"行首键",leftArrow:"向左箭头键",upArrow:"向上箭头键",rightArrow:"向右箭头键",downArrow:"向下箭头键",
8
+ insert:"插入键","delete":"删除键",leftWindowKey:"左 WIN 键",rightWindowKey:"右 WIN 键",selectKey:"选择键",numpad0:"小键盘 0 键",numpad1:"小键盘 1 键",numpad2:"小键盘 2 键",numpad3:"小键盘 3 键",numpad4:"小键盘 4 键",numpad5:"小键盘 5 键",numpad6:"小键盘 6 键",numpad7:"小键盘 7 键",numpad8:"小键盘 8 键",numpad9:"小键盘 9 键",multiply:"星号键",add:"加号键",subtract:"减号键",decimalPoint:"小数点键",divide:"除号键",f1:"F1 键",f2:"F2 键",f3:"F3 键",f4:"F4 键",f5:"F5 键",f6:"F6 键",f7:"F7 键",f8:"F8 键",f9:"F9 键",f10:"F10 键",f11:"F11 键",f12:"F12 键",numLock:"数字锁定键",scrollLock:"滚动锁定键",
9
+ semiColon:"分号键",equalSign:"等号键",comma:"逗号键",dash:"短划线键",period:"句号键",forwardSlash:"斜杠键",graveAccent:"重音符键",openBracket:"左中括号键",backSlash:"反斜杠键",closeBracket:"右中括号键",singleQuote:"单引号键"});
@@ -0,0 +1,9 @@
1
+ /*
2
+ 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","zh",{title:"輔助工具指南",contents:"說明內容。若要關閉此對話框請按「ESC」。",legend:[{name:"一般",items:[{name:"編輯器工具列",legend:"請按「${toolbarFocus}」以瀏覽工具列。\r\n利用「TAB」或「SHIFT+TAB」以便移動到下一個或前一個工具列群組。\r\n利用「→」或「←」以便移動到下一個或前一個工具列按鈕。\r\n請按下「空白鍵」或「ENTER」鍵啟動工具列按鈕。"},{name:"編輯器對話方塊",legend:"在對話框中,請按 TAB 鍵以便移動到下個欄位,請按 SHIFT + TAB 以便移動到前個欄位;請按 ENTER 以提交對話框資料,或按下 ESC 取消對話框。\r\n若是有多個頁框的對話框,請按 ALT + F10 以移動到頁框列表,並以 TAB 或是 → 方向鍵移動到下個頁框。以 SHIFT + TAB 或是 ← 方向鍵移動到前個頁框。按下 空白鍵 或是 ENTER 以選取頁框。"},{name:"編輯器內容功能表",
6
+ legend:"請按下「${contextMenu}」或是「應用程式鍵」以開啟內容選單。以「TAB」或是「↓」鍵移動到下一個選單選項。以「SHIFT + TAB」或是「↑」鍵移動到上一個選單選項。按下「空白鍵」或是「ENTER」鍵以選取選單選項。以「空白鍵」或「ENTER」或「→」開啟目前選項之子選單。以「ESC」或「←」回到父選單。以「ESC」鍵關閉內容選單」。"},{name:"編輯器清單方塊",legend:"在列表中,請利用 TAB 或 ↓ 方向鍵以移動到下一個項目;或利用 SHIFT + TAB 或 ↑ 方向鍵移動到前一個項目。請按下 空白鍵 或是 ENTER 以選取項目。請按 ESC 關閉列表。"},{name:"編輯器元件路徑工具列",legend:"請按「${elementsPathFocus}」以瀏覽元素路徑工具列。\r\n利用「TAB」或「→」以便移動到下一個元素按鈕。\r\n利用「SHIFT+TAB」或「←」以便移動到前一個元素按鈕。\r\n請按下「空白鍵」或「ENTER」鍵選擇編輯器中的元素。"}]},{name:"命令",items:[{name:"復原命令",
7
+ legend:"請按下「${undo}」"},{name:"重複命令",legend:"請按下「 ${redo}」"},{name:"粗體命令",legend:"請按下「${bold}」"},{name:"斜體",legend:"請按下「${italic}」"},{name:"底線命令",legend:"請按下「${underline}」"},{name:"連結",legend:"請按下「${link}」"},{name:"隱藏工具列",legend:"請按下「${toolbarCollapse}」"},{name:"存取前一個焦點空間命令",legend:"請按下 ${accessPreviousSpace} 以存取最近但無法靠近之插字符號前的焦點空間。舉例:二個相鄰的 HR 元素。\r\n重複按鍵以存取較遠的焦點空間。"},{name:"存取下一個焦點空間命令",legend:"請按下 ${accessNextSpace} 以存取最近但無法靠近之插字符號後的焦點空間。舉例:二個相鄰的 HR 元素。\r\n重複按鍵以存取較遠的焦點空間。"},{name:"協助工具說明",legend:"請按下「${a11yHelp}」"}]}],
8
+ backspace:"退格鍵",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"向左箭號",upArrow:"向上鍵號",rightArrow:"向右鍵號",downArrow:"向下鍵號",insert:"插入","delete":"刪除",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",
9
+ numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"新增",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"等號",comma:"逗號",dash:"虛線",period:"句點",forwardSlash:"斜線",graveAccent:"抑音符號",openBracket:"左方括號",backSlash:"反斜線",closeBracket:"右方括號",singleQuote:"單引號"});
@@ -0,0 +1,7 @@
1
+ /*
2
+ Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3
+ For licensing, see LICENSE.md or http://ckeditor.com/license
4
+ */
5
+ CKEDITOR.dialog.add("about",function(a){var a=a.lang.about,b=CKEDITOR.getUrl(CKEDITOR.plugins.get("about").path+"dialogs/"+(CKEDITOR.env.hidpi?"hidpi/":"")+"logo_ckeditor.png");return{title:CKEDITOR.env.ie?a.dlgTitle:a.title,minWidth:390,minHeight:230,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[{type:"html",html:'<style type="text/css">.cke_about_container{color:#000 !important;padding:10px 10px 0;margin-top:5px}.cke_about_container p{margin: 0 0 10px;}.cke_about_container .cke_about_logo{height:81px;background-color:#fff;background-image:url('+
6
+ b+");"+(CKEDITOR.env.hidpi?"background-size:163px 58px;":"")+'background-position:center; background-repeat:no-repeat;margin-bottom:10px;}.cke_about_container a{cursor:pointer !important;color:#00B2CE !important;text-decoration:underline !important;}</style><div class="cke_about_container"><div class="cke_about_logo"></div><p>CKEditor '+CKEDITOR.version+" (revision "+CKEDITOR.revision+')<br><a target="_blank" href="http://ckeditor.com/">http://ckeditor.com</a></p><p>'+a.help.replace("$1",'<a target="_blank" href="http://docs.ckeditor.com/user">'+
7
+ a.userGuide+"</a>")+"</p><p>"+a.moreInfo+'<br><a target="_blank" href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a></p><p>'+a.copy.replace("$1",'<a target="_blank" href="http://cksource.com/">CKSource</a> - Frederico Knabben')+"</p></div>"}]}],buttons:[CKEDITOR.dialog.cancelButton]}});
@@ -0,0 +1,1243 @@
1
+ Software License Agreement
2
+ ==========================
3
+
4
+ Base64Image Plugin for CKEditor - Adds images from local client as base64
5
+ string into the source without server side processing. You can also add
6
+ external image urls into the source.
7
+
8
+ Created by ALL-INKL.COM - Neue Medien Münnich - 04. Feb 2014
9
+
10
+ Licensed under the terms of any of the following licenses at your
11
+ choice:
12
+
13
+ - GNU General Public License Version 2 or later (the "GPL")
14
+ http://www.gnu.org/licenses/gpl.html
15
+ (See Appendix A)
16
+
17
+ - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
18
+ http://www.gnu.org/licenses/lgpl.html
19
+ (See Appendix B)
20
+
21
+ - Mozilla Public License Version 1.1 or later (the "MPL")
22
+ http://www.mozilla.org/MPL/MPL-1.1.html
23
+ (See Appendix C)
24
+
25
+
26
+ Appendix A: The GPL License
27
+ ---------------------------
28
+
29
+ GNU GENERAL PUBLIC LICENSE
30
+ Version 2, June 1991
31
+
32
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
33
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
34
+ Everyone is permitted to copy and distribute verbatim copies
35
+ of this license document, but changing it is not allowed.
36
+
37
+ Preamble
38
+
39
+ The licenses for most software are designed to take away your
40
+ freedom to share and change it. By contrast, the GNU General Public
41
+ License is intended to guarantee your freedom to share and change free
42
+ software-to make sure the software is free for all its users. This
43
+ General Public License applies to most of the Free Software
44
+ Foundation's software and to any other program whose authors commit to
45
+ using it. (Some other Free Software Foundation software is covered by
46
+ the GNU Lesser General Public License instead.) You can apply it to
47
+ your programs, too.
48
+
49
+ When we speak of free software, we are referring to freedom, not
50
+ price. Our General Public Licenses are designed to make sure that you
51
+ have the freedom to distribute copies of free software (and charge for
52
+ this service if you wish), that you receive source code or can get it
53
+ if you want it, that you can change the software or use pieces of it
54
+ in new free programs; and that you know you can do these things.
55
+
56
+ To protect your rights, we need to make restrictions that forbid
57
+ anyone to deny you these rights or to ask you to surrender the rights.
58
+ These restrictions translate to certain responsibilities for you if you
59
+ distribute copies of the software, or if you modify it.
60
+
61
+ For example, if you distribute copies of such a program, whether
62
+ gratis or for a fee, you must give the recipients all the rights that
63
+ you have. You must make sure that they, too, receive or can get the
64
+ source code. And you must show them these terms so they know their
65
+ rights.
66
+
67
+ We protect your rights with two steps: (1) copyright the software, and
68
+ (2) offer you this license which gives you legal permission to copy,
69
+ distribute and/or modify the software.
70
+
71
+ Also, for each author's protection and ours, we want to make certain
72
+ that everyone understands that there is no warranty for this free
73
+ software. If the software is modified by someone else and passed on, we
74
+ want its recipients to know that what they have is not the original, so
75
+ that any problems introduced by others will not reflect on the original
76
+ authors' reputations.
77
+
78
+ Finally, any free program is threatened constantly by software
79
+ patents. We wish to avoid the danger that redistributors of a free
80
+ program will individually obtain patent licenses, in effect making the
81
+ program proprietary. To prevent this, we have made it clear that any
82
+ patent must be licensed for everyone's free use or not licensed at all.
83
+
84
+ The precise terms and conditions for copying, distribution and
85
+ modification follow.
86
+
87
+ GNU GENERAL PUBLIC LICENSE
88
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
89
+
90
+ 0. This License applies to any program or other work which contains
91
+ a notice placed by the copyright holder saying it may be distributed
92
+ under the terms of this General Public License. The "Program", below,
93
+ refers to any such program or work, and a "work based on the Program"
94
+ means either the Program or any derivative work under copyright law:
95
+ that is to say, a work containing the Program or a portion of it,
96
+ either verbatim or with modifications and/or translated into another
97
+ language. (Hereinafter, translation is included without limitation in
98
+ the term "modification".) Each licensee is addressed as "you".
99
+
100
+ Activities other than copying, distribution and modification are not
101
+ covered by this License; they are outside its scope. The act of
102
+ running the Program is not restricted, and the output from the Program
103
+ is covered only if its contents constitute a work based on the
104
+ Program (independent of having been made by running the Program).
105
+ Whether that is true depends on what the Program does.
106
+
107
+ 1. You may copy and distribute verbatim copies of the Program's
108
+ source code as you receive it, in any medium, provided that you
109
+ conspicuously and appropriately publish on each copy an appropriate
110
+ copyright notice and disclaimer of warranty; keep intact all the
111
+ notices that refer to this License and to the absence of any warranty;
112
+ and give any other recipients of the Program a copy of this License
113
+ along with the Program.
114
+
115
+ You may charge a fee for the physical act of transferring a copy, and
116
+ you may at your option offer warranty protection in exchange for a fee.
117
+
118
+ 2. You may modify your copy or copies of the Program or any portion
119
+ of it, thus forming a work based on the Program, and copy and
120
+ distribute such modifications or work under the terms of Section 1
121
+ above, provided that you also meet all of these conditions:
122
+
123
+ a) You must cause the modified files to carry prominent notices
124
+ stating that you changed the files and the date of any change.
125
+
126
+ b) You must cause any work that you distribute or publish, that in
127
+ whole or in part contains or is derived from the Program or any
128
+ part thereof, to be licensed as a whole at no charge to all third
129
+ parties under the terms of this License.
130
+
131
+ c) If the modified program normally reads commands interactively
132
+ when run, you must cause it, when started running for such
133
+ interactive use in the most ordinary way, to print or display an
134
+ announcement including an appropriate copyright notice and a
135
+ notice that there is no warranty (or else, saying that you provide
136
+ a warranty) and that users may redistribute the program under
137
+ these conditions, and telling the user how to view a copy of this
138
+ License. (Exception: if the Program itself is interactive but
139
+ does not normally print such an announcement, your work based on
140
+ the Program is not required to print an announcement.)
141
+
142
+ These requirements apply to the modified work as a whole. If
143
+ identifiable sections of that work are not derived from the Program,
144
+ and can be reasonably considered independent and separate works in
145
+ themselves, then this License, and its terms, do not apply to those
146
+ sections when you distribute them as separate works. But when you
147
+ distribute the same sections as part of a whole which is a work based
148
+ on the Program, the distribution of the whole must be on the terms of
149
+ this License, whose permissions for other licensees extend to the
150
+ entire whole, and thus to each and every part regardless of who wrote it.
151
+
152
+ Thus, it is not the intent of this section to claim rights or contest
153
+ your rights to work written entirely by you; rather, the intent is to
154
+ exercise the right to control the distribution of derivative or
155
+ collective works based on the Program.
156
+
157
+ In addition, mere aggregation of another work not based on the Program
158
+ with the Program (or with a work based on the Program) on a volume of
159
+ a storage or distribution medium does not bring the other work under
160
+ the scope of this License.
161
+
162
+ 3. You may copy and distribute the Program (or a work based on it,
163
+ under Section 2) in object code or executable form under the terms of
164
+ Sections 1 and 2 above provided that you also do one of the following:
165
+
166
+ a) Accompany it with the complete corresponding machine-readable
167
+ source code, which must be distributed under the terms of Sections
168
+ 1 and 2 above on a medium customarily used for software interchange; or,
169
+
170
+ b) Accompany it with a written offer, valid for at least three
171
+ years, to give any third party, for a charge no more than your
172
+ cost of physically performing source distribution, a complete
173
+ machine-readable copy of the corresponding source code, to be
174
+ distributed under the terms of Sections 1 and 2 above on a medium
175
+ customarily used for software interchange; or,
176
+
177
+ c) Accompany it with the information you received as to the offer
178
+ to distribute corresponding source code. (This alternative is
179
+ allowed only for noncommercial distribution and only if you
180
+ received the program in object code or executable form with such
181
+ an offer, in accord with Subsection b above.)
182
+
183
+ The source code for a work means the preferred form of the work for
184
+ making modifications to it. For an executable work, complete source
185
+ code means all the source code for all modules it contains, plus any
186
+ associated interface definition files, plus the scripts used to
187
+ control compilation and installation of the executable. However, as a
188
+ special exception, the source code distributed need not include
189
+ anything that is normally distributed (in either source or binary
190
+ form) with the major components (compiler, kernel, and so on) of the
191
+ operating system on which the executable runs, unless that component
192
+ itself accompanies the executable.
193
+
194
+ If distribution of executable or object code is made by offering
195
+ access to copy from a designated place, then offering equivalent
196
+ access to copy the source code from the same place counts as
197
+ distribution of the source code, even though third parties are not
198
+ compelled to copy the source along with the object code.
199
+
200
+ 4. You may not copy, modify, sublicense, or distribute the Program
201
+ except as expressly provided under this License. Any attempt
202
+ otherwise to copy, modify, sublicense or distribute the Program is
203
+ void, and will automatically terminate your rights under this License.
204
+ However, parties who have received copies, or rights, from you under
205
+ this License will not have their licenses terminated so long as such
206
+ parties remain in full compliance.
207
+
208
+ 5. You are not required to accept this License, since you have not
209
+ signed it. However, nothing else grants you permission to modify or
210
+ distribute the Program or its derivative works. These actions are
211
+ prohibited by law if you do not accept this License. Therefore, by
212
+ modifying or distributing the Program (or any work based on the
213
+ Program), you indicate your acceptance of this License to do so, and
214
+ all its terms and conditions for copying, distributing or modifying
215
+ the Program or works based on it.
216
+
217
+ 6. Each time you redistribute the Program (or any work based on the
218
+ Program), the recipient automatically receives a license from the
219
+ original licensor to copy, distribute or modify the Program subject to
220
+ these terms and conditions. You may not impose any further
221
+ restrictions on the recipients' exercise of the rights granted herein.
222
+ You are not responsible for enforcing compliance by third parties to
223
+ this License.
224
+
225
+ 7. If, as a consequence of a court judgment or allegation of patent
226
+ infringement or for any other reason (not limited to patent issues),
227
+ conditions are imposed on you (whether by court order, agreement or
228
+ otherwise) that contradict the conditions of this License, they do not
229
+ excuse you from the conditions of this License. If you cannot
230
+ distribute so as to satisfy simultaneously your obligations under this
231
+ License and any other pertinent obligations, then as a consequence you
232
+ may not distribute the Program at all. For example, if a patent
233
+ license would not permit royalty-free redistribution of the Program by
234
+ all those who receive copies directly or indirectly through you, then
235
+ the only way you could satisfy both it and this License would be to
236
+ refrain entirely from distribution of the Program.
237
+
238
+ If any portion of this section is held invalid or unenforceable under
239
+ any particular circumstance, the balance of the section is intended to
240
+ apply and the section as a whole is intended to apply in other
241
+ circumstances.
242
+
243
+ It is not the purpose of this section to induce you to infringe any
244
+ patents or other property right claims or to contest validity of any
245
+ such claims; this section has the sole purpose of protecting the
246
+ integrity of the free software distribution system, which is
247
+ implemented by public license practices. Many people have made
248
+ generous contributions to the wide range of software distributed
249
+ through that system in reliance on consistent application of that
250
+ system; it is up to the author/donor to decide if he or she is willing
251
+ to distribute software through any other system and a licensee cannot
252
+ impose that choice.
253
+
254
+ This section is intended to make thoroughly clear what is believed to
255
+ be a consequence of the rest of this License.
256
+
257
+ 8. If the distribution and/or use of the Program is restricted in
258
+ certain countries either by patents or by copyrighted interfaces, the
259
+ original copyright holder who places the Program under this License
260
+ may add an explicit geographical distribution limitation excluding
261
+ those countries, so that distribution is permitted only in or among
262
+ countries not thus excluded. In such case, this License incorporates
263
+ the limitation as if written in the body of this License.
264
+
265
+ 9. The Free Software Foundation may publish revised and/or new versions
266
+ of the General Public License from time to time. Such new versions will
267
+ be similar in spirit to the present version, but may differ in detail to
268
+ address new problems or concerns.
269
+
270
+ Each version is given a distinguishing version number. If the Program
271
+ specifies a version number of this License which applies to it and "any
272
+ later version", you have the option of following the terms and conditions
273
+ either of that version or of any later version published by the Free
274
+ Software Foundation. If the Program does not specify a version number of
275
+ this License, you may choose any version ever published by the Free Software
276
+ Foundation.
277
+
278
+ 10. If you wish to incorporate parts of the Program into other free
279
+ programs whose distribution conditions are different, write to the author
280
+ to ask for permission. For software which is copyrighted by the Free
281
+ Software Foundation, write to the Free Software Foundation; we sometimes
282
+ make exceptions for this. Our decision will be guided by the two goals
283
+ of preserving the free status of all derivatives of our free software and
284
+ of promoting the sharing and reuse of software generally.
285
+
286
+ NO WARRANTY
287
+
288
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
289
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
290
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
291
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
292
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
293
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
294
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
295
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
296
+ REPAIR OR CORRECTION.
297
+
298
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
299
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
300
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
301
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
302
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
303
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
304
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
305
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
306
+ POSSIBILITY OF SUCH DAMAGES.
307
+
308
+ END OF TERMS AND CONDITIONS
309
+
310
+
311
+ Appendix B: The LGPL License
312
+ ----------------------------
313
+
314
+ GNU LESSER GENERAL PUBLIC LICENSE
315
+ Version 2.1, February 1999
316
+
317
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
318
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
319
+ Everyone is permitted to copy and distribute verbatim copies
320
+ of this license document, but changing it is not allowed.
321
+
322
+ [This is the first released version of the Lesser GPL. It also counts
323
+ as the successor of the GNU Library Public License, version 2, hence
324
+ the version number 2.1.]
325
+
326
+ Preamble
327
+
328
+ The licenses for most software are designed to take away your
329
+ freedom to share and change it. By contrast, the GNU General Public
330
+ Licenses are intended to guarantee your freedom to share and change
331
+ free software-to make sure the software is free for all its users.
332
+
333
+ This license, the Lesser General Public License, applies to some
334
+ specially designated software packages-typically libraries-of the
335
+ Free Software Foundation and other authors who decide to use it. You
336
+ can use it too, but we suggest you first think carefully about whether
337
+ this license or the ordinary General Public License is the better
338
+ strategy to use in any particular case, based on the explanations below.
339
+
340
+ When we speak of free software, we are referring to freedom of use,
341
+ not price. Our General Public Licenses are designed to make sure that
342
+ you have the freedom to distribute copies of free software (and charge
343
+ for this service if you wish); that you receive source code or can get
344
+ it if you want it; that you can change the software and use pieces of
345
+ it in new free programs; and that you are informed that you can do
346
+ these things.
347
+
348
+ To protect your rights, we need to make restrictions that forbid
349
+ distributors to deny you these rights or to ask you to surrender these
350
+ rights. These restrictions translate to certain responsibilities for
351
+ you if you distribute copies of the library or if you modify it.
352
+
353
+ For example, if you distribute copies of the library, whether gratis
354
+ or for a fee, you must give the recipients all the rights that we gave
355
+ you. You must make sure that they, too, receive or can get the source
356
+ code. If you link other code with the library, you must provide
357
+ complete object files to the recipients, so that they can relink them
358
+ with the library after making changes to the library and recompiling
359
+ it. And you must show them these terms so they know their rights.
360
+
361
+ We protect your rights with a two-step method: (1) we copyright the
362
+ library, and (2) we offer you this license, which gives you legal
363
+ permission to copy, distribute and/or modify the library.
364
+
365
+ To protect each distributor, we want to make it very clear that
366
+ there is no warranty for the free library. Also, if the library is
367
+ modified by someone else and passed on, the recipients should know
368
+ that what they have is not the original version, so that the original
369
+ author's reputation will not be affected by problems that might be
370
+ introduced by others.
371
+
372
+ Finally, software patents pose a constant threat to the existence of
373
+ any free program. We wish to make sure that a company cannot
374
+ effectively restrict the users of a free program by obtaining a
375
+ restrictive license from a patent holder. Therefore, we insist that
376
+ any patent license obtained for a version of the library must be
377
+ consistent with the full freedom of use specified in this license.
378
+
379
+ Most GNU software, including some libraries, is covered by the
380
+ ordinary GNU General Public License. This license, the GNU Lesser
381
+ General Public License, applies to certain designated libraries, and
382
+ is quite different from the ordinary General Public License. We use
383
+ this license for certain libraries in order to permit linking those
384
+ libraries into non-free programs.
385
+
386
+ When a program is linked with a library, whether statically or using
387
+ a shared library, the combination of the two is legally speaking a
388
+ combined work, a derivative of the original library. The ordinary
389
+ General Public License therefore permits such linking only if the
390
+ entire combination fits its criteria of freedom. The Lesser General
391
+ Public License permits more lax criteria for linking other code with
392
+ the library.
393
+
394
+ We call this license the "Lesser" General Public License because it
395
+ does Less to protect the user's freedom than the ordinary General
396
+ Public License. It also provides other free software developers Less
397
+ of an advantage over competing non-free programs. These disadvantages
398
+ are the reason we use the ordinary General Public License for many
399
+ libraries. However, the Lesser license provides advantages in certain
400
+ special circumstances.
401
+
402
+ For example, on rare occasions, there may be a special need to
403
+ encourage the widest possible use of a certain library, so that it becomes
404
+ a de-facto standard. To achieve this, non-free programs must be
405
+ allowed to use the library. A more frequent case is that a free
406
+ library does the same job as widely used non-free libraries. In this
407
+ case, there is little to gain by limiting the free library to free
408
+ software only, so we use the Lesser General Public License.
409
+
410
+ In other cases, permission to use a particular library in non-free
411
+ programs enables a greater number of people to use a large body of
412
+ free software. For example, permission to use the GNU C Library in
413
+ non-free programs enables many more people to use the whole GNU
414
+ operating system, as well as its variant, the GNU/Linux operating
415
+ system.
416
+
417
+ Although the Lesser General Public License is Less protective of the
418
+ users' freedom, it does ensure that the user of a program that is
419
+ linked with the Library has the freedom and the wherewithal to run
420
+ that program using a modified version of the Library.
421
+
422
+ The precise terms and conditions for copying, distribution and
423
+ modification follow. Pay close attention to the difference between a
424
+ "work based on the library" and a "work that uses the library". The
425
+ former contains code derived from the library, whereas the latter must
426
+ be combined with the library in order to run.
427
+
428
+ GNU LESSER GENERAL PUBLIC LICENSE
429
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
430
+
431
+ 0. This License Agreement applies to any software library or other
432
+ program which contains a notice placed by the copyright holder or
433
+ other authorized party saying it may be distributed under the terms of
434
+ this Lesser General Public License (also called "this License").
435
+ Each licensee is addressed as "you".
436
+
437
+ A "library" means a collection of software functions and/or data
438
+ prepared so as to be conveniently linked with application programs
439
+ (which use some of those functions and data) to form executables.
440
+
441
+ The "Library", below, refers to any such software library or work
442
+ which has been distributed under these terms. A "work based on the
443
+ Library" means either the Library or any derivative work under
444
+ copyright law: that is to say, a work containing the Library or a
445
+ portion of it, either verbatim or with modifications and/or translated
446
+ straightforwardly into another language. (Hereinafter, translation is
447
+ included without limitation in the term "modification".)
448
+
449
+ "Source code" for a work means the preferred form of the work for
450
+ making modifications to it. For a library, complete source code means
451
+ all the source code for all modules it contains, plus any associated
452
+ interface definition files, plus the scripts used to control compilation
453
+ and installation of the library.
454
+
455
+ Activities other than copying, distribution and modification are not
456
+ covered by this License; they are outside its scope. The act of
457
+ running a program using the Library is not restricted, and output from
458
+ such a program is covered only if its contents constitute a work based
459
+ on the Library (independent of the use of the Library in a tool for
460
+ writing it). Whether that is true depends on what the Library does
461
+ and what the program that uses the Library does.
462
+
463
+ 1. You may copy and distribute verbatim copies of the Library's
464
+ complete source code as you receive it, in any medium, provided that
465
+ you conspicuously and appropriately publish on each copy an
466
+ appropriate copyright notice and disclaimer of warranty; keep intact
467
+ all the notices that refer to this License and to the absence of any
468
+ warranty; and distribute a copy of this License along with the
469
+ Library.
470
+
471
+ You may charge a fee for the physical act of transferring a copy,
472
+ and you may at your option offer warranty protection in exchange for a
473
+ fee.
474
+
475
+ 2. You may modify your copy or copies of the Library or any portion
476
+ of it, thus forming a work based on the Library, and copy and
477
+ distribute such modifications or work under the terms of Section 1
478
+ above, provided that you also meet all of these conditions:
479
+
480
+ a) The modified work must itself be a software library.
481
+
482
+ b) You must cause the files modified to carry prominent notices
483
+ stating that you changed the files and the date of any change.
484
+
485
+ c) You must cause the whole of the work to be licensed at no
486
+ charge to all third parties under the terms of this License.
487
+
488
+ d) If a facility in the modified Library refers to a function or a
489
+ table of data to be supplied by an application program that uses
490
+ the facility, other than as an argument passed when the facility
491
+ is invoked, then you must make a good faith effort to ensure that,
492
+ in the event an application does not supply such function or
493
+ table, the facility still operates, and performs whatever part of
494
+ its purpose remains meaningful.
495
+
496
+ (For example, a function in a library to compute square roots has
497
+ a purpose that is entirely well-defined independent of the
498
+ application. Therefore, Subsection 2d requires that any
499
+ application-supplied function or table used by this function must
500
+ be optional: if the application does not supply it, the square
501
+ root function must still compute square roots.)
502
+
503
+ These requirements apply to the modified work as a whole. If
504
+ identifiable sections of that work are not derived from the Library,
505
+ and can be reasonably considered independent and separate works in
506
+ themselves, then this License, and its terms, do not apply to those
507
+ sections when you distribute them as separate works. But when you
508
+ distribute the same sections as part of a whole which is a work based
509
+ on the Library, the distribution of the whole must be on the terms of
510
+ this License, whose permissions for other licensees extend to the
511
+ entire whole, and thus to each and every part regardless of who wrote
512
+ it.
513
+
514
+ Thus, it is not the intent of this section to claim rights or contest
515
+ your rights to work written entirely by you; rather, the intent is to
516
+ exercise the right to control the distribution of derivative or
517
+ collective works based on the Library.
518
+
519
+ In addition, mere aggregation of another work not based on the Library
520
+ with the Library (or with a work based on the Library) on a volume of
521
+ a storage or distribution medium does not bring the other work under
522
+ the scope of this License.
523
+
524
+ 3. You may opt to apply the terms of the ordinary GNU General Public
525
+ License instead of this License to a given copy of the Library. To do
526
+ this, you must alter all the notices that refer to this License, so
527
+ that they refer to the ordinary GNU General Public License, version 2,
528
+ instead of to this License. (If a newer version than version 2 of the
529
+ ordinary GNU General Public License has appeared, then you can specify
530
+ that version instead if you wish.) Do not make any other change in
531
+ these notices.
532
+
533
+ Once this change is made in a given copy, it is irreversible for
534
+ that copy, so the ordinary GNU General Public License applies to all
535
+ subsequent copies and derivative works made from that copy.
536
+
537
+ This option is useful when you wish to copy part of the code of
538
+ the Library into a program that is not a library.
539
+
540
+ 4. You may copy and distribute the Library (or a portion or
541
+ derivative of it, under Section 2) in object code or executable form
542
+ under the terms of Sections 1 and 2 above provided that you accompany
543
+ it with the complete corresponding machine-readable source code, which
544
+ must be distributed under the terms of Sections 1 and 2 above on a
545
+ medium customarily used for software interchange.
546
+
547
+ If distribution of object code is made by offering access to copy
548
+ from a designated place, then offering equivalent access to copy the
549
+ source code from the same place satisfies the requirement to
550
+ distribute the source code, even though third parties are not
551
+ compelled to copy the source along with the object code.
552
+
553
+ 5. A program that contains no derivative of any portion of the
554
+ Library, but is designed to work with the Library by being compiled or
555
+ linked with it, is called a "work that uses the Library". Such a
556
+ work, in isolation, is not a derivative work of the Library, and
557
+ therefore falls outside the scope of this License.
558
+
559
+ However, linking a "work that uses the Library" with the Library
560
+ creates an executable that is a derivative of the Library (because it
561
+ contains portions of the Library), rather than a "work that uses the
562
+ library". The executable is therefore covered by this License.
563
+ Section 6 states terms for distribution of such executables.
564
+
565
+ When a "work that uses the Library" uses material from a header file
566
+ that is part of the Library, the object code for the work may be a
567
+ derivative work of the Library even though the source code is not.
568
+ Whether this is true is especially significant if the work can be
569
+ linked without the Library, or if the work is itself a library. The
570
+ threshold for this to be true is not precisely defined by law.
571
+
572
+ If such an object file uses only numerical parameters, data
573
+ structure layouts and accessors, and small macros and small inline
574
+ functions (ten lines or less in length), then the use of the object
575
+ file is unrestricted, regardless of whether it is legally a derivative
576
+ work. (Executables containing this object code plus portions of the
577
+ Library will still fall under Section 6.)
578
+
579
+ Otherwise, if the work is a derivative of the Library, you may
580
+ distribute the object code for the work under the terms of Section 6.
581
+ Any executables containing that work also fall under Section 6,
582
+ whether or not they are linked directly with the Library itself.
583
+
584
+ 6. As an exception to the Sections above, you may also combine or
585
+ link a "work that uses the Library" with the Library to produce a
586
+ work containing portions of the Library, and distribute that work
587
+ under terms of your choice, provided that the terms permit
588
+ modification of the work for the customer's own use and reverse
589
+ engineering for debugging such modifications.
590
+
591
+ You must give prominent notice with each copy of the work that the
592
+ Library is used in it and that the Library and its use are covered by
593
+ this License. You must supply a copy of this License. If the work
594
+ during execution displays copyright notices, you must include the
595
+ copyright notice for the Library among them, as well as a reference
596
+ directing the user to the copy of this License. Also, you must do one
597
+ of these things:
598
+
599
+ a) Accompany the work with the complete corresponding
600
+ machine-readable source code for the Library including whatever
601
+ changes were used in the work (which must be distributed under
602
+ Sections 1 and 2 above); and, if the work is an executable linked
603
+ with the Library, with the complete machine-readable "work that
604
+ uses the Library", as object code and/or source code, so that the
605
+ user can modify the Library and then relink to produce a modified
606
+ executable containing the modified Library. (It is understood
607
+ that the user who changes the contents of definitions files in the
608
+ Library will not necessarily be able to recompile the application
609
+ to use the modified definitions.)
610
+
611
+ b) Use a suitable shared library mechanism for linking with the
612
+ Library. A suitable mechanism is one that (1) uses at run time a
613
+ copy of the library already present on the user's computer system,
614
+ rather than copying library functions into the executable, and (2)
615
+ will operate properly with a modified version of the library, if
616
+ the user installs one, as long as the modified version is
617
+ interface-compatible with the version that the work was made with.
618
+
619
+ c) Accompany the work with a written offer, valid for at
620
+ least three years, to give the same user the materials
621
+ specified in Subsection 6a, above, for a charge no more
622
+ than the cost of performing this distribution.
623
+
624
+ d) If distribution of the work is made by offering access to copy
625
+ from a designated place, offer equivalent access to copy the above
626
+ specified materials from the same place.
627
+
628
+ e) Verify that the user has already received a copy of these
629
+ materials or that you have already sent this user a copy.
630
+
631
+ For an executable, the required form of the "work that uses the
632
+ Library" must include any data and utility programs needed for
633
+ reproducing the executable from it. However, as a special exception,
634
+ the materials to be distributed need not include anything that is
635
+ normally distributed (in either source or binary form) with the major
636
+ components (compiler, kernel, and so on) of the operating system on
637
+ which the executable runs, unless that component itself accompanies
638
+ the executable.
639
+
640
+ It may happen that this requirement contradicts the license
641
+ restrictions of other proprietary libraries that do not normally
642
+ accompany the operating system. Such a contradiction means you cannot
643
+ use both them and the Library together in an executable that you
644
+ distribute.
645
+
646
+ 7. You may place library facilities that are a work based on the
647
+ Library side-by-side in a single library together with other library
648
+ facilities not covered by this License, and distribute such a combined
649
+ library, provided that the separate distribution of the work based on
650
+ the Library and of the other library facilities is otherwise
651
+ permitted, and provided that you do these two things:
652
+
653
+ a) Accompany the combined library with a copy of the same work
654
+ based on the Library, uncombined with any other library
655
+ facilities. This must be distributed under the terms of the
656
+ Sections above.
657
+
658
+ b) Give prominent notice with the combined library of the fact
659
+ that part of it is a work based on the Library, and explaining
660
+ where to find the accompanying uncombined form of the same work.
661
+
662
+ 8. You may not copy, modify, sublicense, link with, or distribute
663
+ the Library except as expressly provided under this License. Any
664
+ attempt otherwise to copy, modify, sublicense, link with, or
665
+ distribute the Library is void, and will automatically terminate your
666
+ rights under this License. However, parties who have received copies,
667
+ or rights, from you under this License will not have their licenses
668
+ terminated so long as such parties remain in full compliance.
669
+
670
+ 9. You are not required to accept this License, since you have not
671
+ signed it. However, nothing else grants you permission to modify or
672
+ distribute the Library or its derivative works. These actions are
673
+ prohibited by law if you do not accept this License. Therefore, by
674
+ modifying or distributing the Library (or any work based on the
675
+ Library), you indicate your acceptance of this License to do so, and
676
+ all its terms and conditions for copying, distributing or modifying
677
+ the Library or works based on it.
678
+
679
+ 10. Each time you redistribute the Library (or any work based on the
680
+ Library), the recipient automatically receives a license from the
681
+ original licensor to copy, distribute, link with or modify the Library
682
+ subject to these terms and conditions. You may not impose any further
683
+ restrictions on the recipients' exercise of the rights granted herein.
684
+ You are not responsible for enforcing compliance by third parties with
685
+ this License.
686
+
687
+ 11. If, as a consequence of a court judgment or allegation of patent
688
+ infringement or for any other reason (not limited to patent issues),
689
+ conditions are imposed on you (whether by court order, agreement or
690
+ otherwise) that contradict the conditions of this License, they do not
691
+ excuse you from the conditions of this License. If you cannot
692
+ distribute so as to satisfy simultaneously your obligations under this
693
+ License and any other pertinent obligations, then as a consequence you
694
+ may not distribute the Library at all. For example, if a patent
695
+ license would not permit royalty-free redistribution of the Library by
696
+ all those who receive copies directly or indirectly through you, then
697
+ the only way you could satisfy both it and this License would be to
698
+ refrain entirely from distribution of the Library.
699
+
700
+ If any portion of this section is held invalid or unenforceable under any
701
+ particular circumstance, the balance of the section is intended to apply,
702
+ and the section as a whole is intended to apply in other circumstances.
703
+
704
+ It is not the purpose of this section to induce you to infringe any
705
+ patents or other property right claims or to contest validity of any
706
+ such claims; this section has the sole purpose of protecting the
707
+ integrity of the free software distribution system which is
708
+ implemented by public license practices. Many people have made
709
+ generous contributions to the wide range of software distributed
710
+ through that system in reliance on consistent application of that
711
+ system; it is up to the author/donor to decide if he or she is willing
712
+ to distribute software through any other system and a licensee cannot
713
+ impose that choice.
714
+
715
+ This section is intended to make thoroughly clear what is believed to
716
+ be a consequence of the rest of this License.
717
+
718
+ 12. If the distribution and/or use of the Library is restricted in
719
+ certain countries either by patents or by copyrighted interfaces, the
720
+ original copyright holder who places the Library under this License may add
721
+ an explicit geographical distribution limitation excluding those countries,
722
+ so that distribution is permitted only in or among countries not thus
723
+ excluded. In such case, this License incorporates the limitation as if
724
+ written in the body of this License.
725
+
726
+ 13. The Free Software Foundation may publish revised and/or new
727
+ versions of the Lesser General Public License from time to time.
728
+ Such new versions will be similar in spirit to the present version,
729
+ but may differ in detail to address new problems or concerns.
730
+
731
+ Each version is given a distinguishing version number. If the Library
732
+ specifies a version number of this License which applies to it and
733
+ "any later version", you have the option of following the terms and
734
+ conditions either of that version or of any later version published by
735
+ the Free Software Foundation. If the Library does not specify a
736
+ license version number, you may choose any version ever published by
737
+ the Free Software Foundation.
738
+
739
+ 14. If you wish to incorporate parts of the Library into other free
740
+ programs whose distribution conditions are incompatible with these,
741
+ write to the author to ask for permission. For software which is
742
+ copyrighted by the Free Software Foundation, write to the Free
743
+ Software Foundation; we sometimes make exceptions for this. Our
744
+ decision will be guided by the two goals of preserving the free status
745
+ of all derivatives of our free software and of promoting the sharing
746
+ and reuse of software generally.
747
+
748
+ NO WARRANTY
749
+
750
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
751
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
752
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
753
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
754
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
755
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
756
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
757
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
758
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
759
+
760
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
761
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
762
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
763
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
764
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
765
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
766
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
767
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
768
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
769
+ DAMAGES.
770
+
771
+ END OF TERMS AND CONDITIONS
772
+
773
+
774
+ Appendix C: The MPL License
775
+ ---------------------------
776
+
777
+ MOZILLA PUBLIC LICENSE
778
+ Version 1.1
779
+
780
+ 1. Definitions.
781
+
782
+ 1.0.1. "Commercial Use" means distribution or otherwise making the
783
+ Covered Code available to a third party.
784
+
785
+ 1.1. "Contributor" means each entity that creates or contributes to
786
+ the creation of Modifications.
787
+
788
+ 1.2. "Contributor Version" means the combination of the Original
789
+ Code, prior Modifications used by a Contributor, and the Modifications
790
+ made by that particular Contributor.
791
+
792
+ 1.3. "Covered Code" means the Original Code or Modifications or the
793
+ combination of the Original Code and Modifications, in each case
794
+ including portions thereof.
795
+
796
+ 1.4. "Electronic Distribution Mechanism" means a mechanism generally
797
+ accepted in the software development community for the electronic
798
+ transfer of data.
799
+
800
+ 1.5. "Executable" means Covered Code in any form other than Source
801
+ Code.
802
+
803
+ 1.6. "Initial Developer" means the individual or entity identified
804
+ as the Initial Developer in the Source Code notice required by Exhibit
805
+ A.
806
+
807
+ 1.7. "Larger Work" means a work which combines Covered Code or
808
+ portions thereof with code not governed by the terms of this License.
809
+
810
+ 1.8. "License" means this document.
811
+
812
+ 1.8.1. "Licensable" means having the right to grant, to the maximum
813
+ extent possible, whether at the time of the initial grant or
814
+ subsequently acquired, any and all of the rights conveyed herein.
815
+
816
+ 1.9. "Modifications" means any addition to or deletion from the
817
+ substance or structure of either the Original Code or any previous
818
+ Modifications. When Covered Code is released as a series of files, a
819
+ Modification is:
820
+ A. Any addition to or deletion from the contents of a file
821
+ containing Original Code or previous Modifications.
822
+
823
+ B. Any new file that contains any part of the Original Code or
824
+ previous Modifications.
825
+
826
+ 1.10. "Original Code" means Source Code of computer software code
827
+ which is described in the Source Code notice required by Exhibit A as
828
+ Original Code, and which, at the time of its release under this
829
+ License is not already Covered Code governed by this License.
830
+
831
+ 1.10.1. "Patent Claims" means any patent claim(s), now owned or
832
+ hereafter acquired, including without limitation, method, process,
833
+ and apparatus claims, in any patent Licensable by grantor.
834
+
835
+ 1.11. "Source Code" means the preferred form of the Covered Code for
836
+ making modifications to it, including all modules it contains, plus
837
+ any associated interface definition files, scripts used to control
838
+ compilation and installation of an Executable, or source code
839
+ differential comparisons against either the Original Code or another
840
+ well known, available Covered Code of the Contributor's choice. The
841
+ Source Code can be in a compressed or archival form, provided the
842
+ appropriate decompression or de-archiving software is widely available
843
+ for no charge.
844
+
845
+ 1.12. "You" (or "Your") means an individual or a legal entity
846
+ exercising rights under, and complying with all of the terms of, this
847
+ License or a future version of this License issued under Section 6.1.
848
+ For legal entities, "You" includes any entity which controls, is
849
+ controlled by, or is under common control with You. For purposes of
850
+ this definition, "control" means (a) the power, direct or indirect,
851
+ to cause the direction or management of such entity, whether by
852
+ contract or otherwise, or (b) ownership of more than fifty percent
853
+ (50%) of the outstanding shares or beneficial ownership of such
854
+ entity.
855
+
856
+ 2. Source Code License.
857
+
858
+ 2.1. The Initial Developer Grant.
859
+ The Initial Developer hereby grants You a world-wide, royalty-free,
860
+ non-exclusive license, subject to third party intellectual property
861
+ claims:
862
+ (a) under intellectual property rights (other than patent or
863
+ trademark) Licensable by Initial Developer to use, reproduce,
864
+ modify, display, perform, sublicense and distribute the Original
865
+ Code (or portions thereof) with or without Modifications, and/or
866
+ as part of a Larger Work; and
867
+
868
+ (b) under Patents Claims infringed by the making, using or
869
+ selling of Original Code, to make, have made, use, practice,
870
+ sell, and offer for sale, and/or otherwise dispose of the
871
+ Original Code (or portions thereof).
872
+
873
+ (c) the licenses granted in this Section 2.1(a) and (b) are
874
+ effective on the date Initial Developer first distributes
875
+ Original Code under the terms of this License.
876
+
877
+ (d) Notwithstanding Section 2.1(b) above, no patent license is
878
+ granted: 1) for code that You delete from the Original Code; 2)
879
+ separate from the Original Code; or 3) for infringements caused
880
+ by: i) the modification of the Original Code or ii) the
881
+ combination of the Original Code with other software or devices.
882
+
883
+ 2.2. Contributor Grant.
884
+ Subject to third party intellectual property claims, each Contributor
885
+ hereby grants You a world-wide, royalty-free, non-exclusive license
886
+
887
+ (a) under intellectual property rights (other than patent or
888
+ trademark) Licensable by Contributor, to use, reproduce, modify,
889
+ display, perform, sublicense and distribute the Modifications
890
+ created by such Contributor (or portions thereof) either on an
891
+ unmodified basis, with other Modifications, as Covered Code
892
+ and/or as part of a Larger Work; and
893
+
894
+ (b) under Patent Claims infringed by the making, using, or
895
+ selling of Modifications made by that Contributor either alone
896
+ and/or in combination with its Contributor Version (or portions
897
+ of such combination), to make, use, sell, offer for sale, have
898
+ made, and/or otherwise dispose of: 1) Modifications made by that
899
+ Contributor (or portions thereof); and 2) the combination of
900
+ Modifications made by that Contributor with its Contributor
901
+ Version (or portions of such combination).
902
+
903
+ (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
904
+ effective on the date Contributor first makes Commercial Use of
905
+ the Covered Code.
906
+
907
+ (d) Notwithstanding Section 2.2(b) above, no patent license is
908
+ granted: 1) for any code that Contributor has deleted from the
909
+ Contributor Version; 2) separate from the Contributor Version;
910
+ 3) for infringements caused by: i) third party modifications of
911
+ Contributor Version or ii) the combination of Modifications made
912
+ by that Contributor with other software (except as part of the
913
+ Contributor Version) or other devices; or 4) under Patent Claims
914
+ infringed by Covered Code in the absence of Modifications made by
915
+ that Contributor.
916
+
917
+ 3. Distribution Obligations.
918
+
919
+ 3.1. Application of License.
920
+ The Modifications which You create or to which You contribute are
921
+ governed by the terms of this License, including without limitation
922
+ Section 2.2. The Source Code version of Covered Code may be
923
+ distributed only under the terms of this License or a future version
924
+ of this License released under Section 6.1, and You must include a
925
+ copy of this License with every copy of the Source Code You
926
+ distribute. You may not offer or impose any terms on any Source Code
927
+ version that alters or restricts the applicable version of this
928
+ License or the recipients' rights hereunder. However, You may include
929
+ an additional document offering the additional rights described in
930
+ Section 3.5.
931
+
932
+ 3.2. Availability of Source Code.
933
+ Any Modification which You create or to which You contribute must be
934
+ made available in Source Code form under the terms of this License
935
+ either on the same media as an Executable version or via an accepted
936
+ Electronic Distribution Mechanism to anyone to whom you made an
937
+ Executable version available; and if made available via Electronic
938
+ Distribution Mechanism, must remain available for at least twelve (12)
939
+ months after the date it initially became available, or at least six
940
+ (6) months after a subsequent version of that particular Modification
941
+ has been made available to such recipients. You are responsible for
942
+ ensuring that the Source Code version remains available even if the
943
+ Electronic Distribution Mechanism is maintained by a third party.
944
+
945
+ 3.3. Description of Modifications.
946
+ You must cause all Covered Code to which You contribute to contain a
947
+ file documenting the changes You made to create that Covered Code and
948
+ the date of any change. You must include a prominent statement that
949
+ the Modification is derived, directly or indirectly, from Original
950
+ Code provided by the Initial Developer and including the name of the
951
+ Initial Developer in (a) the Source Code, and (b) in any notice in an
952
+ Executable version or related documentation in which You describe the
953
+ origin or ownership of the Covered Code.
954
+
955
+ 3.4. Intellectual Property Matters
956
+ (a) Third Party Claims.
957
+ If Contributor has knowledge that a license under a third party's
958
+ intellectual property rights is required to exercise the rights
959
+ granted by such Contributor under Sections 2.1 or 2.2,
960
+ Contributor must include a text file with the Source Code
961
+ distribution titled "LEGAL" which describes the claim and the
962
+ party making the claim in sufficient detail that a recipient will
963
+ know whom to contact. If Contributor obtains such knowledge after
964
+ the Modification is made available as described in Section 3.2,
965
+ Contributor shall promptly modify the LEGAL file in all copies
966
+ Contributor makes available thereafter and shall take other steps
967
+ (such as notifying appropriate mailing lists or newsgroups)
968
+ reasonably calculated to inform those who received the Covered
969
+ Code that new knowledge has been obtained.
970
+
971
+ (b) Contributor APIs.
972
+ If Contributor's Modifications include an application programming
973
+ interface and Contributor has knowledge of patent licenses which
974
+ are reasonably necessary to implement that API, Contributor must
975
+ also include this information in the LEGAL file.
976
+
977
+ (c) Representations.
978
+ Contributor represents that, except as disclosed pursuant to
979
+ Section 3.4(a) above, Contributor believes that Contributor's
980
+ Modifications are Contributor's original creation(s) and/or
981
+ Contributor has sufficient rights to grant the rights conveyed by
982
+ this License.
983
+
984
+ 3.5. Required Notices.
985
+ You must duplicate the notice in Exhibit A in each file of the Source
986
+ Code. If it is not possible to put such notice in a particular Source
987
+ Code file due to its structure, then You must include such notice in a
988
+ location (such as a relevant directory) where a user would be likely
989
+ to look for such a notice. If You created one or more Modification(s)
990
+ You may add your name as a Contributor to the notice described in
991
+ Exhibit A. You must also duplicate this License in any documentation
992
+ for the Source Code where You describe recipients' rights or ownership
993
+ rights relating to Covered Code. You may choose to offer, and to
994
+ charge a fee for, warranty, support, indemnity or liability
995
+ obligations to one or more recipients of Covered Code. However, You
996
+ may do so only on Your own behalf, and not on behalf of the Initial
997
+ Developer or any Contributor. You must make it absolutely clear than
998
+ any such warranty, support, indemnity or liability obligation is
999
+ offered by You alone, and You hereby agree to indemnify the Initial
1000
+ Developer and every Contributor for any liability incurred by the
1001
+ Initial Developer or such Contributor as a result of warranty,
1002
+ support, indemnity or liability terms You offer.
1003
+
1004
+ 3.6. Distribution of Executable Versions.
1005
+ You may distribute Covered Code in Executable form only if the
1006
+ requirements of Section 3.1-3.5 have been met for that Covered Code,
1007
+ and if You include a notice stating that the Source Code version of
1008
+ the Covered Code is available under the terms of this License,
1009
+ including a description of how and where You have fulfilled the
1010
+ obligations of Section 3.2. The notice must be conspicuously included
1011
+ in any notice in an Executable version, related documentation or
1012
+ collateral in which You describe recipients' rights relating to the
1013
+ Covered Code. You may distribute the Executable version of Covered
1014
+ Code or ownership rights under a license of Your choice, which may
1015
+ contain terms different from this License, provided that You are in
1016
+ compliance with the terms of this License and that the license for the
1017
+ Executable version does not attempt to limit or alter the recipient's
1018
+ rights in the Source Code version from the rights set forth in this
1019
+ License. If You distribute the Executable version under a different
1020
+ license You must make it absolutely clear that any terms which differ
1021
+ from this License are offered by You alone, not by the Initial
1022
+ Developer or any Contributor. You hereby agree to indemnify the
1023
+ Initial Developer and every Contributor for any liability incurred by
1024
+ the Initial Developer or such Contributor as a result of any such
1025
+ terms You offer.
1026
+
1027
+ 3.7. Larger Works.
1028
+ You may create a Larger Work by combining Covered Code with other code
1029
+ not governed by the terms of this License and distribute the Larger
1030
+ Work as a single product. In such a case, You must make sure the
1031
+ requirements of this License are fulfilled for the Covered Code.
1032
+
1033
+ 4. Inability to Comply Due to Statute or Regulation.
1034
+
1035
+ If it is impossible for You to comply with any of the terms of this
1036
+ License with respect to some or all of the Covered Code due to
1037
+ statute, judicial order, or regulation then You must: (a) comply with
1038
+ the terms of this License to the maximum extent possible; and (b)
1039
+ describe the limitations and the code they affect. Such description
1040
+ must be included in the LEGAL file described in Section 3.4 and must
1041
+ be included with all distributions of the Source Code. Except to the
1042
+ extent prohibited by statute or regulation, such description must be
1043
+ sufficiently detailed for a recipient of ordinary skill to be able to
1044
+ understand it.
1045
+
1046
+ 5. Application of this License.
1047
+
1048
+ This License applies to code to which the Initial Developer has
1049
+ attached the notice in Exhibit A and to related Covered Code.
1050
+
1051
+ 6. Versions of the License.
1052
+
1053
+ 6.1. New Versions.
1054
+ Netscape Communications Corporation ("Netscape") may publish revised
1055
+ and/or new versions of the License from time to time. Each version
1056
+ will be given a distinguishing version number.
1057
+
1058
+ 6.2. Effect of New Versions.
1059
+ Once Covered Code has been published under a particular version of the
1060
+ License, You may always continue to use it under the terms of that
1061
+ version. You may also choose to use such Covered Code under the terms
1062
+ of any subsequent version of the License published by Netscape. No one
1063
+ other than Netscape has the right to modify the terms applicable to
1064
+ Covered Code created under this License.
1065
+
1066
+ 6.3. Derivative Works.
1067
+ If You create or use a modified version of this License (which you may
1068
+ only do in order to apply it to code which is not already Covered Code
1069
+ governed by this License), You must (a) rename Your license so that
1070
+ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
1071
+ "MPL", "NPL" or any confusingly similar phrase do not appear in your
1072
+ license (except to note that your license differs from this License)
1073
+ and (b) otherwise make it clear that Your version of the license
1074
+ contains terms which differ from the Mozilla Public License and
1075
+ Netscape Public License. (Filling in the name of the Initial
1076
+ Developer, Original Code or Contributor in the notice described in
1077
+ Exhibit A shall not of themselves be deemed to be modifications of
1078
+ this License.)
1079
+
1080
+ 7. DISCLAIMER OF WARRANTY.
1081
+
1082
+ COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
1083
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
1084
+ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
1085
+ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
1086
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
1087
+ IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
1088
+ YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
1089
+ COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
1090
+ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
1091
+ ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
1092
+
1093
+ 8. TERMINATION.
1094
+
1095
+ 8.1. This License and the rights granted hereunder will terminate
1096
+ automatically if You fail to comply with terms herein and fail to cure
1097
+ such breach within 30 days of becoming aware of the breach. All
1098
+ sublicenses to the Covered Code which are properly granted shall
1099
+ survive any termination of this License. Provisions which, by their
1100
+ nature, must remain in effect beyond the termination of this License
1101
+ shall survive.
1102
+
1103
+ 8.2. If You initiate litigation by asserting a patent infringement
1104
+ claim (excluding declatory judgment actions) against Initial Developer
1105
+ or a Contributor (the Initial Developer or Contributor against whom
1106
+ You file such action is referred to as "Participant") alleging that:
1107
+
1108
+ (a) such Participant's Contributor Version directly or indirectly
1109
+ infringes any patent, then any and all rights granted by such
1110
+ Participant to You under Sections 2.1 and/or 2.2 of this License
1111
+ shall, upon 60 days notice from Participant terminate prospectively,
1112
+ unless if within 60 days after receipt of notice You either: (i)
1113
+ agree in writing to pay Participant a mutually agreeable reasonable
1114
+ royalty for Your past and future use of Modifications made by such
1115
+ Participant, or (ii) withdraw Your litigation claim with respect to
1116
+ the Contributor Version against such Participant. If within 60 days
1117
+ of notice, a reasonable royalty and payment arrangement are not
1118
+ mutually agreed upon in writing by the parties or the litigation claim
1119
+ is not withdrawn, the rights granted by Participant to You under
1120
+ Sections 2.1 and/or 2.2 automatically terminate at the expiration of
1121
+ the 60 day notice period specified above.
1122
+
1123
+ (b) any software, hardware, or device, other than such Participant's
1124
+ Contributor Version, directly or indirectly infringes any patent, then
1125
+ any rights granted to You by such Participant under Sections 2.1(b)
1126
+ and 2.2(b) are revoked effective as of the date You first made, used,
1127
+ sold, distributed, or had made, Modifications made by that
1128
+ Participant.
1129
+
1130
+ 8.3. If You assert a patent infringement claim against Participant
1131
+ alleging that such Participant's Contributor Version directly or
1132
+ indirectly infringes any patent where such claim is resolved (such as
1133
+ by license or settlement) prior to the initiation of patent
1134
+ infringement litigation, then the reasonable value of the licenses
1135
+ granted by such Participant under Sections 2.1 or 2.2 shall be taken
1136
+ into account in determining the amount or value of any payment or
1137
+ license.
1138
+
1139
+ 8.4. In the event of termination under Sections 8.1 or 8.2 above,
1140
+ all end user license agreements (excluding distributors and resellers)
1141
+ which have been validly granted by You or any distributor hereunder
1142
+ prior to termination shall survive termination.
1143
+
1144
+ 9. LIMITATION OF LIABILITY.
1145
+
1146
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
1147
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
1148
+ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
1149
+ OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
1150
+ ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
1151
+ CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
1152
+ WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
1153
+ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
1154
+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
1155
+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
1156
+ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
1157
+ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
1158
+ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
1159
+ THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
1160
+
1161
+ 10. U.S. GOVERNMENT END USERS.
1162
+
1163
+ The Covered Code is a "commercial item," as that term is defined in
1164
+ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
1165
+ software" and "commercial computer software documentation," as such
1166
+ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
1167
+ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
1168
+ all U.S. Government End Users acquire Covered Code with only those
1169
+ rights set forth herein.
1170
+
1171
+ 11. MISCELLANEOUS.
1172
+
1173
+ This License represents the complete agreement concerning subject
1174
+ matter hereof. If any provision of this License is held to be
1175
+ unenforceable, such provision shall be reformed only to the extent
1176
+ necessary to make it enforceable. This License shall be governed by
1177
+ California law provisions (except to the extent applicable law, if
1178
+ any, provides otherwise), excluding its conflict-of-law provisions.
1179
+ With respect to disputes in which at least one party is a citizen of,
1180
+ or an entity chartered or registered to do business in the United
1181
+ States of America, any litigation relating to this License shall be
1182
+ subject to the jurisdiction of the Federal Courts of the Northern
1183
+ District of California, with venue lying in Santa Clara County,
1184
+ California, with the losing party responsible for costs, including
1185
+ without limitation, court costs and reasonable attorneys' fees and
1186
+ expenses. The application of the United Nations Convention on
1187
+ Contracts for the International Sale of Goods is expressly excluded.
1188
+ Any law or regulation which provides that the language of a contract
1189
+ shall be construed against the drafter shall not apply to this
1190
+ License.
1191
+
1192
+ 12. RESPONSIBILITY FOR CLAIMS.
1193
+
1194
+ As between Initial Developer and the Contributors, each party is
1195
+ responsible for claims and damages arising, directly or indirectly,
1196
+ out of its utilization of rights under this License and You agree to
1197
+ work with Initial Developer and Contributors to distribute such
1198
+ responsibility on an equitable basis. Nothing herein is intended or
1199
+ shall be deemed to constitute any admission of liability.
1200
+
1201
+ 13. MULTIPLE-LICENSED CODE.
1202
+
1203
+ Initial Developer may designate portions of the Covered Code as
1204
+ "Multiple-Licensed". "Multiple-Licensed" means that the Initial
1205
+ Developer permits you to utilize portions of the Covered Code under
1206
+ Your choice of the NPL or the alternative licenses, if any, specified
1207
+ by the Initial Developer in the file described in Exhibit A.
1208
+
1209
+ EXHIBIT A -Mozilla Public License.
1210
+
1211
+ ``The contents of this file are subject to the Mozilla Public License
1212
+ Version 1.1 (the "License"); you may not use this file except in
1213
+ compliance with the License. You may obtain a copy of the License at
1214
+ http://www.mozilla.org/MPL/
1215
+
1216
+ Software distributed under the License is distributed on an "AS IS"
1217
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
1218
+ License for the specific language governing rights and limitations
1219
+ under the License.
1220
+
1221
+ The Original Code is ______________________________________.
1222
+
1223
+ The Initial Developer of the Original Code is ________________________.
1224
+ Portions created by ______________________ are Copyright (C) ______
1225
+ _______________________. All Rights Reserved.
1226
+
1227
+ Contributor(s): ______________________________________.
1228
+
1229
+ Alternatively, the contents of this file may be used under the terms
1230
+ of the _____ license (the "[___] License"), in which case the
1231
+ provisions of [______] License are applicable instead of those
1232
+ above. If you wish to allow use of your version of this file only
1233
+ under the terms of the [____] License and not to allow others to use
1234
+ your version of this file under the MPL, indicate your decision by
1235
+ deleting the provisions above and replace them with the notice and
1236
+ other provisions required by the [___] License. If you do not delete
1237
+ the provisions above, a recipient may use your version of this file
1238
+ under either the MPL or the [___] License."
1239
+
1240
+ [NOTE: The text of this Exhibit A may differ slightly from the text of
1241
+ the notices in the Source Code files of the Original Code. You should
1242
+ use the text of this Exhibit A rather than the text found in the
1243
+ Original Code Source Code for Your Modifications.]