radiant-ck_editor_filter-extension 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (531) hide show
  1. data/README.markdown +7 -1
  2. data/VERSION +1 -1
  3. data/ck_editor_filter_extension.rb +1 -1
  4. data/public/javascripts/extensions/ck_editor_filter/ckeditor/CHANGES.html +1130 -373
  5. data/public/javascripts/extensions/ck_editor_filter/ckeditor/INSTALL.html +2 -2
  6. data/public/javascripts/extensions/ck_editor_filter/ckeditor/LICENSE.html +2 -2
  7. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/application.xml +32 -0
  8. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/run.bat +9 -0
  9. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/run.sh +8 -0
  10. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/sample.html +45 -0
  11. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ajax.html +23 -25
  12. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api.html +64 -24
  13. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api_dialog.html +36 -19
  14. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api_dialog/my_dialog.js +1 -1
  15. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/advanced.asp +105 -0
  16. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/events.asp +136 -0
  17. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/index.html +103 -0
  18. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/replace.asp +72 -0
  19. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/replaceall.asp +77 -0
  20. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/sample_posteddata.asp +46 -0
  21. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/standalone.asp +72 -0
  22. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/_posteddata.php +59 -0
  23. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/output_for_flash.fla +0 -0
  24. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/output_for_flash.swf +0 -0
  25. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/output_xhtml.css +204 -0
  26. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/parsesample.css +70 -0
  27. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/swfobject.js +18 -0
  28. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/autogrow.html +103 -0
  29. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/bbcode.html +136 -0
  30. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/devtools.html +94 -0
  31. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/divreplace.html +27 -10
  32. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/enterkey.html +39 -12
  33. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/fullpage.html +33 -13
  34. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/index.html +88 -25
  35. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/jqueryadapter.html +34 -8
  36. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_for_flash.html +275 -0
  37. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_html.html +285 -0
  38. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_xhtml.html +181 -0
  39. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/advanced.php +56 -29
  40. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/events.php +58 -35
  41. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/index.html +47 -0
  42. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/replace.php +48 -24
  43. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/replaceall.php +50 -30
  44. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/standalone.php +52 -33
  45. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/placeholder.html +81 -0
  46. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/readonly.html +91 -0
  47. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/replacebyclass.html +22 -7
  48. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/replacebycode.html +25 -8
  49. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample.css +85 -3
  50. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample.js +1 -1
  51. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample_posteddata.php +21 -59
  52. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sharedspaces.html +32 -10
  53. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/skins.html +38 -11
  54. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/stylesheetparser.html +93 -0
  55. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/tableresize.html +115 -0
  56. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ui_color.html +49 -7
  57. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ui_languages.html +53 -23
  58. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/adapters/jquery.js +17 -8
  59. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/_bootstrap.js +21 -18
  60. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor.js +42 -4
  61. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor_base.js +66 -29
  62. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor_basic.js +12 -15
  63. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/command.js +138 -2
  64. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/commanddefinition.js +59 -16
  65. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/config.js +142 -18
  66. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dataprocessor.js +6 -7
  67. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom.js +2 -3
  68. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/comment.js +1 -1
  69. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/document.js +29 -2
  70. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/documentfragment.js +3 -3
  71. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/domobject.js +59 -11
  72. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/element.js +249 -27
  73. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/elementpath.js +18 -3
  74. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/event.js +1 -1
  75. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/node.js +84 -56
  76. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/nodelist.js +4 -1
  77. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/range.js +345 -48
  78. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/rangelist.js +213 -0
  79. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/text.js +6 -1
  80. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/walker.js +40 -29
  81. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/window.js +1 -1
  82. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dtd.js +15 -11
  83. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/editor.js +336 -15
  84. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/editor_basic.js +19 -12
  85. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/env.js +80 -17
  86. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/event.js +12 -6
  87. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/eventInfo.js +5 -5
  88. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/focusmanager.js +27 -12
  89. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser.js +17 -5
  90. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/basicwriter.js +3 -3
  91. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/cdata.js +1 -1
  92. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/comment.js +1 -1
  93. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/element.js +14 -5
  94. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/filter.js +34 -8
  95. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/fragment.js +105 -108
  96. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/text.js +1 -1
  97. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/lang.js +12 -7
  98. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/loader.js +7 -9
  99. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/plugindefinition.js +18 -1
  100. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/plugins.js +21 -3
  101. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/resourcemanager.js +1 -1
  102. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/scriptloader.js +7 -25
  103. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/skins.js +5 -25
  104. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/themes.js +1 -1
  105. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/tools.js +61 -12
  106. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ui.js +13 -1
  107. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/_languages.js +2 -1
  108. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/_translationstatus.txt +58 -57
  109. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/af.js +521 -410
  110. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ar.js +160 -49
  111. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bg.js +162 -51
  112. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bn.js +162 -51
  113. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bs.js +162 -51
  114. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ca.js +260 -149
  115. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/cs.js +233 -122
  116. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/cy.js +159 -48
  117. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/da.js +162 -51
  118. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/de.js +217 -106
  119. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/el.js +162 -51
  120. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-au.js +166 -55
  121. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-ca.js +166 -55
  122. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-gb.js +277 -166
  123. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en.js +166 -55
  124. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/eo.js +162 -51
  125. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/es.js +182 -71
  126. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/et.js +162 -51
  127. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/eu.js +162 -51
  128. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fa.js +162 -51
  129. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fi.js +178 -67
  130. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fo.js +339 -228
  131. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fr-ca.js +162 -51
  132. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fr.js +261 -150
  133. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/gl.js +162 -51
  134. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/gu.js +162 -51
  135. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/he.js +179 -68
  136. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hi.js +162 -51
  137. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hr.js +162 -51
  138. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hu.js +341 -230
  139. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/is.js +162 -51
  140. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/it.js +162 -51
  141. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ja.js +195 -84
  142. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ka.js +810 -0
  143. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/km.js +162 -51
  144. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ko.js +162 -51
  145. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/lt.js +162 -51
  146. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/lv.js +162 -51
  147. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/mn.js +162 -51
  148. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ms.js +162 -51
  149. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/nb.js +286 -175
  150. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/nl.js +178 -67
  151. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/no.js +286 -175
  152. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pl.js +279 -168
  153. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pt-br.js +318 -208
  154. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pt.js +162 -51
  155. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ro.js +162 -51
  156. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ru.js +159 -48
  157. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sk.js +192 -81
  158. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sl.js +161 -50
  159. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sr-latn.js +162 -51
  160. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sr.js +162 -51
  161. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sv.js +357 -247
  162. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/th.js +162 -51
  163. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/tr.js +345 -235
  164. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/uk.js +387 -276
  165. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/vi.js +336 -225
  166. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/zh-cn.js +271 -160
  167. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/zh.js +162 -51
  168. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +16 -5
  169. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/lang/en.js +3 -3
  170. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/lang/he.js +216 -0
  171. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/plugin.js +4 -3
  172. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/about/dialogs/about.js +4 -1
  173. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/about/plugin.js +2 -1
  174. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/adobeair/plugin.js +228 -0
  175. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/ajax/plugin.js +152 -0
  176. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/autogrow/plugin.js +88 -0
  177. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/basicstyles/plugin.js +27 -19
  178. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/bbcode/plugin.js +924 -0
  179. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/bidi/plugin.js +331 -0
  180. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/blockquote/plugin.js +8 -4
  181. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/button/plugin.js +70 -55
  182. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/clipboard/dialogs/paste.js +115 -78
  183. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/clipboard/plugin.js +133 -69
  184. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colorbutton/plugin.js +91 -23
  185. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +192 -43
  186. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colordialog/plugin.js +12 -10
  187. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/contextmenu/plugin.js +124 -221
  188. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/devtools/lang/en.js +16 -0
  189. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/devtools/plugin.js +173 -0
  190. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialog/dialogDefinition.js +840 -56
  191. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialog/plugin.js +652 -301
  192. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialogadvtab/plugin.js +205 -0
  193. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialogui/plugin.js +179 -50
  194. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/div/dialogs/div.js +40 -40
  195. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/div/plugin.js +4 -4
  196. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/docprops/dialogs/docprops.js +686 -0
  197. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/docprops/plugin.js +22 -0
  198. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/domiterator/plugin.js +59 -53
  199. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/editingblock/plugin.js +62 -17
  200. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/elementspath/plugin.js +137 -108
  201. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/enterkey/plugin.js +117 -47
  202. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/entities/plugin.js +95 -45
  203. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/fakeobjects/plugin.js +22 -16
  204. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/filebrowser/plugin.js +75 -30
  205. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/find/dialogs/find.js +111 -69
  206. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/find/plugin.js +2 -1
  207. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/flash/dialogs/flash.js +28 -20
  208. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/flash/plugin.js +14 -11
  209. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/floatpanel/plugin.js +50 -21
  210. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/font/plugin.js +3 -2
  211. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/format/plugin.js +17 -13
  212. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/button.js +38 -55
  213. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/checkbox.js +21 -11
  214. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/form.js +6 -6
  215. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +26 -17
  216. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/radio.js +6 -6
  217. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/select.js +13 -7
  218. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/textarea.js +4 -4
  219. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/textfield.js +11 -5
  220. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
  221. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/plugin.js +112 -41
  222. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/horizontalrule/plugin.js +1 -1
  223. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/htmldataprocessor/plugin.js +200 -63
  224. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/htmlwriter/plugin.js +26 -21
  225. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/dialogs/iframe.js +257 -0
  226. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
  227. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/plugin.js +106 -0
  228. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframedialog/plugin.js +59 -7
  229. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/image/dialogs/image.js +243 -218
  230. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/image/plugin.js +19 -2
  231. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/indent/plugin.js +335 -223
  232. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/justify/plugin.js +115 -30
  233. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/keystrokes/plugin.js +3 -7
  234. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/dialogs/anchor.js +85 -40
  235. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/dialogs/link.js +163 -184
  236. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/plugin.js +180 -32
  237. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/list/plugin.js +165 -81
  238. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/listblock/plugin.js +11 -6
  239. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +204 -0
  240. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/liststyle/plugin.js +66 -0
  241. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/maximize/plugin.js +109 -40
  242. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/menu/plugin.js +166 -67
  243. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/menubutton/plugin.js +12 -7
  244. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/newpage/plugin.js +3 -3
  245. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pagebreak/plugin.js +95 -29
  246. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/panel/plugin.js +43 -20
  247. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/panelbutton/plugin.js +10 -11
  248. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastefromword/filter/default.js +316 -119
  249. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastefromword/plugin.js +32 -11
  250. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +19 -29
  251. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastetext/plugin.js +15 -79
  252. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +71 -0
  253. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/lang/en.js +16 -0
  254. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/lang/he.js +16 -0
  255. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
  256. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/plugin.js +171 -0
  257. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/popup/plugin.js +9 -7
  258. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/preview/plugin.js +3 -2
  259. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/print/plugin.js +2 -1
  260. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/removeformat/plugin.js +89 -36
  261. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/resize/plugin.js +71 -18
  262. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/richcombo/plugin.js +40 -29
  263. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/save/plugin.js +2 -1
  264. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/scayt/dialogs/options.js +114 -110
  265. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/scayt/plugin.js +531 -170
  266. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/selection/plugin.js +791 -331
  267. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
  268. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
  269. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
  270. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
  271. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
  272. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
  273. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
  274. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
  275. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
  276. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
  277. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
  278. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/plugin.js +14 -8
  279. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showborders/plugin.js +63 -26
  280. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/dialogs/smiley.js +31 -22
  281. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/plugin.js +15 -6
  282. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/sourcearea/plugin.js +18 -14
  283. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +36 -59
  284. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/lang/en.js +89 -0
  285. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/plugin.js +45 -4
  286. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/styles/plugin.js +632 -212
  287. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/{stylescombo → styles}/styles/default.js +5 -2
  288. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/stylescombo/plugin.js +77 -140
  289. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/stylesheetparser/plugin.js +143 -0
  290. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tab/plugin.js +109 -3
  291. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/table/dialogs/table.js +106 -23
  292. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/table/plugin.js +11 -3
  293. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tableresize/plugin.js +450 -0
  294. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +66 -64
  295. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tabletools/plugin.js +348 -179
  296. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/dialogs/templates.js +41 -36
  297. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/plugin.js +3 -4
  298. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/templates/default.js +2 -2
  299. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/toolbar/plugin.js +193 -122
  300. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +6 -5
  301. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/lang/en.js +1 -1
  302. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/lang/he.js +15 -0
  303. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/plugin.js +2 -2
  304. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +1 -1
  305. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/undo/plugin.js +73 -12
  306. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +1 -1
  307. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +1 -1
  308. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/wsc.css +1 -2
  309. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/wsc.js +20 -4
  310. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/plugin.js +2 -2
  311. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wysiwygarea/plugin.js +751 -251
  312. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/xml/plugin.js +170 -0
  313. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/dialog.css +116 -18
  314. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/editor.css +1 -1
  315. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/elementspath.css +2 -1
  316. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons.css +42 -2
  317. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons.png +0 -0
  318. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
  319. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/mainui.css +25 -5
  320. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/menu.css +36 -15
  321. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/panel.css +18 -17
  322. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/presets.css +1 -1
  323. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/reset.css +7 -1
  324. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/richcombo.css +27 -10
  325. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/skin.js +4 -36
  326. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/templates.css +16 -12
  327. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/toolbar.css +69 -83
  328. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/dialog.css +111 -13
  329. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/editor.css +1 -1
  330. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/elementspath.css +2 -1
  331. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons.css +40 -1
  332. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons.png +0 -0
  333. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
  334. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/mainui.css +33 -7
  335. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/menu.css +37 -15
  336. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/panel.css +23 -22
  337. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/presets.css +1 -1
  338. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/reset.css +7 -1
  339. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/richcombo.css +40 -20
  340. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/skin.js +10 -17
  341. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/templates.css +16 -10
  342. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/toolbar.css +79 -32
  343. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/dialog.css +112 -13
  344. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/editor.css +1 -1
  345. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/elementspath.css +2 -1
  346. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons.css +40 -1
  347. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons.png +0 -0
  348. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
  349. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/mainui.css +25 -5
  350. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/menu.css +38 -16
  351. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/panel.css +22 -21
  352. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/presets.css +1 -1
  353. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/reset.css +7 -1
  354. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/richcombo.css +36 -23
  355. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/skin.js +10 -17
  356. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/templates.css +16 -10
  357. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/toolbar.css +67 -27
  358. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/themes/default/theme.js +106 -46
  359. data/public/javascripts/extensions/ck_editor_filter/ckeditor/adapters/jquery.js +2 -2
  360. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.asp +955 -0
  361. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.js +141 -117
  362. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.pack +13 -7
  363. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.php +1 -1
  364. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_basic.js +4 -4
  365. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_basic_source.js +2 -2
  366. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_php4.php +27 -54
  367. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_php5.php +26 -53
  368. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_source.js +2 -2
  369. data/public/javascripts/extensions/ck_editor_filter/ckeditor/config.js +1 -1
  370. data/public/javascripts/extensions/ck_editor_filter/ckeditor/contents.css +4 -16
  371. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/_languages.js +2 -2
  372. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/_translationstatus.txt +58 -57
  373. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/af.js +2 -2
  374. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ar.js +2 -2
  375. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bg.js +2 -2
  376. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bn.js +2 -2
  377. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bs.js +2 -2
  378. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ca.js +2 -2
  379. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/cs.js +2 -2
  380. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/cy.js +2 -2
  381. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/da.js +2 -2
  382. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/de.js +2 -2
  383. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/el.js +2 -2
  384. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-au.js +2 -2
  385. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-ca.js +2 -2
  386. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-gb.js +2 -2
  387. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en.js +2 -2
  388. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/eo.js +2 -2
  389. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/es.js +2 -2
  390. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/et.js +2 -2
  391. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/eu.js +2 -2
  392. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fa.js +2 -2
  393. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fi.js +2 -2
  394. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fo.js +2 -2
  395. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fr-ca.js +2 -2
  396. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fr.js +2 -2
  397. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/gl.js +2 -2
  398. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/gu.js +2 -2
  399. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/he.js +2 -2
  400. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hi.js +2 -2
  401. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hr.js +2 -2
  402. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hu.js +2 -2
  403. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/is.js +2 -2
  404. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/it.js +2 -2
  405. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ja.js +2 -2
  406. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ka.js +6 -0
  407. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/km.js +2 -2
  408. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ko.js +2 -2
  409. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/lt.js +2 -2
  410. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/lv.js +2 -2
  411. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/mn.js +2 -2
  412. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ms.js +2 -2
  413. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/nb.js +2 -2
  414. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/nl.js +2 -2
  415. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/no.js +2 -2
  416. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pl.js +2 -2
  417. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pt-br.js +2 -2
  418. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pt.js +2 -2
  419. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ro.js +2 -2
  420. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ru.js +2 -2
  421. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sk.js +2 -2
  422. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sl.js +2 -2
  423. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sr-latn.js +2 -2
  424. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sr.js +2 -2
  425. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sv.js +2 -2
  426. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/th.js +2 -2
  427. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/tr.js +2 -2
  428. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/uk.js +2 -2
  429. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/vi.js +2 -2
  430. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/zh-cn.js +2 -2
  431. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/zh.js +2 -2
  432. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +2 -2
  433. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/lang/en.js +2 -2
  434. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
  435. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/about/dialogs/about.js +2 -2
  436. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/adobeair/plugin.js +6 -0
  437. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/ajax/plugin.js +6 -0
  438. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/autogrow/plugin.js +6 -0
  439. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/bbcode/plugin.js +9 -0
  440. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/clipboard/dialogs/paste.js +3 -3
  441. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/colordialog/dialogs/colordialog.js +3 -2
  442. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/devtools/lang/en.js +6 -0
  443. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/devtools/plugin.js +6 -0
  444. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/dialog/dialogDefinition.js +1 -1
  445. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/div/dialogs/div.js +3 -2
  446. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
  447. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/docprops/plugin.js +6 -0
  448. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/find/dialogs/find.js +5 -5
  449. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/flash/dialogs/flash.js +5 -5
  450. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/button.js +2 -2
  451. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/checkbox.js +2 -2
  452. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/form.js +2 -2
  453. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/hiddenfield.js +2 -2
  454. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/radio.js +2 -2
  455. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/select.js +4 -4
  456. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/textarea.js +2 -2
  457. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/textfield.js +2 -2
  458. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  459. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
  460. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  461. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframedialog/plugin.js +2 -2
  462. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/image/dialogs/image.js +9 -9
  463. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/dialogs/anchor.js +2 -2
  464. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/dialogs/link.js +7 -7
  465. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/liststyle/dialogs/liststyle.js +6 -0
  466. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/pastefromword/filter/default.js +7 -6
  467. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/pastetext/dialogs/pastetext.js +2 -2
  468. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
  469. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/lang/en.js +6 -0
  470. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/lang/he.js +6 -0
  471. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/placeholder.gif +0 -0
  472. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/plugin.js +6 -0
  473. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/radiantpreview/images/radiant-preview.png +0 -0
  474. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/dialogs/options.js +4 -4
  475. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/dialogs/toolbar.css +1 -1
  476. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  477. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  478. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  479. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  480. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  481. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  482. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  483. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  484. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  485. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  486. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  487. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/dialogs/smiley.js +3 -3
  488. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/specialchar.js +3 -3
  489. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/lang/en.js +6 -0
  490. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/{stylescombo → styles}/styles/default.js +2 -2
  491. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/stylesheetparser/plugin.js +6 -0
  492. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/table/dialogs/table.js +5 -5
  493. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/tableresize/plugin.js +7 -0
  494. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/tabletools/dialogs/tableCell.js +4 -4
  495. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/dialogs/templates.js +3 -3
  496. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/templates/default.js +2 -2
  497. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/dialogs/uicolor.js +3 -3
  498. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/lang/en.js +1 -1
  499. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/lang/he.js +6 -0
  500. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/plugin.js +2 -2
  501. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/assets/yui.css +2 -2
  502. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/yui.js +1 -1
  503. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/ciframe.html +1 -1
  504. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +1 -1
  505. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/wsc.css +2 -2
  506. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/wsc.js +3 -3
  507. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/xml/plugin.js +6 -0
  508. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/dialog.css +5 -5
  509. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/editor.css +9 -8
  510. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/icons.png +0 -0
  511. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/icons_rtl.png +0 -0
  512. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/skin.js +3 -3
  513. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/templates.css +2 -2
  514. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/dialog.css +5 -5
  515. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/editor.css +10 -9
  516. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/icons.png +0 -0
  517. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/icons_rtl.png +0 -0
  518. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/skin.js +2 -2
  519. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/templates.css +2 -2
  520. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/dialog.css +5 -4
  521. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/editor.css +9 -8
  522. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/icons.png +0 -0
  523. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/icons_rtl.png +0 -0
  524. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/skin.js +2 -2
  525. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/templates.css +2 -2
  526. data/public/javascripts/extensions/ck_editor_filter/ckeditor/themes/default/theme.js +4 -4
  527. data/public/javascripts/extensions/ck_editor_filter/radiant.ckeditor.js +21 -12
  528. metadata +94 -9
  529. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ajax.js +0 -143
  530. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/imagecacher.js +0 -58
  531. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/xml.js +0 -165
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
2
+ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
3
  For licensing, see LICENSE.html or http://ckeditor.com/license
