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
 
@@ -71,6 +71,9 @@ CKEDITOR.ui.prototype =
71
71
 
72
72
  var result = handler && handler.create.apply( this, item.args );
73
73
 
74
+ // Allow overrides from skin ui definitions..
75
+ item && ( result = CKEDITOR.tools.extend( result, this._.editor.skin[ item.type ], true ) );
76
+
74
77
  // Add reference inside command object.
75
78
  if ( command )
76
79
  command.uiItems.push( result );
@@ -91,6 +94,8 @@ CKEDITOR.ui.prototype =
91
94
  }
92
95
  };
93
96
 
97
+ CKEDITOR.event.implementOn( CKEDITOR.ui );
98
+
94
99
  /**
95
100
  * (Virtual Class) Do not call this constructor. This class is not really part
96
101
  * of the API. It just illustrates the features of hanlder objects to be
@@ -114,3 +119,10 @@ CKEDITOR.ui.prototype =
114
119
  * }
115
120
  * });
116
121
  */
122
+
123
+ /**
124
+ * Internal event fired when a new UI element is ready
125
+ * @name CKEDITOR.ui#ready
126
+ * @event
127
+ * @param {Object} element The new element
128
+ */
@@ -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
 
@@ -40,6 +40,7 @@ var CKEDITOR_LANGS = (function()
40
40
  is : 'Icelandic',
41
41
  it : 'Italian',
42
42
  ja : 'Japanese',
43
+ ka : 'Georgian',
43
44
  km : 'Khmer',
44
45
  ko : 'Korean',
45
46
  lt : 'Lithuanian',
@@ -1,60 +1,61 @@
1
1
  Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
2
2
  For licensing, see LICENSE.html or http://ckeditor.com/license
3
3
 
4
- af.js Found: 286 Missing: 203
5
- ar.js Found: 450 Missing: 39
6
- bg.js Found: 279 Missing: 210
7
- bn.js Found: 281 Missing: 208
8
- bs.js Found: 187 Missing: 302
9
- ca.js Found: 403 Missing: 86
10
- cs.js Found: 410 Missing: 79
11
- cy.js Found: 451 Missing: 38
12
- da.js Found: 403 Missing: 86
13
- de.js Found: 443 Missing: 46
14
- el.js Found: 285 Missing: 204
15
- en-au.js Found: 368 Missing: 121
16
- en-ca.js Found: 368 Missing: 121
17
- en-gb.js Found: 369 Missing: 120
18
- eo.js Found: 259 Missing: 230
19
- es.js Found: 466 Missing: 23
20
- et.js Found: 300 Missing: 189
21
- eu.js Found: 403 Missing: 86
22
- fa.js Found: 301 Missing: 188
23
- fi.js Found: 466 Missing: 23
24
- fo.js Found: 300 Missing: 189
25
- fr-ca.js Found: 301 Missing: 188
26
- fr.js Found: 402 Missing: 87
27
- gl.js Found: 282 Missing: 207
28
- gu.js Found: 300 Missing: 189
29
- he.js Found: 466 Missing: 23
30
- hi.js Found: 301 Missing: 188
31
- hr.js Found: 403 Missing: 86
32
- hu.js Found: 300 Missing: 189
33
- is.js Found: 306 Missing: 183
34
- it.js Found: 403 Missing: 86
35
- ja.js Found: 412 Missing: 77
36
- km.js Found: 275 Missing: 214
37
- ko.js Found: 292 Missing: 197
38
- lt.js Found: 305 Missing: 184
39
- lv.js Found: 282 Missing: 207
40
- mn.js Found: 300 Missing: 189
41
- ms.js Found: 264 Missing: 225
42
- nb.js Found: 409 Missing: 80
43
- nl.js Found: 466 Missing: 23
44
- no.js Found: 409 Missing: 80
45
- pl.js Found: 410 Missing: 79
46
- pt-br.js Found: 402 Missing: 87
47
- pt.js Found: 281 Missing: 208
48
- ro.js Found: 300 Missing: 189
49
- ru.js Found: 466 Missing: 23
50
- sk.js Found: 301 Missing: 188
51
- sl.js Found: 409 Missing: 80
52
- sr-latn.js Found: 275 Missing: 214
53
- sr.js Found: 275 Missing: 214
54
- sv.js Found: 298 Missing: 191
55
- th.js Found: 286 Missing: 203
56
- tr.js Found: 306 Missing: 183
57
- uk.js Found: 403 Missing: 86
58
- vi.js Found: 403 Missing: 86
59
- zh-cn.js Found: 403 Missing: 86
60
- zh.js Found: 403 Missing: 86
4
+ af.js Found: 520 Missing: 51
5
+ ar.js Found: 435 Missing: 136
6
+ bg.js Found: 268 Missing: 303
7
+ bn.js Found: 269 Missing: 302
8
+ bs.js Found: 175 Missing: 396
9
+ ca.js Found: 520 Missing: 51
10
+ cs.js Found: 519 Missing: 52
11
+ cy.js Found: 435 Missing: 136
12
+ da.js Found: 388 Missing: 183
13
+ de.js Found: 521 Missing: 50
14
+ el.js Found: 274 Missing: 297
15
+ en-au.js Found: 345 Missing: 226
16
+ en-ca.js Found: 345 Missing: 226
17
+ en-gb.js Found: 519 Missing: 52
18
+ eo.js Found: 247 Missing: 324
19
+ es.js Found: 571 Missing: 0
20
+ et.js Found: 289 Missing: 282
21
+ eu.js Found: 387 Missing: 184
22
+ fa.js Found: 290 Missing: 281
23
+ fi.js Found: 521 Missing: 50
24
+ fo.js Found: 520 Missing: 51
25
+ fr-ca.js Found: 289 Missing: 282
26
+ fr.js Found: 521 Missing: 50
27
+ gl.js Found: 271 Missing: 300
28
+ gu.js Found: 288 Missing: 283
29
+ he.js Found: 571 Missing: 0
30
+ hi.js Found: 290 Missing: 281
31
+ hr.js Found: 388 Missing: 183
32
+ hu.js Found: 511 Missing: 60
33
+ is.js Found: 295 Missing: 276
34
+ it.js Found: 388 Missing: 183
35
+ ja.js Found: 470 Missing: 101
36
+ ka.js Found: 570 Missing: 1
37
+ km.js Found: 263 Missing: 308
38
+ ko.js Found: 281 Missing: 290
39
+ lt.js Found: 294 Missing: 277
40
+ lv.js Found: 271 Missing: 300
41
+ mn.js Found: 288 Missing: 283
42
+ ms.js Found: 253 Missing: 318
43
+ nb.js Found: 520 Missing: 51
44
+ nl.js Found: 512 Missing: 59
45
+ no.js Found: 520 Missing: 51
46
+ pl.js Found: 571 Missing: 0
47
+ pt-br.js Found: 505 Missing: 66
48
+ pt.js Found: 270 Missing: 301
49
+ ro.js Found: 289 Missing: 282
50
+ ru.js Found: 451 Missing: 120
51
+ sk.js Found: 334 Missing: 237
52
+ sl.js Found: 394 Missing: 177
53
+ sr-latn.js Found: 264 Missing: 307
54
+ sr.js Found: 263 Missing: 308
55
+ sv.js Found: 520 Missing: 51
56
+ th.js Found: 275 Missing: 296
57
+ tr.js Found: 505 Missing: 66
58
+ uk.js Found: 512 Missing: 59
59
+ vi.js Found: 462 Missing: 109
60
+ zh-cn.js Found: 517 Missing: 54
61
+ zh.js Found: 388 Missing: 183
@@ -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
 
@@ -31,171 +31,217 @@ CKEDITOR.lang['af'] =
31
31
  * Screenreader titles. Please note that screenreaders are not always capable
32
32
  * of reading non-English words. So be careful while translating it.
33
33
  */
34
- editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
34
+ editorTitle : 'Teksverwerker, %1, druk op ALT 0 vir hulp.',
35
35
 
36
36
  // ARIA descriptions.
37
- toolbar : 'Toolbar', // MISSING
38
- editor : 'Rich Text Editor', // MISSING
37
+ toolbars : 'Editor toolbars', // MISSING
38
+ editor : 'Teksverwerker',
39
39
 
40
40
  // Toolbar buttons without dialogs.
41
- source : 'Source',
42
- newPage : 'Nuwe Bladsy',
41
+ source : 'Bron',
42
+ newPage : 'Nuwe bladsy',
43
43
  save : 'Bewaar',
44
- preview : 'Voorskou',
45
- cut : 'Uitsny ',
46
- copy : 'Kopieer',
47
- paste : 'Byvoeg',
44
+ preview : 'Voorbeeld',
45
+ cut : 'Knip',
46
+ copy : 'Kopiëer',
47
+ paste : 'Plak',
48
48
  print : 'Druk',
49
49
  underline : 'Onderstreep',
50
50
  bold : 'Vet',
51
51
  italic : 'Skuins',
52
52
  selectAll : 'Selekteer alles',
53
- removeFormat : 'Formaat verweider',
54
- strike : 'Gestreik',
55
- subscript : 'Subscript',
56
- superscript : 'Superscript',
57
- horizontalrule : 'Horisontale lyn byvoeg',
58
- pagebreak : 'Bladsy breek byvoeg',
59
- unlink : 'Skakel verweider',
60
- undo : 'Ont-skep',
61
- redo : 'Her-skep',
53
+ removeFormat : 'Verwyder opmaak',
54
+ strike : 'Deurstreep',
55
+ subscript : 'Onderskrif',
56
+ superscript : 'Bo-skrif',
57
+ horizontalrule : 'Horisontale lyn invoeg',
58
+ pagebreak : 'Bladsy-einde invoeg',
59
+ pagebreakAlt : 'Bladsy-einde',
60
+ unlink : 'Verwyder skakel',
61
+ undo : 'Ontdoen',
62
+ redo : 'Oordoen',
62
63
 
63
64
  // Common messages and labels.
64
65
  common :
65
66
  {
66
- browseServer : 'Server deurblaai',
67
+ browseServer : 'Blaai op bediener',
67
68
  url : 'URL',
68
69
  protocol : 'Protokol',
69
70
  upload : 'Oplaai',
70
- uploadSubmit : 'Stuur dit na die Server',
71
- image : 'Beeld',
71
+ uploadSubmit : 'Stuur na bediener',
72
+ image : 'Afbeelding',
72
73
  flash : 'Flash',
73
- form : 'Form',
74
- checkbox : 'HakBox',
75
- radio : 'PuntBox',
76
- textField : 'Byvoegbare karakter strook',
77
- textarea : 'Byvoegbare karakter area',
78
- hiddenField : 'Blinde strook',
74
+ form : 'Vorm',
75
+ checkbox : 'Merkhokkie',
76
+ radio : 'Radioknoppie',
77
+ textField : 'Teksveld',
78
+ textarea : 'Teks-area',
79
+ hiddenField : 'Blinde veld',
79
80
  button : 'Knop',
80
- select : 'Opklapbare keuse strook',
81
- imageButton : 'Beeld knop',
81
+ select : 'Keuseveld',
82
+ imageButton : 'Afbeeldingsknop',
82
83
  notSet : '<geen instelling>',
83
84
  id : 'Id',
84
85
  name : 'Naam',
85
- langDir : 'Taal rigting',
86
+ langDir : 'Skryfrigting',
86
87
  langDirLtr : 'Links na regs (LTR)',
87
88
  langDirRtl : 'Regs na links (RTL)',
88
- langCode : 'Taal kode',
89
- longDescr : 'Lang beskreiwing URL',
90
- cssClass : 'Skakel Tiepe',
91
- advisoryTitle : 'Voorbeveelings Titel',
89
+ langCode : 'Taalkode',
90
+ longDescr : 'Lang beskrywing URL',
91
+ cssClass : 'CSS klasse',
92
+ advisoryTitle : 'Aanbevole titel',
92
93
  cssStyle : 'Styl',
93
94
  ok : 'OK',
94
- cancel : 'Kanseleer',
95
- close : 'Close', // MISSING
96
- preview : 'Preview', // MISSING
97
- generalTab : 'General', // MISSING
98
- advancedTab : 'Ingewikkeld',
99
- validateNumberFailed : 'This value is not a number.', // MISSING
100
- confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
101
- confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
102
- options : 'Options', // MISSING
103
- target : 'Target', // MISSING
104
- targetNew : 'New Window (_blank)', // MISSING
105
- targetTop : 'Topmost Window (_top)', // MISSING
106
- targetSelf : 'Same Window (_self)', // MISSING
107
- targetParent : 'Parent Window (_parent)', // MISSING
95
+ cancel : 'Kanselleer',
96
+ close : 'Sluit',
97
+ preview : 'Voorbeeld',
98
+ generalTab : 'Algemeen',
99
+ advancedTab : 'Gevorderd',
100
+ validateNumberFailed : 'Hierdie waarde is nie \'n getal nie.',
101
+ confirmNewPage : 'Alle wysiginge sal verlore gaan. Is u seker dat u \'n nuwe bladsy wil laai?',
102
+ confirmCancel : 'Sommige opsies is gewysig. Is u seker dat u hierdie dialoogvenster wil sluit?',
103
+ options : 'Opsies',
104
+ target : 'Doel',
105
+ targetNew : 'Nuwe venster (_blank)',
106
+ targetTop : 'Boonste venster (_top)',
107
+ targetSelf : 'Selfde venster (_self)',
108
+ targetParent : 'Oorspronklike venster (_parent)',
109
+ langDirLTR : 'Links na Regs (LTR)',
110
+ langDirRTL : 'Regs na Links (RTL)',
111
+ styles : 'Styl',
112
+ cssClasses : 'CSS klasse',
113
+ width : 'Breedte',
114
+ height : 'Hoogte',
115
+ align : 'Oplyn',
116
+ alignLeft : 'Links',
117
+ alignRight : 'Regs',
118
+ alignCenter : 'Sentreer',
119
+ alignTop : 'Bo',
120
+ alignMiddle : 'Middel',
121
+ alignBottom : 'Onder',
122
+ invalidHeight : 'Hoogte moet \'n getal wees',
123
+ invalidWidth : 'Breedte moet \'n getal wees.',
108
124
 
109
125
  // Put the voice-only part of the label in the span.
110
- unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
126
+ unavailable : '%1<span class="cke_accessibility">, nie beskikbaar nie</span>'
127
+ },
128
+
129
+ contextmenu :
130
+ {
131
+ options : 'Konteks Spyskaart-opsies'
111
132
  },
112
133
 
113
134
  // Special char dialog.
114
135
  specialChar :
115
136
  {
116
- toolbar : 'Spesiaale Karakter byvoeg',
117
- title : 'Kies spesiale karakter'
137
+ toolbar : 'Voeg spesiaale karakter in',
138
+ title : 'Kies spesiale karakter',
139
+ options : 'Spesiale karakter-opsies'
118
140
  },
119
141
 
120
142
  // Link dialog.
121
143
  link :
122
144
  {
123
- toolbar : 'Skakel byvoeg/verander',
124
- menu : 'Verander skakel',
145
+ toolbar : 'Skakel invoeg/wysig',
146
+ other : '<ander>',
147
+ menu : 'Wysig skakel',
125
148
  title : 'Skakel',
126
149
  info : 'Skakel informasie',
127
- target : 'Mikpunt',
150
+ target : 'Doel',
128
151
  upload : 'Oplaai',
129
- advanced : 'Ingewikkeld',
130
- type : 'Skakel soort',
131
- toUrl : 'URL', // MISSING
132
- toAnchor : 'Skakel na plekhouers in text',
133
- toEmail : 'E-Mail',
152
+ advanced : 'Gevorderd',
153
+ type : 'Skakelsoort',
154
+ toUrl : 'URL',
155
+ toAnchor : 'Anker in bladsy',
156
+ toEmail : 'E-pos',
134
157
  targetFrame : '<raam>',
135
- targetPopup : '<popup venster>',
136
- targetFrameName : 'Mikpunt Venster Naam',
137
- targetPopupName : 'Popup Venster Naam',
138
- popupFeatures : 'Popup Venster Geaartheid',
139
- popupResizable : 'Resizable', // MISSING
140
- popupStatusBar : 'Status Balk',
141
- popupLocationBar: 'Adres Balk',
142
- popupToolbar : 'Gereedskap Balk',
143
- popupMenuBar : 'Menu Balk',
144
- popupFullScreen : 'Voll Skerm (IE)',
145
- popupScrollBars : 'Gleibalkstuk',
158
+ targetPopup : '<opspringvenster>',
159
+ targetFrameName : 'Naam van doelraam',
160
+ targetPopupName : 'Naam van opspringvenster',
161
+ popupFeatures : 'Eienskappe van opspringvenster',
162
+ popupResizable : 'Herskaalbaar',
163
+ popupStatusBar : 'Statusbalk',
164
+ popupLocationBar: 'Adresbalk',
165
+ popupToolbar : 'Werkbalk',
166
+ popupMenuBar : 'Spyskaartbalk',
167
+ popupFullScreen : 'Volskerm (IE)',
168
+ popupScrollBars : 'Skuifbalke',
146
169
  popupDependent : 'Afhanklik (Netscape)',
147
- popupWidth : 'Weite',
148
- popupLeft : 'Links Posisie',
149
- popupHeight : 'Hoogde',
150
- popupTop : 'Bo Posisie',
151
- id : 'Id', // MISSING
152
- langDir : 'Taal rigting',
170
+ popupLeft : 'Posisie links',
171
+ popupTop : 'Posisie bo',
172
+ id : 'Id',
173
+ langDir : 'Skryfrigting',
153
174
  langDirLTR : 'Links na regs (LTR)',
154
175
  langDirRTL : 'Regs na links (RTL)',
155
- acccessKey : 'Toegang sleutel',
176
+ acccessKey : 'Toegangsleutel',
156
177
  name : 'Naam',
157
- langCode : 'Taal rigting',
158
- tabIndex : 'Tab Index',
159
- advisoryTitle : 'Voorbeveelings Titel',
160
- advisoryContentType : 'Voorbeveelings inhoud soort',
161
- cssClasses : 'Skakel Tiepe',
162
- charset : 'Geskakelde voorbeeld karakterstel',
178
+ langCode : 'Taalkode',
179
+ tabIndex : 'Tab indeks',
180
+ advisoryTitle : 'Aanbevole titel',
181
+ advisoryContentType : 'Aanbevole inhoudstipe',
182
+ cssClasses : 'CSS klasse',
183
+ charset : 'Karakterstel van geskakelde bron',
163
184
  styles : 'Styl',
164
- selectAnchor : 'Kies \'n plekhouer',
165
- anchorName : 'Volgens plekhouer naam',
166
- anchorId : 'Volgens element Id',
167
- emailAddress : 'E-Mail Adres',
168
- emailSubject : 'Boodskap Opskrif',
169
- emailBody : 'Boodskap Inhoud',
170
- noAnchors : '(Geen plekhouers beskikbaar in dokument}',
171
- noUrl : 'Voeg asseblief die URL in',
172
- noEmail : 'Voeg asseblief die e-mail adres in'
185
+ rel : 'Relationship', // MISSING
186
+ selectAnchor : 'Kies \'n anker',
187
+ anchorName : 'Op ankernaam',
188
+ anchorId : 'Op element Id',
189
+ emailAddress : 'E-posadres',
190
+ emailSubject : 'Berig-onderwerp',
191
+ emailBody : 'Berig-inhoud',
192
+ noAnchors : '(Geen ankers beskikbaar in dokument)',
193
+ noUrl : 'Gee die skakel se URL',
194
+ noEmail : 'Gee die e-posadres'
173
195
  },
174
196
 
175
197
  // Anchor dialog
176
198
  anchor :
177
199
  {
178
- toolbar : 'Plekhouer byvoeg/verander',
179
- menu : 'Plekhouer eienskappe',
180
- title : 'Plekhouer eienskappe',
181
- name : 'Plekhouer Naam',
182
- errorName : 'Voltooi die plekhouer naam asseblief'
200
+ toolbar : 'Anker byvoeg/verander',
201
+ menu : 'Anker-eienskappe',
202
+ title : 'Anker-eienskappe',
203
+ name : 'Ankernaam',
204
+ errorName : 'Voltooi die ankernaam asseblief'
205
+ },
206
+
207
+ // List style dialog
208
+ list:
209
+ {
210
+ numberedTitle : 'Eienskappe van genommerde lys',
211
+ bulletedTitle : 'Eienskappe van ongenommerde lys',
212
+ type : 'Tipe',
213
+ start : 'Begin',
214
+ validateStartNumber :'Beginnommer van lys moet \'n heelgetal wees.',
215
+ circle : 'Sirkel',
216
+ disc : 'Skyf',
217
+ square : 'Vierkant',
218
+ none : 'Geen',
219
+ notset : '<nie ingestel nie>',
220
+ armenian : 'Armeense nommering',
221
+ georgian : 'Georgiese nommering (an, ban, gan, ens.)',
222
+ lowerRoman : 'Romeinse kleinletters (i, ii, iii, iv, v, ens.)',
223
+ upperRoman : 'Romeinse hoofletters (I, II, III, IV, V, ens.)',
224
+ lowerAlpha : 'Kleinletters (a, b, c, d, e, ens.)',
225
+ upperAlpha : 'Hoofletters (A, B, C, D, E, ens.)',
226
+ lowerGreek : 'Griekse kleinletters (alpha, beta, gamma, ens.)',
227
+ decimal : 'Desimale syfers (1, 2, 3, ens.)',
228
+ decimalLeadingZero : 'Desimale syfers met voorloopnul (01, 02, 03, ens.)'
183
229
  },
184
230
 
185
231
  // Find And Replace Dialog
186
232
  findAndReplace :
187
233
  {
188
- title : 'Find and Replace', // MISSING
189
- find : 'Vind',
234
+ title : 'Soek en vervang',
235
+ find : 'Soek',
190
236
  replace : 'Vervang',
191
- findWhat : 'Soek wat:',
237
+ findWhat : 'Soek na:',
192
238
  replaceWith : 'Vervang met:',
193
- notFoundMsg : 'Die gespesifiseerde karakters word nie gevind nie.',
194
- matchCase : 'Vergelyk karakter skryfweise',
195
- matchWord : 'Vergelyk komplete woord',
196
- matchCyclic : 'Match cyclic', // MISSING
239
+ notFoundMsg : 'Teks nie gevind nie.',
240
+ matchCase : 'Hoof/kleinletter sensitief',
241
+ matchWord : 'Hele woord moet voorkom',
242
+ matchCyclic : 'Soek deurlopend',
197
243
  replaceAll : 'Vervang alles',
198
- replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
244
+ replaceSuccessMsg : '%1 voorkoms(te) vervang.'
199
245
  },
200
246
 
201
247
  // Table Dialog
@@ -204,85 +250,76 @@ CKEDITOR.lang['af'] =
204
250
  toolbar : 'Tabel',
205
251
  title : 'Tabel eienskappe',
206
252
  menu : 'Tabel eienskappe',
207
- deleteTable : 'Tabel verweider',
208
- rows : 'Reie',
209
- columns : 'Kolome',
210
- border : 'Kant groote',
211
- align : 'Parideering',
212
- alignLeft : 'Links',
213
- alignCenter : 'Middel',
214
- alignRight : 'Regs',
215
- width : 'Weite',
216
- widthPx : 'pixels',
217
- widthPc : 'percent',
218
- widthUnit : 'width unit', // MISSING
219
- height : 'Hoogde',
220
- cellSpace : 'Cell spasieering',
221
- cellPad : 'Cell buffer',
222
- caption : 'Beskreiwing',
253
+ deleteTable : 'Verwyder tabel',
254
+ rows : 'Rye',
255
+ columns : 'Kolomme',
256
+ border : 'Randbreedte',
257
+ widthPx : 'piksels',
258
+ widthPc : 'persent',
259
+ widthUnit : 'breedte-eenheid',
260
+ cellSpace : 'Sel-afstand',
261
+ cellPad : 'Sel-spasie',
262
+ caption : 'Naam',
223
263
  summary : 'Opsomming',
224
- headers : 'Headers', // MISSING
225
- headersNone : 'None', // MISSING
226
- headersColumn : 'First column', // MISSING
227
- headersRow : 'First Row', // MISSING
228
- headersBoth : 'Both', // MISSING
229
- invalidRows : 'Number of rows must be a number greater than 0.', // MISSING
230
- invalidCols : 'Number of columns must be a number greater than 0.', // MISSING
231
- invalidBorder : 'Border size must be a number.', // MISSING
232
- invalidWidth : 'Table width must be a number.', // MISSING
233
- invalidHeight : 'Table height must be a number.', // MISSING
234
- invalidCellSpacing : 'Cell spacing must be a number.', // MISSING
235
- invalidCellPadding : 'Cell padding must be a number.', // MISSING
264
+ headers : 'Opskrifte',
265
+ headersNone : 'Geen',
266
+ headersColumn : 'Eerste kolom',
267
+ headersRow : 'Eerste ry',
268
+ headersBoth : 'Beide ',
269
+ invalidRows : 'Aantal rye moet \'n getal groter as 0 wees.',
270
+ invalidCols : 'Aantal kolomme moet \'n getal groter as 0 wees.',
271
+ invalidBorder : 'Randbreedte moet \'n getal wees.',
272
+ invalidWidth : 'Tabelbreedte moet \'n getal wees.',
273
+ invalidHeight : 'Tabelhoogte moet \'n getal wees.',
274
+ invalidCellSpacing : 'Sel-afstand moet \'n getal wees.',
275
+ invalidCellPadding : 'Sel-spasie moet \'n getal wees.',
236
276
 
237
277
  cell :
238
278
  {
239
- menu : 'Cell',
240
- insertBefore : 'Insert Cell Before', // MISSING
241
- insertAfter : 'Insert Cell After', // MISSING
242
- deleteCell : 'Cell verweider',
243
- merge : 'Cell verenig',
244
- mergeRight : 'Merge Right', // MISSING
245
- mergeDown : 'Merge Down', // MISSING
246
- splitHorizontal : 'Split Cell Horizontally', // MISSING
247
- splitVertical : 'Split Cell Vertically', // MISSING
248
- title : 'Cell Properties', // MISSING
249
- cellType : 'Cell Type', // MISSING
250
- rowSpan : 'Rows Span', // MISSING
251
- colSpan : 'Columns Span', // MISSING
252
- wordWrap : 'Word Wrap', // MISSING
253
- hAlign : 'Horizontal Alignment', // MISSING
254
- vAlign : 'Vertical Alignment', // MISSING
255
- alignTop : 'Top', // MISSING
256
- alignMiddle : 'Middle', // MISSING
257
- alignBottom : 'Bottom', // MISSING
258
- alignBaseline : 'Baseline', // MISSING
259
- bgColor : 'Background Color', // MISSING
260
- borderColor : 'Border Color', // MISSING
261
- data : 'Data', // MISSING
262
- header : 'Header', // MISSING
263
- yes : 'Yes', // MISSING
264
- no : 'No', // MISSING
265
- invalidWidth : 'Cell width must be a number.', // MISSING
266
- invalidHeight : 'Cell height must be a number.', // MISSING
267
- invalidRowSpan : 'Rows span must be a whole number.', // MISSING
268
- invalidColSpan : 'Columns span must be a whole number.', // MISSING
269
- chooseColor : 'Choose' // MISSING
279
+ menu : 'Sel',
280
+ insertBefore : 'Voeg sel in voor',
281
+ insertAfter : 'Voeg sel in na',
282
+ deleteCell : 'Verwyder sel',
283
+ merge : 'Voeg selle saam',
284
+ mergeRight : 'Voeg saam na regs',
285
+ mergeDown : 'Voeg saam ondertoe',
286
+ splitHorizontal : 'Splits sel horisontaal',
287
+ splitVertical : 'Splits sel vertikaal',
288
+ title : 'Sel eienskappe',
289
+ cellType : 'Sel tipe',
290
+ rowSpan : 'Omspan rye',
291
+ colSpan : 'Omspan kolomme',
292
+ wordWrap : 'Woord terugloop',
293
+ hAlign : 'Horisontale oplyning',
294
+ vAlign : 'Vertikale oplyning',
295
+ alignBaseline : 'Basislyn',
296
+ bgColor : 'Agtergrondkleur',
297
+ borderColor : 'Randkleur',
298
+ data : 'Inhoud',
299
+ header : 'Opskrif',
300
+ yes : 'Ja',
301
+ no : 'Nee',
302
+ invalidWidth : 'Selbreedte moet \'n getal wees.',
303
+ invalidHeight : 'Selhoogte moet \'n getal wees.',
304
+ invalidRowSpan : 'Omspan rye moet \'n heelgetal wees.',
305
+ invalidColSpan : 'Omspan kolomme moet \'n heelgetal wees.',
306
+ chooseColor : 'Kies'
270
307
  },
271
308
 
272
309
  row :
273
310
  {
274
311
  menu : 'Ry',
275
- insertBefore : 'Insert Row Before', // MISSING
276
- insertAfter : 'Insert Row After', // MISSING
277
- deleteRow : 'Ry verweider'
312
+ insertBefore : 'Voeg ry in voor',
313
+ insertAfter : 'Voeg ry in na',
314
+ deleteRow : 'Verwyder ry'
278
315
  },
279
316
 
280
317
  column :
281
318
  {
282
319
  menu : 'Kolom',
283
- insertBefore : 'Insert Column Before', // MISSING
284
- insertAfter : 'Insert Column After', // MISSING
285
- deleteColumn : 'Kolom verweider'
320
+ insertBefore : 'Voeg kolom in voor',
321
+ insertAfter : 'Voeg kolom in na',
322
+ deleteColumn : 'Verwyder kolom'
286
323
  }
287
324
  },
