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['sr'] =
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ôд',
@@ -56,6 +56,7 @@ CKEDITOR.lang['sr'] =
56
56
  superscript : 'Степен',
57
57
  horizontalrule : 'Унеси хоризонталну линију',
58
58
  pagebreak : 'Insert Page Break for Printing', // MISSING
59
+ pagebreakAlt : 'Page Break', // MISSING
59
60
  unlink : 'Уклони линк',
60
61
  undo : 'Поништи акцију',
61
62
  redo : 'Понови акцију',
@@ -105,22 +106,44 @@ CKEDITOR.lang['sr'] =
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 : 'Ширина',
114
+ height : 'Висина',
115
+ align : 'Равнање',
116
+ alignLeft : 'Лево',
117
+ alignRight : 'Десно',
118
+ alignCenter : 'Средина',
119
+ alignTop : 'Врх',
120
+ alignMiddle : 'Средина',
121
+ alignBottom : 'Доле',
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 : 'Унеси специјални карактер',
117
- title : 'Одаберите специјални карактер'
138
+ title : 'Одаберите специјални карактер',
139
+ options : 'Special Character Options' // MISSING
118
140
  },
119
141
 
120
142
  // Link dialog.
121
143
  link :
122
144
  {
123
145
  toolbar : 'Унеси/измени линк',
146
+ other : '<other>', // MISSING
124
147
  menu : 'Промени линк',
125
148
  title : 'Линк',
126
149
  info : 'Линк инфо',
@@ -144,9 +167,7 @@ CKEDITOR.lang['sr'] =
144
167
  popupFullScreen : 'Приказ преко целог екрана (ИE)',
145
168
  popupScrollBars : 'Скрол бар',
146
169
  popupDependent : 'Зависно (Netscape)',
147
- popupWidth : 'Ширина',
148
170
  popupLeft : 'Од леве ивице екрана (пиксела)',
149
- popupHeight : 'Висина',
150
171
  popupTop : 'Од врха екрана (пиксела)',
151
172
  id : 'Id', // MISSING
152
173
  langDir : 'Смер језика',
@@ -154,18 +175,19 @@ CKEDITOR.lang['sr'] =
154
175
  langDirRTL : 'С десна на лево (RTL)',
155
176
  acccessKey : 'Приступни тастер',
156
177
  name : 'Назив',
157
- langCode : 'Смер језика',
158
- tabIndex : 'Таб индекс',
159
- advisoryTitle : 'Advisory наслов',
178
+ langCode : 'Смер језика',
179
+ tabIndex : 'Таб индекс',
180
+ advisoryTitle : 'Advisory наслов',
160
181
  advisoryContentType : 'Advisory врста садржаја',
161
182
  cssClasses : 'Stylesheet класе',
162
183
  charset : 'Linked Resource Charset',
163
184
  styles : 'Стил',
164
- selectAnchor : 'Одабери сидро',
185
+ rel : 'Relationship', // MISSING
186
+ selectAnchor : 'Одабери сидро',
165
187
  anchorName : 'По називу сидра',
166
- anchorId : 'Пo Ид-jу елемента',
167
- emailAddress : 'Адреса електронске поште',
168
- emailSubject : 'Наслов',
188
+ anchorId : 'Пo Ид-jу елемента',
189
+ emailAddress : 'Адреса електронске поште',
190
+ emailSubject : 'Наслов',
169
191
  emailBody : 'Садржај поруке',
170
192
  noAnchors : '(Нема доступних сидра)',
171
193
  noUrl : 'Унесите УРЛ линка',
@@ -182,6 +204,30 @@ CKEDITOR.lang['sr'] =
182
204
  errorName : 'Молимо Вас да унесете име сидра'
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['sr'] =
208
254
  rows : 'Редова',
209
255
  columns : 'Kолона',
210
256
  border : 'Величина оквира',
211
- align : 'Равнање',
212
- alignLeft : 'Лево',
213
- alignCenter : 'Средина',
214
- alignRight : 'Десно',
215
- width : 'Ширина',
216
257
  widthPx : 'пиксела',
217
258
  widthPc : 'процената',
218
259
  widthUnit : 'width unit', // MISSING
219
- height : 'Висина',
220
260
  cellSpace : 'Ћелијски простор',
221
261
  cellPad : 'Размак ћелија',
222
262
  caption : 'Наслов табеле',
@@ -252,9 +292,6 @@ CKEDITOR.lang['sr'] =
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['sr'] =
375
412
  btnUpload : 'Пошаљи на сервер',
376
413
  upload : 'Пошаљи',
377
414
  alt : 'Алтернативни текст',
378
- width : 'Ширина',
379
- height : 'Висина',
380
415
  lockRatio : 'Закључај однос',
381
416
  unlockRatio : 'Unlock Ratio', // MISSING
382
417
  resetSize : 'Ресетуј величину',
383
418
  border : 'Оквир',
384
419
  hSpace : 'HSpace',
385
420
  vSpace : 'VSpace',
386
- align : 'Равнање',
387
- alignLeft : 'Лево',
388
- alignRight : 'Десно',
389
421
  alertUrl : 'Унесите УРЛ слике',
390
422
  linkTab : 'Линк',
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['sr'] =
416
446
  accessAlways : 'Always', // MISSING
417
447
  accessSameDomain: 'Same domain', // MISSING
418
448
  accessNever : 'Never', // MISSING
419
- align : 'Равнање',
420
- alignLeft : 'Лево',
421
449
  alignAbsBottom : 'Abs доле',
422
450
  alignAbsMiddle : 'Abs средина',
423
451
  alignBaseline : 'Базно',
424
- alignBottom : 'Доле',
425
- alignMiddle : 'Средина',
426
- alignRight : 'Десно',
427
452
  alignTextTop : 'Врх текста',
428
- alignTop : 'Врх',
429
453
  quality : 'Quality', // MISSING
430
454
  qualityBest : 'Best', // MISSING
431
455
  qualityHigh : 'High', // MISSING
@@ -439,13 +463,9 @@ CKEDITOR.lang['sr'] =
439
463
  windowMode : 'Window mode', // MISSING
440
464
  flashvars : 'Variables for Flash', // MISSING
441
465
  bgcolor : 'Боја позадине',
442
- width : 'Ширина',
443
- height : 'Висина',
444
466
  hSpace : 'HSpace',
445
467
  vSpace : 'VSpace',
446
468
  validateSrc : 'Унесите УРЛ линка',
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['sr'] =
476
496
  smiley :
477
497
  {
478
498
  toolbar : 'Смајли',
479
- title : 'Унеси смајлија'
499
+ title : 'Унеси смајлија',
500
+ options : 'Smiley Options' // MISSING
480
501
  },
481
502
 
482
503
  elementsPath :
@@ -503,9 +524,9 @@ CKEDITOR.lang['sr'] =
503
524
  clipboard :
504
525
  {
505
526
  title : 'Залепи',
506
- cutError : 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског исецања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl+X).',
507
- copyError : 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског копирања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl+C).',
508
- pasteMsg : 'Молимо Вас да залепите унутар доње површине користећи тастатурну пречицу (<STRONG>Ctrl+V</STRONG>) и да притиснете <STRONG>OK</STRONG>.',
527
+ cutError : 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског исецања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl/Cmd+X).',
528
+ copyError : 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског копирања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl/Cmd+C).',
529
+ pasteMsg : 'Молимо Вас да залепите унутар доње површине користећи тастатурну пречицу (<STRONG>Ctrl/Cmd+V</STRONG>) и да притиснете <STRONG>OK</STRONG>.',
509
530
  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