4
4
  */
5
5
 
@@ -34,8 +34,8 @@ CKEDITOR.lang['is'] =
34
34
  editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
35
35
 
36
36
  // ARIA descriptions.
37
- toolbar : 'Toolbar', // MISSING
38
- editor : 'Rich Text Editor', // MISSING
37
+ toolbars : 'Editor toolbars', // MISSING
38
+ editor : 'Rich Text Editor', // MISSING
39
39
 
40
40
  // Toolbar buttons without dialogs.
41
41
  source : 'Kóði',
@@ -56,6 +56,7 @@ CKEDITOR.lang['is'] =
56
56
  superscript : 'Uppskrifað',
57
57
  horizontalrule : 'Lóðrétt lína',
58
58
  pagebreak : 'Setja inn síðuskil',
59
+ pagebreakAlt : 'Page Break', // MISSING
59
60
  unlink : 'Fjarlægja stiklu',
60
61
  undo : 'Afturkalla',
61
62
  redo : 'Hætta við afturköllun',
@@ -105,22 +106,44 @@ CKEDITOR.lang['is'] =
105
106
  targetTop : 'Topmost Window (_top)', // MISSING
106
107
  targetSelf : 'Same Window (_self)', // MISSING
107
108
  targetParent : 'Parent Window (_parent)', // MISSING