288
325
 
@@ -290,77 +327,77 @@ CKEDITOR.lang['af'] =
290
327
  button :
291
328
  {
292
329
  title : 'Knop eienskappe',
293
- text : 'Karakters (Waarde)',
330
+ text : 'Teks (Waarde)',
294
331
  type : 'Soort',
295
332
  typeBtn : 'Knop',
296
- typeSbm : 'Indien',
297
- typeRst : 'Reset'
333
+ typeSbm : 'Stuur',
334
+ typeRst : 'Maak leeg'
298
335
  },
299
336
 
300
337
  // Checkbox and Radio Button Dialogs.
301
338
  checkboxAndRadio :
302
339
  {
303
- checkboxTitle : 'HakBox eienskappe',
304
- radioTitle : 'PuntBox eienskappe',
340
+ checkboxTitle : 'Merkhokkie eienskappe',
341
+ radioTitle : 'Radioknoppie eienskappe',
305
342
  value : 'Waarde',
306
- selected : 'Uitgekies'
343
+ selected : 'Geselekteer'
307
344
  },
308
345
 
309
346
  // Form Dialog.
310
347
  form :
311
348
  {
312
- title : 'Form eienskappe',
313
- menu : 'Form eienskappe',
349
+ title : 'Vorm eienskappe',
350
+ menu : 'Vorm eienskappe',
314
351
  action : 'Aksie',
315
352
  method : 'Metode',
316
- encoding : 'Encoding' // MISSING
353
+ encoding : 'Kodering'
317
354
  },