531
  pasteArea : 'Paste Area' // MISSING
511
532
  },
@@ -528,6 +549,7 @@ CKEDITOR.lang['sr'] =
528
549
  {
529
550
  button : 'Обрасци',
530
551
  title : 'Обрасци за садржај',
552
+ options : 'Template Options', // MISSING
531
553
  insertOption : 'Replace actual contents', // MISSING
532
554
  selectPromptMsg : 'Молимо Вас да одаберете образац који ће бити примењен на страницу (тренутни садржај ће бити обрисан):',
533
555
  emptyListMsg : '(Нема дефинисаних образаца)'
@@ -578,6 +600,15 @@ CKEDITOR.lang['sr'] =
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 : 'Фонт',
@@ -610,7 +641,7 @@ CKEDITOR.lang['sr'] =
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['sr'] =
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['sr'] =
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['sr'] =
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['sr'] =
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['sr'] =
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['sr'] =
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,12 +1,11 @@
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
 
6
6
  /**
7
- * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8
- * Swedish language.
9
- */
7
+ * @fileOverview
8
+ */
10
9
 
11
10
  /**#@+
12
11
  @type String
@@ -31,11 +30,11 @@ CKEDITOR.lang['sv'] =
31
30
  * Screenreader titles. Please note that screenreaders are not always capable
32
31
  * of reading non-English words. So be careful while translating it.
33
32
  */
34
- editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
33
+ editorTitle : 'Rich text editor, %1, tryck ALT 0 för hjälp.',
35
34
 
36
35
  // ARIA descriptions.
37
- toolbar : 'Toolbar', // MISSING
38
- editor : 'Rich Text Editor', // MISSING
36
+ toolbars : 'Editor toolbars', // MISSING
37
+ editor : 'Rich Text Editor',
39
38
 
40
39
  // Toolbar buttons without dialogs.
41
40
  source : 'Källa',
@@ -56,6 +55,7 @@ CKEDITOR.lang['sv'] =
56
55
  superscript : 'Upphöjda tecken',
57
56
  horizontalrule : 'Infoga horisontal linje',
58
57
  pagebreak : 'Infoga sidbrytning',
58
+ pagebreakAlt : 'Sidbrytning',
59
59
  unlink : 'Radera länk',
60
60
  undo : 'Ångra',
61
61
  redo : 'Gör om',
@@ -87,40 +87,62 @@ CKEDITOR.lang['sv'] =
87
87
  langDirRtl : 'Höger till Vänster (HTV)',
88
88
  langCode : 'Språkkod',
89
89
  longDescr : 'URL-beskrivning',
90
- cssClass : 'Stylesheet class',
90
+ cssClass : 'Stilmall',
91
91
  advisoryTitle : 'Titel',
92
- cssStyle : 'Style',
92
+ cssStyle : 'Stilmall',
93
93
  ok : 'OK',
94
94
  cancel : 'Avbryt',
95
- close : 'Close', // MISSING
96
- preview : 'Preview', // MISSING
97
- generalTab : 'General', // MISSING
95
+ close : 'Stäng',
96
+ preview : 'Förhandsgranska',
97
+ generalTab : 'Allmänt',
98
98
  advancedTab : 'Avancerad',
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
99
+ validateNumberFailed : 'Värdet är inte ett nummer.',
100
+ confirmNewPage : 'Alla ändringar i innehållet kommer att förloras. Är du säker att du vill ladda en ny sida?',
101
+ confirmCancel : 'Några av de alternativ har ändrats. Är du säker att stänga dialogrutan?',
102
+ options : 'Alternativ',
103
+ target : 'Mål',
104
+ targetNew : 'Nytt fönster (_blank)',
105
+ targetTop : 'Översta fönstret (_top)',
106
+ targetSelf : 'Samma fönster (_self)',
107
+ targetParent : 'Föregående fönster (_parent)',
108
+ langDirLTR : 'Vänster till höger (LTR)',
109
+ langDirRTL : 'Höger till vänster (RTL)',
110
+ styles : 'Stil',
111
+ cssClasses : 'Stilmallar',
112
+ width : 'Bredd',
113
+ height : 'Höjd',
114
+ align : 'Justering',
115
+ alignLeft : 'Vänster',
116
+ alignRight : 'Höger',
117
+ alignCenter : 'Centrerad',
118
+ alignTop : 'Överkant',
119
+ alignMiddle : 'Mitten',
120
+ alignBottom : 'Nederkant',
121
+ invalidHeight : 'Höjd måste vara ett nummer.',
122
+ invalidWidth : 'Bredd måste vara ett nummer.',
108
123
 
109
124
  // Put the voice-only part of the label in the span.
110
- unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
125
+ unavailable : '%1<span class="cke_accessibility">, Ej tillgänglig</span>'
126
+ },
127
+
128
+ contextmenu :
129
+ {
130
+ options : 'Context Menu Options'
111
131
  },