109
+ langDirLTR : 'Left to Right (LTR)', // MISSING
110
+ langDirRTL : 'Right to Left (RTL)', // MISSING
111
+ styles : 'Style', // MISSING
112
+ cssClasses : 'Stylesheet Classes', // MISSING
113
+ width : 'Breidd',
114
+ height : 'Hæð',
115
+ align : 'Jöfnun',
116
+ alignLeft : 'Vinstri',
117
+ alignRight : 'Hægri',
118
+ alignCenter : 'Miðjað',
119
+ alignTop : 'Efst',
120
+ alignMiddle : 'Miðjuð',
121
+ alignBottom : 'Neðst',
122
+ invalidHeight : 'Height must be a number.', // MISSING
123
+ invalidWidth : 'Width must be a number.', // MISSING
108
124
 
109
125
  // Put the voice-only part of the label in the span.
110
126
  unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
111
127
  },
112
128
 
129
+ contextmenu :
130
+ {
131
+ options : 'Context Menu Options' // MISSING
132
+ },
133
+
113
134
  // Special char dialog.
114
135
  specialChar :
115
136
  {
116
137
  toolbar : 'Setja inn merki',
117
- title : 'Velja tákn'
138
+ title : 'Velja tákn',
139
+ options : 'Special Character Options' // MISSING
118
140
  },