318
355
 
319
356
  // Select Field Dialog.
320
357
  select :
321
358
  {
322
- title : 'Opklapbare keuse strook eienskappe',
359
+ title : 'Keuseveld eienskappe',
323
360
  selectInfo : 'Info',
324
- opAvail : 'Beskikbare Opsies',
361
+ opAvail : 'Beskikbare opsies',
325
362
  value : 'Waarde',
326
- size : 'Grote',
327
- lines : 'lyne',
328
- chkMulti : 'Laat meerere keuses toe',
329
- opText : 'Karakters',
363
+ size : 'Grootte',
364
+ lines : 'Lyne',
365
+ chkMulti : 'Laat meer as een keuse toe',
366
+ opText : 'Teks',
330
367
  opValue : 'Waarde',
331
368
  btnAdd : 'Byvoeg',
332
- btnModify : 'Verander',
369
+ btnModify : 'Wysig',
333
370
  btnUp : 'Op',
334
371
  btnDown : 'Af',
335
- btnSetValue : 'Stel as uitgekiesde waarde',
336
- btnDelete : 'Verweider'
372
+ btnSetValue : 'Stel as geselekteerde waarde',
373
+ btnDelete : 'Verwyder'
337
374
  },
338
375
 
339
376
  // Textarea Dialog.