112
132
 
113
133
  // Special char dialog.
114
134
  specialChar :
115
135
  {
116
136
  toolbar : 'Klistra in utökat tecken',
117
- title : 'Välj utökat tecken'
137
+ title : 'Välj utökat tecken',
138
+ options : 'Special Character Options'
118
139
  },
119
140
 
120
141
  // Link dialog.
121
142
  link :
122
143
  {
123
144
  toolbar : 'Infoga/Redigera länk',
145
+ other : '<annan>',
124
146
  menu : 'Redigera länk',
125
147
  title : 'Länk',
126
148
  info : 'Länkinformation',
@@ -128,7 +150,7 @@ CKEDITOR.lang['sv'] =
128
150
  upload : 'Ladda upp',
129
151
  advanced : 'Avancerad',
130
152
  type : 'Länktyp',
131
- toUrl : 'URL', // MISSING
153
+ toUrl : 'URL',
132
154
  toAnchor : 'Ankare i sidan',
133
155
  toEmail : 'E-post',
134
156
  targetFrame : '<ram>',
@@ -136,36 +158,35 @@ CKEDITOR.lang['sv'] =
136
158
  targetFrameName : 'Målets ramnamn',
137
159
  targetPopupName : 'Popup-fönstrets namn',
138
160
  popupFeatures : 'Popup-fönstrets egenskaper',
139
- popupResizable : 'Resizable', // MISSING
161
+ popupResizable : 'Resizable',
140
162
  popupStatusBar : 'Statusfält',
141
163
  popupLocationBar: 'Adressfält',
142
164
  popupToolbar : 'Verktygsfält',
143
165
  popupMenuBar : 'Menyfält',
144
166
  popupFullScreen : 'Helskärm (endast IE)',
145
167
  popupScrollBars : 'Scrolllista',
146
- popupDependent : 'Beroende (endest Netscape)',
147
- popupWidth : 'Bredd',
168
+ popupDependent : 'Beroende (endast Netscape)',
148
169
  popupLeft : 'Position från vänster',
149
- popupHeight : 'Höjd',
150
170
  popupTop : 'Position från sidans topp',
151
- id : 'Id', // MISSING
171
+ id : 'Id',
152
172
  langDir : 'Språkriktning',
153
- langDirLTR : 'Vänster till Höger (VTH)',
154
- langDirRTL : 'Höger till Vänster (HTV)',
173
+ langDirLTR : 'Vänster till höger (VTH)',
174
+ langDirRTL : 'Höger till vänster (HTV)',
155
175
  acccessKey : 'Behörighetsnyckel',
156
176
  name : 'Namn',
157
- langCode : 'Språkriktning',
158
- tabIndex : 'Tabindex',
159
- advisoryTitle : 'Titel',
177
+ langCode : 'Språkriktning',
178
+ tabIndex : 'Tabindex',
179
+ advisoryTitle : 'Titel',
160
180
  advisoryContentType : 'Innehållstyp',
161
181
  cssClasses : 'Stylesheet class',
162
182
  charset : 'Teckenuppställning',
163
- styles : 'Style',
164
- selectAnchor : 'Välj ett ankare',
183
+ styles : 'Stilmall',
184
+ rel : 'Relationship', // MISSING
185
+ selectAnchor : 'Välj ett ankare',
165
186
  anchorName : 'efter ankarnamn',
166
- anchorId : 'efter objektid',
167
- emailAddress : 'E-postadress',
168
- emailSubject : 'Ämne',
187
+ anchorId : 'efter objektid',
188
+ emailAddress : 'E-postadress',
189
+ emailSubject : 'Ämne',
169
190
  emailBody : 'Innehåll',
170
191
  noAnchors : '(Inga ankare kunde hittas)',
171
192
  noUrl : 'Var god ange länkens URL',
@@ -182,6 +203,30 @@ CKEDITOR.lang['sv'] =
182
203
  errorName : 'Var god ange ett ankarnamn'
183
204
  },
