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
 
@@ -31,11 +31,11 @@ CKEDITOR.lang['vi'] =
31
31
  * Screenreader titles. Please note that screenreaders are not always capable
32
32
  * of reading non-English words. So be careful while translating it.
33
33
  */
34
- editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
34
+ editorTitle : 'Bộ soạn thảo, %1, nhấn ALT + 0 để xem hướng dẫn.',
35
35
 
36
36
  // ARIA descriptions.
37
- toolbar : 'Toolbar', // MISSING
38
- editor : 'Rich Text Editor', // MISSING
37
+ toolbars : 'Editor toolbars', // MISSING
38
+ editor : 'Bộ soạn thảo',
39
39
 
40
40
  // Toolbar buttons without dialogs.
41
41
  source : 'Mã HTML',
@@ -49,14 +49,15 @@ CKEDITOR.lang['vi'] =
49
49
  underline : 'Gạch chân',
50
50
  bold : 'Đậm',
51
51
  italic : 'Nghiêng',
52
- selectAll : 'Chọn Tất cả',
53
- removeFormat : 'Xoá Định dạng',
52
+ selectAll : 'Chọn tất cả',
53
+ removeFormat : 'Xoá định dạng',
54
54
  strike : 'Gạch xuyên ngang',
55
55
  subscript : 'Chỉ số dưới',
56
56
  superscript : 'Chỉ số trên',
57
- horizontalrule : 'Chèn Đường phân cách ngang',
58
- pagebreak : 'Chèn Ngắt trang',
59
- unlink : 'Xoá Liên kết',
57
+ horizontalrule : 'Chèn đường phân cách ngang',
58
+ pagebreak : 'Chèn ngắt trang',
59
+ pagebreakAlt : 'Page Break', // MISSING
60
+ unlink : 'Xoá liên kết',
60
61
  undo : 'Khôi phục thao tác',
61
62
  redo : 'Làm lại thao tác',
62
63
 
@@ -67,7 +68,7 @@ CKEDITOR.lang['vi'] =
67
68
  url : 'URL',
68
69
  protocol : 'Giao thức',
69
70
  upload : 'Tải lên',
70
- uploadSubmit : 'Tải lên Máy chủ',
71
+ uploadSubmit : 'Tải lên máy chủ',
71
72
  image : 'Hình ảnh',
72
73
  flash : 'Flash',
73
74
  form : 'Biểu mẫu',
@@ -82,60 +83,82 @@ CKEDITOR.lang['vi'] =
82
83
  notSet : '<không thiết lập>',
83
84
  id : 'Định danh',
84
85
  name : 'Tên',
85
- langDir : 'Đường dẫn Ngôn ngữ',
86
- langDirLtr : 'Trái sang Phải (LTR)',
87
- langDirRtl : 'Phải sang Trái (RTL)',
88
- langCode : 'Mã Ngôn ngữ',
86
+ langDir : 'Hướng ngôn ngữ',
87
+ langDirLtr : 'Trái sang phải (LTR)',
88
+ langDirRtl : 'Phải sang trái (RTL)',
89
+ langCode : 'Mã ngôn ngữ',
89
90
  longDescr : 'Mô tả URL',
90
91
  cssClass : 'Lớp Stylesheet',
91
- advisoryTitle : 'Advisory Title',
92
- cssStyle : 'Mẫu',
92
+ advisoryTitle : 'Nhan đề hướng dẫn',
93
+ cssStyle : 'Kiểu (style)',
93
94
  ok : 'Đồng ý',
94
95
  cancel : 'Bỏ qua',
95
- close : 'Close', // MISSING
96
- preview : 'Preview', // MISSING
97
- generalTab : 'Chung',
98
- advancedTab : 'Mở rộng',
96
+ close : 'Đóng',
97
+ preview : 'Xem trước',
98
+ generalTab : 'Tab chung',
99
+ advancedTab : 'Tab mở rộng',
99
100
  validateNumberFailed : 'Giá trị này không phải là số.',
100
- confirmNewPage : 'Mọi thay đổi không được không được lưu lại của nội dung này sẽ bị mất. Bạn có chắc chắn muốn tải một trang mới?',
101
+ confirmNewPage : 'Mọi thay đổi không được lưu lại, nội dung này sẽ bị mất. Bạn có chắc chắn muốn tải một trang mới?',
101
102
  confirmCancel : 'Một vài tùy chọn đã bị thay đổi. Bạn có chắc chắn muốn đóng hộp thoại?',
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
103
+ options : 'Tùy chọn',
104
+ target : 'Đích đến',
105
+ targetNew : 'Cửa sổ mới (_blank)',
106
+ targetTop : 'Cửa sổ trên cùng (_top)',
107
+ targetSelf : 'Tại trang (_self)',
108
+ targetParent : 'Cửa sổ cha (_parent)',
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 : 'Chiều rộng',
114
+ height : 'chiều cao',
115
+ align : 'Vị trí',
116
+ alignLeft : 'Trái',
117
+ alignRight : 'Phải',
118
+ alignCenter : 'Giữa',
119
+ alignTop : 'Trên',
120
+ alignMiddle : 'Giữa',
121
+ alignBottom : 'Dưới',
122
+ invalidHeight : 'Chiều cao phải là số nguyên.',
123
+ invalidWidth : 'Chiều rộng phải là số nguyên.',
108
124
 