340
377
  textarea :
341
378
  {
342
- title : 'Karakter area eienskappe',
343
- cols : 'Kolom',
344
- rows : 'Reie'
379
+ title : 'Teks-area eienskappe',
380
+ cols : 'Kolomme',
381
+ rows : 'Rye'
345
382
  },
346
383
 
347
384
  // Text Field Dialog.
348
385
  textfield :
349
386
  {
350
- title : 'Karakter strook eienskappe',
387
+ title : 'Teksveld eienskappe',
351
388
  name : 'Naam',
352
389
  value : 'Waarde',
353
- charWidth : 'Karakter weite',
354
- maxChars : 'Maximale karakters',
390
+ charWidth : 'Breedte (karakters)',
391
+ maxChars : 'Maksimum karakters',
355
392
  type : 'Soort',
356
- typeText : 'Karakters',
393
+ typeText : 'Teks',
357
394
  typePass : 'Wagwoord'
358
395
  },
359
396
 
360
397
  // Hidden Field Dialog.
361
398
  hidden :
362
399
  {
363
- title : 'Blinde strook eienskappe',
400
+ title : 'Verborge veld eienskappe',
364
401
  name : 'Naam',
365
402
  value : 'Waarde'
366
403
  },
@@ -368,189 +405,174 @@ CKEDITOR.lang['af'] =
368
405
  // Image Dialog.