119
141
 
120
142
  // Link dialog.
121
143
  link :
122
144
  {
123
145
  toolbar : 'Stofna/breyta stiklu',
146
+ other : '<annar>',
124
147
  menu : 'Breyta stiklu',
125
148
  title : 'Stikla',
126
149
  info : 'Almennt',
@@ -144,9 +167,7 @@ CKEDITOR.lang['is'] =
144
167
  popupFullScreen : 'Heilskjár (IE)',
145
168
  popupScrollBars : 'Skrunstikur',
146
169
  popupDependent : 'Háð venslum (Netscape)',
147
- popupWidth : 'Breidd',
148
170
  popupLeft : 'Fjarlægð frá vinstri',
149
- popupHeight : 'Hæð',
150
171
  popupTop : 'Fjarlægð frá efri brún',
151
172
  id : 'Id', // MISSING
152
173
  langDir : 'Lesstefna',
@@ -154,18 +175,19 @@ CKEDITOR.lang['is'] =
154
175
  langDirRTL : 'Frá hægri til vinstri (RTL)',
155
176
  acccessKey : 'Skammvalshnappur',
156
177
  name : 'Nafn',
157
- langCode : 'Lesstefna',
158
- tabIndex : 'Raðnúmer innsláttarreits',
159
- advisoryTitle : 'Titill',
178
+ langCode : 'Lesstefna',
179
+ tabIndex : 'Raðnúmer innsláttarreits',
180
+ advisoryTitle : 'Titill',
160
181
  advisoryContentType : 'Tegund innihalds',
161
182
  cssClasses : 'Stílsniðsflokkur',
162
183
  charset : 'Táknróf',
163
184
  styles : 'Stíll',
164
- selectAnchor : 'Veldu akkeri',
185
+ rel : 'Relationship', // MISSING
186
+ selectAnchor : 'Veldu akkeri',
165
187
  anchorName : 'Eftir akkerisnafni',
166
- anchorId : 'Eftir auðkenni einingar',
167
- emailAddress : 'Netfang',
168
- emailSubject : 'Efni',
188
+ anchorId : 'Eftir auðkenni einingar',
189
+ emailAddress : 'Netfang',
190
+ emailSubject : 'Efni',
169
191
  emailBody : 'Meginmál',
170
192
  noAnchors : '<Engin bókamerki á skrá>',
171
193
  noUrl : 'Sláðu inn veffang stiklunnar!',
@@ -182,6 +204,30 @@ CKEDITOR.lang['is'] =
182
204
  errorName : 'Sláðu inn nafn bókamerkis!'
183
205
  },
184
206
 
207
+ // List style dialog
208
+ list:
209
+ {
210
+ numberedTitle : 'Numbered List Properties', // MISSING
211
+ bulletedTitle : 'Bulleted List Properties', // MISSING
212
+ type : 'Type', // MISSING
213
+ start : 'Start', // MISSING
214
+ validateStartNumber :'List start number must be a whole number.', // MISSING
215
+ circle : 'Circle', // MISSING
216
+ disc : 'Disc', // MISSING
217
+ square : 'Square', // MISSING
218
+ none : 'None', // MISSING
219
+ notset : '<not set>', // MISSING
220
+ armenian : 'Armenian numbering', // MISSING
221
+ georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
222
+ lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
223
+ upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
224
+ lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
225
+ upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
226
+ lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
227
+ decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
228
+ decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
229
+ },
230
+
185
231
  // Find And Replace Dialog
186
232
  findAndReplace :
187
233
  {
@@ -208,15 +254,9 @@ CKEDITOR.lang['is'] =
208
254
  rows : 'Raðir',
209
255
  columns : 'Dálkar',
210
256
  border : 'Breidd ramma',
211
- align : 'Jöfnun',
212
- alignLeft : 'Vinstrijafnað',
213
- alignCenter : 'Miðjað',
214
- alignRight : 'Hægrijafnað',
215
- width : 'Breidd',
216
257
  widthPx : 'myndeindir',
217
258
  widthPc : 'prósent',
218
259
  widthUnit : 'width unit', // MISSING
219
- height : 'Hæð',
220
260
  cellSpace : 'Bil milli reita',
221
261
  cellPad : 'Reitaspássía',
222
262
  caption : 'Titill',
@@ -252,9 +292,6 @@ CKEDITOR.lang['is'] =
252
292
  wordWrap : 'Word Wrap', // MISSING
253
293
  hAlign : 'Horizontal Alignment', // MISSING
254
294
  vAlign : 'Vertical Alignment', // MISSING
255
- alignTop : 'Top', // MISSING
256
- alignMiddle : 'Middle', // MISSING
257
- alignBottom : 'Bottom', // MISSING
258
295
  alignBaseline : 'Baseline', // MISSING
259
296
  bgColor : 'Background Color', // MISSING
260
297
  borderColor : 'Border Color', // MISSING
@@ -375,24 +412,17 @@ CKEDITOR.lang['is'] =
375
412
  btnUpload : 'Hlaða upp',
376
413
  upload : 'Hlaða upp',
377
414
  alt : 'Baklægur texti',
378
- width : 'Breidd',
379
- height : 'Hæð',
380
415
  lockRatio : 'Festa stærðarhlutfall',
381
416
  unlockRatio : 'Unlock Ratio', // MISSING
382
417
  resetSize : 'Reikna stærð',
383
418
  border : 'Rammi',
384
419
  hSpace : 'Vinstri bil',
385
420
  vSpace : 'Hægri bil',
386
- align : 'Jöfnun',
387
- alignLeft : 'Vinstri',
388
- alignRight : 'Hægri',
389
421
  alertUrl : 'Sláðu inn slóðina að myndinni',
390
422
  linkTab : 'Stikla',
391
423
  button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING
392
424
  img2Button : 'Do you want to transform the selected image on a image button?', // MISSING
393
425
  urlMissing : 'Image source URL is missing.', // MISSING
394
- validateWidth : 'Width must be a whole number.', // MISSING
395
- validateHeight : 'Height must be a whole number.', // MISSING
396
426
  validateBorder : 'Border must be a whole number.', // MISSING
397
427
  validateHSpace : 'HSpace must be a whole number.', // MISSING
398
428
  validateVSpace : 'VSpace must be a whole number.' // MISSING
@@ -416,16 +446,10 @@ CKEDITOR.lang['is'] =
416
446
  accessAlways : 'Always', // MISSING
417
447
  accessSameDomain: 'Same domain', // MISSING
418
448
  accessNever : 'Never', // MISSING
419
- align : 'Jöfnun',
420
- alignLeft : 'Vinstri',
421
449
  alignAbsBottom : 'Abs neðst',
422
450
  alignAbsMiddle : 'Abs miðjuð',
423
451
  alignBaseline : 'Grunnlína',
424
- alignBottom : 'Neðst',
425
- alignMiddle : 'Miðjuð',
426
- alignRight : 'Hægri',
427
452
  alignTextTop : 'Efri brún texta',
428
- alignTop : 'Efst',
429
453
  quality : 'Quality', // MISSING
430
454
  qualityBest : 'Best', // MISSING
431
455
  qualityHigh : 'High', // MISSING
@@ -439,13 +463,9 @@ CKEDITOR.lang['is'] =
439
463
  windowMode : 'Window mode', // MISSING
440
464
  flashvars : 'Variables for Flash', // MISSING
441
465
  bgcolor : 'Bakgrunnslitur',
442
- width : 'Breidd',
443
- height : 'Hæð',
444
466
  hSpace : 'Vinstri bil',
445
467
  vSpace : 'Hægri bil',
446
468
  validateSrc : 'Sláðu inn veffang stiklunnar!',
447
- validateWidth : 'Width must be a number.', // MISSING
448
- validateHeight : 'Height must be a number.', // MISSING
449
469
  validateHSpace : 'HSpace must be a number.', // MISSING
450
470
  validateVSpace : 'VSpace must be a number.' // MISSING
451
471
  },
