radiant-ck_editor_filter-extension 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (531) hide show
  1. data/README.markdown +7 -1
  2. data/VERSION +1 -1
  3. data/ck_editor_filter_extension.rb +1 -1
  4. data/public/javascripts/extensions/ck_editor_filter/ckeditor/CHANGES.html +1130 -373
  5. data/public/javascripts/extensions/ck_editor_filter/ckeditor/INSTALL.html +2 -2
  6. data/public/javascripts/extensions/ck_editor_filter/ckeditor/LICENSE.html +2 -2
  7. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/application.xml +32 -0
  8. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/run.bat +9 -0
  9. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/run.sh +8 -0
  10. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/sample.html +45 -0
  11. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ajax.html +23 -25
  12. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api.html +64 -24
  13. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api_dialog.html +36 -19
  14. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api_dialog/my_dialog.js +1 -1
  15. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/advanced.asp +105 -0
  16. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/events.asp +136 -0
  17. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/index.html +103 -0
  18. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/replace.asp +72 -0
  19. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/replaceall.asp +77 -0
  20. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/sample_posteddata.asp +46 -0
  21. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/standalone.asp +72 -0
  22. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/_posteddata.php +59 -0
  23. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/output_for_flash.fla +0 -0
  24. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/output_for_flash.swf +0 -0
  25. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/output_xhtml.css +204 -0
  26. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/parsesample.css +70 -0
  27. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/swfobject.js +18 -0
  28. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/autogrow.html +103 -0
  29. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/bbcode.html +136 -0
  30. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/devtools.html +94 -0
  31. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/divreplace.html +27 -10
  32. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/enterkey.html +39 -12
  33. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/fullpage.html +33 -13
  34. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/index.html +88 -25
  35. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/jqueryadapter.html +34 -8
  36. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_for_flash.html +275 -0
  37. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_html.html +285 -0
  38. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_xhtml.html +181 -0
  39. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/advanced.php +56 -29
  40. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/events.php +58 -35
  41. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/index.html +47 -0
  42. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/replace.php +48 -24
  43. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/replaceall.php +50 -30
  44. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/standalone.php +52 -33
  45. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/placeholder.html +81 -0
  46. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/readonly.html +91 -0
  47. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/replacebyclass.html +22 -7
  48. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/replacebycode.html +25 -8
  49. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample.css +85 -3
  50. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample.js +1 -1
  51. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample_posteddata.php +21 -59
  52. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sharedspaces.html +32 -10
  53. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/skins.html +38 -11
  54. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/stylesheetparser.html +93 -0
  55. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/tableresize.html +115 -0
  56. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ui_color.html +49 -7
  57. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ui_languages.html +53 -23
  58. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/adapters/jquery.js +17 -8
  59. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/_bootstrap.js +21 -18
  60. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor.js +42 -4
  61. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor_base.js +66 -29
  62. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor_basic.js +12 -15
  63. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/command.js +138 -2
  64. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/commanddefinition.js +59 -16
  65. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/config.js +142 -18
  66. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dataprocessor.js +6 -7
  67. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom.js +2 -3
  68. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/comment.js +1 -1
  69. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/document.js +29 -2
  70. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/documentfragment.js +3 -3
  71. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/domobject.js +59 -11
  72. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/element.js +249 -27
  73. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/elementpath.js +18 -3
  74. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/event.js +1 -1
  75. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/node.js +84 -56
  76. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/nodelist.js +4 -1
  77. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/range.js +345 -48
  78. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/rangelist.js +213 -0
  79. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/text.js +6 -1
  80. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/walker.js +40 -29
  81. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/window.js +1 -1
  82. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dtd.js +15 -11
  83. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/editor.js +336 -15
  84. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/editor_basic.js +19 -12
  85. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/env.js +80 -17
  86. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/event.js +12 -6
  87. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/eventInfo.js +5 -5
  88. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/focusmanager.js +27 -12
  89. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser.js +17 -5
  90. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/basicwriter.js +3 -3
  91. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/cdata.js +1 -1
  92. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/comment.js +1 -1
  93. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/element.js +14 -5
  94. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/filter.js +34 -8
  95. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/fragment.js +105 -108
  96. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/text.js +1 -1
  97. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/lang.js +12 -7
  98. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/loader.js +7 -9
  99. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/plugindefinition.js +18 -1
  100. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/plugins.js +21 -3
  101. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/resourcemanager.js +1 -1
  102. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/scriptloader.js +7 -25
  103. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/skins.js +5 -25
  104. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/themes.js +1 -1
  105. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/tools.js +61 -12
  106. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ui.js +13 -1
  107. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/_languages.js +2 -1
  108. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/_translationstatus.txt +58 -57
  109. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/af.js +521 -410
  110. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ar.js +160 -49
  111. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bg.js +162 -51
  112. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bn.js +162 -51
  113. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bs.js +162 -51
  114. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ca.js +260 -149
  115. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/cs.js +233 -122
  116. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/cy.js +159 -48
  117. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/da.js +162 -51
  118. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/de.js +217 -106
  119. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/el.js +162 -51
  120. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-au.js +166 -55
  121. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-ca.js +166 -55
  122. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-gb.js +277 -166
  123. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en.js +166 -55
  124. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/eo.js +162 -51
  125. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/es.js +182 -71
  126. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/et.js +162 -51
  127. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/eu.js +162 -51
  128. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fa.js +162 -51
  129. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fi.js +178 -67
  130. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fo.js +339 -228
  131. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fr-ca.js +162 -51
  132. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fr.js +261 -150
  133. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/gl.js +162 -51
  134. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/gu.js +162 -51
  135. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/he.js +179 -68
  136. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hi.js +162 -51
  137. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hr.js +162 -51
  138. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hu.js +341 -230
  139. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/is.js +162 -51
  140. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/it.js +162 -51
  141. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ja.js +195 -84
  142. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ka.js +810 -0
  143. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/km.js +162 -51
  144. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ko.js +162 -51
  145. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/lt.js +162 -51
  146. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/lv.js +162 -51
  147. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/mn.js +162 -51
  148. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ms.js +162 -51
  149. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/nb.js +286 -175
  150. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/nl.js +178 -67
  151. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/no.js +286 -175
  152. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pl.js +279 -168
  153. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pt-br.js +318 -208
  154. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pt.js +162 -51
  155. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ro.js +162 -51
  156. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ru.js +159 -48
  157. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sk.js +192 -81
  158. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sl.js +161 -50
  159. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sr-latn.js +162 -51
  160. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sr.js +162 -51
  161. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sv.js +357 -247
  162. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/th.js +162 -51
  163. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/tr.js +345 -235
  164. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/uk.js +387 -276
  165. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/vi.js +336 -225
  166. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/zh-cn.js +271 -160
  167. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/zh.js +162 -51
  168. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +16 -5
  169. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/lang/en.js +3 -3
  170. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/lang/he.js +216 -0
  171. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/plugin.js +4 -3
  172. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/about/dialogs/about.js +4 -1
  173. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/about/plugin.js +2 -1
  174. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/adobeair/plugin.js +228 -0
  175. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/ajax/plugin.js +152 -0
  176. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/autogrow/plugin.js +88 -0
  177. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/basicstyles/plugin.js +27 -19
  178. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/bbcode/plugin.js +924 -0
  179. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/bidi/plugin.js +331 -0
  180. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/blockquote/plugin.js +8 -4
  181. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/button/plugin.js +70 -55
  182. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/clipboard/dialogs/paste.js +115 -78
  183. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/clipboard/plugin.js +133 -69
  184. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colorbutton/plugin.js +91 -23
  185. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +192 -43
  186. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colordialog/plugin.js +12 -10
  187. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/contextmenu/plugin.js +124 -221
  188. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/devtools/lang/en.js +16 -0
  189. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/devtools/plugin.js +173 -0
  190. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialog/dialogDefinition.js +840 -56
  191. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialog/plugin.js +652 -301
  192. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialogadvtab/plugin.js +205 -0
  193. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialogui/plugin.js +179 -50
  194. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/div/dialogs/div.js +40 -40
  195. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/div/plugin.js +4 -4
  196. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/docprops/dialogs/docprops.js +686 -0
  197. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/docprops/plugin.js +22 -0
  198. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/domiterator/plugin.js +59 -53
  199. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/editingblock/plugin.js +62 -17
  200. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/elementspath/plugin.js +137 -108
  201. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/enterkey/plugin.js +117 -47
  202. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/entities/plugin.js +95 -45
  203. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/fakeobjects/plugin.js +22 -16
  204. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/filebrowser/plugin.js +75 -30
  205. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/find/dialogs/find.js +111 -69
  206. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/find/plugin.js +2 -1
  207. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/flash/dialogs/flash.js +28 -20
  208. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/flash/plugin.js +14 -11
  209. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/floatpanel/plugin.js +50 -21
  210. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/font/plugin.js +3 -2
  211. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/format/plugin.js +17 -13
  212. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/button.js +38 -55
  213. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/checkbox.js +21 -11
  214. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/form.js +6 -6
  215. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +26 -17
  216. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/radio.js +6 -6
  217. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/select.js +13 -7
  218. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/textarea.js +4 -4
  219. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/textfield.js +11 -5
  220. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
  221. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/plugin.js +112 -41
  222. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/horizontalrule/plugin.js +1 -1
  223. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/htmldataprocessor/plugin.js +200 -63
  224. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/htmlwriter/plugin.js +26 -21
  225. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/dialogs/iframe.js +257 -0
  226. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
  227. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/plugin.js +106 -0
  228. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframedialog/plugin.js +59 -7
  229. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/image/dialogs/image.js +243 -218
  230. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/image/plugin.js +19 -2
  231. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/indent/plugin.js +335 -223
  232. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/justify/plugin.js +115 -30
  233. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/keystrokes/plugin.js +3 -7
  234. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/dialogs/anchor.js +85 -40
  235. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/dialogs/link.js +163 -184
  236. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/plugin.js +180 -32
  237. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/list/plugin.js +165 -81
  238. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/listblock/plugin.js +11 -6
  239. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +204 -0
  240. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/liststyle/plugin.js +66 -0
  241. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/maximize/plugin.js +109 -40
  242. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/menu/plugin.js +166 -67
  243. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/menubutton/plugin.js +12 -7
  244. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/newpage/plugin.js +3 -3
  245. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pagebreak/plugin.js +95 -29
  246. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/panel/plugin.js +43 -20
  247. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/panelbutton/plugin.js +10 -11
  248. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastefromword/filter/default.js +316 -119
  249. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastefromword/plugin.js +32 -11
  250. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +19 -29
  251. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastetext/plugin.js +15 -79
  252. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +71 -0
  253. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/lang/en.js +16 -0
  254. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/lang/he.js +16 -0
  255. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
  256. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/plugin.js +171 -0
  257. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/popup/plugin.js +9 -7
  258. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/preview/plugin.js +3 -2
  259. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/print/plugin.js +2 -1
  260. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/removeformat/plugin.js +89 -36
  261. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/resize/plugin.js +71 -18
  262. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/richcombo/plugin.js +40 -29
  263. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/save/plugin.js +2 -1
  264. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/scayt/dialogs/options.js +114 -110
  265. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/scayt/plugin.js +531 -170
  266. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/selection/plugin.js +791 -331
  267. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
  268. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
  269. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
  270. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
  271. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
  272. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
  273. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
  274. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
  275. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
  276. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
  277. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
  278. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/plugin.js +14 -8
  279. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showborders/plugin.js +63 -26
  280. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/dialogs/smiley.js +31 -22
  281. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/plugin.js +15 -6
  282. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/sourcearea/plugin.js +18 -14
  283. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +36 -59
  284. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/lang/en.js +89 -0
  285. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/plugin.js +45 -4
  286. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/styles/plugin.js +632 -212
  287. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/{stylescombo → styles}/styles/default.js +5 -2
  288. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/stylescombo/plugin.js +77 -140
  289. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/stylesheetparser/plugin.js +143 -0
  290. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tab/plugin.js +109 -3
  291. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/table/dialogs/table.js +106 -23
  292. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/table/plugin.js +11 -3
  293. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tableresize/plugin.js +450 -0
  294. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +66 -64
  295. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tabletools/plugin.js +348 -179
  296. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/dialogs/templates.js +41 -36
  297. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/plugin.js +3 -4
  298. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/templates/default.js +2 -2
  299. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/toolbar/plugin.js +193 -122
  300. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +6 -5
  301. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/lang/en.js +1 -1
  302. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/lang/he.js +15 -0
  303. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/plugin.js +2 -2
  304. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +1 -1
  305. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/undo/plugin.js +73 -12
  306. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +1 -1
  307. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +1 -1
  308. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/wsc.css +1 -2
  309. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/wsc.js +20 -4
  310. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/plugin.js +2 -2
  311. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wysiwygarea/plugin.js +751 -251
  312. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/xml/plugin.js +170 -0
  313. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/dialog.css +116 -18
  314. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/editor.css +1 -1
  315. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/elementspath.css +2 -1
  316. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons.css +42 -2
  317. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons.png +0 -0
  318. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
  319. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/mainui.css +25 -5
  320. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/menu.css +36 -15
  321. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/panel.css +18 -17
  322. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/presets.css +1 -1
  323. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/reset.css +7 -1
  324. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/richcombo.css +27 -10
  325. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/skin.js +4 -36
  326. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/templates.css +16 -12
  327. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/toolbar.css +69 -83
  328. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/dialog.css +111 -13
  329. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/editor.css +1 -1
  330. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/elementspath.css +2 -1
  331. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons.css +40 -1
  332. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons.png +0 -0
  333. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
  334. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/mainui.css +33 -7
  335. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/menu.css +37 -15
  336. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/panel.css +23 -22
  337. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/presets.css +1 -1
  338. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/reset.css +7 -1
  339. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/richcombo.css +40 -20
  340. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/skin.js +10 -17
  341. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/templates.css +16 -10
  342. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/toolbar.css +79 -32
  343. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/dialog.css +112 -13
  344. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/editor.css +1 -1
  345. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/elementspath.css +2 -1
  346. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons.css +40 -1
  347. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons.png +0 -0
  348. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
  349. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/mainui.css +25 -5
  350. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/menu.css +38 -16
  351. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/panel.css +22 -21
  352. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/presets.css +1 -1
  353. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/reset.css +7 -1
  354. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/richcombo.css +36 -23
  355. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/skin.js +10 -17
  356. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/templates.css +16 -10
  357. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/toolbar.css +67 -27
  358. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/themes/default/theme.js +106 -46
  359. data/public/javascripts/extensions/ck_editor_filter/ckeditor/adapters/jquery.js +2 -2
  360. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.asp +955 -0
  361. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.js +141 -117
  362. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.pack +13 -7
  363. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.php +1 -1
  364. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_basic.js +4 -4
  365. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_basic_source.js +2 -2
  366. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_php4.php +27 -54
  367. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_php5.php +26 -53
  368. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_source.js +2 -2
  369. data/public/javascripts/extensions/ck_editor_filter/ckeditor/config.js +1 -1
  370. data/public/javascripts/extensions/ck_editor_filter/ckeditor/contents.css +4 -16
  371. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/_languages.js +2 -2
  372. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/_translationstatus.txt +58 -57
  373. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/af.js +2 -2
  374. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ar.js +2 -2
  375. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bg.js +2 -2
  376. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bn.js +2 -2
  377. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bs.js +2 -2
  378. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ca.js +2 -2
  379. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/cs.js +2 -2
  380. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/cy.js +2 -2
  381. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/da.js +2 -2
  382. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/de.js +2 -2
  383. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/el.js +2 -2
  384. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-au.js +2 -2
  385. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-ca.js +2 -2
  386. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-gb.js +2 -2
  387. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en.js +2 -2
  388. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/eo.js +2 -2
  389. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/es.js +2 -2
  390. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/et.js +2 -2
  391. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/eu.js +2 -2
  392. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fa.js +2 -2
  393. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fi.js +2 -2
  394. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fo.js +2 -2
  395. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fr-ca.js +2 -2
  396. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fr.js +2 -2
  397. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/gl.js +2 -2
  398. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/gu.js +2 -2
  399. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/he.js +2 -2
  400. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hi.js +2 -2
  401. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hr.js +2 -2
  402. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hu.js +2 -2
  403. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/is.js +2 -2
  404. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/it.js +2 -2
  405. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ja.js +2 -2
  406. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ka.js +6 -0
  407. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/km.js +2 -2
  408. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ko.js +2 -2
  409. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/lt.js +2 -2
  410. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/lv.js +2 -2
  411. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/mn.js +2 -2
  412. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ms.js +2 -2
  413. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/nb.js +2 -2
  414. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/nl.js +2 -2
  415. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/no.js +2 -2
  416. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pl.js +2 -2
  417. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pt-br.js +2 -2
  418. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pt.js +2 -2
  419. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ro.js +2 -2
  420. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ru.js +2 -2
  421. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sk.js +2 -2
  422. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sl.js +2 -2
  423. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sr-latn.js +2 -2
  424. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sr.js +2 -2
  425. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sv.js +2 -2
  426. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/th.js +2 -2
  427. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/tr.js +2 -2
  428. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/uk.js +2 -2
  429. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/vi.js +2 -2
  430. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/zh-cn.js +2 -2
  431. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/zh.js +2 -2
  432. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +2 -2
  433. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/lang/en.js +2 -2
  434. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
  435. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/about/dialogs/about.js +2 -2
  436. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/adobeair/plugin.js +6 -0
  437. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/ajax/plugin.js +6 -0
  438. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/autogrow/plugin.js +6 -0
  439. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/bbcode/plugin.js +9 -0
  440. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/clipboard/dialogs/paste.js +3 -3
  441. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/colordialog/dialogs/colordialog.js +3 -2
  442. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/devtools/lang/en.js +6 -0
  443. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/devtools/plugin.js +6 -0
  444. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/dialog/dialogDefinition.js +1 -1
  445. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/div/dialogs/div.js +3 -2
  446. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
  447. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/docprops/plugin.js +6 -0
  448. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/find/dialogs/find.js +5 -5
  449. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/flash/dialogs/flash.js +5 -5
  450. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/button.js +2 -2
  451. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/checkbox.js +2 -2
  452. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/form.js +2 -2
  453. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/hiddenfield.js +2 -2
  454. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/radio.js +2 -2
  455. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/select.js +4 -4
  456. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/textarea.js +2 -2
  457. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/textfield.js +2 -2
  458. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  459. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
  460. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  461. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframedialog/plugin.js +2 -2
  462. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/image/dialogs/image.js +9 -9
  463. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/dialogs/anchor.js +2 -2
  464. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/dialogs/link.js +7 -7
  465. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/liststyle/dialogs/liststyle.js +6 -0
  466. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/pastefromword/filter/default.js +7 -6
  467. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/pastetext/dialogs/pastetext.js +2 -2
  468. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
  469. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/lang/en.js +6 -0
  470. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/lang/he.js +6 -0
  471. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/placeholder.gif +0 -0
  472. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/plugin.js +6 -0
  473. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/radiantpreview/images/radiant-preview.png +0 -0
  474. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/dialogs/options.js +4 -4
  475. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/dialogs/toolbar.css +1 -1
  476. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  477. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  478. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  479. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  480. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  481. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  482. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  483. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  484. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  485. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  486. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  487. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/dialogs/smiley.js +3 -3
  488. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/specialchar.js +3 -3
  489. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/lang/en.js +6 -0
  490. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/{stylescombo → styles}/styles/default.js +2 -2
  491. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/stylesheetparser/plugin.js +6 -0
  492. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/table/dialogs/table.js +5 -5
  493. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/tableresize/plugin.js +7 -0
  494. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/tabletools/dialogs/tableCell.js +4 -4
  495. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/dialogs/templates.js +3 -3
  496. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/templates/default.js +2 -2
  497. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/dialogs/uicolor.js +3 -3
  498. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/lang/en.js +1 -1
  499. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/lang/he.js +6 -0
  500. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/plugin.js +2 -2
  501. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/assets/yui.css +2 -2
  502. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/yui.js +1 -1
  503. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/ciframe.html +1 -1
  504. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +1 -1
  505. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/wsc.css +2 -2
  506. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/wsc.js +3 -3
  507. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/xml/plugin.js +6 -0
  508. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/dialog.css +5 -5
  509. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/editor.css +9 -8
  510. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/icons.png +0 -0
  511. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/icons_rtl.png +0 -0
  512. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/skin.js +3 -3
  513. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/templates.css +2 -2
  514. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/dialog.css +5 -5
  515. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/editor.css +10 -9
  516. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/icons.png +0 -0
  517. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/icons_rtl.png +0 -0
  518. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/skin.js +2 -2
  519. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/templates.css +2 -2
  520. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/dialog.css +5 -4
  521. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/editor.css +9 -8
  522. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/icons.png +0 -0
  523. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/icons_rtl.png +0 -0
  524. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/skin.js +2 -2
  525. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/templates.css +2 -2
  526. data/public/javascripts/extensions/ck_editor_filter/ckeditor/themes/default/theme.js +4 -4
  527. data/public/javascripts/extensions/ck_editor_filter/radiant.ckeditor.js +21 -12
  528. metadata +94 -9
  529. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ajax.js +0 -143
  530. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/imagecacher.js +0 -58
  531. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/xml.js +0 -165
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
2
+ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
3
  For licensing, see LICENSE.html or http://ckeditor.com/license