369
406
  image :
370
407
  {
371
- title : 'Beeld eienskappe',
372
- titleButton : 'Beeld knop eienskappe',
373
- menu : 'Beeld eienskappe',
374
- infoTab : 'Beeld informasie',
375
- btnUpload : 'Stuur dit na die Server',
376
- upload : 'Uplaai',
377
- alt : 'Alternatiewe beskrywing',
378
- width : 'Weidte',
379
- height : 'Hoogde',
380
- lockRatio : 'Behou preporsie',
381
- unlockRatio : 'Unlock Ratio', // MISSING
382
- resetSize : 'Herstel groote',
383
- border : 'Kant',
408
+ title : 'Afbeelding eienskappe',
409
+ titleButton : 'Afbeeldingsknop eienskappe',
410
+ menu : 'Afbeelding eienskappe',
411
+ infoTab : 'Afbeelding informasie',
412
+ btnUpload : 'Stuur na bediener',
413
+ upload : 'Oplaai',
414
+ alt : 'Alternatiewe teks',
415
+ lockRatio : 'Vaste proporsie',
416
+ unlockRatio : 'Vrye proporsie',
417
+ resetSize : 'Herstel grootte',
418
+ border : 'Rand',
384
419
  hSpace : 'HSpasie',
385
420
  vSpace : 'VSpasie',
386
- align : 'Paradeer',
387
- alignLeft : 'Links',
388
- alignRight : 'Regs',
389
- alertUrl : 'Voeg asseblief Beeld URL in.',
421
+ alertUrl : 'Gee URL van afbeelding.',
390
422
  linkTab : 'Skakel',
391
- button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING
392
- img2Button : 'Do you want to transform the selected image on a image button?', // MISSING
393
- 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
- validateBorder : 'Border must be a whole number.', // MISSING
397
- validateHSpace : 'HSpace must be a whole number.', // MISSING
398
- validateVSpace : 'VSpace must be a whole number.' // MISSING
423
+ button2Img : 'Wil u die geselekteerde afbeeldingsknop vervang met \'n eenvoudige afbeelding?',
424
+ img2Button : 'Wil u die geselekteerde afbeelding vervang met \'n afbeeldingsknop?',
425
+ urlMissing : 'Die URL na die afbeelding ontbreek.',
426
+ validateBorder : 'Rand moet \'n heelgetal wees.',
427
+ validateHSpace : 'HSpasie moet \'n heelgetal wees.',
428
+ validateVSpace : 'VSpasie moet \'n heelgetal wees.'
399
429
  },
400
430
 
401
431
  // Flash Dialog
402
432
  flash :