184
205
 
206
+ // List style dialog
207
+ list:
208
+ {
209
+ numberedTitle : 'Egenskaper för punktlista',
210
+ bulletedTitle : 'Egenskaper för punktlista',
211
+ type : 'Typ',
212
+ start : 'Start',
213
+ validateStartNumber :'List start number must be a whole number.',
214
+ circle : 'Cirkel',
215
+ disc : 'Disk',
216
+ square : 'Fyrkant',
217
+ none : 'Ingen',
218
+ notset : '<ej angiven>',
219
+ armenian : 'Armenisk numrering',
220
+ georgian : 'Georgisk numrering (an, ban, gan, etc.)',
221
+ lowerRoman : 'Romerska gemener (i, ii, iii, iv, v, etc.)',
222
+ upperRoman : 'Romerska versaler (I, II, III, IV, V, etc.)',
223
+ lowerAlpha : 'Alpha gemener (a, b, c, d, e, etc.)',
224
+ upperAlpha : 'Alpha versaler (A, B, C, D, E, etc.)',
225
+ lowerGreek : 'Grekiska gemener (alpha, beta, gamma, etc.)',
226
+ decimal : 'Decimal (1, 2, 3, etc.)',
227
+ decimalLeadingZero : 'Decimal nolla (01, 02, 03, etc.)'
228
+ },
229
+
185
230
  // Find And Replace Dialog
186
231
  findAndReplace :
187
232
  {
@@ -193,9 +238,9 @@ CKEDITOR.lang['sv'] =
193
238
  notFoundMsg : 'Angiven text kunde ej hittas.',
194
239
  matchCase : 'Skiftläge',
195
240
  matchWord : 'Inkludera hela ord',
196
- matchCyclic : 'Match cyclic', // MISSING
241
+ matchCyclic : 'Matcha cykliska',
197
242
  replaceAll : 'Ersätt alla',
198
- replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
243
+ replaceSuccessMsg : '%1 förekomst(er) ersatta.'
199
244
  },
200
245
 
201
246
  // Table Dialog
@@ -208,80 +253,71 @@ CKEDITOR.lang['sv'] =
208
253
  rows : 'Rader',
209
254
  columns : 'Kolumner',
210
255
  border : 'Kantstorlek',
211
- align : 'Justering',
212
- alignLeft : 'Vänster',
213
- alignCenter : 'Centrerad',
214
- alignRight : 'Höger',
215
- width : 'Bredd',
216
256
  widthPx : 'pixlar',
217
257
  widthPc : 'procent',
218
- widthUnit : 'width unit', // MISSING
219
- height : 'Höjd',
258
+ widthUnit : 'enhet bredd',
220
259
  cellSpace : 'Cellavstånd',
221
260
  cellPad : 'Cellutfyllnad',
222
261
  caption : 'Rubrik',
223
262
  summary : 'Sammanfattning',
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
263
+ headers : 'Ruberiker',
264
+ headersNone : 'Ingen',
265
+ headersColumn : 'Första kolumnen',
266
+ headersRow : 'Första raden',
267
+ headersBoth : 'Båda',
268
+ invalidRows : 'Antal rader måste vara större än 0.',
269
+ invalidCols : 'Antal kolumner måste vara ett nummer större än 0.',
270
+ invalidBorder : 'Ram måste vara ett nummer.',
271
+ invalidWidth : 'Tabell måste vara ett nummer.',
272
+ invalidHeight : 'Tabellens höjd måste vara ett nummer.',
273
+ invalidCellSpacing : 'Luft i cell måste vara ett nummer.',
274
+ invalidCellPadding : 'Luft i cell måste vara ett nummer.',
236
275
 
237
276
  cell :
238
277
  {
239
278
  menu : 'Cell',
240
- insertBefore : 'Lägg till Cell Före',
241
- insertAfter : 'Lägg till Cell Efter',
279
+ insertBefore : 'Lägg till cell före',
280
+ insertAfter : 'Lägg till cell efter',
242
281
  deleteCell : 'Radera celler',
243
282
  merge : 'Sammanfoga celler',
244
- mergeRight : 'Sammanfoga Höger',
245
- mergeDown : 'Sammanfoga Ner',
246
- splitHorizontal : 'Dela Cell Horisontellt',
247
- splitVertical : 'Dela Cell Vertikalt',
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
283
+ mergeRight : 'Sammanfoga höger',
284
+ mergeDown : 'Sammanfoga ner',
285
+ splitHorizontal : 'Dela cell horisontellt',
286
+ splitVertical : 'Dela cell vertikalt',
287
+ title : 'Egenskaper för cell',
288
+ cellType : 'Celltyp',
289
+ rowSpan : 'Rad spann',
290
+ colSpan : 'Kolumnen spann',
291
+ wordWrap : 'Radbrytning',
292
+ hAlign : 'Horisontell justering',
293
+ vAlign : 'Vertikal justering',
294
+ alignBaseline : 'Baslinje',
295
+ bgColor : 'Bakgrundsfärg',
296
+ borderColor : 'Ramfärg',
297
+ data : 'Data',
298
+ header : 'Rubrik',
299
+ yes : 'Ja',
300
+ no : 'Nej',
301
+ invalidWidth : 'Cellens bredd måste vara ett nummer.',
302
+ invalidHeight : 'Cellens höjd måste vara ett nummer.',
303
+ invalidRowSpan : 'Radutvidgning måste vara ett heltal.',
304
+ invalidColSpan : 'Kolumn måste vara ett heltal.',
305
+ chooseColor : 'Välj'
270
306
  },