@@ -476,7 +496,8 @@ CKEDITOR.lang['is'] =
476
496
  smiley :
477
497
  {
478
498
  toolbar : 'Svipur',
479
- title : 'Velja svip'
499
+ title : 'Velja svip',
500
+ options : 'Smiley Options' // MISSING
480
501
  },
481
502
 
482
503
  elementsPath :
@@ -503,9 +524,9 @@ CKEDITOR.lang['is'] =
503
524
  clipboard :
504
525
  {
505
526
  title : 'Líma',
506
- cutError : 'Öryggisstillingar vafrans þíns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið í klippa (Ctrl+X).',
507
- copyError : 'Öryggisstillingar vafrans þíns leyfa ekki afritun texta með músaraðgerð. Notaðu lyklaborðið í afrita (Ctrl+C).',
508
- pasteMsg : 'Límdu í svæðið hér að neðan og (<STRONG>Ctrl+V</STRONG>) og smelltu á <STRONG>OK</STRONG>.',
527
+ cutError : 'Öryggisstillingar vafrans þíns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið í klippa (Ctrl/Cmd+X).',
528
+ copyError : 'Öryggisstillingar vafrans þíns leyfa ekki afritun texta með músaraðgerð. Notaðu lyklaborðið í afrita (Ctrl/Cmd+C).',
529
+ pasteMsg : 'Límdu í svæðið hér að neðan og (<STRONG>Ctrl/Cmd+V</STRONG>) og smelltu á <STRONG>OK</STRONG>.',
509
530
  securityMsg : 'Vegna öryggisstillinga í vafranum þínum fær ritillinn ekki beinan aðgang að klippuborðinu. Þú verður að líma innihaldið aftur inn í þennan glugga.',
510
531
  pasteArea : 'Paste Area' // MISSING
511
532
  },
@@ -528,6 +549,7 @@ CKEDITOR.lang['is'] =
528
549
  {
529
550
  button : 'Sniðmát',
530
551
  title : 'Innihaldssniðmát',
552
+ options : 'Template Options', // MISSING
531
553
  insertOption : 'Skipta út raunverulegu innihaldi',
532
554
  selectPromptMsg : 'Veldu sniðmát til að opna í ritlinum.<br>(Núverandi innihald víkur fyrir því!):',
533
555
  emptyListMsg : '(Ekkert sniðmát er skilgreint!)'
@@ -578,6 +600,15 @@ CKEDITOR.lang['is'] =
578
600
  remove : 'Remove Div' // MISSING
579
601
  },
580
602
 
603
+ iframe :
604
+ {
605
+ title : 'IFrame Properties', // MISSING
606
+ toolbar : 'IFrame', // MISSING
607
+ noUrl : 'Please type the iframe URL', // MISSING
608
+ scrolling : 'Enable scrollbars', // MISSING
609
+ border : 'Show frame border' // MISSING
610
+ },
611
+
581
612
  font :
582
613
  {
583
614
  label : 'Leturgerð ',
@@ -610,7 +641,7 @@ CKEDITOR.lang['is'] =
610
641
  '008080' : 'Teal', // MISSING
611
642
  '000080' : 'Navy', // MISSING
612
643
  '4B0082' : 'Indigo', // MISSING
613
- '696969' : 'Dim Gray', // MISSING
644
+ '696969' : 'Dark Gray', // MISSING
614
645
  'B22222' : 'Fire Brick', // MISSING
615
646
  'A52A2A' : 'Brown', // MISSING
616
647
  'DAA520' : 'Golden Rod', // MISSING
@@ -626,7 +657,7 @@ CKEDITOR.lang['is'] =
626
657
  '0FF' : 'Cyan', // MISSING
627
658
  '00F' : 'Blue', // MISSING
628
659
  'EE82EE' : 'Violet', // MISSING
629
- 'A9A9A9' : 'Dark Gray', // MISSING
660
+ 'A9A9A9' : 'Dim Gray', // MISSING
630
661
  'FFA07A' : 'Light Salmon', // MISSING
631
662
  'FFA500' : 'Orange', // MISSING
632
663
  'FFFF00' : 'Yellow', // MISSING
@@ -648,6 +679,7 @@ CKEDITOR.lang['is'] =
648
679
  scayt :
649
680
  {
650
681
  title : 'Spell Check As You Type', // MISSING
682
+ opera_title : 'Not supported by Opera', // MISSING
651
683
  enable : 'Enable SCAYT', // MISSING
652
684
  disable : 'Disable SCAYT', // MISSING
653
685
  about : 'About SCAYT', // MISSING
@@ -659,9 +691,23 @@ CKEDITOR.lang['is'] =
659
691
  ignoreAll : 'Ignore All', // MISSING
660
692
  addWord : 'Add Word', // MISSING
661
693
  emptyDic : 'Dictionary name should not be empty.', // MISSING
694
+
662
695
  optionsTab : 'Options', // MISSING
696
+ allCaps : 'Ignore All-Caps Words', // MISSING
697
+ ignoreDomainNames : 'Ignore Domain Names', // MISSING
698
+ mixedCase : 'Ignore Words with Mixed Case', // MISSING
699
+ mixedWithDigits : 'Ignore Words with Numbers', // MISSING
700
+
663
701
  languagesTab : 'Languages', // MISSING
702
+
664
703
  dictionariesTab : 'Dictionaries', // MISSING
704
+ dic_field_name : 'Dictionary name', // MISSING
705
+ dic_create : 'Create', // MISSING
706
+ dic_restore : 'Restore', // MISSING
707
+ dic_delete : 'Delete', // MISSING
708
+ dic_rename : 'Rename', // MISSING
709
+ dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
710
+
665
711
  aboutTab : 'About' // MISSING
666
712
  },
667
713
 
@@ -669,6 +715,8 @@ CKEDITOR.lang['is'] =
669
715
  {
670
716
  title : 'About CKEditor', // MISSING
671
717
  dlgTitle : 'About CKEditor', // MISSING
718
+ help : 'Check $1 for help.', // MISSING
719
+ userGuide : 'CKEditor User\'s Guide', // MISSING
672
720
  moreInfo : 'For licensing information please visit our web site:', // MISSING
673
721
  copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
674
722
  },
@@ -678,10 +726,11 @@ CKEDITOR.lang['is'] =
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 : 'Anchor', // MISSING
730
+ flash : 'Flash Animation', // MISSING
731
+ iframe : 'IFrame', // MISSING
732
+ hiddenfield : 'Hidden Field', // MISSING
733
+ unknown : 'Unknown Object' // MISSING
685
734
  },
686
735
 
687
736
  resize : 'Drag to resize', // MISSING
@@ -689,11 +738,73 @@ CKEDITOR.lang['is'] =
689
738
  colordialog :
690
739
  {
691
740
  title : 'Select color', // MISSING
741
+ options : 'Color Options', // MISSING
692
742
  highlight : 'Highlight', // MISSING
693
- selected : 'Selected', // MISSING
743
+ selected : 'Selected Color', // MISSING
694
744
  clear : 'Clear' // MISSING
695
745
  },
696
746
 