4
4
  */
5
5
 
@@ -34,8 +34,8 @@ CKEDITOR.lang['cy'] =
34
34
  editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
35
35
 
36
36
  // ARIA descriptions.
37
- toolbar : 'Toolbar', // MISSING
38
- editor : 'Rich Text Editor', // MISSING
37
+ toolbars : 'Editor toolbars', // MISSING
38
+ editor : 'Rich Text Editor', // MISSING
39
39
 
40
40
  // Toolbar buttons without dialogs.
41
41
  source : 'Tarddle',
@@ -56,6 +56,7 @@ CKEDITOR.lang['cy'] =
56
56
  superscript : 'Uwchsgript',
57
57
  horizontalrule : 'Mewnosod Llinell Lorweddol',
58
58
  pagebreak : 'Mewnosod Toriad Tudalen i Argraffu',
59
+ pagebreakAlt : 'Page Break', // MISSING
59
60
  unlink : 'Datgysylltu',
60
61
  undo : 'Dadwneud',
61
62
  redo : 'Ailadrodd',
@@ -105,22 +106,44 @@ CKEDITOR.lang['cy'] =
105
106
  targetTop : 'Topmost Window (_top)', // MISSING
106
107
  targetSelf : 'Same Window (_self)', // MISSING
107
108
  targetParent : 'Parent Window (_parent)', // MISSING