109
125
  // Put the voice-only part of the label in the span.
110
126
  unavailable : '%1<span class="cke_accessibility">, không có</span>'
111
127
  },
112
128
 
129
+ contextmenu :
130
+ {
131
+ options : 'Tùy chọn menu bổ xung'
132
+ },
133
+
113
134
  // Special char dialog.
114
135
  specialChar :
115
136
  {
116
- toolbar : 'Chèn tự đặc biệt',
117
- title : 'Hãy chọn tự đặc biệt'
137
+ toolbar : 'Chèn tự đặc biệt',
138
+ title : 'Hãy chọn tự đặc biệt',
139
+ options : 'Tùy chọn các ký tự đặc biệt'
118
140
  },
119
141
 
120
142
  // Link dialog.
121
143
  link :
122
144
  {
123
- toolbar : 'Chèn/Sửa Liên kết',
124
- menu : 'Sửa Liên kết',
145
+ toolbar : 'Chèn/Sửa liên kết',
146
+ other : '<khác>',
147
+ menu : 'Sửa liên kết',
125
148
  title : 'Liên kết',
126
- info : 'Thông tin Liên kết',
149
+ info : 'Thông tin liên kết',
127
150
  target : 'Đích',
128
151
  upload : 'Tải lên',
129
152
  advanced : 'Mở rộng',
130
- type : 'Kiểu Liên kết',
131
- toUrl : 'URL', // MISSING
153
+ type : 'Kiểu liên kết',
154
+ toUrl : 'URL',
132
155
  toAnchor : 'Neo trong trang này',
133
156
  toEmail : 'Thư điện tử',
134
157
  targetFrame : '<khung>',
135
158
  targetPopup : '<cửa sổ popup>',
136
- targetFrameName : 'Tên Khung đích',
137
- targetPopupName : 'Tên Cửa sổ Popup',
138
- popupFeatures : 'Đặc điểm của Cửa sổ Popup',
159
+ targetFrameName : 'Tên khung đích',
160
+ targetPopupName : 'Tên cửa sổ Popup',
161
+ popupFeatures : 'Đặc điểm của cửa sổ Popup',
139
162
  popupResizable : 'Có thể thay đổi kích cỡ',
140
163
  popupStatusBar : 'Thanh trạng thái',
141
164
  popupLocationBar: 'Thanh vị trí',
@@ -144,48 +167,71 @@ CKEDITOR.lang['vi'] =
144
167
  popupFullScreen : 'Toàn màn hình (IE)',
145
168
  popupScrollBars : 'Thanh cuộn',
146
169
  popupDependent : 'Phụ thuộc (Netscape)',
147
- popupWidth : 'Rộng',
148
- popupLeft : 'Vị trí Trái',
149
- popupHeight : 'Cao',
150
- popupTop : 'Vị trí Trên',
170
+ popupLeft : 'Vị trí bên trái',
171
+ popupTop : 'Vị trí phía trên',
151
172
  id : 'Định danh',
152
- langDir : 'Đường dẫn Ngôn ngữ',
153
- langDirLTR : 'Trái sang Phải (LTR)',
154
- langDirRTL : 'Phải sang Trái (RTL)',
155
- acccessKey : 'Phím Hỗ trợ truy cập',
173
+ langDir : 'Hướng ngôn ngữ',
174
+ langDirLTR : 'Trái sang phải (LTR)',
175
+ langDirRTL : 'Phải sang trái (RTL)',
176
+ acccessKey : 'Phím hỗ trợ truy cập',
156
177
  name : 'Tên',
157
- langCode : 'Đường dẫn Ngôn ngữ',
158
- tabIndex : 'Chỉ số của Tab',
159
- advisoryTitle : 'Advisory Title',
160
- advisoryContentType : 'Advisory Content Type',
178
+ langCode : ' ngôn ngữ',
179
+ tabIndex : 'Chỉ số của Tab',
180
+ advisoryTitle : 'Nhan đề hướng dẫn',
181
+ advisoryContentType : 'Nội dung hướng dẫn',
161
182
  cssClasses : 'Lớp Stylesheet',
162
183
  charset : 'Bảng mã của tài nguyên được liên kết đến',
163
- styles : 'Mẫu',
164
- selectAnchor : 'Chọn một Neo',
165
- anchorName : 'Theo Tên Neo',
166
- anchorId : 'Theo Định danh Thành phần',
167
- emailAddress : 'Thư điện tử',
168
- emailSubject : 'Tiêu đề Thông điệp',
169
- emailBody : 'Nội dung Thông điệp',
170
- noAnchors : '(Không Neo nào trong tài liệu)',
171
- noUrl : 'Hãy đưa vào Liên kết URL',
184
+ styles : 'Kiểu (style)',
185
+ rel : 'Relationship', // MISSING
186
+ selectAnchor : 'Chọn một điểm neo',
187
+ anchorName : 'Theo tên điểm neo',
188
+ anchorId : 'Theo định danh thành phần',
189
+ emailAddress : 'Thư điện tử',
190
+ emailSubject : 'Tiêu đề thông điệp',
191
+ emailBody : 'Nội dung thông điệp',
192
+ noAnchors : '(Không điểm neo nào trong tài liệu)',
193
+ noUrl : 'Hãy đưa vào đường dẫn liên kết (URL)',
172
194
  noEmail : 'Hãy đưa vào địa chỉ thư điện tử'
173
195
  },