697
747
  toolbarCollapse : 'Collapse Toolbar', // MISSING
698
- toolbarExpand : 'Expand Toolbar' // MISSING
748
+ toolbarExpand : 'Expand Toolbar', // MISSING
749
+
750
+ toolbarGroups :
751
+ {
752
+ document : 'Document', // MISSING
753
+ clipboard : 'Clipboard/Undo', // MISSING
754
+ editing : 'Editing', // MISSING
755
+ forms : 'Forms', // MISSING
756
+ basicstyles : 'Basic Styles', // MISSING
757
+ paragraph : 'Paragraph', // MISSING
758
+ links : 'Links', // MISSING
759
+ insert : 'Insert', // MISSING
760
+ styles : 'Styles', // MISSING
761
+ colors : 'Colors', // MISSING
762
+ tools : 'Tools' // MISSING
763
+ },
764
+
765
+ bidi :
766
+ {
767
+ ltr : 'Text direction from left to right', // MISSING
768
+ rtl : 'Text direction from right to left' // MISSING
769
+ },
770
+
771
+ docprops :
772
+ {
773
+ label : 'Document Properties', // MISSING
774
+ title : 'Document Properties', // MISSING
775
+ design : 'Design', // MISSING
776
+ meta : 'Meta Tags', // MISSING
777
+ chooseColor : 'Choose', // MISSING
778
+ other : 'Other...', // MISSING
779
+ docTitle : 'Page Title', // MISSING
780
+ charset : 'Character Set Encoding', // MISSING
781
+ charsetOther : 'Other Character Set Encoding', // MISSING
782
+ charsetASCII : 'ASCII', // MISSING
783
+ charsetCE : 'Central European', // MISSING
784
+ charsetCT : 'Chinese Traditional (Big5)', // MISSING
785
+ charsetCR : 'Cyrillic', // MISSING
786
+ charsetGR : 'Greek', // MISSING
787
+ charsetJP : 'Japanese', // MISSING
788
+ charsetKR : 'Korean', // MISSING
789
+ charsetTR : 'Turkish', // MISSING
790
+ charsetUN : 'Unicode (UTF-8)', // MISSING
791
+ charsetWE : 'Western European', // MISSING
792
+ docType : 'Document Type Heading', // MISSING
793
+ docTypeOther : 'Other Document Type Heading', // MISSING
794
+ xhtmlDec : 'Include XHTML Declarations', // MISSING
795
+ bgColor : 'Background Color', // MISSING
796
+ bgImage : 'Background Image URL', // MISSING
797
+ bgFixed : 'Non-scrolling (Fixed) Background', // MISSING
798
+ txtColor : 'Text Color', // MISSING
799
+ margin : 'Page Margins', // MISSING
800
+ marginTop : 'Top', // MISSING
801
+ marginLeft : 'Left', // MISSING
802
+ marginRight : 'Right', // MISSING
803
+ marginBottom : 'Bottom', // MISSING
804
+ metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING
805
+ metaDescription : 'Document Description', // MISSING
806
+ metaAuthor : 'Author', // MISSING
807
+ metaCopyright : 'Copyright', // MISSING
808
+ previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
809
+ }
699
810
  };
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
2
+ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
3
  For licensing, see LICENSE.html or http://ckeditor.com/license
4
4
  */
5
5
 
@@ -34,8 +34,8 @@ CKEDITOR.lang['it'] =
34
34
  editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
35
35
 
36
36
  // ARIA descriptions.
37
- toolbar : 'Toolbar', // MISSING
38
- editor : 'Rich Text Editor', // MISSING
37
+ toolbars : 'Editor toolbars', // MISSING
38
+ editor : 'Rich Text Editor', // MISSING
39
39
 
40
40
  // Toolbar buttons without dialogs.
41
41
  source : 'Codice Sorgente',
@@ -56,6 +56,7 @@ CKEDITOR.lang['it'] =
56
56
  superscript : 'Apice',
57
57
  horizontalrule : 'Inserisci riga orizzontale',
58
58
  pagebreak : 'Inserisci interruzione di pagina',
59
+ pagebreakAlt : 'Page Break', // MISSING
59
60
  unlink : 'Elimina collegamento',
60
61
  undo : 'Annulla',
61
62
  redo : 'Ripristina',
@@ -105,22 +106,44 @@ CKEDITOR.lang['it'] =
105
106
  targetTop : 'Topmost Window (_top)', // MISSING
106
107
  targetSelf : 'Same Window (_self)', // MISSING
107
108
  targetParent : 'Parent Window (_parent)', // MISSING
109
+ langDirLTR : 'Left to Right (LTR)', // MISSING
110
+ langDirRTL : 'Right to Left (RTL)', // MISSING
111
+ styles : 'Style', // MISSING
112
+ cssClasses : 'Stylesheet Classes', // MISSING
113
+ width : 'Larghezza',
114
+ height : 'Altezza',
115
+ align : 'Allineamento',
116
+ alignLeft : 'Sinistra',
117
+ alignRight : 'Destra',
118
+ alignCenter : 'Centrato',
119
+ alignTop : 'In Alto',
120
+ alignMiddle : 'Centrato',
121
+ alignBottom : 'In Basso',
122
+ invalidHeight : 'L\'altezza dev\'essere un numero',
123
+ invalidWidth : 'La Larghezza dev\'essere un numero',
108
124
 
109
125
  // Put the voice-only part of the label in the span.
110
126
  unavailable : '%1<span class="cke_accessibility">, non disponibile</span>'
111
127
  },
112
128
 
129
+ contextmenu :
130
+ {
131
+ options : 'Context Menu Options' // MISSING
132
+ },
133
+
113
134
  // Special char dialog.
114
135
  specialChar :
115
136
  {
116
137
  toolbar : 'Inserisci carattere speciale',
117
- title : 'Seleziona carattere speciale'
138
+ title : 'Seleziona carattere speciale',
139
+ options : 'Special Character Options' // MISSING
118
140
  },
119
141
 
120
142
  // Link dialog.
121
143
  link :
122
144
  {
123
145
  toolbar : 'Inserisci/Modifica collegamento',
146
+ other : '<altro>',
124
147
  menu : 'Modifica collegamento',
125
148
  title : 'Collegamento',
126
149
  info : 'Informazioni collegamento',
@@ -144,9 +167,7 @@ CKEDITOR.lang['it'] =
144
167
  popupFullScreen : 'A tutto schermo (IE)',
145
168
  popupScrollBars : 'Barre di scorrimento',
146
169
  popupDependent : 'Dipendente (Netscape)',
147
- popupWidth : 'Larghezza',
148
170
  popupLeft : 'Posizione da sinistra',
149
- popupHeight : 'Altezza',
150
171
  popupTop : 'Posizione dall\'alto',
151
172
  id : 'Id',
152
173
  langDir : 'Direzione scrittura',
@@ -154,18 +175,19 @@ CKEDITOR.lang['it'] =
154
175
  langDirRTL : 'Da Destra a Sinistra (RTL)',
155
176
  acccessKey : 'Scorciatoia<br />da tastiera',
156
177
  name : 'Nome',
157
- langCode : 'Direzione scrittura',
158
- tabIndex : 'Ordine di tabulazione',
159
- advisoryTitle : 'Titolo',
178
+ langCode : 'Direzione scrittura',
179
+ tabIndex : 'Ordine di tabulazione',
180
+ advisoryTitle : 'Titolo',
160
181
  advisoryContentType : 'Tipo della risorsa collegata',
161
182
  cssClasses : 'Nome classe CSS',
162
183
  charset : 'Set di caretteri della risorsa collegata',
163
184
  styles : 'Stile',
164
- selectAnchor : 'Scegli Ancora',
185
+ rel : 'Relationship', // MISSING
186
+ selectAnchor : 'Scegli Ancora',
165
187
  anchorName : 'Per Nome',
166
- anchorId : 'Per id elemento',
167
- emailAddress : 'Indirizzo E-Mail',
168
- emailSubject : 'Oggetto del messaggio',
188
+ anchorId : 'Per id elemento',
189
+ emailAddress : 'Indirizzo E-Mail',
190
+ emailSubject : 'Oggetto del messaggio',
169
191
  emailBody : 'Corpo del messaggio',
170
192
  noAnchors : '(Nessuna ancora disponibile nel documento)',
171
193
  noUrl : 'Devi inserire l\'URL del collegamento',
@@ -182,6 +204,30 @@ CKEDITOR.lang['it'] =
182
204
  errorName : 'Inserici il nome dell\'ancora'
183
205
  },