109
+ langDirLTR : 'Left to Right (LTR)', // MISSING
110
+ langDirRTL : 'Right to Left (RTL)', // MISSING
111
+ styles : 'Style', // MISSING
112
+ cssClasses : 'Stylesheet Classes', // MISSING
113
+ width : 'Lled',
114
+ height : 'Uchder',
115
+ align : 'Alinio',
116
+ alignLeft : 'Chwith',
117
+ alignRight : 'Dde',
118
+ alignCenter : 'Canol',
119
+ alignTop : 'Top', // MISSING
120
+ alignMiddle : 'Canol',
121
+ alignBottom : 'Gwaelod',
122
+ invalidHeight : 'Rhaid i\'r Uchder fod yn rhif.',
123
+ invalidWidth : 'Rhaid i\'r Lled fod yn rhif.',
108
124
 
109
125
  // Put the voice-only part of the label in the span.
110
126
  unavailable : '%1<span class="cke_accessibility">, ddim ar gael</span>'
111
127
  },
112
128
 
129
+ contextmenu :
130
+ {
131
+ options : 'Context Menu Options' // MISSING
132
+ },
133
+
113
134
  // Special char dialog.
114
135
  specialChar :
115
136
  {
116
137
  toolbar : 'Mewnosod Nodau Arbennig',
117
- title : 'Dewis Nod Arbennig'
138
+ title : 'Dewis Nod Arbennig',
139
+ options : 'Special Character Options' // MISSING
118
140
  },