174
196
 
175
197
  // Anchor dialog
176
198
  anchor :
177
199
  {
178
- toolbar : 'Chèn/Sửa Neo',
179
- menu : 'Thuộc tính Neo',
180
- title : 'Thuộc tính Neo',
181
- name : 'Tên của Neo',
182
- errorName : 'Hãy nhập vào tên của Neo'
200
+ toolbar : 'Chèn/Sửa điểm neo',
201
+ menu : 'Thuộc tính điểm neo',
202
+ title : 'Thuộc tính điểm neo',
203
+ name : 'Tên của điểm neo',
204
+ errorName : 'Hãy nhập vào tên của điểm neo'
205
+ },
206
+
207
+ // List style dialog
208
+ list:
209
+ {
210
+ numberedTitle : 'Thuộc tính danh sách có thứ tự',
211
+ bulletedTitle : 'Thuộc tính danh sách không thứ tự',
212
+ type : 'Kiểu loại',
213
+ start : 'Bắt đầu',
214
+ validateStartNumber :'List start number must be a whole number.', // MISSING
215
+ circle : 'Khuyên tròn',
216
+ disc : 'Hình đĩa',
217
+ square : 'Hình vuông',
218
+ none : 'Không gì cả',
219
+ notset : '<không thiết lập>',
220
+ armenian : 'Số theo kiểu Armenian',
221
+ georgian : 'Số theo kiểu Georgian (an, ban, gan...)',
222
+ lowerRoman : 'Số La Mã kiểu thường (i, ii, iii, iv, v...)',
223
+ upperRoman : 'Số La Mã kiểu HOA (I, II, III, IV, V...)',
224
+ lowerAlpha : 'Kiểu abc thường (a, b, c, d, e...)',
225
+ upperAlpha : 'Kiểu ABC HOA (A, B, C, D, E...)',
226
+ lowerGreek : 'Kiểu Hy Lạp (alpha, beta, gamma...)',
227
+ decimal : 'Kiểu số (1, 2, 3 ...)',
228
+ decimalLeadingZero : 'Kiểu số (01, 02, 03...)'
183
229
  },
184
230
 
185
231
  // Find And Replace Dialog
186
232
  findAndReplace :
187
233
  {
188
- title : 'Tìm kiếm và Thay Thế',
234
+ title : 'Tìm kiếm và thay thế',
189
235
  find : 'Tìm kiếm',
190
236
  replace : 'Thay thế',
191
237
  findWhat : 'Tìm chuỗi:',
@@ -194,7 +240,7 @@ CKEDITOR.lang['vi'] =
194
240
  matchCase : 'Phân biệt chữ hoa/thường',
195
241
  matchWord : 'Giống toàn bộ từ',
196
242
  matchCyclic : 'Giống một phần',
197
- replaceAll : 'Thay thế Tất cả',
243
+ replaceAll : 'Thay thế tất cả',
198
244
  replaceSuccessMsg : '%1 vị trí đã được thay thế.'
199
245
  },
200
246
 
@@ -204,57 +250,48 @@ CKEDITOR.lang['vi'] =
204
250
  toolbar : 'Bảng',
205
251
  title : 'Thuộc tính bảng',
206
252
  menu : 'Thuộc tính bảng',
207
- deleteTable : 'Xóa Bảng',
208
- rows : 'Hàng',
209
- columns : 'Cột',
210
- border : 'Cỡ Đường viền',
211
- align : 'Canh lề',
212
- alignLeft : 'Trái',
213
- alignCenter : 'Giữa',
214
- alignRight : 'Phải',
215
- width : 'Rộng',
216
- widthPx : 'điểm (px)',
217
- widthPc : '%',
218
- widthUnit : 'width unit', // MISSING
219
- height : 'Cao',
220
- cellSpace : 'Khoảng cách Ô',
221
- cellPad : 'Đệm Ô',
253
+ deleteTable : 'Xóa bảng',
254
+ rows : 'Số hàng',
255
+ columns : 'Số cột',
256
+ border : 'Kích thước đường viền',
257
+ widthPx : 'Điểm ảnh (px)',
258
+ widthPc : 'Phần trăm (%)',
259
+ widthUnit : 'Đơn vị',
260
+ cellSpace : 'Khoảng cách giữa các ô',
261
+ cellPad : 'Khoảng đệm giữ ô và nội dung',
222
262
  caption : 'Đầu đề',
223
263
  summary : 'Tóm lược',
224
264
  headers : 'Đầu đề',
225
265
  headersNone : 'Không có',
226
- headersColumn : 'Cột Đầu tiên',
227
- headersRow : 'Hàng Đầu tiên',
266
+ headersColumn : 'Cột đầu tiên',
267
+ headersRow : 'Hàng đầu tiên',
228
268
  headersBoth : 'Cả hai',
229
269
  invalidRows : 'Số lượng hàng phải là một số lớn hơn 0.',
230
270
  invalidCols : 'Số lượng cột phải là một số lớn hơn 0.',
231
271
  invalidBorder : 'Kích cỡ của đường biên phải là một số nguyên.',
232
- invalidWidth : 'Chiều rộng của Bảng phải là một số nguyên.',
233
- invalidHeight : 'Chiều cao của Bảng phải là một số nguyên.',
272
+ invalidWidth : 'Chiều rộng của bảng phải là một số nguyên.',
273
+ invalidHeight : 'Chiều cao của bảng phải là một số nguyên.',
234
274
  invalidCellSpacing : 'Khoảng cách giữa các ô phải là một số nguyên.',