184
206
 
207
+ // List style dialog
208
+ list:
209
+ {
210
+ numberedTitle : 'Numbered List Properties', // MISSING
211
+ bulletedTitle : 'Bulleted List Properties', // MISSING
212
+ type : 'Type', // MISSING
213
+ start : 'Start', // MISSING
214
+ validateStartNumber :'List start number must be a whole number.', // MISSING
215
+ circle : 'Circle', // MISSING
216
+ disc : 'Disc', // MISSING
217
+ square : 'Square', // MISSING
218
+ none : 'None', // MISSING
219
+ notset : '<not set>', // MISSING
220
+ armenian : 'Armenian numbering', // MISSING
221
+ georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
222
+ lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
223
+ upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
224
+ lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
225
+ upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
226
+ lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
227
+ decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
228
+ decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
229
+ },
230
+
185
231
  // Find And Replace Dialog
186
232
  findAndReplace :
187
233
  {
@@ -208,15 +254,9 @@ CKEDITOR.lang['it'] =
208
254
  rows : 'Righe',
209
255
  columns : 'Colonne',
210
256
  border : 'Dimensione bordo',
211
- align : 'Allineamento',
212
- alignLeft : 'Sinistra',
213
- alignCenter : 'Centrato',
214
- alignRight : 'Destra',
215
- width : 'Larghezza',
216
257
  widthPx : 'pixel',
217
258
  widthPc : 'percento',
218
259
  widthUnit : 'width unit', // MISSING
219
- height : 'Altezza',
220
260
  cellSpace : 'Spaziatura celle',
221
261
  cellPad : 'Padding celle',
222
262
  caption : 'Intestazione',
@@ -252,9 +292,6 @@ CKEDITOR.lang['it'] =
252
292
  wordWrap : 'Ritorno a capo',
253
293
  hAlign : 'Allineamento orizzontale',
254
294
  vAlign : 'Allineamento verticale',
255
- alignTop : 'In Alto',
256
- alignMiddle : 'Al Centro',
257
- alignBottom : 'In Basso',
258
295
  alignBaseline : 'Linea Base',
259
296
  bgColor : 'Colore di Sfondo',
260
297
  borderColor : 'Colore del Bordo',
@@ -375,24 +412,17 @@ CKEDITOR.lang['it'] =
375
412
  btnUpload : 'Invia al server',
376
413
  upload : 'Carica',
377
414
  alt : 'Testo alternativo',
378
- width : 'Larghezza',
379
- height : 'Altezza',
380
415
  lockRatio : 'Blocca rapporto',
381
416
  unlockRatio : 'Unlock Ratio', // MISSING
382
417
  resetSize : 'Reimposta dimensione',
383
418
  border : 'Bordo',
384
419
  hSpace : 'HSpace',
385
420
  vSpace : 'VSpace',
386
- align : 'Allineamento',
387
- alignLeft : 'Sinistra',
388
- alignRight : 'Destra',
389
421
  alertUrl : 'Devi inserire l\'URL per l\'immagine',
390
422
  linkTab : 'Collegamento',
391
423
  button2Img : 'Vuoi trasformare il bottone immagine selezionato in un\'immagine semplice?',
392
424
  img2Button : 'Vuoi trasferomare l\'immagine selezionata in un bottone immagine?',
393
425
  urlMissing : 'Image source URL is missing.', // MISSING
394
- validateWidth : 'Width must be a whole number.', // MISSING
395
- validateHeight : 'Height must be a whole number.', // MISSING
396
426
  validateBorder : 'Border must be a whole number.', // MISSING
397
427
  validateHSpace : 'HSpace must be a whole number.', // MISSING
398
428
  validateVSpace : 'VSpace must be a whole number.' // MISSING
@@ -416,16 +446,10 @@ CKEDITOR.lang['it'] =
416
446
  accessAlways : 'Sempre',
417
447
  accessSameDomain: 'Solo stesso dominio',
418
448
  accessNever : 'Mai',
419
- align : 'Allineamento',
420
- alignLeft : 'Sinistra',
421
449
  alignAbsBottom : 'In basso assoluto',
422
450
  alignAbsMiddle : 'Centrato assoluto',
423
451
  alignBaseline : 'Linea base',
424
- alignBottom : 'In Basso',
425
- alignMiddle : 'Centrato',
426
- alignRight : 'Destra',
427
452
  alignTextTop : 'In alto al testo',
428
- alignTop : 'In Alto',
429
453
  quality : 'Qualità',
430
454
  qualityBest : 'Massima',
431
455
  qualityHigh : 'Alta',
@@ -439,13 +463,9 @@ CKEDITOR.lang['it'] =
439
463
  windowMode : 'Modalità finestra',
440
464
  flashvars : 'Variabili per Flash',
441
465
  bgcolor : 'Colore sfondo',
442
- width : 'Larghezza',
443
- height : 'Altezza',
444
466
  hSpace : 'HSpace',
445
467
  vSpace : 'VSpace',
446
468
  validateSrc : 'Devi inserire l\'URL del collegamento',
447
- validateWidth : 'La Larghezza dev\'essere un numero',
448
- validateHeight : 'L\'altezza dev\'essere un numero',
449
469
  validateHSpace : 'L\'HSpace dev\'essere un numero.',
450
470
  validateVSpace : 'Il VSpace dev\'essere un numero.'
451
471
  },
@@ -476,7 +496,8 @@ CKEDITOR.lang['it'] =
476
496
  smiley :
477
497
  {
478
498
  toolbar : 'Emoticon',
479
- title : 'Inserisci emoticon'
499
+ title : 'Inserisci emoticon',
500
+ options : 'Smiley Options' // MISSING
480
501
  },
481
502
 
482
503
  elementsPath :
@@ -503,9 +524,9 @@ CKEDITOR.lang['it'] =
503
524
  clipboard :
504
525
  {
505
526
  title : 'Incolla',
506
- cutError : 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl+X).',
507
- copyError : 'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl+C).',
508
- pasteMsg : 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl+V</STRONG>) e premi <STRONG>OK</STRONG>.',
527
+ cutError : 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).',
528
+ copyError : 'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+C).',
529
+ pasteMsg : 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl/Cmd+V</STRONG>) e premi <STRONG>OK</STRONG>.',
509
530
  securityMsg : 'A causa delle impostazioni di sicurezza del browser,l\'editor non è in grado di accedere direttamente agli appunti. E\' pertanto necessario incollarli di nuovo in questa finestra.',
510
531
  pasteArea : 'Paste Area' // MISSING
511
532
  },
@@ -528,6 +549,7 @@ CKEDITOR.lang['it'] =
528
549
  {
529
550
  button : 'Modelli',
530
551
  title : 'Contenuto dei modelli',
552
+ options : 'Template Options', // MISSING
531
553
  insertOption : 'Cancella il contenuto corrente',
532
554
  selectPromptMsg : 'Seleziona il modello da aprire nell\'editor<br />(il contenuto attuale verrà eliminato):',
533
555
  emptyListMsg : '(Nessun modello definito)'
@@ -578,6 +600,15 @@ CKEDITOR.lang['it'] =
578
600
  remove : 'Remove Div' // MISSING
579
601
  },
580
602
 