119
141
 
120
142
  // Link dialog.
121
143
  link :
122
144
  {
123
145
  toolbar : 'Dolen',
146
+ other : '<eraill>',
124
147
  menu : 'Golygu Dolen',
125
148
  title : 'Dolen',
126
149
  info : 'Gwyb ar y Ddolen',
@@ -144,9 +167,7 @@ CKEDITOR.lang['cy'] =
144
167
  popupFullScreen : 'Sgrin Llawn (IE)',
145
168
  popupScrollBars : 'Barrau Sgrolio',
146
169
  popupDependent : 'Dibynnol (Netscape)',
147
- popupWidth : 'Lled',
148
170
  popupLeft : 'Safle Chwith',
149
- popupHeight : 'Uchder',
150
171
  popupTop : 'Safle Top',
151
172
  id : 'Id',
152
173
  langDir : 'Cyfeiriad Iaith',
@@ -154,18 +175,19 @@ CKEDITOR.lang['cy'] =
154
175
  langDirRTL : 'Dde i\'r Chwith (RTL)',
155
176
  acccessKey : 'Allwedd Mynediad',
156
177
  name : 'Enw',
157
- langCode : 'Cod Iaith',
158
- tabIndex : 'Indecs Tab',
159
- advisoryTitle : 'Teitl Cynghorol',
178
+ langCode : 'Cod Iaith',
179
+ tabIndex : 'Indecs Tab',
180
+ advisoryTitle : 'Teitl Cynghorol',
160
181
  advisoryContentType : 'Math y Cynnwys Cynghorol',
161
182
  cssClasses : 'Dosbarthiadau Dalen Arddull',
162
183
  charset : 'Set nodau\'r Adnodd Cysylltiedig',
163
184
  styles : 'Arddull',
164
- selectAnchor : 'Dewiswch Angor',
185
+ rel : 'Relationship', // MISSING
186
+ selectAnchor : 'Dewiswch Angor',
165
187
  anchorName : 'Gan Enw\'r Angor',
166
- anchorId : 'Gan Id yr Elfen',
167
- emailAddress : 'Cyfeiriad E-Bost',
168
- emailSubject : 'Testun y Message Subject',
188
+ anchorId : 'Gan Id yr Elfen',
189
+ emailAddress : 'Cyfeiriad E-Bost',
190
+ emailSubject : 'Testun y Message Subject',
169
191
  emailBody : 'Pwnc y Neges',
170
192
  noAnchors : '(Dim angorau ar gael yn y ddogfen)',
171
193
  noUrl : 'Teipiwch URL y ddolen',
@@ -182,6 +204,30 @@ CKEDITOR.lang['cy'] =
182
204
  errorName : 'Teipiwch enw\'r angor'
183
205
  },
184
206
 
207
+ // List style dialog
208
+ list:
209
+ {
210
+ numberedTitle : 'Numbered List Properties', // MISSING
211
+ bulletedTitle : 'Bulleted List Properties', // MISSING
212
+ type : 'Type', // MISSING
213
+ start : 'Start', // MISSING
214
+ validateStartNumber :'List start number must be a whole number.', // MISSING
215
+ circle : 'Circle', // MISSING
216
+ disc : 'Disc', // MISSING
217
+ square : 'Square', // MISSING
218
+ none : 'None', // MISSING
219
+ notset : '<not set>', // MISSING
220
+ armenian : 'Armenian numbering', // MISSING
221
+ georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
222
+ lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
223
+ upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
224
+ lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
225
+ upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
226
+ lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
227
+ decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
228
+ decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
229
+ },
230
+
185
231
  // Find And Replace Dialog
186
232
  findAndReplace :
187
233
  {
@@ -208,15 +254,9 @@ CKEDITOR.lang['cy'] =
208
254
  rows : 'Rhesi',
209
255
  columns : 'Colofnau',
210
256
  border : 'Maint yr Ymyl',
211
- align : 'Aliniad',
212
- alignLeft : 'Chwith',
213
- alignCenter : 'Canol',
214
- alignRight : 'Dde',
215
- width : 'Lled',
216
257
  widthPx : 'picsel',
217
258
  widthPc : 'y cant',
218
259
  widthUnit : 'width unit', // MISSING
219
- height : 'Uchder',
220
260
  cellSpace : 'Bylchu\'r gell',
221
261
  cellPad : 'Padio\'r gell',
222
262
  caption : 'Pennawd',
@@ -252,9 +292,6 @@ CKEDITOR.lang['cy'] =
252
292
  wordWrap : 'Lapio Geiriau',
253
293
  hAlign : 'Aliniad Llorweddol',
254
294
  vAlign : 'Aliniad Fertigol',
255
- alignTop : 'Top',
256
- alignMiddle : 'Canol',
257
- alignBottom : 'Gwaelod',
258
295
  alignBaseline : 'Baslinell',
259
296
  bgColor : 'Lliw Cefndir',
260
297
  borderColor : 'Lliw Ymyl',
@@ -375,24 +412,17 @@ CKEDITOR.lang['cy'] =
375
412
  btnUpload : 'Anfon i\'r Gweinydd',
376
413
  upload : 'lanlwytho',
377
414
  alt : 'Testun Amgen',
378
- width : 'Lled',
379
- height : 'Uchder',
380
415
  lockRatio : 'Cloi Cymhareb',
381
416
  unlockRatio : 'Unlock Ratio', // MISSING
382
417
  resetSize : 'Ailosod Maint',
383
418
  border : 'Ymyl',
384
419
  hSpace : 'BwlchLl',
385
420
  vSpace : 'BwlchF',
386
- align : 'Alinio',
387
- alignLeft : 'Chwith',
388
- alignRight : 'Dde',
389
421
  alertUrl : 'Rhowch URL y ddelwedd',
390
422
  linkTab : 'Dolen',
391
423
  button2Img : 'Ydych am drawsffurfio\'r botwm ddelwedd hwn ar ddelwedd syml?',
392
424
  img2Button : 'Ydych am drawsffurfio\'r ddelwedd hon ar fotwm delwedd?',
393
425
  urlMissing : 'URL tarddle\'r ddelwedd ar goll.',
394
- validateWidth : 'Width must be a whole number.', // MISSING
395
- validateHeight : 'Height must be a whole number.', // MISSING
396
426
  validateBorder : 'Border must be a whole number.', // MISSING
397
427
  validateHSpace : 'HSpace must be a whole number.', // MISSING
398
428
  validateVSpace : 'VSpace must be a whole number.' // MISSING
@@ -416,16 +446,10 @@ CKEDITOR.lang['cy'] =
416
446
  accessAlways : 'Pob amser',
417
447
  accessSameDomain: 'R\'un parth',
418
448
  accessNever : 'Byth',
419
- align : 'Alinio',
420
- alignLeft : 'Chwith',
421
449
  alignAbsBottom : 'Gwaelod Abs',
422
450
  alignAbsMiddle : 'Canol Abs',
423
451
  alignBaseline : 'Baslinell',
424
- alignBottom : 'Gwaelod',
425
- alignMiddle : 'Canol',
426
- alignRight : 'Dde',
427
452
  alignTextTop : 'Testun Top',
428
- alignTop : 'Top',
429
453
  quality : 'Ansawdd',
430
454
  qualityBest : 'Gorau',
431
455
  qualityHigh : 'Uchel',
@@ -439,13 +463,9 @@ CKEDITOR.lang['cy'] =
439
463
  windowMode : 'Modd ffenestr',
440
464
  flashvars : 'Newidynnau ar gyfer Flash',
441
465
  bgcolor : 'Lliw cefndir',
442
- width : 'Lled',
443
- height : 'Uchder',
444
466
  hSpace : 'BwlchLl',
445
467
  vSpace : 'BwlchF',
446
468
  validateSrc : 'Ni all yr URL fod yn wag.',
447
- validateWidth : 'Rhaid i\'r Lled fod yn rhif.',
448
- validateHeight : 'Rhaid i\'r Uchder fod yn rhif.',
449
469
  validateHSpace : 'Rhaid i\'r BwlchLl fod yn rhif.',
450
470
  validateVSpace : 'Rhaid i\'r BwlchF fod yn rhif.'
451
471
  },