403
433
  {
404
434
  properties : 'Flash eienskappe',
405
- propertiesTab : 'Properties', // MISSING
435
+ propertiesTab : 'Eienskappe',
406
436
  title : 'Flash eienskappe',
407
- chkPlay : 'Automaties Speel',
408
- chkLoop : 'Herhaling',
409
- chkMenu : 'Laat Flash Menu toe',
410
- chkFull : 'Allow Fullscreen', // MISSING
411
- scale : 'Scale',
437
+ chkPlay : 'Speel outomaties',
438
+ chkLoop : 'Herhaal',
439
+ chkMenu : 'Flash spyskaart aan',
440
+ chkFull : 'Laat volledige skerm toe',
441
+ scale : 'Skaal',
412
442
  scaleAll : 'Wys alles',
413
- scaleNoBorder : 'Geen kante',
443
+ scaleNoBorder : 'Geen rand',
414
444
  scaleFit : 'Presiese pas',
415
- access : 'Script Access', // MISSING
416
- accessAlways : 'Always', // MISSING
417
- accessSameDomain: 'Same domain', // MISSING
418
- accessNever : 'Never', // MISSING
419
- align : 'Paradeer',
420
- alignLeft : 'Links',
421
- alignAbsBottom : 'Abs Onder',
422
- alignAbsMiddle : 'Abs Middel',
423
- alignBaseline : 'Baseline',
424
- alignBottom : 'Onder',
425
- alignMiddle : 'Middel',
426
- alignRight : 'Regs',
427
- alignTextTop : 'Text Bo',
428
- alignTop : 'Bo',
429
- quality : 'Quality', // MISSING
430
- qualityBest : 'Best', // MISSING
431
- qualityHigh : 'High', // MISSING
432
- qualityAutoHigh : 'Auto High', // MISSING
433
- qualityMedium : 'Medium', // MISSING
434
- qualityAutoLow : 'Auto Low', // MISSING
435
- qualityLow : 'Low', // MISSING
436
- windowModeWindow: 'Window', // MISSING
437
- windowModeOpaque: 'Opaque', // MISSING
438
- windowModeTransparent : 'Transparent', // MISSING
439
- windowMode : 'Window mode', // MISSING
440
- flashvars : 'Variables for Flash', // MISSING
441
- bgcolor : 'Agtergrond kleur',
442
- width : 'Weidte',
443
- height : 'Hoogde',
445
+ access : 'Skrip toegang',
446
+ accessAlways : 'Altyd',
447
+ accessSameDomain: 'Selfde domeinnaam',
448
+ accessNever : 'Nooit',
449
+ alignAbsBottom : 'Absoluut-onder',
450
+ alignAbsMiddle : 'Absoluut-middel',
451
+ alignBaseline : 'Basislyn',
452
+ alignTextTop : 'Teks bo',
453
+ quality : 'Kwaliteit',
454
+ qualityBest : 'Beste',
455
+ qualityHigh : 'Hoog',
456
+ qualityAutoHigh : 'Outomaties hoog',
457
+ qualityMedium : 'Gemiddeld',
458
+ qualityAutoLow : 'Outomaties laag',
459
+ qualityLow : 'Laag',
460
+ windowModeWindow: 'Venster',
461
+ windowModeOpaque: 'Ondeursigtig',
462
+ windowModeTransparent : 'Deursigtig',
463
+ windowMode : 'Venster modus',
464
+ flashvars : 'Veranderlikes vir Flash',
465
+ bgcolor : 'Agtergrondkleur',
444
466
  hSpace : 'HSpasie',
445
467
  vSpace : 'VSpasie',
446
- validateSrc : 'Voeg asseblief die URL in',
447
- validateWidth : 'Width must be a number.', // MISSING
448
- validateHeight : 'Height must be a number.', // MISSING
449
- validateHSpace : 'HSpace must be a number.', // MISSING
450
- validateVSpace : 'VSpace must be a number.' // MISSING
468
+ validateSrc : 'Voeg die URL in',
469
+ validateHSpace : 'HSpasie moet \'n heelgetal wees.',
470
+ validateVSpace : 'VSpasie moet \'n heelgetal wees.'
451
471
  },
452
472
 
453
473
  // Speller Pages Dialog
454
474
  spellCheck :
455
475
  {
456
- toolbar : 'Spelling nagaan',
457
- title : 'Spell Check', // MISSING
458
- notAvailable : 'Sorry, but service is unavailable now.', // MISSING
459
- errorLoading : 'Error loading application service host: %s.', // MISSING
476
+ toolbar : 'Speltoets',
477
+ title : 'Speltoetser',
478
+ notAvailable : 'Jammer, hierdie diens is nie nou beskikbaar nie.',
479
+ errorLoading : 'Fout by inlaai van diens: %s.',
460
480
  notInDic : 'Nie in woordeboek nie',
461
481
  changeTo : 'Verander na',
462
482
  btnIgnore : 'Ignoreer',
463
- btnIgnoreAll : 'Ignoreer na-volgende',
483
+ btnIgnoreAll : 'Ignoreer alles',
464
484
  btnReplace : 'Vervang',
465
- btnReplaceAll : 'vervang na-volgende',
466
- btnUndo : 'Ont-skep',
485
+ btnReplaceAll : 'vervang alles',
486
+ btnUndo : 'Ontdoen',
467
487
  noSuggestions : '- Geen voorstel -',
468
- progress : 'Spelling word beproef...',
469
- noMispell : 'Spellproef kompleet: Geen foute',
470
- noChanges : 'Spellproef kompleet: Geen woord veranderings',
471
- oneChange : 'Spellproef kompleet: Een woord verander',
472
- manyChanges : 'Spellproef kompleet: %1 woorde verander',
473
- ieSpellDownload : 'Geen Spellproefer geinstaleer nie. Wil U dit aflaai?'
488
+ progress : 'Spelling word getoets...',
489
+ noMispell : 'Klaar met speltoets: Geen foute nie',
490
+ noChanges : 'Klaar met speltoets: Geen woorde verander nie',
491
+ oneChange : 'Klaar met speltoets: Een woord verander',
492
+ manyChanges : 'Klaar met speltoets: %1 woorde verander',
493
+ ieSpellDownload : 'Speltoetser is nie geïnstalleer nie. Wil u dit nou aflaai?'
474
494
  },
475
495
 
476
496
  smiley :
477
497
  {
478
- toolbar : 'Smiley',
479
- title : 'Voeg Smiley by'
498
+ toolbar : 'Lagbekkie',
499
+ title : 'Voeg lagbekkie by',
500
+ options : 'Lagbekkie opsies'
480
501
  },
481
502
 
482
503
  elementsPath :
483
504
  {
484
- eleLabel : 'Elements path', // MISSING
485
- eleTitle : '%1 element' // MISSING
505
+ eleLabel : 'Elemente-pad',
506
+ eleTitle : '%1 element'
486
507
  },
487
508
 
488
509
  numberedlist : 'Genommerde lys',
489
- bulletedlist : 'Gepunkte lys',
490
- indent : 'Paradeering verleng',
491
- outdent : 'Paradeering verkort',
510
+ bulletedlist : 'Ongenommerde lys',
511
+ indent : 'Vergroot inspring',
512
+ outdent : 'Verklein inspring',
492
513
 
493
514
  justify :
494
515
  {
495
- left : 'Links rig',
496
- center : 'Rig Middel',
497
- right : 'Regs rig',
498
- block : 'Blok paradeer'
516
+ left : 'Links oplyn',
517
+ center : 'Sentreer',
518
+ right : 'Regs oplyn',
519
+ block : 'Uitvul'
499
520
  },
500
521
 
501
- blockquote : 'Block Quote', // MISSING
522
+ blockquote : 'Sitaatblok',
502
523
 
503
524
  clipboard :
504
525
  {
505
526
  title : 'Byvoeg',
506
- cutError : 'U browser se sekuriteit instelling behinder die uitsny aksie. Gebruik asseblief die sleutel kombenasie(Ctrl+X).',
507
- copyError : 'U browser se sekuriteit instelling behinder die kopieerings aksie. Gebruik asseblief die sleutel kombenasie(Ctrl+C).',
508
- pasteMsg : 'Voeg asseblief die inhoud in die gegewe box by met sleutel kombenasie(<STRONG>Ctrl+V</STRONG>) en druk <STRONG>OK</STRONG>.',
509
- securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING
510
- pasteArea : 'Paste Area' // MISSING
527
+ cutError : 'U blaaier se sekuriteitsinstelling belet die outomatiese knip-aksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+X).',
528
+ copyError : 'U blaaier se sekuriteitsinstelling belet die kopiëringsaksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+C).',
529
+ pasteMsg : 'Plak die teks in die volgende teks-area met die sleutelbordkombinasie (<STRONG>Ctrl/Cmd+V</STRONG>) en druk <STRONG>OK</STRONG>.',
530
+ securityMsg : 'Weens u blaaier se sekuriteitsinstelling is data op die knipbord nie toeganklik nie. U kan dit eers weer in hierdie venster plak.',
531
+ pasteArea : 'Plak-area'
511
532
  },
512
533
 
513
534
  pastefromword :
514
535
  {
515
- confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
516
- toolbar : 'Van Word af byvoeg',
517
- title : 'Van Word af byvoeg',
518
- error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
536
+ confirmCleanup : 'Die teks wat u wil plak lyk asof dit uit Word gekopiëer is. Wil u dit eers skoonmaak voordat dit geplak word?',
537
+ toolbar : 'Plak vanuit Word',
538
+ title : 'Plak vanuit Word',
539
+ error : 'Die geplakte teks kon nie skoongemaak word nie, weens \'n interne fout'
519
540
  },