235
- invalidCellPadding : 'Đệm giữa các ô phải là một số nguyên.',
275
+ invalidCellPadding : 'Khoảng đệm giữa ô và nội dung phải là một số nguyên.',
236
276
 
237
277
  cell :
238
278
  {
239
279
  menu : 'Ô',
240
- insertBefore : 'Chèn Ô Phía trước',
241
- insertAfter : 'Chèn Ô Phía sau',
242
- deleteCell : 'Xoá Ô',
243
- merge : 'Kết hợp Ô',
244
- mergeRight : 'Kết hợp Sang phải',
245
- mergeDown : 'Kết hợp Xuống dưới',
246
- splitHorizontal : 'Tách ngang Ô',
247
- splitVertical : 'Tách dọc Ô',
248
- title : 'Thuộc tính của Ô',
249
- cellType : 'Kiểu của Ô',
280
+ insertBefore : 'Chèn ô Phía trước',
281
+ insertAfter : 'Chèn ô Phía sau',
282
+ deleteCell : 'Xoá ô',
283
+ merge : 'Kết hợp ô',
284
+ mergeRight : 'Kết hợp sang phải',
285
+ mergeDown : 'Kết hợp xuống dưới',
286
+ splitHorizontal : 'Phân tách ô theo chiều ngang',
287
+ splitVertical : 'Phân tách ô theo chiều dọc',
288
+ title : 'Thuộc tính của ô',
289
+ cellType : 'Kiểu của ô',
250
290
  rowSpan : 'Kết hợp hàng',
251
291
  colSpan : 'Kết hợp cột',
252
- wordWrap : 'Word Wrap',
292
+ wordWrap : 'Chữ liền hàng',
253
293
  hAlign : 'Canh lề ngang',
254
294
  vAlign : 'Canh lề dọc',
255
- alignTop : 'Trên cùng',
256
- alignMiddle : 'Chính giữa',
257
- alignBottom : 'Dưới cùng',
258
295
  alignBaseline : 'Đường cơ sở',
259
296
  bgColor : 'Màu nền',
260
297
  borderColor : 'Màu viền',
@@ -262,46 +299,46 @@ CKEDITOR.lang['vi'] =
262
299
  header : 'Đầu đề',
263
300
  yes : 'Có',
264
301
  no : 'Không',
265
- invalidWidth : 'Chiều rộng của Ô phải là một số nguyên.',
266
- invalidHeight : 'Chiều cao của Ô phải là một số nguyên.',
302
+ invalidWidth : 'Chiều rộng của ô phải là một số nguyên.',
303
+ invalidHeight : 'Chiều cao của ô phải là một số nguyên.',
267
304
  invalidRowSpan : 'Số hàng kết hợp phải là một số nguyên.',
268
305
  invalidColSpan : 'Số cột kết hợp phải là một số nguyên.',
269
- chooseColor : 'Choose' // MISSING
306
+ chooseColor : 'Chọn màu'
270
307
  },
271
308
 
272
309
  row :
273
310
  {
274
311
  menu : 'Hàng',
275
- insertBefore : 'Chèn Hàng Phía trước',
276
- insertAfter : 'Chèn Hàng Phía sau',
277
- deleteRow : 'Xoá Hàng'
312
+ insertBefore : 'Chèn hàng phía trước',
313
+ insertAfter : 'Chèn hàng phía sau',
314
+ deleteRow : 'Xoá hàng'
278
315
  },
279
316
 
280
317
  column :
281
318
  {
282
319
  menu : 'Cột',
283
- insertBefore : 'Chèn Cột Phía trước',
284
- insertAfter : 'Chèn Cột Phía sau',
285
- deleteColumn : 'Xoá Cột'
320
+ insertBefore : 'Chèn cột phía trước',
321
+ insertAfter : 'Chèn cột phía sau',
322
+ deleteColumn : 'Xoá cột'
286
323
  }
287
324
  },
288
325
 
289
326
  // Button Dialog.
290
327
  button :
291
328
  {
292
- title : 'Thuộc tính Nút',
293
- text : 'Chuỗi hiển thị (Giá trị)',
329
+ title : 'Thuộc tính của nút',
330
+ text : 'Chuỗi hiển thị (giá trị)',
294
331
  type : 'Kiểu',
295
- typeBtn : 'Nút Bấm',
296
- typeSbm : 'Nút Gửi',
297
- typeRst : 'Nút Nhập lại'
332
+ typeBtn : 'Nút bấm',
333
+ typeSbm : 'Nút gửi',
334
+ typeRst : 'Nút nhập lại'
298
335
  },
299
336
 
300
337
  // Checkbox and Radio Button Dialogs.
301
338
  checkboxAndRadio :
302
339
  {
303
- checkboxTitle : 'Thuộc tính Nút kiểm',
304
- radioTitle : 'Thuộc tính Nút chọn',
340
+ checkboxTitle : 'Thuộc tính nút kiểm',
341
+ radioTitle : 'Thuộc tính nút chọn',
305
342
  value : 'Giá trị',
306
343
  selected : 'Được chọn'
307
344
  },