@@ -476,7 +496,8 @@ CKEDITOR.lang['cy'] =
476
496
  smiley :
477
497
  {
478
498
  toolbar : 'Gwenoglun',
479
- title : 'Mewnosod Gwenoglun'
499
+ title : 'Mewnosod Gwenoglun',
500
+ options : 'Smiley Options' // MISSING
480
501
  },
481
502
 
482
503
  elementsPath :
@@ -503,9 +524,9 @@ CKEDITOR.lang['cy'] =
503
524
  clipboard :
504
525
  {
505
526
  title : 'Gludo',
506
- cutError : 'Nid yw gosodiadau diogelwch eich porwr yn caniatàu\'r golygydd i gynnal \'gweithredoedd torri\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl+X).',
507
- copyError : 'Nid yw gosodiadau diogelwch eich porwr yn caniatàu\'r golygydd i gynnal \'gweithredoedd copïo\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl+C).',
508
- pasteMsg : 'Gludwch i mewn i\'r blwch canlynol gan ddefnyddio\'r bysellfwrdd (<strong>Ctrl+V</strong>) a phwyso <strong>Iawn</strong>.',
527
+ cutError : 'Nid yw gosodiadau diogelwch eich porwr yn caniatàu\'r golygydd i gynnal \'gweithredoedd torri\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+X).',
528
+ copyError : 'Nid yw gosodiadau diogelwch eich porwr yn caniatàu\'r golygydd i gynnal \'gweithredoedd copïo\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+C).',
529
+ pasteMsg : 'Gludwch i mewn i\'r blwch canlynol gan ddefnyddio\'r bysellfwrdd (<strong>Ctrl/Cmd+V</strong>) a phwyso <strong>Iawn</strong>.',
509
530
  securityMsg : 'Oherwydd gosodiadau diogelwch eich porwr, nid yw\'r porwr yn gallu ennill mynediad i\'r data ar y clipfwrdd yn uniongyrchol. Mae angen i chi ei ludo eto i\'r ffenestr hon.',
510
531
  pasteArea : 'Paste Area' // MISSING
511
532
  },
@@ -528,6 +549,7 @@ CKEDITOR.lang['cy'] =
528
549
  {
529
550
  button : 'Templedi',
530
551
  title : 'Templedi Cynnwys',
552
+ options : 'Template Options', // MISSING
531
553
  insertOption : 'Amnewid y cynnwys go iawn',
532
554
  selectPromptMsg : 'Dewiswch dempled i\'w agor yn y golygydd',
533
555
  emptyListMsg : '(Dim templedi wedi\'u diffinio)'
@@ -578,6 +600,15 @@ CKEDITOR.lang['cy'] =
578
600
  remove : 'Remove Div' // MISSING
579
601
  },
580
602
 
603
+ iframe :
604
+ {
605
+ title : 'IFrame Properties', // MISSING
606
+ toolbar : 'IFrame', // MISSING
607
+ noUrl : 'Please type the iframe URL', // MISSING
608
+ scrolling : 'Enable scrollbars', // MISSING
609
+ border : 'Show frame border' // MISSING
610
+ },
611
+
581
612
  font :