520
541
 
521
542
  pasteText :
522
543
  {
523
- button : 'Voeg slegs karakters by',
524
- title : 'Voeg slegs karakters by'
544
+ button : 'Plak as eenvoudige teks',
545
+ title : 'Plak as eenvoudige teks'
525
546
  },
526
547
 
527
548
  templates :
528
549
  {
529
- button : 'Templates',
530
- title : 'Inhoud Templates',
531
- insertOption : 'Vervang bestaande inhoud',
532
- selectPromptMsg : 'Kies die template om te gebruik in die editor<br>(Inhoud word vervang!):',
533
- emptyListMsg : '(Geen templates gedefinieerd)'
550
+ button : 'Sjablone',
551
+ title : 'Inhoud Sjablone',
552
+ options : 'Sjabloon opsies',
553
+ insertOption : 'Vervang huidige inhoud',
554
+ selectPromptMsg : 'Kies die sjabloon om te gebruik in die redigeerder (huidige inhoud gaan verlore):',
555
+ emptyListMsg : '(Geen sjablone gedefineer nie)'
534
556
  },
535
557
 
536
- showBlocks : 'Show Blocks', // MISSING
558
+ showBlocks : 'Toon blokke',
537
559
 
538
560
  stylesCombo :
539
561
  {
540
562
  label : 'Styl',
541
- panelTitle : 'Formatting Styles', // MISSING
542
- panelTitle1 : 'Block Styles', // MISSING
543
- panelTitle2 : 'Inline Styles', // MISSING
544
- panelTitle3 : 'Object Styles' // MISSING
563
+ panelTitle : 'Opmaak style',
564
+ panelTitle1 : 'Blok style',
565
+ panelTitle2 : 'Inlyn style',
566
+ panelTitle3 : 'Objek style'
545
567
  },
546
568
 
547
569
  format :