@@ -309,8 +346,8 @@ CKEDITOR.lang['vi'] =
309
346
  // Form Dialog.
310
347
  form :
311
348
  {
312
- title : 'Thuộc tính Biểu mẫu',
313
- menu : 'Thuộc tính Biểu mẫu',
349
+ title : 'Thuộc tính biểu mẫu',
350
+ menu : 'Thuộc tính biểu mẫu',
314
351
  action : 'Hành động',
315
352
  method : 'Phương thức',
316
353
  encoding : 'Bảng mã'
@@ -319,7 +356,7 @@ CKEDITOR.lang['vi'] =
319
356
  // Select Field Dialog.
320
357
  select :
321
358
  {
322
- title : 'Thuộc tính Ô chọn',
359
+ title : 'Thuộc tính ô chọn',
323
360
  selectInfo : 'Thông tin',
324
361
  opAvail : 'Các tùy chọn có thể sử dụng',
325
362
  value : 'Giá trị',
@@ -333,25 +370,25 @@ CKEDITOR.lang['vi'] =
333
370
  btnUp : 'Lên',
334
371
  btnDown : 'Xuống',
335
372
  btnSetValue : 'Giá trị được chọn',
336
- btnDelete : 'Xoá'
373
+ btnDelete : 'Nút xoá'
337
374
  },
338
375
 
339
376
  // Textarea Dialog.
340
377
  textarea :
341
378
  {
342
- title : 'Thuộc tính Vùng văn bản',
343
- cols : 'Cột',
344
- rows : 'Hàng'
379
+ title : 'Thuộc tính vùng văn bản',
380
+ cols : 'Số cột',
381
+ rows : 'Số hàng'
345
382
  },
346
383
 
347
384
  // Text Field Dialog.
348
385
  textfield :
349
386
  {
350
- title : 'Thuộc tính Trường văn bản',
387
+ title : 'Thuộc tính trường văn bản',
351
388
  name : 'Tên',
352
389
  value : 'Giá trị',
353
- charWidth : 'Rộng',
354
- maxChars : 'Số tự tối đa',
390
+ charWidth : 'Độ rộng của ký tự',
391
+ maxChars : 'Số tự tối đa',
355
392
  type : 'Kiểu',
356
393
  typeText : 'Ký tự',
357
394
  typePass : 'Mật khẩu'
@@ -360,7 +397,7 @@ CKEDITOR.lang['vi'] =
360
397
  // Hidden Field Dialog.
361
398
  hidden :
362
399
  {
363
- title : 'Thuộc tính Trường ẩn',
400
+ title : 'Thuộc tính trường ẩn',
364
401
  name : 'Tên',
365
402
  value : 'Giá trị'
366
403
  },
@@ -368,34 +405,27 @@ CKEDITOR.lang['vi'] =
368
405
  // Image Dialog.
369
406
  image :
370
407
  {
371
- title : 'Thuộc tính Hình ảnh',
372
- titleButton : 'Thuộc tính Nút hình ảnh',
373
- menu : 'Thuộc tính Hình ảnh',
374
- infoTab : 'Thông tin Hình ảnh',
375
- btnUpload : 'Tải lên Máy chủ',
408
+ title : 'Thuộc tính của ảnh',
409
+ titleButton : 'Thuộc tính nút của ảnh',
410
+ menu : 'Thuộc tính của ảnh',
411
+ infoTab : 'Thông tin của ảnh',
412
+ btnUpload : 'Tải lên máy chủ',
376
413
  upload : 'Tải lên',
377
- alt : 'Chú thích Hình ảnh',
378
- width : 'Rộng',
379
- height : 'Cao',
414
+ alt : 'Chú thích ảnh',
380
415
  lockRatio : 'Giữ nguyên tỷ lệ',
381
- unlockRatio : 'Unlock Ratio', // MISSING
416
+ unlockRatio : 'Phá bỏ tỷ lệ',
382
417
  resetSize : 'Kích thước gốc',
383
418
  border : 'Đường viền',
384
- hSpace : 'HSpace',
385
- vSpace : 'VSpace',
386
- align : 'Vị trí',
387
- alignLeft : 'Trái',
388
- alignRight : 'Phải',
389
- alertUrl : 'Hãy đưa vào URL của hình ảnh',
390
- linkTab : 'Liên kết',
391
- button2Img : 'Bạn muốn chuyển nút bấm bằng hình ảnh được chọn thành hình ảnh?',
392
- img2Button : 'Bạn muốn chuyển đổi hình ảnh được chọn thành nút bấm bằng hình ảnh?',
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
419
+ hSpace : 'Khoảng đệm ngang',
420
+ vSpace : 'Khoảng đệm dọc',
421
+ alertUrl : 'Hãy đưa vào đường dẫn của ảnh',
422
+ linkTab : 'Tab liên kết',
423
+ button2Img : 'Bạn có muốn chuyển nút bấm bằng ảnh được chọn thành ảnh?',
424
+ img2Button : 'Bạn muốn chuyển đổi ảnh được chọn thành nút bấm bằng ảnh?',
425
+ urlMissing : 'Thiếu đường dẫn hình ảnh',
426
+ validateBorder : 'Chiều rộng của đường viền phải một số nguyên dương',
427
+ validateHSpace : 'Khoảng đệm ngang phải một số nguyên dương',
428
+ validateVSpace : 'Khoảng đệm dọc phải một số nguyên dương'
399
429
  },
400
430
 
401
431
  // Flash Dialog
@@ -406,63 +436,53 @@ CKEDITOR.lang['vi'] =
406
436
  title : 'Thuộc tính Flash',
407
437
  chkPlay : 'Tự động chạy',
408
438
  chkLoop : 'Lặp',
409
- chkMenu : 'Cho phép bật Menu của Flash',
410
- chkFull : 'Cho phép Toàn màn hình',
439
+ chkMenu : 'Cho phép bật menu của Flash',
440
+ chkFull : 'Cho phép toàn màn hình',
411
441
  scale : 'Tỷ lệ',
412
442
  scaleAll : 'Hiển thị tất cả',
413
443
  scaleNoBorder : 'Không đường viền',
414
444
  scaleFit : 'Vừa vặn',
415
- access : 'Truy cập ',
445
+ access : 'Truy cập ',
416
446
  accessAlways : 'Luôn luôn',
417
447
  accessSameDomain: 'Cùng tên miền',
418
448
  accessNever : 'Không bao giờ',
419
- align : 'Vị trí',
420
- alignLeft : 'Trái',
421
449
  alignAbsBottom : 'Dưới tuyệt đối',
422
450
  alignAbsMiddle : 'Giữa tuyệt đối',
423
451
  alignBaseline : 'Đường cơ sở',
424
- alignBottom : 'Dưới',
425
- alignMiddle : 'Giữa',
426
- alignRight : 'Phải',
427
452
  alignTextTop : 'Phía trên chữ',
428
- alignTop : 'Trên',
429
453
  quality : 'Chất lượng',
430
- qualityBest : 'TỐt nhất',
454
+ qualityBest : 'Tốt nhất',
431
455
  qualityHigh : 'Cao',
432
- qualityAutoHigh : 'Cao Tự động',
456
+ qualityAutoHigh : 'Cao tự động',
433
457
  qualityMedium : 'Trung bình',
434
- qualityAutoLow : 'Thấp Tự động',
458
+ qualityAutoLow : 'Thấp tự động',
435
459
  qualityLow : 'Thấp',
436
460
  windowModeWindow: 'Cửa sổ',
437
461
  windowModeOpaque: 'Mờ đục',
438
462
  windowModeTransparent : 'Trong suốt',
439
- windowMode : 'Chế độ Cửa sổ',
463
+ windowMode : 'Chế độ cửa sổ',
440
464
  flashvars : 'Các biến số dành cho Flash',
441
465
  bgcolor : 'Màu nền',
442
- width : 'Rộng',
443
- height : 'Cao',
444
- hSpace : 'HSpace',
445
- vSpace : 'VSpace',
446
- validateSrc : 'Hãy đưa vào Liên kết URL',
447
- validateWidth : 'Chiều rộng phải là số nguyên.',
448
- validateHeight : 'Chiều cao phải là số nguyên.',
449
- validateHSpace : 'HSpace phải là số nguyên.',
450
- validateVSpace : 'VSpace phải là số nguyên.'
466
+ hSpace : 'Khoảng đệm ngang',
467
+ vSpace : 'Khoảng đệm dọc',
468
+ validateSrc : 'Hãy đưa vào đường dẫn liên kết',
469
+ validateHSpace : 'Khoảng đệm ngang phải là số nguyên.',
470
+ validateVSpace : 'Khoảng đệm dọc phải số nguyên.'
451
471
  },
452
472
 
453
473
  // Speller Pages Dialog
454
474
  spellCheck :
455
475
  {
456
- toolbar : 'Kiểm tra Chính tả',
457
- title : 'Kiểm tra Chính tả',
476
+ toolbar : 'Kiểm tra chính tả',
477
+ title : 'Kiểm tra chính tả',
458
478
  notAvailable : 'Xin lỗi, dịch vụ này hiện tại không có.',
459
479
  errorLoading : 'Lỗi khi đang nạp dịch vụ ứng dụng: %s.',
460
480
  notInDic : 'Không có trong từ điển',
461
481
  changeTo : 'Chuyển thành',
462
482
  btnIgnore : 'Bỏ qua',
463
- btnIgnoreAll : 'Bỏ qua Tất cả',
483
+ btnIgnoreAll : 'Bỏ qua tất cả',
464
484
  btnReplace : 'Thay thế',
465
- btnReplaceAll : 'Thay thế Tất cả',
485
+ btnReplaceAll : 'Thay thế tất cả',
466
486
  btnUndo : 'Phục hồi lại',
467
487
  noSuggestions : '- Không đưa ra gợi ý về từ -',
468
488
  progress : 'Đang tiến hành kiểm tra chính tả...',
@@ -476,12 +496,13 @@ CKEDITOR.lang['vi'] =
476
496
  smiley :
477
497
  {
478
498
  toolbar : 'Hình biểu lộ cảm xúc (mặt cười)',
479
- title : 'Chèn Hình biểu lộ cảm xúc (mặt cười)'
499
+ title : 'Chèn hình biểu lộ cảm xúc (mặt cười)',
500
+ options : 'Tùy chọn hình biểu lộ cảm xúc'
480
501
  },
481
502
 
482
503
  elementsPath :
483
504
  {
484
- eleLabel : 'Elements path', // MISSING
505
+ eleLabel : 'Nhãn thành phần',
485
506
  eleTitle : '%1 thành phần'
486
507
  },
487
508
 
@@ -498,16 +519,16 @@ CKEDITOR.lang['vi'] =
498
519
  block : 'Canh đều'
499
520
  },
500
521
 
501
- blockquote : 'Khối Trích dẫn',
522
+ blockquote : 'Khối trích dẫn',
502
523
 
503
524
  clipboard :
504
525
  {
505
526
  title : 'Dán',
506
- cutError : 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh cắt. Hãy sử dụng bàn phím cho lệnh này (Ctrl+X).',
507
- copyError : 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh sao chép. Hãy sử dụng bàn phím cho lệnh này (Ctrl+C).',
508
- pasteMsg : 'Hãy dán nội dung vào trong khung bên dưới, sử dụng tổ hợp phím (<STRONG>Ctrl+V</STRONG>) và nhấn vào nút <STRONG>Đồng ý</STRONG>.',
527
+ cutError : 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh cắt. Hãy sử dụng bàn phím cho lệnh này (Ctrl/Cmd+X).',
528
+ copyError : 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh sao chép. Hãy sử dụng bàn phím cho lệnh này (Ctrl/Cmd+C).',
529
+ pasteMsg : 'Hãy dán nội dung vào trong khung bên dưới, sử dụng tổ hợp phím (<STRONG>Ctrl/Cmd+V</STRONG>) và nhấn vào nút <STRONG>Đồng ý</STRONG>.',
509
530
  securityMsg : 'Do thiết lập bảo mật của trình duyệt nên trình biên tập không thể truy cập trực tiếp vào nội dung đã sao chép. Bạn cần phải dán lại nội dung vào cửa sổ này.',
510
- pasteArea : 'Paste Area' // MISSING
531
+ pasteArea : 'Khu vực dán'
511
532
  },
512
533
 
513
534
  pastefromword :
@@ -528,20 +549,21 @@ CKEDITOR.lang['vi'] =
528
549
  {
529
550
  button : 'Mẫu dựng sẵn',
530
551
  title : 'Nội dung Mẫu dựng sẵn',
552
+ options : 'Tùy chọn mẫu dựng sẵn',
531
553
  insertOption : 'Thay thế nội dung hiện tại',
532
- selectPromptMsg : 'Hãy chọn Mẫu dựng sẵn để mở trong trình biên tập<br>(nội dung hiện tại sẽ bị mất):',
533
- emptyListMsg : '(Không có Mẫu dựng sẵn nào được định nghĩa)'
554
+ selectPromptMsg : 'Hãy chọn mẫu dựng sẵn để mở trong trình biên tập<br>(nội dung hiện tại sẽ bị mất):',
555
+ emptyListMsg : '(Không có mẫu dựng sẵn nào được định nghĩa)'
534
556
  },
535
557
 
536
- showBlocks : 'Hiển thị các Khối',
558
+ showBlocks : 'Hiển thị các khối',
537
559
 
538
560
  stylesCombo :
539
561
  {
540
562
  label : 'Kiểu',
541
- panelTitle : 'Formatting Styles', // MISSING
542
- panelTitle1 : 'Kiểu Khối',
543
- panelTitle2 : 'Kiểu Trực tiếp',
544
- panelTitle3 : 'Kiểu Đối tượng'
563
+ panelTitle : 'Phong cách định dạng',
564
+ panelTitle1 : 'Kiểu khối',
565
+ panelTitle2 : 'Kiểu trực tiếp',
566
+ panelTitle3 : 'Kiểu đối tượng'
545
567
  },
546
568
 
547
569
  format :
@@ -549,8 +571,8 @@ CKEDITOR.lang['vi'] =
549
571
  label : 'Định dạng',
550
572
  panelTitle : 'Định dạng',
551
573
 
552
- tag_p : 'Normal',
553
- tag_pre : 'Formatted',
574
+ tag_p : 'Bình thường (P)',
575
+ tag_pre : 'Đã thiết lập',
554
576
  tag_address : 'Address',
555
577
  tag_h1 : 'Heading 1',
556
578
  tag_h2 : 'Heading 2',
@@ -558,26 +580,35 @@ CKEDITOR.lang['vi'] =
558
580
  tag_h4 : 'Heading 4',
559
581
  tag_h5 : 'Heading 5',
560
582
  tag_h6 : 'Heading 6',
561
- tag_div : 'Normal (DIV)'
583
+ tag_div : 'Bình thường (DIV)'
562
584
  },