582
613
  {
583
614
  label : 'Ffont',
@@ -648,6 +679,7 @@ CKEDITOR.lang['cy'] =
648
679
  scayt :
649
680
  {
650
681
  title : 'Gwirio\'r Sillafu Wrth Deipio',
682
+ opera_title : 'Not supported by Opera', // MISSING
651
683
  enable : 'Galluogi SCAYT',
652
684
  disable : 'Analluogi SCAYT',
653
685
  about : 'Ynghylch SCAYT',
@@ -659,9 +691,23 @@ CKEDITOR.lang['cy'] =
659
691
  ignoreAll : 'Anwybyddu pob',
660
692
  addWord : 'Ychwanegu Gair',
661
693
  emptyDic : 'Ni ddylai enw\'r geiriadur fod yn wag.',
694
+
662
695
  optionsTab : 'Opsiynau',
696
+ allCaps : 'Ignore All-Caps Words', // MISSING
697
+ ignoreDomainNames : 'Ignore Domain Names', // MISSING
698
+ mixedCase : 'Ignore Words with Mixed Case', // MISSING
699
+ mixedWithDigits : 'Ignore Words with Numbers', // MISSING
700
+
663
701
  languagesTab : 'Ieithoedd',
702
+
664
703
  dictionariesTab : 'Geiriaduron',
704
+ dic_field_name : 'Dictionary name', // MISSING
705
+ dic_create : 'Create', // MISSING
706
+ dic_restore : 'Restore', // MISSING
707
+ dic_delete : 'Delete', // MISSING
708
+ dic_rename : 'Rename', // MISSING
709
+ dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
710
+
665
711
  aboutTab : 'Ynghylch'
666
712
  },
667
713
 
@@ -669,6 +715,8 @@ CKEDITOR.lang['cy'] =
669
715
  {
670
716
  title : 'Ynghylch CKEditor',
671
717
  dlgTitle : 'Ynghylch CKEditor',
718
+ help : 'Check $1 for help.', // MISSING
719
+ userGuide : 'CKEditor User\'s Guide', // MISSING
672
720
  moreInfo : 'Am wybodaeth ynghylch trwyddedau, ewch i\'n gwefan:',
673
721
  copy : 'Hawlfraint &copy; $1. Cedwir pob hawl.'
674
722
  },
@@ -678,10 +726,11 @@ CKEDITOR.lang['cy'] =
678
726
 
679
727
  fakeobjects :
680
728
  {
681
- anchor : 'Angor',
682
- flash : 'Animeiddiant Flash',
683
- div : 'Toriad Tudalen',
684
- unknown : 'Gwrthrych Anhysbys'
729
+ anchor : 'Angor',
730
+ flash : 'Animeiddiant Flash',
731
+ iframe : 'IFrame', // MISSING
732
+ hiddenfield : 'Hidden Field', // MISSING
733
+ unknown : 'Gwrthrych Anhysbys'
685
734
  },
686
735
 
687
736
  resize : 'Llusgo i ailfeintio',
@@ -689,11 +738,73 @@ CKEDITOR.lang['cy'] =
689
738
  colordialog :
690
739
  {
691
740
  title : 'Dewis lliw',
741
+ options : 'Color Options', // MISSING
692
742
  highlight : 'Uwcholeuo',
693
743
  selected : 'Dewiswyd',
694
744
  clear : 'Clirio'
695
745
  },
696
746
 
697
747
  toolbarCollapse : 'Cyfangu\'r Bar Offer',
698
- toolbarExpand : 'Ehangu\'r Bar Offer'
748
+ toolbarExpand : 'Ehangu\'r Bar Offer',
749
+
750
+ toolbarGroups :
751
+ {
752
+ document : 'Document', // MISSING
753
+ clipboard : 'Clipboard/Undo', // MISSING
754
+ editing : 'Editing', // MISSING
755
+ forms : 'Forms', // MISSING
756
+ basicstyles : 'Basic Styles', // MISSING
757
+ paragraph : 'Paragraph', // MISSING
758
+ links : 'Links', // MISSING
759
+ insert : 'Insert', // MISSING
760
+ styles : 'Styles', // MISSING
761
+ colors : 'Colors', // MISSING
762
+ tools : 'Tools' // MISSING
763
+ },
764
+
765
+ bidi :
766
+ {
767
+ ltr : 'Text direction from left to right', // MISSING
768
+ rtl : 'Text direction from right to left' // MISSING
769
+ },
770
+
771
+ docprops :
772
+ {
773
+ label : 'Document Properties', // MISSING
774
+ title : 'Document Properties', // MISSING
775
+ design : 'Design', // MISSING
776
+ meta : 'Meta Tags', // MISSING
777
+ chooseColor : 'Choose', // MISSING
778
+ other : 'Other...', // MISSING
779
+ docTitle : 'Page Title', // MISSING
780
+ charset : 'Character Set Encoding', // MISSING
781
+ charsetOther : 'Other Character Set Encoding', // MISSING
782
+ charsetASCII : 'ASCII', // MISSING
783
+ charsetCE : 'Central European', // MISSING
784
+ charsetCT : 'Chinese Traditional (Big5)', // MISSING
785
+ charsetCR : 'Cyrillic', // MISSING
786
+ charsetGR : 'Greek', // MISSING
787
+ charsetJP : 'Japanese', // MISSING
788
+ charsetKR : 'Korean', // MISSING
789
+ charsetTR : 'Turkish', // MISSING
790
+ charsetUN : 'Unicode (UTF-8)', // MISSING
791
+ charsetWE : 'Western European', // MISSING
792
+ docType : 'Document Type Heading', // MISSING
793
+ docTypeOther : 'Other Document Type Heading', // MISSING
794
+ xhtmlDec : 'Include XHTML Declarations', // MISSING
795
+ bgColor : 'Background Color', // MISSING
796
+ bgImage : 'Background Image URL', // MISSING
797
+ bgFixed : 'Non-scrolling (Fixed) Background', // MISSING
798
+ txtColor : 'Text Color', // MISSING
799
+ margin : 'Page Margins', // MISSING
800
+ marginTop : 'Top', // MISSING
801
+ marginLeft : 'Left', // MISSING
802
+ marginRight : 'Right', // MISSING
803
+ marginBottom : 'Bottom', // MISSING
804
+ metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING
805
+ metaDescription : 'Document Description', // MISSING
806
+ metaAuthor : 'Author', // MISSING
807
+ metaCopyright : 'Copyright', // MISSING
808
+ previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
809
+ }
699
810
  };
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
2
+ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
3
  For licensing, see LICENSE.html or http://ckeditor.com/license
4
4
  */
5
5
 
@@ -34,8 +34,8 @@ CKEDITOR.lang['da'] =
34
34
  editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
35
35
 
36
36
  // ARIA descriptions.
37
- toolbar : 'Toolbar', // MISSING
38
- editor : 'Rich Text Editor', // MISSING
37
+ toolbars : 'Editor toolbars', // MISSING
38
+ editor : 'Rich Text Editor', // MISSING
39
39
 
40
40
  // Toolbar buttons without dialogs.
41
41
  source : 'Kilde',
@@ -56,6 +56,7 @@ CKEDITOR.lang['da'] =
56
56
  superscript : 'Hævet skrift',
57
57
  horizontalrule : 'Indsæt vandret streg',
58
58
  pagebreak : 'Indsæt sideskift',
59
+ pagebreakAlt : 'Page Break', // MISSING
59
60
  unlink : 'Fjern hyperlink',
60
61
  undo : 'Fortryd',
61
62
  redo : 'Annullér fortryd',
@@ -105,22 +106,44 @@ CKEDITOR.lang['da'] =
105
106
  targetTop : 'Topmost Window (_top)', // MISSING
106
107
  targetSelf : 'Same Window (_self)', // MISSING
107
108
  targetParent : 'Parent Window (_parent)', // MISSING
109
+ langDirLTR : 'Left to Right (LTR)', // MISSING
110
+ langDirRTL : 'Right to Left (RTL)', // MISSING
111
+ styles : 'Style', // MISSING
112
+ cssClasses : 'Stylesheet Classes', // MISSING
113
+ width : 'Bredde',
114
+ height : 'Højde',
115
+ align : 'Justering',
116
+ alignLeft : 'Venstre',
117
+ alignRight : 'Højre',
118
+ alignCenter : 'Centreret',
119
+ alignTop : 'Øverst',
120
+ alignMiddle : 'Centreret',
121
+ alignBottom : 'Nederst',
122
+ invalidHeight : 'Højde skal være et tal.',
123
+ invalidWidth : 'Bredde skal være et tal.',
108
124
 
109
125
  // Put the voice-only part of the label in the span.
110
126
  unavailable : '%1<span class="cke_accessibility">, ikke tilgængelig</span>'
111
127
  },
112
128
 
129
+ contextmenu :
130
+ {
131
+ options : 'Context Menu Options' // MISSING
132
+ },
133
+
113
134
  // Special char dialog.
114
135
  specialChar :
115
136
  {
116
137
  toolbar : 'Indsæt symbol',
117
- title : 'Vælg symbol'
138
+ title : 'Vælg symbol',
139
+ options : 'Special Character Options' // MISSING
118
140
  },
119
141
 
120
142
  // Link dialog.
121
143
  link :
122
144
  {
123
145
  toolbar : 'Indsæt/redigér hyperlink',
146
+ other : '<anden>',
124
147
  menu : 'Redigér hyperlink',
125
148
  title : 'Egenskaber for hyperlink',
126
149
  info : 'Generelt',
@@ -144,9 +167,7 @@ CKEDITOR.lang['da'] =
144
167
  popupFullScreen : 'Fuld skærm (IE)',
145
168
  popupScrollBars : 'Scrollbar',
146
169
  popupDependent : 'Koblet/dependent (Netscape)',
147
- popupWidth : 'Bredde',
148
170
  popupLeft : 'Position fra venstre',
149
- popupHeight : 'Højde',
150
171
  popupTop : 'Position fra toppen',
151
172
  id : 'Id',
152
173
  langDir : 'Tekstretning',
@@ -154,18 +175,19 @@ CKEDITOR.lang['da'] =
154
175
  langDirRTL : 'Fra højre mod venstre (RTL)',
155
176
  acccessKey : 'Genvejstast',
156
177
  name : 'Navn',
157
- langCode : 'Tekstretning',
158
- tabIndex : 'Tabulator indeks',
159
- advisoryTitle : 'Titel',
178
+ langCode : 'Tekstretning',
179
+ tabIndex : 'Tabulator indeks',
180
+ advisoryTitle : 'Titel',
160
181
  advisoryContentType : 'Indholdstype',
161
182
  cssClasses : 'Typografiark',
162
183
  charset : 'Tegnsæt',
163
184
  styles : 'Typografi',
164
- selectAnchor : 'Vælg et anker',
185
+ rel : 'Relationship', // MISSING
186
+ selectAnchor : 'Vælg et anker',
165
187
  anchorName : 'Efter anker navn',
166
- anchorId : 'Efter element Id',
167
- emailAddress : 'E-mail adresse',
168
- emailSubject : 'Emne',
188
+ anchorId : 'Efter element Id',
189
+ emailAddress : 'E-mail adresse',
190
+ emailSubject : 'Emne',
169
191
  emailBody : 'Besked',
170
192
  noAnchors : '(Ingen bogmærker i dokumentet)',
171
193
  noUrl : 'Indtast hyperlink URL!',
@@ -182,6 +204,30 @@ CKEDITOR.lang['da'] =
182
204
  errorName : 'Indtast bogmærke navn'
183
205
  },