548
570
  {
549
- label : 'Karakter formaat',
550
- panelTitle : 'Karakter formaat',
571
+ label : 'Opmaak',
572
+ panelTitle : 'Opmaak',
551
573
 
552
574
  tag_p : 'Normaal',
553
- tag_pre : 'Geformateerd',
575
+ tag_pre : 'Opgemaak',
554
576
  tag_address : 'Adres',
555
577
  tag_h1 : 'Opskrif 1',
556
578
  tag_h2 : 'Opskrif 2',
@@ -563,137 +585,226 @@ CKEDITOR.lang['af'] =
563
585
 
564
586
  div :
565
587
  {
566
- title : 'Create Div Container', // MISSING
567
- toolbar : 'Create Div Container', // MISSING
568
- cssClassInputLabel : 'Stylesheet Classes', // MISSING
569
- styleSelectLabel : 'Style', // MISSING
570
- IdInputLabel : 'Id', // MISSING
571
- languageCodeInputLabel : ' Language Code', // MISSING
572
- inlineStyleInputLabel : 'Inline Style', // MISSING
573
- advisoryTitleInputLabel : 'Advisory Title', // MISSING
574
- langDirLabel : 'Language Direction', // MISSING
575
- langDirLTRLabel : 'Left to Right (LTR)', // MISSING
576
- langDirRTLLabel : 'Right to Left (RTL)', // MISSING
577
- edit : 'Edit Div', // MISSING
578
- remove : 'Remove Div' // MISSING
588
+ title : 'Skep Div houer',
589
+ toolbar : 'Skep Div houer',
590
+ cssClassInputLabel : 'CSS klasse',
591
+ styleSelectLabel : 'Styl',
592
+ IdInputLabel : 'Id',
593
+ languageCodeInputLabel : ' Taalkode',
594
+ inlineStyleInputLabel : 'Inlyn Styl',
595
+ advisoryTitleInputLabel : 'Aanbevole Titel',
596
+ langDirLabel : 'Skryfrigting',
597
+ langDirLTRLabel : 'Links na regs (LTR)',
598
+ langDirRTLLabel : 'Regs na links (RTL)',
599
+ edit : 'Wysig Div',
600
+ remove : 'Verwyder Div'
579
601
  },
580
602
 
603
+ iframe :
604
+ {
605
+ title : 'IFrame Eienskappe',
606
+ toolbar : 'IFrame',
607
+ noUrl : 'Gee die iframe URL',
608
+ scrolling : 'Skuifbalke aan',
609
+ border : 'Wys rand van raam'
610
+ },
611
+
581
612
  font :
582
613
  {
583
- label : 'Karakters',
584
- voiceLabel : 'Font', // MISSING
585
- panelTitle : 'Karakters'
614
+ label : 'Font',
615
+ voiceLabel : 'Font',
616
+ panelTitle : 'Fontnaam'
586
617
  },
587
618
 
588
619
  fontSize :
589
620
  {
590
- label : 'Karakter grote',
591
- voiceLabel : 'Font Size', // MISSING
592
- panelTitle : 'Karakter grote'
621
+ label : 'Grootte',
622
+ voiceLabel : 'Fontgrootte',
623
+ panelTitle : 'Fontgrootte'
593
624
  },
594
625
 
595
626
  colorButton :
596
627
  {
597
- textColorTitle : 'Karakter kleur',
598
- bgColorTitle : 'Agtergrond kleur',
599
- panelTitle : 'Colors', // MISSING
600
- auto : 'Automaties',
628
+ textColorTitle : 'Tekskleur',
629
+ bgColorTitle : 'Agtergrondkleur',
630
+ panelTitle : 'Kleure',
631
+ auto : 'Outomaties',
601
632
  more : 'Meer Kleure...'
602
633
  },
603
634
 
604
635
  colors :
605
636
  {
606
- '000' : 'Black', // MISSING
607
- '800000' : 'Maroon', // MISSING
608
- '8B4513' : 'Saddle Brown', // MISSING
609
- '2F4F4F' : 'Dark Slate Gray', // MISSING
610
- '008080' : 'Teal', // MISSING
611
- '000080' : 'Navy', // MISSING
612
- '4B0082' : 'Indigo', // MISSING
613
- '696969' : 'Dim Gray', // MISSING
614
- 'B22222' : 'Fire Brick', // MISSING
615
- 'A52A2A' : 'Brown', // MISSING
616
- 'DAA520' : 'Golden Rod', // MISSING
617
- '006400' : 'Dark Green', // MISSING
618
- '40E0D0' : 'Turquoise', // MISSING
619
- '0000CD' : 'Medium Blue', // MISSING
620
- '800080' : 'Purple', // MISSING
621
- '808080' : 'Gray', // MISSING
622
- 'F00' : 'Red', // MISSING
623
- 'FF8C00' : 'Dark Orange', // MISSING
624
- 'FFD700' : 'Gold', // MISSING
625
- '008000' : 'Green', // MISSING
626
- '0FF' : 'Cyan', // MISSING
627
- '00F' : 'Blue', // MISSING
628
- 'EE82EE' : 'Violet', // MISSING
629
- 'A9A9A9' : 'Dark Gray', // MISSING
630
- 'FFA07A' : 'Light Salmon', // MISSING
631
- 'FFA500' : 'Orange', // MISSING
632
- 'FFFF00' : 'Yellow', // MISSING
633
- '00FF00' : 'Lime', // MISSING
634
- 'AFEEEE' : 'Pale Turquoise', // MISSING
635
- 'ADD8E6' : 'Light Blue', // MISSING
636
- 'DDA0DD' : 'Plum', // MISSING
637
- 'D3D3D3' : 'Light Grey', // MISSING
638
- 'FFF0F5' : 'Lavender Blush', // MISSING
639
- 'FAEBD7' : 'Antique White', // MISSING
640
- 'FFFFE0' : 'Light Yellow', // MISSING
641
- 'F0FFF0' : 'Honeydew', // MISSING
642
- 'F0FFFF' : 'Azure', // MISSING
643
- 'F0F8FF' : 'Alice Blue', // MISSING
644
- 'E6E6FA' : 'Lavender', // MISSING
645
- 'FFF' : 'White' // MISSING
637
+ '000' : 'Swart',
638
+ '800000' : 'Meroen',
639
+ '8B4513' : 'Sjokoladebruin',
640
+ '2F4F4F' : 'Donkerleisteengrys',
641
+ '008080' : 'Blougroen',
642
+ '000080' : 'Vlootblou',
643
+ '4B0082' : 'Indigo',
644
+ '696969' : 'Donkergrys',
645
+ 'B22222' : 'Rooibaksteen',
646
+ 'A52A2A' : 'Bruin',
647
+ 'DAA520' : 'Donkergeel',
648
+ '006400' : 'Donkergroen',
649
+ '40E0D0' : 'Turkoois',
650
+ '0000CD' : 'Middelblou',
651
+ '800080' : 'Pers',
652
+ '808080' : 'Grys',
653
+ 'F00' : 'Rooi',
654
+ 'FF8C00' : 'Donkeroranje',
655
+ 'FFD700' : 'Goud',
656
+ '008000' : 'Groen',
657
+ '0FF' : 'Siaan',
658
+ '00F' : 'Blou',
659
+ 'EE82EE' : 'Viooltjieblou',
660
+ 'A9A9A9' : 'Donkergrys',
661
+ 'FFA07A' : 'Ligsalm',
662
+ 'FFA500' : 'Oranje',
663
+ 'FFFF00' : 'Geel',
664
+ '00FF00' : 'Lemmetjie',
665
+ 'AFEEEE' : 'Ligturkoois',
666
+ 'ADD8E6' : 'Ligblou',
667
+ 'DDA0DD' : 'Pruim',
668
+ 'D3D3D3' : 'Liggrys',
669
+ 'FFF0F5' : 'Linne',
670
+ 'FAEBD7' : 'Ivoor',
671
+ 'FFFFE0' : 'Liggeel',
672
+ 'F0FFF0' : 'Heuningdou',
673
+ 'F0FFFF' : 'Asuur',
674
+ 'F0F8FF' : 'Ligte hemelsblou',
675
+ 'E6E6FA' : 'Laventel',
676
+ 'FFF' : 'Wit'
646
677
  },
647
678
 
648
679
  scayt :
649
680
  {
650
- title : 'Spell Check As You Type', // MISSING
651
- enable : 'Enable SCAYT', // MISSING
652
- disable : 'Disable SCAYT', // MISSING
653
- about : 'About SCAYT', // MISSING
654
- toggle : 'Toggle SCAYT', // MISSING
655
- options : 'Options', // MISSING
656
- langs : 'Languages', // MISSING
657
- moreSuggestions : 'More suggestions', // MISSING
658
- ignore : 'Ignore', // MISSING
659
- ignoreAll : 'Ignore All', // MISSING
660
- addWord : 'Add Word', // MISSING
661
- emptyDic : 'Dictionary name should not be empty.', // MISSING
662
- optionsTab : 'Options', // MISSING
663
- languagesTab : 'Languages', // MISSING
664
- dictionariesTab : 'Dictionaries', // MISSING
665
- aboutTab : 'About' // MISSING
681
+ title : 'Speltoets terwyl u tik',
682
+ opera_title : 'Nie ondersteun deur Opera nie',
683
+ enable : 'SCAYT aan',
684
+ disable : 'SCAYT af',
685
+ about : 'SCAYT info',
686
+ toggle : 'SCAYT wissel aan/af',
687
+ options : 'Opsies',
688
+ langs : 'Tale',
689
+ moreSuggestions : 'Meer voorstelle',
690
+ ignore : 'Ignoreer',
691
+ ignoreAll : 'Ignoreer alles',
692
+ addWord : 'Voeg woord by',
693
+ emptyDic : 'Woordeboeknaam mag nie leeg wees nie.',
694
+
695
+ optionsTab : 'Opsies',
696
+ allCaps : 'Ignoreer woorde in hoofletters',
697
+ ignoreDomainNames : 'Ignoreer domeinname',
698
+ mixedCase : 'Ignoreer woorde met hoof- en kleinletters',
699
+ mixedWithDigits : 'Ignoreer woorde met syfers',
700
+
701
+ languagesTab : 'Tale',
702
+
703
+ dictionariesTab : 'Woordeboeke',
704
+ dic_field_name : 'Naam van woordeboek',
705
+ dic_create : 'Skep',
706
+ dic_restore : 'Herstel',
707
+ dic_delete : 'Verwijder',
708
+ dic_rename : 'Hernoem',
709
+ dic_info : 'Aanvanklik word die gebruikerswoordeboek in \'n koekie gestoor. Koekies is egter beperk in grootte. Wanneer die gebruikerswoordeboek te groot vir \'n koekie geword het, kan dit op ons bediener gestoor word. Om u persoonlike woordeboek op ons bediener te stoor, gee asb. \'n naam vir u woordeboek. Indien u alreeds \'n gestoorde woordeboek het, tik die naam en kliek op die Herstel knop.',
710
+
711
+ aboutTab : 'Info'
666
712
  },
667
713
 
668
714
  about :
669
715
  {
670
- title : 'About CKEditor', // MISSING
671
- dlgTitle : 'About CKEditor', // MISSING
672
- moreInfo : 'For licensing information please visit our web site:', // MISSING
673
- copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
716
+ title : 'Info oor CKEditor',
717
+ dlgTitle : 'Info oor CKEditor',
718
+ help : 'Check $1 for help.', // MISSING
719
+ userGuide : 'CKEditor User\'s Guide', // MISSING
720
+ moreInfo : 'Vir lisensie-informasie, besoek asb. ons webwerf:',
721
+ copy : 'Kopiereg &copy; $1. Alle regte voorbehou.'
674
722
  },
675
723
 
676
- maximize : 'Maximize', // MISSING
677
- minimize : 'Minimize', // MISSING
724
+ maximize : 'Maksimaliseer',
725
+ minimize : 'Minimaliseer',
678
726
 
679
727
  fakeobjects :
680
728
  {
681
- anchor : 'Anchor', // MISSING
682
- flash : 'Flash Animation', // MISSING
683
- div : 'Page Break', // MISSING
684
- unknown : 'Unknown Object' // MISSING
729
+ anchor : 'Anker',
730
+ flash : 'Flash animasie',
731
+ iframe : 'IFrame',
732
+ hiddenfield : 'Verborge veld',
733
+ unknown : 'Onbekende objek'
685
734
  },
686
735
 
687
- resize : 'Drag to resize', // MISSING
736
+ resize : 'Sleep om te herskaal',
688
737
 
689
738
  colordialog :
690
739
  {
691
- title : 'Select color', // MISSING
692
- highlight : 'Highlight', // MISSING
693
- selected : 'Selected', // MISSING
694
- clear : 'Clear' // MISSING
695
- },
696
-
697
- toolbarCollapse : 'Collapse Toolbar', // MISSING
698
- toolbarExpand : 'Expand Toolbar' // MISSING
740
+ title : 'Kies kleur',
741
+ options : 'Kleuropsies',
742
+ highlight : 'Aktief',
743
+ selected : 'Geselekteer',
744
+ clear : 'Herstel'
745
+ },
746
+
747
+ toolbarCollapse : 'Verklein werkbalk',
748
+ toolbarExpand : 'Vergroot werkbalk',
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 : 'Skryfrigting van links na regs',
768
+ rtl : 'Skryfrigting van regs na links'
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
  };