603
+ iframe :
604
+ {
605
+ title : 'IFrame Properties', // MISSING
606
+ toolbar : 'IFrame', // MISSING
607
+ noUrl : 'Please type the iframe URL', // MISSING
608
+ scrolling : 'Enable scrollbars', // MISSING
609
+ border : 'Show frame border' // MISSING
610
+ },
611
+
581
612
  font :
582
613
  {
583
614
  label : 'Font',
@@ -610,7 +641,7 @@ CKEDITOR.lang['it'] =
610
641
  '008080' : 'Teal', // MISSING
611
642
  '000080' : 'Navy', // MISSING
612
643
  '4B0082' : 'Indigo', // MISSING
613
- '696969' : 'Dim Gray', // MISSING
644
+ '696969' : 'Dark Gray', // MISSING
614
645
  'B22222' : 'Fire Brick', // MISSING
615
646
  'A52A2A' : 'Brown', // MISSING
616
647
  'DAA520' : 'Golden Rod', // MISSING
@@ -626,7 +657,7 @@ CKEDITOR.lang['it'] =
626
657
  '0FF' : 'Cyan', // MISSING
627
658
  '00F' : 'Blue', // MISSING
628
659
  'EE82EE' : 'Violet', // MISSING
629
- 'A9A9A9' : 'Dark Gray', // MISSING
660
+ 'A9A9A9' : 'Dim Gray', // MISSING
630
661
  'FFA07A' : 'Light Salmon', // MISSING
631
662
  'FFA500' : 'Orange', // MISSING
632
663
  'FFFF00' : 'Yellow', // MISSING
@@ -648,6 +679,7 @@ CKEDITOR.lang['it'] =
648
679
  scayt :
649
680
  {
650
681
  title : 'Controllo Ortografico Mentre Scrivi',
682
+ opera_title : 'Not supported by Opera', // MISSING
651
683
  enable : 'Abilita COMS',
652
684
  disable : 'Disabilita COMS',
653
685
  about : 'About COMS',
@@ -659,9 +691,23 @@ CKEDITOR.lang['it'] =
659
691
  ignoreAll : 'Ignora tutti',
660
692
  addWord : 'Aggiungi Parola',
661
693
  emptyDic : 'Il nome del dizionario non può essere vuoto.',
694
+
662
695
  optionsTab : 'Opzioni',
696
+ allCaps : 'Ignore All-Caps Words', // MISSING
697
+ ignoreDomainNames : 'Ignore Domain Names', // MISSING
698
+ mixedCase : 'Ignore Words with Mixed Case', // MISSING
699
+ mixedWithDigits : 'Ignore Words with Numbers', // MISSING
700
+
663
701
  languagesTab : 'Lingue',
702
+
664
703
  dictionariesTab : 'Dizionari',
704
+ dic_field_name : 'Dictionary name', // MISSING
705
+ dic_create : 'Create', // MISSING
706
+ dic_restore : 'Restore', // MISSING
707
+ dic_delete : 'Delete', // MISSING
708
+ dic_rename : 'Rename', // MISSING
709
+ dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
710
+
665
711
  aboutTab : 'About'
666
712
  },
667
713
 
@@ -669,6 +715,8 @@ CKEDITOR.lang['it'] =
669
715
  {
670
716
  title : 'About CKEditor',
671
717
  dlgTitle : 'About CKEditor',
718
+ help : 'Check $1 for help.', // MISSING
719
+ userGuide : 'CKEditor User\'s Guide', // MISSING
672
720
  moreInfo : 'Per le informazioni sulla licenza si prega di visitare il nostro sito:',
673
721
  copy : 'Copyright &copy; $1. Tutti i diritti riservati.'
674
722
  },
@@ -678,10 +726,11 @@ CKEDITOR.lang['it'] =
678
726
 
679
727
  fakeobjects :
680
728
  {
681
- anchor : 'Ancora',
682
- flash : 'Animazione Flash',
683
- div : 'Interruzione di Pagina',
684
- unknown : 'Oggetto sconosciuto'
729
+ anchor : 'Ancora',
730
+ flash : 'Animazione Flash',
731
+ iframe : 'IFrame', // MISSING
732
+ hiddenfield : 'Hidden Field', // MISSING
733
+ unknown : 'Oggetto sconosciuto'
685
734
  },
686
735
 
687
736
  resize : 'Trascina per ridimensionare',
@@ -689,11 +738,73 @@ CKEDITOR.lang['it'] =
689
738
  colordialog :
690
739
  {
691
740
  title : 'Select color', // MISSING
741
+ options : 'Color Options', // MISSING
692
742
  highlight : 'Highlight', // MISSING
693
- selected : 'Selected', // MISSING
743
+ selected : 'Selected Color', // MISSING
694
744
  clear : 'Clear' // MISSING
695
745
  },
696
746
 
697
747
  toolbarCollapse : 'Collapse Toolbar', // MISSING
698
- toolbarExpand : 'Expand Toolbar' // MISSING
748
+ toolbarExpand : 'Expand Toolbar', // MISSING
749
+
750
+ toolbarGroups :
751
+ {
752
+ document : 'Document', // MISSING
753
+ clipboard : 'Clipboard/Undo', // MISSING
754
+ editing : 'Editing', // MISSING
755
+ forms : 'Forms', // MISSING
756
+ basicstyles : 'Basic Styles', // MISSING
757
+ paragraph : 'Paragraph', // MISSING
758
+ links : 'Links', // MISSING
759
+ insert : 'Insert', // MISSING
760
+ styles : 'Styles', // MISSING
761
+ colors : 'Colors', // MISSING
762
+ tools : 'Tools' // MISSING
763
+ },
764
+
765
+ bidi :
766
+ {
767
+ ltr : 'Text direction from left to right', // MISSING
768
+ rtl : 'Text direction from right to left' // MISSING
769
+ },
770
+
771
+ docprops :
772
+ {
773
+ label : 'Document Properties', // MISSING
774
+ title : 'Document Properties', // MISSING
775
+ design : 'Design', // MISSING
776
+ meta : 'Meta Tags', // MISSING
777
+ chooseColor : 'Choose', // MISSING
778
+ other : 'Other...', // MISSING
779
+ docTitle : 'Page Title', // MISSING
780
+ charset : 'Character Set Encoding', // MISSING
781
+ charsetOther : 'Other Character Set Encoding', // MISSING
782
+ charsetASCII : 'ASCII', // MISSING
783
+ charsetCE : 'Central European', // MISSING
784
+ charsetCT : 'Chinese Traditional (Big5)', // MISSING
785
+ charsetCR : 'Cyrillic', // MISSING
786
+ charsetGR : 'Greek', // MISSING
787
+ charsetJP : 'Japanese', // MISSING
788
+ charsetKR : 'Korean', // MISSING
789
+ charsetTR : 'Turkish', // MISSING
790
+ charsetUN : 'Unicode (UTF-8)', // MISSING
791
+ charsetWE : 'Western European', // MISSING
792
+ docType : 'Document Type Heading', // MISSING
793
+ docTypeOther : 'Other Document Type Heading', // MISSING
794
+ xhtmlDec : 'Include XHTML Declarations', // MISSING
795
+ bgColor : 'Background Color', // MISSING
796
+ bgImage : 'Background Image URL', // MISSING
797
+ bgFixed : 'Non-scrolling (Fixed) Background', // MISSING
798
+ txtColor : 'Text Color', // MISSING
799
+ margin : 'Page Margins', // MISSING
800
+ marginTop : 'Top', // MISSING
801
+ marginLeft : 'Left', // MISSING
802
+ marginRight : 'Right', // MISSING
803
+ marginBottom : 'Bottom', // MISSING
804
+ metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING
805
+ metaDescription : 'Document Description', // MISSING
806
+ metaAuthor : 'Author', // MISSING
807
+ metaCopyright : 'Copyright', // MISSING
808
+ previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
809
+ }
699
810
  };