184
206
 
207
+ // List style dialog
208
+ list:
209
+ {
210
+ numberedTitle : 'Numbered List Properties', // MISSING
211
+ bulletedTitle : 'Bulleted List Properties', // MISSING
212
+ type : 'Type', // MISSING
213
+ start : 'Start', // MISSING
214
+ validateStartNumber :'List start number must be a whole number.', // MISSING
215
+ circle : 'Circle', // MISSING
216
+ disc : 'Disc', // MISSING
217
+ square : 'Square', // MISSING
218
+ none : 'None', // MISSING
219
+ notset : '<not set>', // MISSING
220
+ armenian : 'Armenian numbering', // MISSING
221
+ georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
222
+ lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
223
+ upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
224
+ lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
225
+ upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
226
+ lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
227
+ decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
228
+ decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
229
+ },
230
+
185
231
  // Find And Replace Dialog
186
232
  findAndReplace :
187
233
  {
@@ -208,15 +254,9 @@ CKEDITOR.lang['da'] =
208
254
  rows : 'Rækker',
209
255
  columns : 'Kolonner',
210
256
  border : 'Rammebredde',
211
- align : 'Justering',
212
- alignLeft : 'Venstrestillet',
213
- alignCenter : 'Centreret',
214
- alignRight : 'Højrestillet',
215
- width : 'Bredde',
216
257
  widthPx : 'pixels',
217
258
  widthPc : 'procent',
218
259
  widthUnit : 'width unit', // MISSING
219
- height : 'Højde',
220
260
  cellSpace : 'Celleafstand',
221
261
  cellPad : 'Cellemargen',
222
262
  caption : 'Titel',
@@ -252,9 +292,6 @@ CKEDITOR.lang['da'] =
252
292
  wordWrap : 'Tekstombrydning',
253
293
  hAlign : 'Vandret justering',
254
294
  vAlign : 'Lodret justering',
255
- alignTop : 'Top',
256
- alignMiddle : 'Midt',
257
- alignBottom : 'Bund',
258
295
  alignBaseline : 'Grundlinje',
259
296
  bgColor : 'Baggrundsfarve',
260
297
  borderColor : 'Rammefarve',
@@ -375,24 +412,17 @@ CKEDITOR.lang['da'] =
375
412
  btnUpload : 'Upload',
376
413
  upload : 'Upload',
377
414
  alt : 'Alternativ tekst',
378
- width : 'Bredde',
379
- height : 'Højde',
380
415
  lockRatio : 'Lås størrelsesforhold',
381
416
  unlockRatio : 'Unlock Ratio', // MISSING
382
417
  resetSize : 'Nulstil størrelse',
383
418
  border : 'Ramme',
384
419
  hSpace : 'Vandret margen',
385
420
  vSpace : 'Lodret margen',
386
- align : 'Justering',
387
- alignLeft : 'Venstre',
388
- alignRight : 'Højre',
389
421
  alertUrl : 'Indtast stien til billedet',
390
422
  linkTab : 'Hyperlink',
391
423
  button2Img : 'Vil du lave billedknappen om til et almindeligt billede?',
392
424
  img2Button : 'Vil du lave billedet om til en billedknap?',
393
425
  urlMissing : 'Image source URL is missing.', // MISSING
394
- validateWidth : 'Width must be a whole number.', // MISSING
395
- validateHeight : 'Height must be a whole number.', // MISSING
396
426
  validateBorder : 'Border must be a whole number.', // MISSING
397
427
  validateHSpace : 'HSpace must be a whole number.', // MISSING
398
428
  validateVSpace : 'VSpace must be a whole number.' // MISSING
@@ -416,16 +446,10 @@ CKEDITOR.lang['da'] =
416
446
  accessAlways : 'Altid',
417
447
  accessSameDomain: 'Samme domæne',
418
448
  accessNever : 'Aldrig',
419
- align : 'Justering',
420
- alignLeft : 'Venstre',
421
449
  alignAbsBottom : 'Absolut nederst',
422
450
  alignAbsMiddle : 'Absolut centreret',
423
451
  alignBaseline : 'Grundlinje',
424
- alignBottom : 'Nederst',
425
- alignMiddle : 'Centreret',
426
- alignRight : 'Højre',
427
452
  alignTextTop : 'Toppen af teksten',
428
- alignTop : 'Øverst',
429
453
  quality : 'Kvalitet',
430
454
  qualityBest : 'Bedste',
431
455
  qualityHigh : 'Høj',
@@ -439,13 +463,9 @@ CKEDITOR.lang['da'] =
439
463
  windowMode : 'Vinduestilstand',
440
464
  flashvars : 'Variabler for Flash',
441
465
  bgcolor : 'Baggrundsfarve',
442
- width : 'Bredde',
443
- height : 'Højde',
444
466
  hSpace : 'Vandret margen',
445
467
  vSpace : 'Lodret margen',
446
468
  validateSrc : 'Indtast hyperlink URL!',
447
- validateWidth : 'Bredde skal være et tal.',
448
- validateHeight : 'Højde skal være et tal.',
449
469
  validateHSpace : 'Vandret margen skal være et tal.',
450
470
  validateVSpace : 'Lodret margen skal være et tal.'
451
471
  },
@@ -476,7 +496,8 @@ CKEDITOR.lang['da'] =
476
496
  smiley :
477
497
  {
478
498
  toolbar : 'Smiley',
479
- title : 'Vælg smiley'
499
+ title : 'Vælg smiley',
500
+ options : 'Smiley Options' // MISSING
480
501
  },
481
502
 
482
503
  elementsPath :
@@ -503,9 +524,9 @@ CKEDITOR.lang['da'] =
503
524
  clipboard :
504
525
  {
505
526
  title : 'Indsæt',
506
- cutError : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at klippe teksten (Ctrl+X).',
507
- copyError : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at kopiere teksten (Ctrl+C).',
508
- pasteMsg : 'Indsæt i feltet herunder (<STRONG>Ctrl+V</STRONG>) og klik på <STRONG>OK</STRONG>.',
527
+ cutError : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at klippe teksten (Ctrl/Cmd+X).',
528
+ copyError : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at kopiere teksten (Ctrl/Cmd+C).',
529
+ pasteMsg : 'Indsæt i feltet herunder (<STRONG>Ctrl/Cmd+V</STRONG>) og klik på <STRONG>OK</STRONG>.',
509
530
  securityMsg : 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.<br><br>Du skal indsætte udklipsholderens indhold i dette vindue igen.',
510
531
  pasteArea : 'Paste Area' // MISSING
511
532
  },
@@ -528,6 +549,7 @@ CKEDITOR.lang['da'] =
528
549
  {
529
550
  button : 'Skabeloner',
530
551
  title : 'Indholdsskabeloner',
552
+ options : 'Template Options', // MISSING
531
553
  insertOption : 'Erstat det faktiske indhold',
532
554
  selectPromptMsg : 'Vælg den skabelon, som skal åbnes i editoren (nuværende indhold vil blive overskrevet):',
533
555
  emptyListMsg : '(Der er ikke defineret nogen skabelon)'
@@ -578,6 +600,15 @@ CKEDITOR.lang['da'] =
578
600
  remove : 'Remove Div' // MISSING
579
601
  },
580
602
 