271
307
 
272
308
  row :
273
309
  {
274
310
  menu : 'Rad',
275
311
  insertBefore : 'Lägg till Rad Före',
276
- insertAfter : 'Lägg till Rad Efter',
312
+ insertAfter : 'Lägg till rad efter',
277
313
  deleteRow : 'Radera rad'
278
314
  },
279
315
 
280
316
  column :
281
317
  {
282
318
  menu : 'Kolumn',
283
- insertBefore : 'Lägg till Kolumn Före',
284
- insertAfter : 'Lägg till Kolumn Efter',
319
+ insertBefore : 'Lägg till kolumn före',
320
+ insertAfter : 'Lägg till kolumn efter',
285
321
  deleteColumn : 'Radera kolumn'
286
322
  }
287
323
  },
@@ -290,7 +326,7 @@ CKEDITOR.lang['sv'] =
290
326
  button :
291
327
  {
292
328
  title : 'Egenskaper för knapp',
293
- text : 'Text (Värde)',
329
+ text : 'Text (värde)',
294
330
  type : 'Typ',
295
331
  typeBtn : 'Knapp',
296
332
  typeSbm : 'Skicka',
@@ -313,7 +349,7 @@ CKEDITOR.lang['sv'] =
313
349
  menu : 'Egenskaper för formulär',
314
350
  action : 'Funktion',
315
351
  method : 'Metod',
316
- encoding : 'Encoding' // MISSING
352
+ encoding : 'Kodning'
317
353
  },
318
354
 
319
355
  // Select Field Dialog.
@@ -375,88 +411,71 @@ CKEDITOR.lang['sv'] =
375
411
  btnUpload : 'Skicka till server',
376
412
  upload : 'Ladda upp',
377
413
  alt : 'Alternativ text',
378
- width : 'Bredd',
379
- height : 'Höjd',
380
414
  lockRatio : 'Lås höjd/bredd förhållanden',
381
- unlockRatio : 'Unlock Ratio', // MISSING
415
+ unlockRatio : 'Lås upp förhållanden',
382
416
  resetSize : 'Återställ storlek',
383
417
  border : 'Kant',
384
418
  hSpace : 'Horis. marginal',
385
419
  vSpace : 'Vert. marginal',
386
- align : 'Justering',
387
- alignLeft : 'Vänster',
388
- alignRight : 'Höger',
389
420
  alertUrl : 'Var god och ange bildens URL',
390
421
  linkTab : 'Länk',
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
422
+ button2Img : 'Vill du omvandla den valda bildknappen en enkel bild?',
423
+ img2Button : 'Vill du omvandla den valda bildknappen en enkel bild?',
424
+ urlMissing : 'Bildkällans URL saknas.',
425
+ validateBorder : 'Kantlinje måste vara ett heltal.',
426
+ validateHSpace : 'HSpace måste vara ett heltal.',
427
+ validateVSpace : 'VSpace måste vara ett heltal.'
399
428
  },
400
429
 
401
430
  // Flash Dialog
402
431
  flash :
403
432
  {
404
433
  properties : 'Flashegenskaper',
405
- propertiesTab : 'Properties', // MISSING
434
+ propertiesTab : 'Egenskaper',
406
435
  title : 'Flashegenskaper',
407
436
  chkPlay : 'Automatisk uppspelning',
408
437
  chkLoop : 'Upprepa/Loopa',
409
438
  chkMenu : 'Aktivera Flashmeny',
410
- chkFull : 'Allow Fullscreen', // MISSING
439
+ chkFull : 'Tillåt helskärm',
411
440
  scale : 'Skala',
412
441
  scaleAll : 'Visa allt',
413
442
  scaleNoBorder : 'Ingen ram',
414
443
  scaleFit : 'Exakt passning',
415
- access : 'Script Access', // MISSING
416
- accessAlways : 'Always', // MISSING
417
- accessSameDomain: 'Same domain', // MISSING
418
- accessNever : 'Never', // MISSING
419
- align : 'Justering',
420
- alignLeft : 'Vänster',
444
+ access : 'Script-tillgång',
445
+ accessAlways : 'Alltid',
446
+ accessSameDomain: 'Samma domän',
447
+ accessNever : 'Aldrig',
421
448
  alignAbsBottom : 'Absolut nederkant',
422
449
  alignAbsMiddle : 'Absolut centrering',
423
450
  alignBaseline : 'Baslinje',
424
- alignBottom : 'Nederkant',
425
- alignMiddle : 'Mitten',
426
- alignRight : 'Höger',
427
451
  alignTextTop : 'Text överkant',
428
- alignTop : 'Överkant',
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
452
+ quality : 'Kvalitet',
453
+ qualityBest : 'Bäst',
454
+ qualityHigh : 'Hög',
455
+ qualityAutoHigh : 'Auto Hög',
456
+ qualityMedium : 'Medium',
457
+ qualityAutoLow : 'Auto Låg',
458
+ qualityLow : 'Låg',
459
+ windowModeWindow: 'Fönster',
460
+ windowModeOpaque: 'Opaque',
461
+ windowModeTransparent : 'Transparent',
462
+ windowMode : 'Fönsterläge',
463
+ flashvars : 'Variabler för Flash',
441
464
  bgcolor : 'Bakgrundsfärg',
442
- width : 'Bredd',
443
- height : 'Höjd',
444
465
  hSpace : 'Horis. marginal',
445
466
  vSpace : 'Vert. marginal',
446
467
  validateSrc : 'Var god ange länkens URL',
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
+ validateHSpace : 'HSpace måste vara ett nummer.',
469
+ validateVSpace : 'VSpace måste vara ett nummer.'
451
470
  },