563
585
 
564
586
  div :
565
587
  {
566
- title : 'Create Div Container', // MISSING
567
- toolbar : 'Create Div Container', // MISSING
568
- cssClassInputLabel : 'Stylesheet Classes', // MISSING
569
- styleSelectLabel : 'Style', // MISSING
570
- IdInputLabel : 'Id', // MISSING
571
- languageCodeInputLabel : ' Language Code', // MISSING
572
- inlineStyleInputLabel : 'Inline Style', // MISSING
573
- advisoryTitleInputLabel : 'Advisory Title', // MISSING
574
- langDirLabel : 'Language Direction', // MISSING
575
- langDirLTRLabel : 'Left to Right (LTR)', // MISSING
576
- langDirRTLLabel : 'Right to Left (RTL)', // MISSING
577
- edit : 'Edit Div', // MISSING
578
- remove : 'Remove Div' // MISSING
588
+ title : 'Tạo khối các thành phần',
589
+ toolbar : 'Tạo khối các thành phần',
590
+ cssClassInputLabel : 'Các lớp CSS',
591
+ styleSelectLabel : 'Kiểu (style)',
592
+ IdInputLabel : 'Định danh (id)',
593
+ languageCodeInputLabel : ' ngôn ngữ',
594
+ inlineStyleInputLabel : 'Kiểu nội dòng',
595
+ advisoryTitleInputLabel : 'Nhan đề hướng dẫn',
596
+ langDirLabel : 'Hướng ngôn ngữ',
597
+ langDirLTRLabel : 'Trái sang phải (LTR)',
598
+ langDirRTLLabel : 'Phải qua trái (RTL)',
599
+ edit : 'Chỉnh sửa',
600
+ remove : 'Xóa bỏ'
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 : 'Phông',
@@ -596,7 +627,7 @@ CKEDITOR.lang['vi'] =
596
627
  {
597
628
  textColorTitle : 'Màu chữ',
598
629
  bgColorTitle : 'Màu nền',
599
- panelTitle : 'Colors', // MISSING
630
+ panelTitle : 'Màu sắc',
600
631
  auto : 'Tự động',
601
632
  more : 'Màu khác...'
602
633
  },
@@ -610,7 +641,7 @@ CKEDITOR.lang['vi'] =
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['vi'] =
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['vi'] =
648
679
  scayt :
649
680
  {
650
681
  title : 'Kiểm tra chính tả ngay khi gõ chữ (SCAYT)',
682
+ opera_title : 'Không hỗ trợ trên trình duyệt Opera',
651
683
  enable : 'Bật SCAYT',
652
684
  disable : 'Tắt SCAYT',
653
685
  about : 'Thông tin về SCAYT',
@@ -656,12 +688,26 @@ CKEDITOR.lang['vi'] =
656
688
  langs : 'Ngôn ngữ',
657
689
  moreSuggestions : 'Đề xuất thêm',
658
690
  ignore : 'Bỏ qua',
659
- ignoreAll : 'Bỏ qua Tất cả',
660
- addWord : 'Thêm Từ',
691
+ ignoreAll : 'Bỏ qua tất cả',
692
+ addWord : 'Thêm từ',
661
693
  emptyDic : 'Tên của từ điển không được để trống.',
694
+
662
695
  optionsTab : 'Tùy chọn',
663
- languagesTab : 'Ngôn ngữ',
696
+ allCaps : 'Không phân biệt chữ HOA chữ thường',
697
+ ignoreDomainNames : 'Bỏ qua tên miền',
698
+ mixedCase : 'Không phân biệt loại chữ',
699
+ mixedWithDigits : 'Không phân biệt chữ và số',
700
+
701
+ languagesTab : 'Tab ngôn ngữ',
702
+
664
703
  dictionariesTab : 'Từ điển',
704
+ dic_field_name : 'Tên từ điển',
705
+ dic_create : 'Tạo',
706
+ dic_restore : 'Phục hồi',
707
+ dic_delete : 'Xóa',
708
+ dic_rename : 'Thay tên',
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 : 'Thông tin'
666
712
  },
667
713
 
@@ -669,31 +715,96 @@ CKEDITOR.lang['vi'] =
669
715
  {
670
716
  title : 'Thông tin về CKEditor',
671
717
  dlgTitle : 'Thông tin về CKEditor',
718
+ help : 'Check $1 for help.', // MISSING
719
+ userGuide : 'CKEditor User\'s Guide', // MISSING
672
720
  moreInfo : 'Vui lòng ghé thăm trang web của chúng tôi để có thông tin về giấy phép:',
673
721
  copy : 'Bản quyền &copy; $1. Giữ toàn quyền.'
674
722
  },
675
723
 
676
724
  maximize : 'Phóng to tối đa',
677
- minimize : 'Minimize', // MISSING
725
+ minimize : 'Thu nhỏ',
678
726
 
679
727
  fakeobjects :
680
728
  {
681
- anchor : 'Neo',
682
- flash : 'Hoạt họa Flash',
683
- div : 'Ngắt Trang',
684
- unknown : 'Đối tượng không rõ ràng'
729
+ anchor : 'Điểm neo',
730
+ flash : 'Flash',
731
+ iframe : 'IFrame', // MISSING
732
+ hiddenfield : 'Hidden Field', // MISSING
733
+ unknown : 'Đối tượng không rõ ràng'
685
734
  },
686
735
 
687
736
  resize : 'Kéo rê để thay đổi kích cỡ',
688
737
 
689
738
  colordialog :
690
739
  {
691
- title : 'Select color', // MISSING
692
- highlight : 'Highlight', // MISSING
693
- selected : 'Selected', // MISSING
694
- clear : 'Clear' // MISSING
695
- },
696
-
697
- toolbarCollapse : 'Collapse Toolbar', // MISSING
698
- toolbarExpand : 'Expand Toolbar' // MISSING
740
+ title : 'Chọn màu',
741
+ options : 'Color Options', // MISSING
742
+ highlight : 'Màu chọn',
743
+ selected : 'Màu đã chọn',
744
+ clear : 'Xóa bỏ'
745
+ },
746
+
747
+ toolbarCollapse : 'Thu gọn thanh công cụ',
748
+ toolbarExpand : 'Mở rộng thnah công cụ',
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
  };