603
+ iframe :
604
+ {
605
+ title : 'IFrame Properties', // MISSING
606
+ toolbar : 'IFrame', // MISSING
607
+ noUrl : 'Please type the iframe URL', // MISSING
608
+ scrolling : 'Enable scrollbars', // MISSING
609
+ border : 'Show frame border' // MISSING
610
+ },
611
+
581
612
  font :
582
613
  {
583
614
  label : 'Skrifttype',
@@ -610,7 +641,7 @@ CKEDITOR.lang['da'] =
610
641
  '008080' : 'Teal', // MISSING
611
642
  '000080' : 'Navy', // MISSING
612
643
  '4B0082' : 'Indigo', // MISSING
613
- '696969' : 'Dim Gray', // MISSING
644
+ '696969' : 'Dark Gray', // MISSING
614
645
  'B22222' : 'Fire Brick', // MISSING
615
646
  'A52A2A' : 'Brown', // MISSING
616
647
  'DAA520' : 'Golden Rod', // MISSING
@@ -626,7 +657,7 @@ CKEDITOR.lang['da'] =
626
657
  '0FF' : 'Cyan', // MISSING
627
658
  '00F' : 'Blue', // MISSING
628
659
  'EE82EE' : 'Violet', // MISSING
629
- 'A9A9A9' : 'Dark Gray', // MISSING
660
+ 'A9A9A9' : 'Dim Gray', // MISSING
630
661
  'FFA07A' : 'Light Salmon', // MISSING
631
662
  'FFA500' : 'Orange', // MISSING
632
663
  'FFFF00' : 'Yellow', // MISSING
@@ -648,6 +679,7 @@ CKEDITOR.lang['da'] =
648
679
  scayt :
649
680
  {
650
681
  title : 'Stavekontrol mens du skriver',
682
+ opera_title : 'Not supported by Opera', // MISSING
651
683
  enable : 'Aktivér SCAYT',
652
684
  disable : 'Deaktivér SCAYT',
653
685
  about : 'Om SCAYT',
@@ -659,9 +691,23 @@ CKEDITOR.lang['da'] =
659
691
  ignoreAll : 'Ignorér alle',
660
692
  addWord : 'Tilføj ord',
661
693
  emptyDic : 'Ordbogsnavn må ikke være tom.',
694
+
662
695
  optionsTab : 'Indstillinger',
696
+ allCaps : 'Ignore All-Caps Words', // MISSING
697
+ ignoreDomainNames : 'Ignore Domain Names', // MISSING
698
+ mixedCase : 'Ignore Words with Mixed Case', // MISSING
699
+ mixedWithDigits : 'Ignore Words with Numbers', // MISSING
700
+
663
701
  languagesTab : 'Sprog',
702
+
664
703
  dictionariesTab : 'Ordbøger',
704
+ dic_field_name : 'Dictionary name', // MISSING
705
+ dic_create : 'Create', // MISSING
706
+ dic_restore : 'Restore', // MISSING
707
+ dic_delete : 'Delete', // MISSING
708
+ dic_rename : 'Rename', // MISSING
709
+ dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
710
+
665
711
  aboutTab : 'Om'
666
712
  },
667
713
 
@@ -669,6 +715,8 @@ CKEDITOR.lang['da'] =
669
715
  {
670
716
  title : 'Om CKEditor',
671
717
  dlgTitle : 'Om CKEditor',
718
+ help : 'Check $1 for help.', // MISSING
719
+ userGuide : 'CKEditor User\'s Guide', // MISSING
672
720
  moreInfo : 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):',
673
721
  copy : 'Copyright &copy; $1. Alle rettigheder forbeholdes.'
674
722
  },
@@ -678,10 +726,11 @@ CKEDITOR.lang['da'] =
678
726
 
679
727
  fakeobjects :
680
728
  {
681
- anchor : 'Anker',
682
- flash : 'Flashanimation',
683
- div : 'Sideskift',
684
- unknown : 'Ukendt objekt'
729
+ anchor : 'Anker',
730
+ flash : 'Flashanimation',
731
+ iframe : 'IFrame', // MISSING
732
+ hiddenfield : 'Hidden Field', // MISSING
733
+ unknown : 'Ukendt objekt'
685
734
  },
686
735
 
687
736
  resize : 'Træk for at skalere',
@@ -689,11 +738,73 @@ CKEDITOR.lang['da'] =
689
738
  colordialog :
690
739
  {
691
740
  title : 'Select color', // MISSING
741
+ options : 'Color Options', // MISSING
692
742
  highlight : 'Highlight', // MISSING
693
- selected : 'Selected', // MISSING
743
+ selected : 'Selected Color', // MISSING
694
744
  clear : 'Clear' // MISSING
695
745
  },
696
746
 
697
747
  toolbarCollapse : 'Collapse Toolbar', // MISSING
698
- toolbarExpand : 'Expand Toolbar' // MISSING
748
+ toolbarExpand : 'Expand Toolbar', // MISSING
749
+
750
+ toolbarGroups :
751
+ {
752
+ document : 'Document', // MISSING
753
+ clipboard : 'Clipboard/Undo', // MISSING
754
+ editing : 'Editing', // MISSING
755
+ forms : 'Forms', // MISSING
756
+ basicstyles : 'Basic Styles', // MISSING
757
+ paragraph : 'Paragraph', // MISSING
758
+ links : 'Links', // MISSING
759
+ insert : 'Insert', // MISSING
760
+ styles : 'Styles', // MISSING
761
+ colors : 'Colors', // MISSING
762
+ tools : 'Tools' // MISSING
763
+ },
764
+
765
+ bidi :
766
+ {
767
+ ltr : 'Text direction from left to right', // MISSING
768
+ rtl : 'Text direction from right to left' // MISSING
769
+ },
770
+
771
+ docprops :
772
+ {
773
+ label : 'Document Properties', // MISSING
774
+ title : 'Document Properties', // MISSING
775
+ design : 'Design', // MISSING
776
+ meta : 'Meta Tags', // MISSING
777
+ chooseColor : 'Choose', // MISSING
778
+ other : 'Other...', // MISSING
779
+ docTitle : 'Page Title', // MISSING
780
+ charset : 'Character Set Encoding', // MISSING
781
+ charsetOther : 'Other Character Set Encoding', // MISSING
782
+ charsetASCII : 'ASCII', // MISSING
783
+ charsetCE : 'Central European', // MISSING
784
+ charsetCT : 'Chinese Traditional (Big5)', // MISSING
785
+ charsetCR : 'Cyrillic', // MISSING
786
+ charsetGR : 'Greek', // MISSING
787
+ charsetJP : 'Japanese', // MISSING
788
+ charsetKR : 'Korean', // MISSING
789
+ charsetTR : 'Turkish', // MISSING
790
+ charsetUN : 'Unicode (UTF-8)', // MISSING
791
+ charsetWE : 'Western European', // MISSING
792
+ docType : 'Document Type Heading', // MISSING
793
+ docTypeOther : 'Other Document Type Heading', // MISSING
794
+ xhtmlDec : 'Include XHTML Declarations', // MISSING
795
+ bgColor : 'Background Color', // MISSING
796
+ bgImage : 'Background Image URL', // MISSING
797
+ bgFixed : 'Non-scrolling (Fixed) Background', // MISSING
798
+ txtColor : 'Text Color', // MISSING
799
+ margin : 'Page Margins', // MISSING
800
+ marginTop : 'Top', // MISSING
801
+ marginLeft : 'Left', // MISSING
802
+ marginRight : 'Right', // MISSING
803
+ marginBottom : 'Bottom', // MISSING
804
+ metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING
805
+ metaDescription : 'Document Description', // MISSING
806
+ metaAuthor : 'Author', // MISSING
807
+ metaCopyright : 'Copyright', // MISSING
808
+ previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
809
+ }
699
810
  };