452
471
 
453
472
  // Speller Pages Dialog
454
473
  spellCheck :
455
474
  {
456
475
  toolbar : 'Stavningskontroll',
457
- title : 'Spell Check', // MISSING
458
- notAvailable : 'Sorry, but service is unavailable now.', // MISSING
459
- errorLoading : 'Error loading application service host: %s.', // MISSING
476
+ title : 'Kontrollera stavning',
477
+ notAvailable : 'Tyvärr är tjänsten ej tillgänglig nu',
478
+ errorLoading : 'Tjänsten är ej tillgänglig: %s.',
460
479
  notInDic : 'Saknas i ordlistan',
461
480
  changeTo : 'Ändra till',
462
481
  btnIgnore : 'Ignorera',
@@ -476,13 +495,14 @@ CKEDITOR.lang['sv'] =
476
495
  smiley :
477
496
  {
478
497
  toolbar : 'Smiley',
479
- title : 'Infoga smiley'
498
+ title : 'Infoga smiley',
499
+ options : 'Smileyinställningar'
480
500
  },
481
501
 
482
502
  elementsPath :
483
503
  {
484
- eleLabel : 'Elements path', // MISSING
485
- eleTitle : '%1 element' // MISSING
504
+ eleLabel : 'Elementets sökväg',
505
+ eleTitle : '%1 element'
486
506
  },
487
507
 
488
508
  numberedlist : 'Numrerad lista',
@@ -498,24 +518,24 @@ CKEDITOR.lang['sv'] =
498
518
  block : 'Justera till marginaler'
499
519
  },
500
520
 
501
- blockquote : 'Block Quote', // MISSING
521
+ blockquote : 'Blockcitat',
502
522
 
503
523
  clipboard :
504
524
  {
505
525
  title : 'Klistra in',
506
- cutError : 'Säkerhetsinställningar i Er webläsare tillåter inte åtgården Klipp ut. Använd (Ctrl+X) istället.',
507
- copyError : 'Säkerhetsinställningar i Er webläsare tillåter inte åtgården Kopiera. Använd (Ctrl+C) istället',
508
- pasteMsg : 'Var god och klistra in Er text i rutan nedan genom att använda (<STRONG>Ctrl+V</STRONG>) klicka sen på <STRONG>OK</STRONG>.',
509
- securityMsg : 'På grund av din webläsares säkerhetsinställningar kan verktyget inte få åtkomst till urklippsdatan. Var god och använd detta fönster istället.',
510
- pasteArea : 'Paste Area' // MISSING
526
+ cutError : 'Säkerhetsinställningar i Er webläsare tillåter inte åtgården Klipp ut. Använd (Ctrl/Cmd+X) istället.',
527
+ copyError : 'Säkerhetsinställningar i Er webläsare tillåter inte åtgården Kopiera. Använd (Ctrl/Cmd+C) istället',
528
+ pasteMsg : 'Var god och klistra in Er text i rutan nedan genom att använda (<STRONG>Ctrl/Cmd+V</STRONG>) klicka sen på <STRONG>OK</STRONG>.',
529
+ securityMsg : 'På grund av din webbläsares säkerhetsinställningar kan verktyget inte få åtkomst till urklippsdatan. Var god och använd detta fönster istället.',
530
+ pasteArea : 'Paste Area'
511
531
  },
512
532
 
513
533
  pastefromword :
514
534
  {
515
- confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
535
+ confirmCleanup : 'Texten du vill klistra in verkar vara kopierad från Word. Vill du rensa innan du klistrar?',
516
536
  toolbar : 'Klistra in från Word',
517
537
  title : 'Klistra in från Word',
518
- error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
538
+ error : 'Det var inte möjligt att städa upp den inklistrade data grund av ett internt fel'
519
539
  },
520
540
 
521
541
  pasteText :
@@ -528,20 +548,21 @@ CKEDITOR.lang['sv'] =
528
548
  {
529
549
  button : 'Sidmallar',
530
550
  title : 'Sidmallar',
551
+ options : 'Inställningar för mall',
531
552
  insertOption : 'Ersätt aktuellt innehåll',
532
553
  selectPromptMsg : 'Var god välj en mall att använda med editorn<br>(allt nuvarande innehåll raderas):',
533
554
  emptyListMsg : '(Ingen mall är vald)'
534
555
  },
535
556
 
536
- showBlocks : 'Show Blocks', // MISSING
557
+ showBlocks : 'Visa block',
537
558
 
538
559
  stylesCombo :
539
560
  {
540
561
  label : 'Anpassad stil',
541
- panelTitle : 'Formatting Styles', // MISSING
542
- panelTitle1 : 'Block Styles', // MISSING
543
- panelTitle2 : 'Inline Styles', // MISSING
544
- panelTitle3 : 'Object Styles' // MISSING
562
+ panelTitle : 'Formatmallar',
563
+ panelTitle1 : 'Blockstil',
564
+ panelTitle2 : 'Inbäddad stil',
565
+ panelTitle3 : 'Objektets stil'
545
566
  },
546
567
 
547
568
  format :
@@ -563,32 +584,41 @@ CKEDITOR.lang['sv'] =
563
584
 
564
585
  div :
565
586
  {
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
587
+ title : 'Skapa Div container',
588
+ toolbar : 'Skapa Div container',
589
+ cssClassInputLabel : 'Stilmallar',
590
+ styleSelectLabel : 'Stil',
591
+ IdInputLabel : 'Id',
592
+ languageCodeInputLabel : ' Språkkod',
593
+ inlineStyleInputLabel : 'Inline Style',
594
+ advisoryTitleInputLabel : 'Rådgivande titel',
595
+ langDirLabel : 'Språkriktning',
596
+ langDirLTRLabel : 'Vänster till Höger (LTR)',
597
+ langDirRTLLabel : 'Höger till vänster (RTL)',
598
+ edit : 'Redigera Div',
599
+ remove : 'Ta bort Div'
579
600
  },
580
601
 
602
+ iframe :
603
+ {
604
+ title : 'iFrame Egenskaper',
605
+ toolbar : 'iFrame',
606
+ noUrl : 'Skriv in URL för iFrame',
607
+ scrolling : 'Aktivera rullningslister',
608
+ border : 'Visa ramkant'
609
+ },
610
+
581
611
  font :
582
612
  {
583
613
  label : 'Typsnitt',
584
- voiceLabel : 'Font', // MISSING
614
+ voiceLabel : 'Typsnitt',
585
615
  panelTitle : 'Typsnitt'
586
616
  },
587
617
 
588
618
  fontSize :
589
619
  {
590
620
  label : 'Storlek',
591
- voiceLabel : 'Font Size', // MISSING
621
+ voiceLabel : 'Teckenstorlek',
592
622
  panelTitle : 'Storlek'
593
623
  },
594
624
 
@@ -596,104 +626,184 @@ CKEDITOR.lang['sv'] =
596
626
  {
597
627
  textColorTitle : 'Textfärg',
598
628
  bgColorTitle : 'Bakgrundsfärg',
599
- panelTitle : 'Colors', // MISSING
629
+ panelTitle : 'Färger',
600
630
  auto : 'Automatisk',
601
631
  more : 'Fler färger...'
602
632
  },
603
633
 
604
634
  colors :
605
635
  {
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
636
+ '000' : 'Svart',
637
+ '800000' : 'Rödbrun',
638
+ '8B4513' : 'Mörkbrun',
639
+ '2F4F4F' : 'Skiffergrå',
640
+ '008080' : 'Kricka',
641
+ '000080' : 'Marinblå',
642
+ '4B0082' : 'Indigo',
643
+ '696969' : 'Mörkgrå',
644
+ 'B22222' : 'Tegelsten',
645
+ 'A52A2A' : 'Brun',
646
+ 'DAA520' : 'Mörk guld',
647
+ '006400' : 'Mörkgrön',
648
+ '40E0D0' : 'Turkos',
649
+ '0000CD' : 'Medium blå',
650
+ '800080' : 'Lila',
651
+ '808080' : 'Grå',
652
+ 'F00' : 'Röd',
653
+ 'FF8C00' : 'Mörkorange',
654
+ 'FFD700' : 'Guld',
655
+ '008000' : 'Grön',
656
+ '0FF' : 'Turkos',
657
+ '00F' : 'Blå',
658
+ 'EE82EE' : 'Violett',
659
+ 'A9A9A9' : 'Matt grå',
660
+ 'FFA07A' : 'Laxrosa',
661
+ 'FFA500' : 'Orange',
662
+ 'FFFF00' : 'Gul',
663
+ '00FF00' : 'Lime',
664
+ 'AFEEEE' : 'Ljusturkos',
665
+ 'ADD8E6' : 'Ljusblå',
666
+ 'DDA0DD' : 'Plommon',
667
+ 'D3D3D3' : 'Ljusgrå',
668
+ 'FFF0F5' : 'Ljus lavender',
669
+ 'FAEBD7' : 'Antikvit',
670
+ 'FFFFE0' : 'Ljusgul',
671
+ 'F0FFF0' : 'Honung',
672
+ 'F0FFFF' : 'Azurblå',
673
+ 'F0F8FF' : 'Aliceblå',
674
+ 'E6E6FA' : 'Lavender',
675
+ 'FFF' : 'Vit'
646
676
  },
647
677
 
648
678
  scayt :
649
679
  {
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
680
+ title : 'Stavningskontroll medan du skriver',
681
+ opera_title : 'Stöds ej av Opera',
682
+ enable : 'Aktivera SCAYT',
683
+ disable : 'Inaktivera SCAYT',
684
+ about : 'Om SCAYT',
685
+ toggle : 'Växla SCAYT',
686
+ options : 'Inställningar',
687
+ langs : 'Språk',
688
+ moreSuggestions : 'Fler förslag',
689
+ ignore : 'Ignorera',
690
+ ignoreAll : 'Ignorera alla',
691
+ addWord : 'Lägg till ord',
692
+ emptyDic : 'Ordlistans namn får ej vara tomt.',
693
+
694
+ optionsTab : 'Inställningar',
695
+ allCaps : 'Ignorera alla ord med enbart versaler',
696
+ ignoreDomainNames : 'Ignorera domännamn',
697
+ mixedCase : 'Ignorera ord med blandat shiftläge',
698
+ mixedWithDigits : 'Ignorera ord med nummer',
699
+
700
+ languagesTab : 'Språk',
701
+
702
+ dictionariesTab : 'Ordlistor',
703
+ dic_field_name : 'Ordlistans namn',
704
+ dic_create : 'Skapa',
705
+ dic_restore : 'Återställ',
706
+ dic_delete : 'Ta bort',
707
+ dic_rename : 'Byt namn',
708
+ dic_info : 'Inledningsvis lagras ordlistan i en cookie. När ordlista växer till en punkt där det inte kan lagras i en cookie, lagras den på vår server. För att lagra din personliga ordlista på vår server du ska ange ett namn för din ordbok. Om du redan har en lagrad ordbok, skriv namnet och klicka på knappen Återställ.',
709
+
710
+ aboutTab : 'Om'
666
711
  },
667
712
 
668
713
  about :
669
714
  {
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
715
+ title : 'Om CKEditor',
716
+ dlgTitle : 'Om CKEditor',
717
+ help : 'Check $1 for help.', // MISSING
718
+ userGuide : 'CKEditor User\'s Guide', // MISSING
719
+ moreInfo : 'För information av licenciering besök vår hemsida:',
720
+ copy : 'Copyright &copy; $1. Alla rättigheter reserverade.'
674
721
  },
675
722
 
676
- maximize : 'Maximize', // MISSING
677
- minimize : 'Minimize', // MISSING
723
+ maximize : 'Maximera',
724
+ minimize : 'Minimera',
678
725
 
679
726
  fakeobjects :
680
727
  {
681
- anchor : 'Anchor', // MISSING
682
- flash : 'Flash Animation', // MISSING
683
- div : 'Page Break', // MISSING
684
- unknown : 'Unknown Object' // MISSING
728
+ anchor : 'Ankare',
729
+ flash : 'Flashanimation',
730
+ iframe : 'iFrame',
731
+ hiddenfield : 'Gömt fält',
732
+ unknown : 'Okänt objekt'
685
733
  },
686
734
 
687
- resize : 'Drag to resize', // MISSING
735
+ resize : 'Dra för att ändra storlek',
688
736
 
689
737
  colordialog :
690
738
  {
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
739
+ title : 'Välj färg',
740
+ options : 'Färgalternativ',
741
+ highlight : 'Markera',
742
+ selected : 'Vald färg',
743
+ clear : 'Rensa'
744
+ },
745
+
746
+ toolbarCollapse : 'Dölj verktygsfält',
747
+ toolbarExpand : 'Visa verktygsfält',
748
+
749
+ toolbarGroups :
750
+ {
751
+ document : 'Document', // MISSING
752
+ clipboard : 'Clipboard/Undo', // MISSING
753
+ editing : 'Editing', // MISSING
754
+ forms : 'Forms', // MISSING
755
+ basicstyles : 'Basic Styles', // MISSING
756
+ paragraph : 'Paragraph', // MISSING
757
+ links : 'Links', // MISSING
758
+ insert : 'Insert', // MISSING
759
+ styles : 'Styles', // MISSING
760
+ colors : 'Colors', // MISSING
761
+ tools : 'Tools' // MISSING
762
+ },
763
+
764
+ bidi :
765
+ {
766
+ ltr : 'Text riktning från vänster till höger',
767
+ rtl : 'Text riktning från höger till vänster'
768
+ },
769
+
770
+ docprops :
771
+ {
772
+ label : 'Document Properties', // MISSING
773
+ title : 'Document Properties', // MISSING
774
+ design : 'Design', // MISSING
775
+ meta : 'Meta Tags', // MISSING
776
+ chooseColor : 'Choose', // MISSING
777
+ other : 'Other...', // MISSING
778
+ docTitle : 'Page Title', // MISSING
779
+ charset : 'Character Set Encoding', // MISSING
780
+ charsetOther : 'Other Character Set Encoding', // MISSING
781
+ charsetASCII : 'ASCII', // MISSING
782
+ charsetCE : 'Central European', // MISSING
783
+ charsetCT : 'Chinese Traditional (Big5)', // MISSING
784
+ charsetCR : 'Cyrillic', // MISSING
785
+ charsetGR : 'Greek', // MISSING
786
+ charsetJP : 'Japanese', // MISSING
787
+ charsetKR : 'Korean', // MISSING
788
+ charsetTR : 'Turkish', // MISSING
789
+ charsetUN : 'Unicode (UTF-8)', // MISSING
790
+ charsetWE : 'Western European', // MISSING
791
+ docType : 'Document Type Heading', // MISSING
792
+ docTypeOther : 'Other Document Type Heading', // MISSING
793
+ xhtmlDec : 'Include XHTML Declarations', // MISSING
794
+ bgColor : 'Background Color', // MISSING
795
+ bgImage : 'Background Image URL', // MISSING
796
+ bgFixed : 'Non-scrolling (Fixed) Background', // MISSING
797
+ txtColor : 'Text Color', // MISSING
798
+ margin : 'Page Margins', // MISSING
799
+ marginTop : 'Top', // MISSING
800
+ marginLeft : 'Left', // MISSING
801
+ marginRight : 'Right', // MISSING
802
+ marginBottom : 'Bottom', // MISSING
803
+ metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING
804
+ metaDescription : 'Document Description', // MISSING
805
+ metaAuthor : 'Author', // MISSING
806
+ metaCopyright : 'Copyright', // MISSING
807
+ previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
808
+ }
699
809
  };