ckeditor 3.5.0 → 3.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +30 -6
- data/app/controllers/ckeditor/attachments_controller.rb +1 -1
- data/app/controllers/ckeditor/base_controller.rb +1 -1
- data/app/controllers/ckeditor/pictures_controller.rb +1 -1
- data/app/helpers/ckeditor/base_helper.rb +1 -1
- data/app/views/ckeditor/_asset.html.erb +18 -13
- data/app/views/ckeditor/_swfupload.html.erb +22 -0
- data/app/views/ckeditor/attachments/index.html.erb +2 -40
- data/app/views/ckeditor/pictures/index.html.erb +1 -39
- data/app/views/layouts/ckeditor.html.erb +5 -2
- data/config/locales/en.ckeditor.yml +11 -0
- data/config/locales/ru.ckeditor.yml +11 -0
- data/config/locales/uk.ckeditor.yml +11 -0
- data/lib/ckeditor.rb +5 -1
- data/lib/ckeditor/engine.rb +5 -1
- data/lib/ckeditor/hooks/formtastic.rb +15 -0
- data/lib/ckeditor/hooks/simple_form.rb +28 -0
- data/lib/ckeditor/utils.rb +45 -16
- data/lib/ckeditor/version.rb +1 -1
- data/lib/generators/ckeditor/base/USAGE +3 -1
- data/lib/generators/ckeditor/base/base_generator.rb +28 -1
- data/lib/generators/ckeditor/base/templates/ckeditor/css/ckfinder.css +17 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/swfupload/fileprogress.js +114 -123
- data/lib/generators/ckeditor/base/templates/ckeditor/swfupload/handlers.js +11 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/swfupload/jquery-1.5.1.min.js +16 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/swfupload/rails.js +158 -0
- data/lib/generators/ckeditor/migration/templates/models/paperclip/asset.rb +2 -0
- metadata +17 -643
- data/lib/ckeditor/formtastic.rb +0 -12
- data/lib/generators/ckeditor/base/templates/ckeditor/CHANGES.html +0 -1063
- data/lib/generators/ckeditor/base/templates/ckeditor/INSTALL.html +0 -92
- data/lib/generators/ckeditor/base/templates/ckeditor/LICENSE.html +0 -1334
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/adobeair/application.xml +0 -32
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/adobeair/run.bat +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/adobeair/run.sh +0 -8
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/adobeair/sample.html +0 -45
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/ajax.html +0 -87
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/api.html +0 -174
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/api_dialog.html +0 -188
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/api_dialog/my_dialog.js +0 -28
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/asp/advanced.asp +0 -105
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/asp/events.asp +0 -136
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/asp/index.html +0 -103
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/asp/replace.asp +0 -72
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/asp/replaceall.asp +0 -77
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/asp/sample_posteddata.asp +0 -46
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/asp/standalone.asp +0 -72
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/assets/output_for_flash.fla +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/assets/output_for_flash.swf +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/assets/output_xhtml.css +0 -204
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/assets/swfobject.js +0 -18
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/autogrow.html +0 -75
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/divreplace.html +0 -137
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/enterkey.html +0 -88
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/fullpage.html +0 -62
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/index.html +0 -58
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/jqueryadapter.html +0 -73
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/output_for_flash.html +0 -257
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/output_html.html +0 -259
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/output_xhtml.html +0 -159
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/php/advanced.php +0 -93
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/php/events.php +0 -130
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/php/replace.php +0 -63
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/php/replaceall.php +0 -68
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/php/standalone.php +0 -64
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/placeholder.html +0 -62
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/replacebyclass.html +0 -49
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/replacebycode.html +0 -80
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/sample.css +0 -81
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/sample.js +0 -65
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/sample_posteddata.php +0 -59
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/sharedspaces.html +0 -131
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/skins.html +0 -83
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/ui_color.html +0 -87
- data/lib/generators/ckeditor/base/templates/ckeditor/_samples/ui_languages.html +0 -103
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/adapters/jquery.js +0 -300
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/_bootstrap.js +0 -96
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/ajax.js +0 -142
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/ckeditor.js +0 -133
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/ckeditor_base.js +0 -196
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/ckeditor_basic.js +0 -239
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/command.js +0 -209
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/commanddefinition.js +0 -129
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/config.js +0 -431
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dataprocessor.js +0 -65
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom.js +0 -20
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/comment.js +0 -32
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/document.js +0 -251
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/documentfragment.js +0 -49
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/domobject.js +0 -258
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/element.js +0 -1615
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/elementpath.js +0 -119
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/event.js +0 -142
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/node.js +0 -696
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/nodelist.js +0 -26
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/range.js +0 -1893
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/rangelist.js +0 -213
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/text.js +0 -123
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/walker.js +0 -444
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dom/window.js +0 -96
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/dtd.js +0 -238
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/editor.js +0 -943
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/editor_basic.js +0 -182
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/env.js +0 -272
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/event.js +0 -342
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/eventInfo.js +0 -120
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/focusmanager.js +0 -152
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/htmlparser.js +0 -224
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/htmlparser/basicwriter.js +0 -145
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/htmlparser/cdata.js +0 -43
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/htmlparser/comment.js +0 -60
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/htmlparser/element.js +0 -240
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/htmlparser/filter.js +0 -288
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/htmlparser/fragment.js +0 -504
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/htmlparser/text.js +0 -55
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/lang.js +0 -156
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/loader.js +0 -242
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/plugindefinition.js +0 -66
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/plugins.js +0 -85
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/resourcemanager.js +0 -238
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/scriptloader.js +0 -200
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/skins.js +0 -184
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/themes.js +0 -19
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/tools.js +0 -734
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/ui.js +0 -118
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/core/xml.js +0 -165
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/_languages.js +0 -83
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/_translationstatus.txt +0 -60
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/af.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/ar.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/bg.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/bn.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/bs.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/ca.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/cs.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/cy.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/da.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/de.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/el.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/en-au.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/en-ca.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/en-gb.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/en.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/eo.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/es.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/et.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/eu.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/fa.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/fi.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/fo.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/fr-ca.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/fr.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/gl.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/gu.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/he.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/hi.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/hr.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/hu.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/is.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/it.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/ja.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/km.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/ko.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/lt.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/lv.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/mn.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/ms.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/nb.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/nl.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/no.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/pl.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/pt-br.js +0 -751
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/pt.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/ro.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/ru.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/sk.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/sl.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/sr-latn.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/sr.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/sv.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/th.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/tr.js +0 -751
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/uk.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/vi.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/zh-cn.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/lang/zh.js +0 -752
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +0 -211
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/a11yhelp/lang/en.js +0 -108
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/a11yhelp/lang/he.js +0 -216
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/a11yhelp/plugin.js +0 -46
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/about/dialogs/about.js +0 -73
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/about/plugin.js +0 -23
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/adobeair/plugin.js +0 -228
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/ajax_save/plugin.js +0 -43
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/attachment/dialogs/attachment.js +0 -384
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/attachment/images/attachment.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/attachment/lang/en.js +0 -10
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/attachment/lang/ru.js +0 -10
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/attachment/lang/uk.js +0 -10
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/attachment/plugin.js +0 -44
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/autogrow/plugin.js +0 -86
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/basicstyles/plugin.js +0 -101
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/bidi/plugin.js +0 -265
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/blockquote/plugin.js +0 -301
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/button/plugin.js +0 -295
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/clipboard/dialogs/paste.js +0 -212
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/clipboard/plugin.js +0 -412
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/colorbutton/plugin.js +0 -291
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +0 -340
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/colordialog/plugin.js +0 -13
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/contextmenu/plugin.js +0 -177
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/dialog/dialogDefinition.js +0 -315
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/dialog/plugin.js +0 -3067
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/dialogadvtab/plugin.js +0 -213
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/dialogui/plugin.js +0 -1523
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/div/dialogs/div.js +0 -535
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/div/plugin.js +0 -121
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/domiterator/plugin.js +0 -356
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/editingblock/plugin.js +0 -229
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/elementspath/plugin.js +0 -201
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/embed/dialogs/embed.js +0 -65
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/embed/images/embed.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/embed/lang/en.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/embed/lang/ru.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/embed/lang/uk.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/embed/plugin.js +0 -43
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/enterkey/plugin.js +0 -381
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/entities/plugin.js +0 -226
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/fakeobjects/plugin.js +0 -126
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/filebrowser/plugin.js +0 -501
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/find/dialogs/find.js +0 -890
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/find/plugin.js +0 -46
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/flash/dialogs/flash.js +0 -698
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/flash/images/placeholder.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/flash/plugin.js +0 -168
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/floatpanel/plugin.js +0 -405
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/font/plugin.js +0 -234
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/format/plugin.js +0 -194
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/dialogs/button.js +0 -135
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/dialogs/checkbox.js +0 -153
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/dialogs/form.js +0 -177
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +0 -98
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/dialogs/radio.js +0 -135
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/dialogs/select.js +0 -556
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/dialogs/textarea.js +0 -114
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/dialogs/textfield.js +0 -199
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/forms/plugin.js +0 -284
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/horizontalrule/plugin.js +0 -36
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/htmldataprocessor/plugin.js +0 -543
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/htmlwriter/plugin.js +0 -319
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/iframe/dialogs/iframe.js +0 -257
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/iframe/plugin.js +0 -106
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/iframedialog/plugin.js +0 -136
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/image/dialogs/image.js +0 -1388
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/image/plugin.js +0 -81
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/indent/plugin.js +0 -468
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/justify/plugin.js +0 -239
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/keystrokes/plugin.js +0 -225
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/link/dialogs/anchor.js +0 -99
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/link/dialogs/link.js +0 -1426
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/link/images/anchor.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/link/plugin.js +0 -241
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/list/plugin.js +0 -723
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/listblock/plugin.js +0 -257
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +0 -204
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/liststyle/plugin.js +0 -66
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/maximize/plugin.js +0 -340
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/menu/plugin.js +0 -505
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/menubutton/plugin.js +0 -98
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/newpage/plugin.js +0 -53
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/pagebreak/plugin.js +0 -120
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/panel/plugin.js +0 -395
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/panelbutton/plugin.js +0 -146
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/pastefromword/filter/default.js +0 -1175
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/pastefromword/plugin.js +0 -122
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +0 -70
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/pastetext/plugin.js +0 -85
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +0 -78
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/placeholder/lang/en.js +0 -16
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/placeholder/plugin.js +0 -160
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/popup/plugin.js +0 -64
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/preview/plugin.js +0 -108
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/print/plugin.js +0 -41
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/removeformat/plugin.js +0 -184
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/resize/plugin.js +0 -157
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/richcombo/plugin.js +0 -371
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/save/plugin.js +0 -55
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/scayt/dialogs/options.js +0 -534
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +0 -71
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/scayt/plugin.js +0 -947
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/selection/plugin.js +0 -1375
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showblocks/plugin.js +0 -156
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/showborders/plugin.js +0 -203
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/dialogs/smiley.js +0 -223
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/angel_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/angry_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/broken_heart.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/confused_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/cry_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/devil_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/envelope.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/heart.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/kiss.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/lightbulb.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/omg_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/regular_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/sad_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/shades_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/images/wink_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/smiley/plugin.js +0 -94
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/sourcearea/plugin.js +0 -196
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +0 -347
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/specialchar/lang/en.js +0 -89
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/specialchar/plugin.js +0 -70
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/styles/plugin.js +0 -1564
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/styles/styles/default.js +0 -88
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/stylescombo/plugin.js +0 -206
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/tab/plugin.js +0 -367
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/table/dialogs/table.js +0 -672
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/table/plugin.js +0 -78
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/tableresize/plugin.js +0 -450
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +0 -525
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/tabletools/plugin.js +0 -1120
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/templates/dialogs/templates.js +0 -233
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/templates/plugin.js +0 -99
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/templates/templates/default.js +0 -94
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/templates/templates/images/template1.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/templates/templates/images/template2.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/templates/templates/images/template3.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/toolbar/plugin.js +0 -482
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +0 -205
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/lang/en.js +0 -15
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/lang/he.js +0 -15
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/plugin.js +0 -37
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/uicolor.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +0 -15
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/uicolor/yui/yui.js +0 -71
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/undo/plugin.js +0 -554
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +0 -49
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/wsc/dialogs/wsc.css +0 -82
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/wsc/dialogs/wsc.js +0 -191
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/wsc/plugin.js +0 -33
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/plugins/wysiwygarea/plugin.js +0 -1224
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/dialog.css +0 -915
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/editor.css +0 -25
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/elementspath.css +0 -73
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/icons.css +0 -361
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/icons.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/images/mini.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/images/noimage.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/images/sprites.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/mainui.css +0 -202
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/menu.css +0 -244
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/panel.css +0 -217
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/presets.css +0 -49
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/reset.css +0 -84
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/richcombo.css +0 -287
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/skin.js +0 -259
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/templates.css +0 -88
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/kama/toolbar.css +0 -448
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/dialog.css +0 -826
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/editor.css +0 -25
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/elementspath.css +0 -74
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/icons.css +0 -358
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/icons.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/mainui.css +0 -152
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/menu.css +0 -241
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/panel.css +0 -212
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/presets.css +0 -49
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/reset.css +0 -84
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/richcombo.css +0 -318
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/skin.js +0 -71
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/templates.css +0 -87
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/office2003/toolbar.css +0 -510
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/dialog.css +0 -842
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/editor.css +0 -25
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/elementspath.css +0 -74
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/icons.css +0 -358
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/icons.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/images/mini.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/images/noimage.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/images/sprites.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/mainui.css +0 -161
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/menu.css +0 -244
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/panel.css +0 -212
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/presets.css +0 -50
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/reset.css +0 -84
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/richcombo.css +0 -317
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/skin.js +0 -67
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/templates.css +0 -87
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/skins/v2/toolbar.css +0 -453
- data/lib/generators/ckeditor/base/templates/ckeditor/_source/themes/default/theme.js +0 -368
- data/lib/generators/ckeditor/base/templates/ckeditor/adapters/jquery.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/ckeditor.js +0 -139
- data/lib/generators/ckeditor/base/templates/ckeditor/ckeditor.pack +0 -211
- data/lib/generators/ckeditor/base/templates/ckeditor/ckeditor_basic.js +0 -8
- data/lib/generators/ckeditor/base/templates/ckeditor/ckeditor_basic_source.js +0 -20
- data/lib/generators/ckeditor/base/templates/ckeditor/ckeditor_source.js +0 -25
- data/lib/generators/ckeditor/base/templates/ckeditor/contents.css +0 -39
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/_languages.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/_translationstatus.txt +0 -60
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/af.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/ar.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/bg.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/bn.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/bs.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/ca.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/cs.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/cy.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/da.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/de.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/el.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/en-au.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/en-ca.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/en-gb.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/en.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/eo.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/es.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/et.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/eu.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/fa.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/fi.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/fo.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/fr-ca.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/fr.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/gl.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/gu.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/he.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/hi.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/hr.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/hu.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/is.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/it.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/ja.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/km.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/ko.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/lt.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/lv.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/mn.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/ms.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/nb.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/nl.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/no.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/pl.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/pt-br.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/pt.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/ro.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/ru.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/sk.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/sl.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/sr-latn.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/sr.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/sv.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/th.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/tr.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/uk.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/vi.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/zh-cn.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/lang/zh.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/a11yhelp/lang/en.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/a11yhelp/lang/he.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/about/dialogs/about.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/adobeair/plugin.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/ajax_save/plugin.js +0 -1
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/attachment/dialogs/attachment.js +0 -1
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/attachment/images/attachment.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/attachment/lang/en.js +0 -10
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/attachment/lang/ru.js +0 -10
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/attachment/lang/uk.js +0 -10
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/attachment/plugin.js +0 -1
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/autogrow/plugin.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/clipboard/dialogs/paste.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/dialog/dialogDefinition.js +0 -4
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/div/dialogs/div.js +0 -8
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/embed/dialogs/embed.js +0 -1
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/embed/images/embed.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/embed/lang/en.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/embed/lang/ru.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/embed/lang/uk.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/embed/plugin.js +0 -1
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/find/dialogs/find.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/flash/dialogs/flash.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/forms/dialogs/button.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/forms/dialogs/checkbox.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/forms/dialogs/form.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/forms/dialogs/radio.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/forms/dialogs/select.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/forms/dialogs/textarea.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/forms/dialogs/textfield.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/iframe/dialogs/iframe.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/iframedialog/plugin.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/image/dialogs/image.js +0 -13
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/link/dialogs/anchor.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/link/dialogs/link.js +0 -11
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/pastefromword/filter/default.js +0 -10
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/placeholder/dialogs/placeholder.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/placeholder/lang/en.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/placeholder/placeholder.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/placeholder/plugin.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/scayt/dialogs/options.js +0 -8
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/dialogs/smiley.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/specialchar/lang/en.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/styles/styles/default.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/table/dialogs/table.js +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/tableresize/plugin.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -8
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/templates/dialogs/templates.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/templates/templates/default.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/lang/en.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/lang/he.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/plugin.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/uicolor/yui/yui.js +0 -76
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/wsc/dialogs/wsc.css +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/plugins/wsc/dialogs/wsc.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/dialog.css +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/editor.css +0 -13
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/icons.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/images/mini.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/images/noimage.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/images/sprites.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/skin.js +0 -7
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/kama/templates.css +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/dialog.css +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/editor.css +0 -14
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/icons.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/skin.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/office2003/templates.css +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/dialog.css +0 -9
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/editor.css +0 -13
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/icons.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/images/mini.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/images/noimage.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/images/sprites.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/skin.js +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/skins/v2/templates.css +0 -6
- data/lib/generators/ckeditor/base/templates/ckeditor/swfupload/mootools-1.2.3-core-yc.js +0 -356
- data/lib/generators/ckeditor/base/templates/ckeditor/themes/default/theme.js +0 -8
@@ -1,118 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
|
3
|
-
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
-
*/
|
5
|
-
|
6
|
-
/**
|
7
|
-
* Contains UI features related to an editor instance.
|
8
|
-
* @constructor
|
9
|
-
* @param {CKEDITOR.editor} editor The editor instance.
|
10
|
-
* @example
|
11
|
-
*/
|
12
|
-
CKEDITOR.ui = function( editor )
|
13
|
-
{
|
14
|
-
if ( editor.ui )
|
15
|
-
return editor.ui;
|
16
|
-
|
17
|
-
/**
|
18
|
-
* Object used to hold private stuff.
|
19
|
-
* @private
|
20
|
-
*/
|
21
|
-
this._ =
|
22
|
-
{
|
23
|
-
handlers : {},
|
24
|
-
items : {},
|
25
|
-
editor : editor
|
26
|
-
};
|
27
|
-
|
28
|
-
return this;
|
29
|
-
};
|
30
|
-
|
31
|
-
// PACKAGER_RENAME( CKEDITOR.ui )
|
32
|
-
|
33
|
-
CKEDITOR.ui.prototype =
|
34
|
-
{
|
35
|
-
/**
|
36
|
-
* Adds a UI item to the items collection. These items can be later used in
|
37
|
-
* the interface.
|
38
|
-
* @param {String} name The UI item name.
|
39
|
-
* @param {Object} type The item type.
|
40
|
-
* @param {Object} definition The item definition. The properties of this
|
41
|
-
* object depend on the item type.
|
42
|
-
* @example
|
43
|
-
* // Add a new button named "MyBold".
|
44
|
-
* editorInstance.ui.add( 'MyBold', CKEDITOR.UI_BUTTON,
|
45
|
-
* {
|
46
|
-
* label : 'My Bold',
|
47
|
-
* command : 'bold'
|
48
|
-
* });
|
49
|
-
*/
|
50
|
-
add : function( name, type, definition )
|
51
|
-
{
|
52
|
-
this._.items[ name ] =
|
53
|
-
{
|
54
|
-
type : type,
|
55
|
-
// The name of {@link CKEDITOR.command} which associate with this UI.
|
56
|
-
command : definition.command || null,
|
57
|
-
args : Array.prototype.slice.call( arguments, 2 )
|
58
|
-
};
|
59
|
-
},
|
60
|
-
|
61
|
-
/**
|
62
|
-
* Gets a UI object.
|
63
|
-
* @param {String} name The UI item hame.
|
64
|
-
* @example
|
65
|
-
*/
|
66
|
-
create : function( name )
|
67
|
-
{
|
68
|
-
var item = this._.items[ name ],
|
69
|
-
handler = item && this._.handlers[ item.type ],
|
70
|
-
command = item && item.command && this._.editor.getCommand( item.command );
|
71
|
-
|
72
|
-
var result = handler && handler.create.apply( this, item.args );
|
73
|
-
|
74
|
-
// Add reference inside command object.
|
75
|
-
if ( command )
|
76
|
-
command.uiItems.push( result );
|
77
|
-
|
78
|
-
return result;
|
79
|
-
},
|
80
|
-
|
81
|
-
/**
|
82
|
-
* Adds a handler for a UI item type. The handler is responsible for
|
83
|
-
* transforming UI item definitions in UI objects.
|
84
|
-
* @param {Object} type The item type.
|
85
|
-
* @param {Object} handler The handler definition.
|
86
|
-
* @example
|
87
|
-
*/
|
88
|
-
addHandler : function( type, handler )
|
89
|
-
{
|
90
|
-
this._.handlers[ type ] = handler;
|
91
|
-
}
|
92
|
-
};
|
93
|
-
|
94
|
-
CKEDITOR.event.implementOn( CKEDITOR.ui );
|
95
|
-
|
96
|
-
/**
|
97
|
-
* (Virtual Class) Do not call this constructor. This class is not really part
|
98
|
-
* of the API. It just illustrates the features of hanlder objects to be
|
99
|
-
* passed to the {@link CKEDITOR.ui.prototype.addHandler} function.
|
100
|
-
* @name CKEDITOR.ui.handlerDefinition
|
101
|
-
* @constructor
|
102
|
-
* @example
|
103
|
-
*/
|
104
|
-
|
105
|
-
/**
|
106
|
-
* Transforms an item definition into an UI item object.
|
107
|
-
* @name CKEDITOR.handlerDefinition.prototype.create
|
108
|
-
* @function
|
109
|
-
* @param {Object} definition The item definition.
|
110
|
-
* @example
|
111
|
-
* editorInstance.ui.addHandler( CKEDITOR.UI_BUTTON,
|
112
|
-
* {
|
113
|
-
* create : function( definition )
|
114
|
-
* {
|
115
|
-
* return new CKEDITOR.ui.button( definition );
|
116
|
-
* }
|
117
|
-
* });
|
118
|
-
*/
|
@@ -1,165 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
|
3
|
-
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
-
*/
|
5
|
-
|
6
|
-
/**
|
7
|
-
* @fileOverview Defines the {@link CKEDITOR.xml} class, which represents a
|
8
|
-
* loaded XML document.
|
9
|
-
*/
|
10
|
-
|
11
|
-
/**
|
12
|
-
* Represents a loaded XML document.
|
13
|
-
* @constructor
|
14
|
-
* @param {object|string} xmlObjectOrData A native XML (DOM document) object or
|
15
|
-
* a string containing the XML definition to be loaded.
|
16
|
-
* @example
|
17
|
-
* var xml = <b>new CKEDITOR.xml( '<books><book title="My Book" /></books>' )</b>;
|
18
|
-
*/
|
19
|
-
CKEDITOR.xml = function( xmlObjectOrData )
|
20
|
-
{
|
21
|
-
var baseXml = null;
|
22
|
-
|
23
|
-
if ( typeof xmlObjectOrData == 'object' )
|
24
|
-
baseXml = xmlObjectOrData;
|
25
|
-
else
|
26
|
-
{
|
27
|
-
var data = ( xmlObjectOrData || '' ).replace( / /g, '\xA0' );
|
28
|
-
if ( window.DOMParser )
|
29
|
-
baseXml = (new DOMParser()).parseFromString( data, 'text/xml' );
|
30
|
-
else if ( window.ActiveXObject )
|
31
|
-
{
|
32
|
-
try { baseXml = new ActiveXObject( 'MSXML2.DOMDocument' ); }
|
33
|
-
catch(e)
|
34
|
-
{
|
35
|
-
try { baseXml = new ActiveXObject( 'Microsoft.XmlDom' ); } catch(e) {}
|
36
|
-
}
|
37
|
-
|
38
|
-
if ( baseXml )
|
39
|
-
{
|
40
|
-
baseXml.async = false;
|
41
|
-
baseXml.resolveExternals = false;
|
42
|
-
baseXml.validateOnParse = false;
|
43
|
-
baseXml.loadXML( data );
|
44
|
-
}
|
45
|
-
}
|
46
|
-
}
|
47
|
-
|
48
|
-
/**
|
49
|
-
* The native XML (DOM document) used by the class instance.
|
50
|
-
* @type object
|
51
|
-
* @example
|
52
|
-
*/
|
53
|
-
this.baseXml = baseXml;
|
54
|
-
};
|
55
|
-
|
56
|
-
CKEDITOR.xml.prototype =
|
57
|
-
{
|
58
|
-
/**
|
59
|
-
* Get a single node from the XML document, based on a XPath query.
|
60
|
-
* @param {String} xpath The XPath query to execute.
|
61
|
-
* @param {Object} [contextNode] The XML DOM node to be used as the context
|
62
|
-
* for the XPath query. The document root is used by default.
|
63
|
-
* @returns {Object} A XML node element or null if the query has no results.
|
64
|
-
* @example
|
65
|
-
* // Create the XML instance.
|
66
|
-
* var xml = new CKEDITOR.xml( '<list><item id="test1" /><item id="test2" /></list>' );
|
67
|
-
* // Get the first <item> node.
|
68
|
-
* var itemNode = <b>xml.selectSingleNode( 'list/item' )</b>;
|
69
|
-
* // Alert "item".
|
70
|
-
* alert( itemNode.nodeName );
|
71
|
-
*/
|
72
|
-
selectSingleNode : function( xpath, contextNode )
|
73
|
-
{
|
74
|
-
var baseXml = this.baseXml;
|
75
|
-
|
76
|
-
if ( contextNode || ( contextNode = baseXml ) )
|
77
|
-
{
|
78
|
-
if ( CKEDITOR.env.ie || contextNode.selectSingleNode ) // IE
|
79
|
-
return contextNode.selectSingleNode( xpath );
|
80
|
-
else if ( baseXml.evaluate ) // Others
|
81
|
-
{
|
82
|
-
var result = baseXml.evaluate( xpath, contextNode, null, 9, null);
|
83
|
-
return ( result && result.singleNodeValue ) || null;
|
84
|
-
}
|
85
|
-
}
|
86
|
-
|
87
|
-
return null;
|
88
|
-
},
|
89
|
-
|
90
|
-
/**
|
91
|
-
* Gets a list node from the XML document, based on a XPath query.
|
92
|
-
* @param {String} xpath The XPath query to execute.
|
93
|
-
* @param {Object} [contextNode] The XML DOM node to be used as the context
|
94
|
-
* for the XPath query. The document root is used by default.
|
95
|
-
* @returns {ArrayLike} An array containing all matched nodes. The array will
|
96
|
-
* be empty if the query has no results.
|
97
|
-
* @example
|
98
|
-
* // Create the XML instance.
|
99
|
-
* var xml = new CKEDITOR.xml( '<list><item id="test1" /><item id="test2" /></list>' );
|
100
|
-
* // Get the first <item> node.
|
101
|
-
* var itemNodes = xml.selectSingleNode( 'list/item' );
|
102
|
-
* // Alert "item" twice, one for each <item>.
|
103
|
-
* for ( var i = 0 ; i < itemNodes.length ; i++ )
|
104
|
-
* alert( itemNodes[i].nodeName );
|
105
|
-
*/
|
106
|
-
selectNodes : function( xpath, contextNode )
|
107
|
-
{
|
108
|
-
var baseXml = this.baseXml,
|
109
|
-
nodes = [];
|
110
|
-
|
111
|
-
if ( contextNode || ( contextNode = baseXml ) )
|
112
|
-
{
|
113
|
-
if ( CKEDITOR.env.ie || contextNode.selectNodes ) // IE
|
114
|
-
return contextNode.selectNodes( xpath );
|
115
|
-
else if ( baseXml.evaluate ) // Others
|
116
|
-
{
|
117
|
-
var result = baseXml.evaluate( xpath, contextNode, null, 5, null);
|
118
|
-
|
119
|
-
if ( result )
|
120
|
-
{
|
121
|
-
var node;
|
122
|
-
while ( ( node = result.iterateNext() ) )
|
123
|
-
nodes.push( node );
|
124
|
-
}
|
125
|
-
}
|
126
|
-
}
|
127
|
-
|
128
|
-
return nodes;
|
129
|
-
},
|
130
|
-
|
131
|
-
/**
|
132
|
-
* Gets the string representation of hte inner contents of a XML node,
|
133
|
-
* based on a XPath query.
|
134
|
-
* @param {String} xpath The XPath query to execute.
|
135
|
-
* @param {Object} [contextNode] The XML DOM node to be used as the context
|
136
|
-
* for the XPath query. The document root is used by default.
|
137
|
-
* @returns {String} The textual representation of the inner contents of
|
138
|
-
* the node or null if the query has no results.
|
139
|
-
* @example
|
140
|
-
* // Create the XML instance.
|
141
|
-
* var xml = new CKEDITOR.xml( '<list><item id="test1" /><item id="test2" /></list>' );
|
142
|
-
* // Alert "<item id="test1" /><item id="test2" />".
|
143
|
-
* alert( xml.getInnerXml( 'list' ) );
|
144
|
-
*/
|
145
|
-
getInnerXml : function( xpath, contextNode )
|
146
|
-
{
|
147
|
-
var node = this.selectSingleNode( xpath, contextNode ),
|
148
|
-
xml = [];
|
149
|
-
if ( node )
|
150
|
-
{
|
151
|
-
node = node.firstChild;
|
152
|
-
while ( node )
|
153
|
-
{
|
154
|
-
if ( node.xml ) // IE
|
155
|
-
xml.push( node.xml );
|
156
|
-
else if ( window.XMLSerializer ) // Others
|
157
|
-
xml.push( ( new XMLSerializer() ).serializeToString( node ) );
|
158
|
-
|
159
|
-
node = node.nextSibling;
|
160
|
-
}
|
161
|
-
}
|
162
|
-
|
163
|
-
return xml.length ? xml.join( '' ) : null;
|
164
|
-
}
|
165
|
-
};
|
@@ -1,83 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
|
3
|
-
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
-
*/
|
5
|
-
|
6
|
-
var CKEDITOR_LANGS = (function()
|
7
|
-
{
|
8
|
-
var langs =
|
9
|
-
{
|
10
|
-
af : 'Afrikaans',
|
11
|
-
ar : 'Arabic',
|
12
|
-
bg : 'Bulgarian',
|
13
|
-
bn : 'Bengali/Bangla',
|
14
|
-
bs : 'Bosnian',
|
15
|
-
ca : 'Catalan',
|
16
|
-
cs : 'Czech',
|
17
|
-
cy : 'Welsh',
|
18
|
-
da : 'Danish',
|
19
|
-
de : 'German',
|
20
|
-
el : 'Greek',
|
21
|
-
en : 'English',
|
22
|
-
'en-au' : 'English (Australia)',
|
23
|
-
'en-ca' : 'English (Canadian)',
|
24
|
-
'en-gb' : 'English (United Kingdom)',
|
25
|
-
eo : 'Esperanto',
|
26
|
-
es : 'Spanish',
|
27
|
-
et : 'Estonian',
|
28
|
-
eu : 'Basque',
|
29
|
-
fa : 'Persian',
|
30
|
-
fi : 'Finnish',
|
31
|
-
fo : 'Faroese',
|
32
|
-
fr : 'French',
|
33
|
-
'fr-ca' : 'French (Canada)',
|
34
|
-
gl : 'Galician',
|
35
|
-
gu : 'Gujarati',
|
36
|
-
he : 'Hebrew',
|
37
|
-
hi : 'Hindi',
|
38
|
-
hr : 'Croatian',
|
39
|
-
hu : 'Hungarian',
|
40
|
-
is : 'Icelandic',
|
41
|
-
it : 'Italian',
|
42
|
-
ja : 'Japanese',
|
43
|
-
km : 'Khmer',
|
44
|
-
ko : 'Korean',
|
45
|
-
lt : 'Lithuanian',
|
46
|
-
lv : 'Latvian',
|
47
|
-
mn : 'Mongolian',
|
48
|
-
ms : 'Malay',
|
49
|
-
nb : 'Norwegian Bokmal',
|
50
|
-
nl : 'Dutch',
|
51
|
-
no : 'Norwegian',
|
52
|
-
pl : 'Polish',
|
53
|
-
pt : 'Portuguese (Portugal)',
|
54
|
-
'pt-br' : 'Portuguese (Brazil)',
|
55
|
-
ro : 'Romanian',
|
56
|
-
ru : 'Russian',
|
57
|
-
sk : 'Slovak',
|
58
|
-
sl : 'Slovenian',
|
59
|
-
sr : 'Serbian (Cyrillic)',
|
60
|
-
'sr-latn' : 'Serbian (Latin)',
|
61
|
-
sv : 'Swedish',
|
62
|
-
th : 'Thai',
|
63
|
-
tr : 'Turkish',
|
64
|
-
uk : 'Ukrainian',
|
65
|
-
vi : 'Vietnamese',
|
66
|
-
zh : 'Chinese Traditional',
|
67
|
-
'zh-cn' : 'Chinese Simplified'
|
68
|
-
};
|
69
|
-
|
70
|
-
var langsArray = [];
|
71
|
-
|
72
|
-
for ( var code in langs )
|
73
|
-
{
|
74
|
-
langsArray.push( { code : code, name : langs[ code ] } );
|
75
|
-
}
|
76
|
-
|
77
|
-
langsArray.sort( function( a, b )
|
78
|
-
{
|
79
|
-
return ( a.name < b.name ) ? -1 : 1;
|
80
|
-
});
|
81
|
-
|
82
|
-
return langsArray;
|
83
|
-
})();
|
@@ -1,60 +0,0 @@
|
|
1
|
-
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
|
2
|
-
For licensing, see LICENSE.html or http://ckeditor.com/license
|
3
|
-
|
4
|
-
af.js Found: 275 Missing: 246
|
5
|
-
ar.js Found: 435 Missing: 86
|
6
|
-
bg.js Found: 268 Missing: 253
|
7
|
-
bn.js Found: 269 Missing: 252
|
8
|
-
bs.js Found: 175 Missing: 346
|
9
|
-
ca.js Found: 469 Missing: 52
|
10
|
-
cs.js Found: 395 Missing: 126
|
11
|
-
cy.js Found: 435 Missing: 86
|
12
|
-
da.js Found: 388 Missing: 133
|
13
|
-
de.js Found: 510 Missing: 11
|
14
|
-
el.js Found: 274 Missing: 247
|
15
|
-
en-au.js Found: 345 Missing: 176
|
16
|
-
en-ca.js Found: 345 Missing: 176
|
17
|
-
en-gb.js Found: 346 Missing: 175
|
18
|
-
eo.js Found: 247 Missing: 274
|
19
|
-
es.js Found: 513 Missing: 8
|
20
|
-
et.js Found: 289 Missing: 232
|
21
|
-
eu.js Found: 387 Missing: 134
|
22
|
-
fa.js Found: 290 Missing: 231
|
23
|
-
fi.js Found: 513 Missing: 8
|
24
|
-
fo.js Found: 402 Missing: 119
|
25
|
-
fr-ca.js Found: 289 Missing: 232
|
26
|
-
fr.js Found: 387 Missing: 134
|
27
|
-
gl.js Found: 271 Missing: 250
|
28
|
-
gu.js Found: 288 Missing: 233
|
29
|
-
he.js Found: 521 Missing: 0
|
30
|
-
hi.js Found: 290 Missing: 231
|
31
|
-
hr.js Found: 388 Missing: 133
|
32
|
-
hu.js Found: 512 Missing: 9
|
33
|
-
is.js Found: 295 Missing: 226
|
34
|
-
it.js Found: 388 Missing: 133
|
35
|
-
ja.js Found: 471 Missing: 50
|
36
|
-
km.js Found: 263 Missing: 258
|
37
|
-
ko.js Found: 281 Missing: 240
|
38
|
-
lt.js Found: 294 Missing: 227
|
39
|
-
lv.js Found: 271 Missing: 250
|
40
|
-
mn.js Found: 288 Missing: 233
|
41
|
-
ms.js Found: 253 Missing: 268
|
42
|
-
nb.js Found: 452 Missing: 69
|
43
|
-
nl.js Found: 513 Missing: 8
|
44
|
-
no.js Found: 452 Missing: 69
|
45
|
-
pl.js Found: 395 Missing: 126
|
46
|
-
pt-br.js Found: 506 Missing: 15
|
47
|
-
pt.js Found: 270 Missing: 251
|
48
|
-
ro.js Found: 289 Missing: 232
|
49
|
-
ru.js Found: 451 Missing: 70
|
50
|
-
sk.js Found: 290 Missing: 231
|
51
|
-
sl.js Found: 394 Missing: 127
|
52
|
-
sr-latn.js Found: 264 Missing: 257
|
53
|
-
sr.js Found: 263 Missing: 258
|
54
|
-
sv.js Found: 287 Missing: 234
|
55
|
-
th.js Found: 275 Missing: 246
|
56
|
-
tr.js Found: 506 Missing: 15
|
57
|
-
uk.js Found: 513 Missing: 8
|
58
|
-
vi.js Found: 463 Missing: 58
|
59
|
-
zh-cn.js Found: 518 Missing: 3
|
60
|
-
zh.js Found: 388 Missing: 133
|
@@ -1,752 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
|
3
|
-
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
-
*/
|
5
|
-
|
6
|
-
/**
|
7
|
-
* @fileOverview Defines the {@link CKEDITOR.lang} object, for the
|
8
|
-
* Afrikaans language.
|
9
|
-
*/
|
10
|
-
|
11
|
-
/**#@+
|
12
|
-
@type String
|
13
|
-
@example
|
14
|
-
*/
|
15
|
-
|
16
|
-
/**
|
17
|
-
* Constains the dictionary of language entries.
|
18
|
-
* @namespace
|
19
|
-
*/
|
20
|
-
CKEDITOR.lang['af'] =
|
21
|
-
{
|
22
|
-
/**
|
23
|
-
* The language reading direction. Possible values are "rtl" for
|
24
|
-
* Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
|
25
|
-
* languages (like English).
|
26
|
-
* @default 'ltr'
|
27
|
-
*/
|
28
|
-
dir : 'ltr',
|
29
|
-
|
30
|
-
/*
|
31
|
-
* Screenreader titles. Please note that screenreaders are not always capable
|
32
|
-
* of reading non-English words. So be careful while translating it.
|
33
|
-
*/
|
34
|
-
editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
|
35
|
-
|
36
|
-
// ARIA descriptions.
|
37
|
-
toolbar : 'Toolbar', // MISSING
|
38
|
-
editor : 'Rich Text Editor', // MISSING
|
39
|
-
|
40
|
-
// Toolbar buttons without dialogs.
|
41
|
-
source : 'Source',
|
42
|
-
newPage : 'Nuwe Bladsy',
|
43
|
-
save : 'Bewaar',
|
44
|
-
preview : 'Voorskou',
|
45
|
-
cut : 'Uitsny ',
|
46
|
-
copy : 'Kopieer',
|
47
|
-
paste : 'Byvoeg',
|
48
|
-
print : 'Druk',
|
49
|
-
underline : 'Onderstreep',
|
50
|
-
bold : 'Vet',
|
51
|
-
italic : 'Skuins',
|
52
|
-
selectAll : 'Selekteer alles',
|
53
|
-
removeFormat : 'Formaat verweider',
|
54
|
-
strike : 'Gestreik',
|
55
|
-
subscript : 'Subscript',
|
56
|
-
superscript : 'Superscript',
|
57
|
-
horizontalrule : 'Horisontale lyn byvoeg',
|
58
|
-
pagebreak : 'Bladsy breek byvoeg',
|
59
|
-
pagebreakAlt : 'Page Break', // MISSING
|
60
|
-
unlink : 'Skakel verweider',
|
61
|
-
undo : 'Ont-skep',
|
62
|
-
redo : 'Her-skep',
|
63
|
-
|
64
|
-
// Common messages and labels.
|
65
|
-
common :
|
66
|
-
{
|
67
|
-
browseServer : 'Server deurblaai',
|
68
|
-
url : 'URL',
|
69
|
-
protocol : 'Protokol',
|
70
|
-
upload : 'Oplaai',
|
71
|
-
uploadSubmit : 'Stuur dit na die Server',
|
72
|
-
image : 'Beeld',
|
73
|
-
flash : 'Flash',
|
74
|
-
form : 'Form',
|
75
|
-
checkbox : 'HakBox',
|
76
|
-
radio : 'PuntBox',
|
77
|
-
textField : 'Byvoegbare karakter strook',
|
78
|
-
textarea : 'Byvoegbare karakter area',
|
79
|
-
hiddenField : 'Blinde strook',
|
80
|
-
button : 'Knop',
|
81
|
-
select : 'Opklapbare keuse strook',
|
82
|
-
imageButton : 'Beeld knop',
|
83
|
-
notSet : '<geen instelling>',
|
84
|
-
id : 'Id',
|
85
|
-
name : 'Naam',
|
86
|
-
langDir : 'Taal rigting',
|
87
|
-
langDirLtr : 'Links na regs (LTR)',
|
88
|
-
langDirRtl : 'Regs na links (RTL)',
|
89
|
-
langCode : 'Taal kode',
|
90
|
-
longDescr : 'Lang beskreiwing URL',
|
91
|
-
cssClass : 'Skakel Tiepe',
|
92
|
-
advisoryTitle : 'Voorbeveelings Titel',
|
93
|
-
cssStyle : 'Styl',
|
94
|
-
ok : 'OK',
|
95
|
-
cancel : 'Kanseleer',
|
96
|
-
close : 'Close', // MISSING
|
97
|
-
preview : 'Preview', // MISSING
|
98
|
-
generalTab : 'General', // MISSING
|
99
|
-
advancedTab : 'Ingewikkeld',
|
100
|
-
validateNumberFailed : 'This value is not a number.', // MISSING
|
101
|
-
confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
|
102
|
-
confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
|
103
|
-
options : 'Options', // MISSING
|
104
|
-
target : 'Target', // MISSING
|
105
|
-
targetNew : 'New Window (_blank)', // MISSING
|
106
|
-
targetTop : 'Topmost Window (_top)', // MISSING
|
107
|
-
targetSelf : 'Same Window (_self)', // MISSING
|
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 : 'Weidte',
|
114
|
-
height : 'Hoogde',
|
115
|
-
align : 'Paradeer',
|
116
|
-
alignLeft : 'Links',
|
117
|
-
alignRight : 'Regs',
|
118
|
-
alignCenter : 'Middel',
|
119
|
-
alignTop : 'Bo',
|
120
|
-
alignMiddle : 'Middel',
|
121
|
-
alignBottom : 'Onder',
|
122
|
-
invalidHeight : 'Height must be a number.', // MISSING
|
123
|
-
invalidWidth : 'Width must be a number.', // MISSING
|
124
|
-
|
125
|
-
// Put the voice-only part of the label in the span.
|
126
|
-
unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
|
127
|
-
},
|
128
|
-
|
129
|
-
contextmenu :
|
130
|
-
{
|
131
|
-
options : 'Context Menu Options' // MISSING
|
132
|
-
},
|
133
|
-
|
134
|
-
// Special char dialog.
|
135
|
-
specialChar :
|
136
|
-
{
|
137
|
-
toolbar : 'Spesiaale Karakter byvoeg',
|
138
|
-
title : 'Kies spesiale karakter',
|
139
|
-
options : 'Special Character Options' // MISSING
|
140
|
-
},
|
141
|
-
|
142
|
-
// Link dialog.
|
143
|
-
link :
|
144
|
-
{
|
145
|
-
toolbar : 'Skakel byvoeg/verander',
|
146
|
-
other : '<ander>',
|
147
|
-
menu : 'Verander skakel',
|
148
|
-
title : 'Skakel',
|
149
|
-
info : 'Skakel informasie',
|
150
|
-
target : 'Mikpunt',
|
151
|
-
upload : 'Oplaai',
|
152
|
-
advanced : 'Ingewikkeld',
|
153
|
-
type : 'Skakel soort',
|
154
|
-
toUrl : 'URL', // MISSING
|
155
|
-
toAnchor : 'Skakel na plekhouers in text',
|
156
|
-
toEmail : 'E-Mail',
|
157
|
-
targetFrame : '<raam>',
|
158
|
-
targetPopup : '<popup venster>',
|
159
|
-
targetFrameName : 'Mikpunt Venster Naam',
|
160
|
-
targetPopupName : 'Popup Venster Naam',
|
161
|
-
popupFeatures : 'Popup Venster Geaartheid',
|
162
|
-
popupResizable : 'Resizable', // MISSING
|
163
|
-
popupStatusBar : 'Status Balk',
|
164
|
-
popupLocationBar: 'Adres Balk',
|
165
|
-
popupToolbar : 'Gereedskap Balk',
|
166
|
-
popupMenuBar : 'Menu Balk',
|
167
|
-
popupFullScreen : 'Voll Skerm (IE)',
|
168
|
-
popupScrollBars : 'Gleibalkstuk',
|
169
|
-
popupDependent : 'Afhanklik (Netscape)',
|
170
|
-
popupLeft : 'Links Posisie',
|
171
|
-
popupTop : 'Bo Posisie',
|
172
|
-
id : 'Id', // MISSING
|
173
|
-
langDir : 'Taal rigting',
|
174
|
-
langDirLTR : 'Links na regs (LTR)',
|
175
|
-
langDirRTL : 'Regs na links (RTL)',
|
176
|
-
acccessKey : 'Toegang sleutel',
|
177
|
-
name : 'Naam',
|
178
|
-
langCode : 'Taal rigting',
|
179
|
-
tabIndex : 'Tab Index',
|
180
|
-
advisoryTitle : 'Voorbeveelings Titel',
|
181
|
-
advisoryContentType : 'Voorbeveelings inhoud soort',
|
182
|
-
cssClasses : 'Skakel Tiepe',
|
183
|
-
charset : 'Geskakelde voorbeeld karakterstel',
|
184
|
-
styles : 'Styl',
|
185
|
-
selectAnchor : 'Kies \'n plekhouer',
|
186
|
-
anchorName : 'Volgens plekhouer naam',
|
187
|
-
anchorId : 'Volgens element Id',
|
188
|
-
emailAddress : 'E-Mail Adres',
|
189
|
-
emailSubject : 'Boodskap Opskrif',
|
190
|
-
emailBody : 'Boodskap Inhoud',
|
191
|
-
noAnchors : '(Geen plekhouers beskikbaar in dokument}',
|
192
|
-
noUrl : 'Voeg asseblief die URL in',
|
193
|
-
noEmail : 'Voeg asseblief die e-mail adres in'
|
194
|
-
},
|
195
|
-
|
196
|
-
// Anchor dialog
|
197
|
-
anchor :
|
198
|
-
{
|
199
|
-
toolbar : 'Plekhouer byvoeg/verander',
|
200
|
-
menu : 'Plekhouer eienskappe',
|
201
|
-
title : 'Plekhouer eienskappe',
|
202
|
-
name : 'Plekhouer Naam',
|
203
|
-
errorName : 'Voltooi die plekhouer naam asseblief'
|
204
|
-
},
|
205
|
-
|
206
|
-
// List style dialog
|
207
|
-
list:
|
208
|
-
{
|
209
|
-
numberedTitle : 'Numbered List Properties', // MISSING
|
210
|
-
bulletedTitle : 'Bulleted List Properties', // MISSING
|
211
|
-
type : 'Type', // MISSING
|
212
|
-
start : 'Start', // MISSING
|
213
|
-
validateStartNumber :'List start number must be a whole number.', // MISSING
|
214
|
-
circle : 'Circle', // MISSING
|
215
|
-
disc : 'Disc', // MISSING
|
216
|
-
square : 'Square', // MISSING
|
217
|
-
none : 'None', // MISSING
|
218
|
-
notset : '<not set>', // MISSING
|
219
|
-
armenian : 'Armenian numbering', // MISSING
|
220
|
-
georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
|
221
|
-
lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
|
222
|
-
upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
|
223
|
-
lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
|
224
|
-
upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
|
225
|
-
lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
|
226
|
-
decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
|
227
|
-
decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
|
228
|
-
},
|
229
|
-
|
230
|
-
// Find And Replace Dialog
|
231
|
-
findAndReplace :
|
232
|
-
{
|
233
|
-
title : 'Find and Replace', // MISSING
|
234
|
-
find : 'Vind',
|
235
|
-
replace : 'Vervang',
|
236
|
-
findWhat : 'Soek wat:',
|
237
|
-
replaceWith : 'Vervang met:',
|
238
|
-
notFoundMsg : 'Die gespesifiseerde karakters word nie gevind nie.',
|
239
|
-
matchCase : 'Vergelyk karakter skryfweise',
|
240
|
-
matchWord : 'Vergelyk komplete woord',
|
241
|
-
matchCyclic : 'Match cyclic', // MISSING
|
242
|
-
replaceAll : 'Vervang alles',
|
243
|
-
replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
|
244
|
-
},
|
245
|
-
|
246
|
-
// Table Dialog
|
247
|
-
table :
|
248
|
-
{
|
249
|
-
toolbar : 'Tabel',
|
250
|
-
title : 'Tabel eienskappe',
|
251
|
-
menu : 'Tabel eienskappe',
|
252
|
-
deleteTable : 'Tabel verweider',
|
253
|
-
rows : 'Reie',
|
254
|
-
columns : 'Kolome',
|
255
|
-
border : 'Kant groote',
|
256
|
-
widthPx : 'pixels',
|
257
|
-
widthPc : 'percent',
|
258
|
-
widthUnit : 'width unit', // MISSING
|
259
|
-
cellSpace : 'Cell spasieering',
|
260
|
-
cellPad : 'Cell buffer',
|
261
|
-
caption : 'Beskreiwing',
|
262
|
-
summary : 'Opsomming',
|
263
|
-
headers : 'Headers', // MISSING
|
264
|
-
headersNone : 'None', // MISSING
|
265
|
-
headersColumn : 'First column', // MISSING
|
266
|
-
headersRow : 'First Row', // MISSING
|
267
|
-
headersBoth : 'Both', // MISSING
|
268
|
-
invalidRows : 'Number of rows must be a number greater than 0.', // MISSING
|
269
|
-
invalidCols : 'Number of columns must be a number greater than 0.', // MISSING
|
270
|
-
invalidBorder : 'Border size must be a number.', // MISSING
|
271
|
-
invalidWidth : 'Table width must be a number.', // MISSING
|
272
|
-
invalidHeight : 'Table height must be a number.', // MISSING
|
273
|
-
invalidCellSpacing : 'Cell spacing must be a number.', // MISSING
|
274
|
-
invalidCellPadding : 'Cell padding must be a number.', // MISSING
|
275
|
-
|
276
|
-
cell :
|
277
|
-
{
|
278
|
-
menu : 'Cell',
|
279
|
-
insertBefore : 'Insert Cell Before', // MISSING
|
280
|
-
insertAfter : 'Insert Cell After', // MISSING
|
281
|
-
deleteCell : 'Cell verweider',
|
282
|
-
merge : 'Cell verenig',
|
283
|
-
mergeRight : 'Merge Right', // MISSING
|
284
|
-
mergeDown : 'Merge Down', // MISSING
|
285
|
-
splitHorizontal : 'Split Cell Horizontally', // MISSING
|
286
|
-
splitVertical : 'Split Cell Vertically', // MISSING
|
287
|
-
title : 'Cell Properties', // MISSING
|
288
|
-
cellType : 'Cell Type', // MISSING
|
289
|
-
rowSpan : 'Rows Span', // MISSING
|
290
|
-
colSpan : 'Columns Span', // MISSING
|
291
|
-
wordWrap : 'Word Wrap', // MISSING
|
292
|
-
hAlign : 'Horizontal Alignment', // MISSING
|
293
|
-
vAlign : 'Vertical Alignment', // MISSING
|
294
|
-
alignBaseline : 'Baseline', // MISSING
|
295
|
-
bgColor : 'Background Color', // MISSING
|
296
|
-
borderColor : 'Border Color', // MISSING
|
297
|
-
data : 'Data', // MISSING
|
298
|
-
header : 'Header', // MISSING
|
299
|
-
yes : 'Yes', // MISSING
|
300
|
-
no : 'No', // MISSING
|
301
|
-
invalidWidth : 'Cell width must be a number.', // MISSING
|
302
|
-
invalidHeight : 'Cell height must be a number.', // MISSING
|
303
|
-
invalidRowSpan : 'Rows span must be a whole number.', // MISSING
|
304
|
-
invalidColSpan : 'Columns span must be a whole number.', // MISSING
|
305
|
-
chooseColor : 'Choose' // MISSING
|
306
|
-
},
|
307
|
-
|
308
|
-
row :
|
309
|
-
{
|
310
|
-
menu : 'Ry',
|
311
|
-
insertBefore : 'Insert Row Before', // MISSING
|
312
|
-
insertAfter : 'Insert Row After', // MISSING
|
313
|
-
deleteRow : 'Ry verweider'
|
314
|
-
},
|
315
|
-
|
316
|
-
column :
|
317
|
-
{
|
318
|
-
menu : 'Kolom',
|
319
|
-
insertBefore : 'Insert Column Before', // MISSING
|
320
|
-
insertAfter : 'Insert Column After', // MISSING
|
321
|
-
deleteColumn : 'Kolom verweider'
|
322
|
-
}
|
323
|
-
},
|
324
|
-
|
325
|
-
// Button Dialog.
|
326
|
-
button :
|
327
|
-
{
|
328
|
-
title : 'Knop eienskappe',
|
329
|
-
text : 'Karakters (Waarde)',
|
330
|
-
type : 'Soort',
|
331
|
-
typeBtn : 'Knop',
|
332
|
-
typeSbm : 'Indien',
|
333
|
-
typeRst : 'Reset'
|
334
|
-
},
|
335
|
-
|
336
|
-
// Checkbox and Radio Button Dialogs.
|
337
|
-
checkboxAndRadio :
|
338
|
-
{
|
339
|
-
checkboxTitle : 'HakBox eienskappe',
|
340
|
-
radioTitle : 'PuntBox eienskappe',
|
341
|
-
value : 'Waarde',
|
342
|
-
selected : 'Uitgekies'
|
343
|
-
},
|
344
|
-
|
345
|
-
// Form Dialog.
|
346
|
-
form :
|
347
|
-
{
|
348
|
-
title : 'Form eienskappe',
|
349
|
-
menu : 'Form eienskappe',
|
350
|
-
action : 'Aksie',
|
351
|
-
method : 'Metode',
|
352
|
-
encoding : 'Encoding' // MISSING
|
353
|
-
},
|
354
|
-
|
355
|
-
// Select Field Dialog.
|
356
|
-
select :
|
357
|
-
{
|
358
|
-
title : 'Opklapbare keuse strook eienskappe',
|
359
|
-
selectInfo : 'Info',
|
360
|
-
opAvail : 'Beskikbare Opsies',
|
361
|
-
value : 'Waarde',
|
362
|
-
size : 'Grote',
|
363
|
-
lines : 'lyne',
|
364
|
-
chkMulti : 'Laat meerere keuses toe',
|
365
|
-
opText : 'Karakters',
|
366
|
-
opValue : 'Waarde',
|
367
|
-
btnAdd : 'Byvoeg',
|
368
|
-
btnModify : 'Verander',
|
369
|
-
btnUp : 'Op',
|
370
|
-
btnDown : 'Af',
|
371
|
-
btnSetValue : 'Stel as uitgekiesde waarde',
|
372
|
-
btnDelete : 'Verweider'
|
373
|
-
},
|
374
|
-
|
375
|
-
// Textarea Dialog.
|
376
|
-
textarea :
|
377
|
-
{
|
378
|
-
title : 'Karakter area eienskappe',
|
379
|
-
cols : 'Kolom',
|
380
|
-
rows : 'Reie'
|
381
|
-
},
|
382
|
-
|
383
|
-
// Text Field Dialog.
|
384
|
-
textfield :
|
385
|
-
{
|
386
|
-
title : 'Karakter strook eienskappe',
|
387
|
-
name : 'Naam',
|
388
|
-
value : 'Waarde',
|
389
|
-
charWidth : 'Karakter weite',
|
390
|
-
maxChars : 'Maximale karakters',
|
391
|
-
type : 'Soort',
|
392
|
-
typeText : 'Karakters',
|
393
|
-
typePass : 'Wagwoord'
|
394
|
-
},
|
395
|
-
|
396
|
-
// Hidden Field Dialog.
|
397
|
-
hidden :
|
398
|
-
{
|
399
|
-
title : 'Blinde strook eienskappe',
|
400
|
-
name : 'Naam',
|
401
|
-
value : 'Waarde'
|
402
|
-
},
|
403
|
-
|
404
|
-
// Image Dialog.
|
405
|
-
image :
|
406
|
-
{
|
407
|
-
title : 'Beeld eienskappe',
|
408
|
-
titleButton : 'Beeld knop eienskappe',
|
409
|
-
menu : 'Beeld eienskappe',
|
410
|
-
infoTab : 'Beeld informasie',
|
411
|
-
btnUpload : 'Stuur dit na die Server',
|
412
|
-
upload : 'Uplaai',
|
413
|
-
alt : 'Alternatiewe beskrywing',
|
414
|
-
lockRatio : 'Behou preporsie',
|
415
|
-
unlockRatio : 'Unlock Ratio', // MISSING
|
416
|
-
resetSize : 'Herstel groote',
|
417
|
-
border : 'Kant',
|
418
|
-
hSpace : 'HSpasie',
|
419
|
-
vSpace : 'VSpasie',
|
420
|
-
alertUrl : 'Voeg asseblief Beeld URL in.',
|
421
|
-
linkTab : 'Skakel',
|
422
|
-
button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING
|
423
|
-
img2Button : 'Do you want to transform the selected image on a image button?', // MISSING
|
424
|
-
urlMissing : 'Image source URL is missing.', // MISSING
|
425
|
-
validateBorder : 'Border must be a whole number.', // MISSING
|
426
|
-
validateHSpace : 'HSpace must be a whole number.', // MISSING
|
427
|
-
validateVSpace : 'VSpace must be a whole number.' // MISSING
|
428
|
-
},
|
429
|
-
|
430
|
-
// Flash Dialog
|
431
|
-
flash :
|
432
|
-
{
|
433
|
-
properties : 'Flash eienskappe',
|
434
|
-
propertiesTab : 'Properties', // MISSING
|
435
|
-
title : 'Flash eienskappe',
|
436
|
-
chkPlay : 'Automaties Speel',
|
437
|
-
chkLoop : 'Herhaling',
|
438
|
-
chkMenu : 'Laat Flash Menu toe',
|
439
|
-
chkFull : 'Allow Fullscreen', // MISSING
|
440
|
-
scale : 'Scale',
|
441
|
-
scaleAll : 'Wys alles',
|
442
|
-
scaleNoBorder : 'Geen kante',
|
443
|
-
scaleFit : 'Presiese pas',
|
444
|
-
access : 'Script Access', // MISSING
|
445
|
-
accessAlways : 'Always', // MISSING
|
446
|
-
accessSameDomain: 'Same domain', // MISSING
|
447
|
-
accessNever : 'Never', // MISSING
|
448
|
-
alignAbsBottom : 'Abs Onder',
|
449
|
-
alignAbsMiddle : 'Abs Middel',
|
450
|
-
alignBaseline : 'Baseline',
|
451
|
-
alignTextTop : 'Text Bo',
|
452
|
-
quality : 'Quality', // MISSING
|
453
|
-
qualityBest : 'Best', // MISSING
|
454
|
-
qualityHigh : 'High', // MISSING
|
455
|
-
qualityAutoHigh : 'Auto High', // MISSING
|
456
|
-
qualityMedium : 'Medium', // MISSING
|
457
|
-
qualityAutoLow : 'Auto Low', // MISSING
|
458
|
-
qualityLow : 'Low', // MISSING
|
459
|
-
windowModeWindow: 'Window', // MISSING
|
460
|
-
windowModeOpaque: 'Opaque', // MISSING
|
461
|
-
windowModeTransparent : 'Transparent', // MISSING
|
462
|
-
windowMode : 'Window mode', // MISSING
|
463
|
-
flashvars : 'Variables for Flash', // MISSING
|
464
|
-
bgcolor : 'Agtergrond kleur',
|
465
|
-
hSpace : 'HSpasie',
|
466
|
-
vSpace : 'VSpasie',
|
467
|
-
validateSrc : 'Voeg asseblief die URL in',
|
468
|
-
validateHSpace : 'HSpace must be a number.', // MISSING
|
469
|
-
validateVSpace : 'VSpace must be a number.' // MISSING
|
470
|
-
},
|
471
|
-
|
472
|
-
// Speller Pages Dialog
|
473
|
-
spellCheck :
|
474
|
-
{
|
475
|
-
toolbar : 'Spelling nagaan',
|
476
|
-
title : 'Spell Check', // MISSING
|
477
|
-
notAvailable : 'Sorry, but service is unavailable now.', // MISSING
|
478
|
-
errorLoading : 'Error loading application service host: %s.', // MISSING
|
479
|
-
notInDic : 'Nie in woordeboek nie',
|
480
|
-
changeTo : 'Verander na',
|
481
|
-
btnIgnore : 'Ignoreer',
|
482
|
-
btnIgnoreAll : 'Ignoreer na-volgende',
|
483
|
-
btnReplace : 'Vervang',
|
484
|
-
btnReplaceAll : 'vervang na-volgende',
|
485
|
-
btnUndo : 'Ont-skep',
|
486
|
-
noSuggestions : '- Geen voorstel -',
|
487
|
-
progress : 'Spelling word beproef...',
|
488
|
-
noMispell : 'Spellproef kompleet: Geen foute',
|
489
|
-
noChanges : 'Spellproef kompleet: Geen woord veranderings',
|
490
|
-
oneChange : 'Spellproef kompleet: Een woord verander',
|
491
|
-
manyChanges : 'Spellproef kompleet: %1 woorde verander',
|
492
|
-
ieSpellDownload : 'Geen Spellproefer geinstaleer nie. Wil U dit aflaai?'
|
493
|
-
},
|
494
|
-
|
495
|
-
smiley :
|
496
|
-
{
|
497
|
-
toolbar : 'Smiley',
|
498
|
-
title : 'Voeg Smiley by',
|
499
|
-
options : 'Smiley Options' // MISSING
|
500
|
-
},
|
501
|
-
|
502
|
-
elementsPath :
|
503
|
-
{
|
504
|
-
eleLabel : 'Elements path', // MISSING
|
505
|
-
eleTitle : '%1 element' // MISSING
|
506
|
-
},
|
507
|
-
|
508
|
-
numberedlist : 'Genommerde lys',
|
509
|
-
bulletedlist : 'Gepunkte lys',
|
510
|
-
indent : 'Paradeering verleng',
|
511
|
-
outdent : 'Paradeering verkort',
|
512
|
-
|
513
|
-
justify :
|
514
|
-
{
|
515
|
-
left : 'Links rig',
|
516
|
-
center : 'Rig Middel',
|
517
|
-
right : 'Regs rig',
|
518
|
-
block : 'Blok paradeer'
|
519
|
-
},
|
520
|
-
|
521
|
-
blockquote : 'Block Quote', // MISSING
|
522
|
-
|
523
|
-
clipboard :
|
524
|
-
{
|
525
|
-
title : 'Byvoeg',
|
526
|
-
cutError : 'U browser se sekuriteit instelling behinder die uitsny aksie. Gebruik asseblief die sleutel kombenasie(Ctrl/Cmd+X).',
|
527
|
-
copyError : 'U browser se sekuriteit instelling behinder die kopieerings aksie. Gebruik asseblief die sleutel kombenasie(Ctrl/Cmd+C).',
|
528
|
-
pasteMsg : 'Voeg asseblief die inhoud in die gegewe box by met sleutel kombenasie(<STRONG>Ctrl/Cmd+V</STRONG>) en druk <STRONG>OK</STRONG>.',
|
529
|
-
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
|
530
|
-
pasteArea : 'Paste Area' // MISSING
|
531
|
-
},
|
532
|
-
|
533
|
-
pastefromword :
|
534
|
-
{
|
535
|
-
confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
|
536
|
-
toolbar : 'Van Word af byvoeg',
|
537
|
-
title : 'Van Word af byvoeg',
|
538
|
-
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
|
539
|
-
},
|
540
|
-
|
541
|
-
pasteText :
|
542
|
-
{
|
543
|
-
button : 'Voeg slegs karakters by',
|
544
|
-
title : 'Voeg slegs karakters by'
|
545
|
-
},
|
546
|
-
|
547
|
-
templates :
|
548
|
-
{
|
549
|
-
button : 'Templates',
|
550
|
-
title : 'Inhoud Templates',
|
551
|
-
options : 'Template Options', // MISSING
|
552
|
-
insertOption : 'Vervang bestaande inhoud',
|
553
|
-
selectPromptMsg : 'Kies die template om te gebruik in die editor<br>(Inhoud word vervang!):',
|
554
|
-
emptyListMsg : '(Geen templates gedefinieerd)'
|
555
|
-
},
|
556
|
-
|
557
|
-
showBlocks : 'Show Blocks', // MISSING
|
558
|
-
|
559
|
-
stylesCombo :
|
560
|
-
{
|
561
|
-
label : 'Styl',
|
562
|
-
panelTitle : 'Formatting Styles', // MISSING
|
563
|
-
panelTitle1 : 'Block Styles', // MISSING
|
564
|
-
panelTitle2 : 'Inline Styles', // MISSING
|
565
|
-
panelTitle3 : 'Object Styles' // MISSING
|
566
|
-
},
|
567
|
-
|
568
|
-
format :
|
569
|
-
{
|
570
|
-
label : 'Karakter formaat',
|
571
|
-
panelTitle : 'Karakter formaat',
|
572
|
-
|
573
|
-
tag_p : 'Normaal',
|
574
|
-
tag_pre : 'Geformateerd',
|
575
|
-
tag_address : 'Adres',
|
576
|
-
tag_h1 : 'Opskrif 1',
|
577
|
-
tag_h2 : 'Opskrif 2',
|
578
|
-
tag_h3 : 'Opskrif 3',
|
579
|
-
tag_h4 : 'Opskrif 4',
|
580
|
-
tag_h5 : 'Opskrif 5',
|
581
|
-
tag_h6 : 'Opskrif 6',
|
582
|
-
tag_div : 'Normaal (DIV)'
|
583
|
-
},
|
584
|
-
|
585
|
-
div :
|
586
|
-
{
|
587
|
-
title : 'Create Div Container', // MISSING
|
588
|
-
toolbar : 'Create Div Container', // MISSING
|
589
|
-
cssClassInputLabel : 'Stylesheet Classes', // MISSING
|
590
|
-
styleSelectLabel : 'Style', // MISSING
|
591
|
-
IdInputLabel : 'Id', // MISSING
|
592
|
-
languageCodeInputLabel : ' Language Code', // MISSING
|
593
|
-
inlineStyleInputLabel : 'Inline Style', // MISSING
|
594
|
-
advisoryTitleInputLabel : 'Advisory Title', // MISSING
|
595
|
-
langDirLabel : 'Language Direction', // MISSING
|
596
|
-
langDirLTRLabel : 'Left to Right (LTR)', // MISSING
|
597
|
-
langDirRTLLabel : 'Right to Left (RTL)', // MISSING
|
598
|
-
edit : 'Edit Div', // MISSING
|
599
|
-
remove : 'Remove Div' // MISSING
|
600
|
-
},
|
601
|
-
|
602
|
-
iframe :
|
603
|
-
{
|
604
|
-
title : 'iFrame Properties', // MISSING
|
605
|
-
toolbar : 'iFrame', // MISSING
|
606
|
-
noUrl : 'Please type the iFrame URL', // MISSING
|
607
|
-
scrolling : 'Enable scrollbars', // MISSING
|
608
|
-
border : 'Show frame border' // MISSING
|
609
|
-
},
|
610
|
-
|
611
|
-
font :
|
612
|
-
{
|
613
|
-
label : 'Karakters',
|
614
|
-
voiceLabel : 'Font', // MISSING
|
615
|
-
panelTitle : 'Karakters'
|
616
|
-
},
|
617
|
-
|
618
|
-
fontSize :
|
619
|
-
{
|
620
|
-
label : 'Karakter grote',
|
621
|
-
voiceLabel : 'Font Size', // MISSING
|
622
|
-
panelTitle : 'Karakter grote'
|
623
|
-
},
|
624
|
-
|
625
|
-
colorButton :
|
626
|
-
{
|
627
|
-
textColorTitle : 'Karakter kleur',
|
628
|
-
bgColorTitle : 'Agtergrond kleur',
|
629
|
-
panelTitle : 'Colors', // MISSING
|
630
|
-
auto : 'Automaties',
|
631
|
-
more : 'Meer Kleure...'
|
632
|
-
},
|
633
|
-
|
634
|
-
colors :
|
635
|
-
{
|
636
|
-
'000' : 'Black', // MISSING
|
637
|
-
'800000' : 'Maroon', // MISSING
|
638
|
-
'8B4513' : 'Saddle Brown', // MISSING
|
639
|
-
'2F4F4F' : 'Dark Slate Gray', // MISSING
|
640
|
-
'008080' : 'Teal', // MISSING
|
641
|
-
'000080' : 'Navy', // MISSING
|
642
|
-
'4B0082' : 'Indigo', // MISSING
|
643
|
-
'696969' : 'Dark Gray', // MISSING
|
644
|
-
'B22222' : 'Fire Brick', // MISSING
|
645
|
-
'A52A2A' : 'Brown', // MISSING
|
646
|
-
'DAA520' : 'Golden Rod', // MISSING
|
647
|
-
'006400' : 'Dark Green', // MISSING
|
648
|
-
'40E0D0' : 'Turquoise', // MISSING
|
649
|
-
'0000CD' : 'Medium Blue', // MISSING
|
650
|
-
'800080' : 'Purple', // MISSING
|
651
|
-
'808080' : 'Gray', // MISSING
|
652
|
-
'F00' : 'Red', // MISSING
|
653
|
-
'FF8C00' : 'Dark Orange', // MISSING
|
654
|
-
'FFD700' : 'Gold', // MISSING
|
655
|
-
'008000' : 'Green', // MISSING
|
656
|
-
'0FF' : 'Cyan', // MISSING
|
657
|
-
'00F' : 'Blue', // MISSING
|
658
|
-
'EE82EE' : 'Violet', // MISSING
|
659
|
-
'A9A9A9' : 'Dim Gray', // MISSING
|
660
|
-
'FFA07A' : 'Light Salmon', // MISSING
|
661
|
-
'FFA500' : 'Orange', // MISSING
|
662
|
-
'FFFF00' : 'Yellow', // MISSING
|
663
|
-
'00FF00' : 'Lime', // MISSING
|
664
|
-
'AFEEEE' : 'Pale Turquoise', // MISSING
|
665
|
-
'ADD8E6' : 'Light Blue', // MISSING
|
666
|
-
'DDA0DD' : 'Plum', // MISSING
|
667
|
-
'D3D3D3' : 'Light Grey', // MISSING
|
668
|
-
'FFF0F5' : 'Lavender Blush', // MISSING
|
669
|
-
'FAEBD7' : 'Antique White', // MISSING
|
670
|
-
'FFFFE0' : 'Light Yellow', // MISSING
|
671
|
-
'F0FFF0' : 'Honeydew', // MISSING
|
672
|
-
'F0FFFF' : 'Azure', // MISSING
|
673
|
-
'F0F8FF' : 'Alice Blue', // MISSING
|
674
|
-
'E6E6FA' : 'Lavender', // MISSING
|
675
|
-
'FFF' : 'White' // MISSING
|
676
|
-
},
|
677
|
-
|
678
|
-
scayt :
|
679
|
-
{
|
680
|
-
title : 'Spell Check As You Type', // MISSING
|
681
|
-
opera_title : 'Not supported by Opera', // MISSING
|
682
|
-
enable : 'Enable SCAYT', // MISSING
|
683
|
-
disable : 'Disable SCAYT', // MISSING
|
684
|
-
about : 'About SCAYT', // MISSING
|
685
|
-
toggle : 'Toggle SCAYT', // MISSING
|
686
|
-
options : 'Options', // MISSING
|
687
|
-
langs : 'Languages', // MISSING
|
688
|
-
moreSuggestions : 'More suggestions', // MISSING
|
689
|
-
ignore : 'Ignore', // MISSING
|
690
|
-
ignoreAll : 'Ignore All', // MISSING
|
691
|
-
addWord : 'Add Word', // MISSING
|
692
|
-
emptyDic : 'Dictionary name should not be empty.', // MISSING
|
693
|
-
|
694
|
-
optionsTab : 'Options', // MISSING
|
695
|
-
allCaps : 'Ignore All-Caps Words', // MISSING
|
696
|
-
ignoreDomainNames : 'Ignore Domain Names', // MISSING
|
697
|
-
mixedCase : 'Ignore Words with Mixed Case', // MISSING
|
698
|
-
mixedWithDigits : 'Ignore Words with Numbers', // MISSING
|
699
|
-
|
700
|
-
languagesTab : 'Languages', // MISSING
|
701
|
-
|
702
|
-
dictionariesTab : 'Dictionaries', // MISSING
|
703
|
-
dic_field_name : 'Dictionary name', // MISSING
|
704
|
-
dic_create : 'Create', // MISSING
|
705
|
-
dic_restore : 'Restore', // MISSING
|
706
|
-
dic_delete : 'Delete', // MISSING
|
707
|
-
dic_rename : 'Rename', // MISSING
|
708
|
-
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
|
709
|
-
|
710
|
-
aboutTab : 'About' // MISSING
|
711
|
-
},
|
712
|
-
|
713
|
-
about :
|
714
|
-
{
|
715
|
-
title : 'About CKEditor', // MISSING
|
716
|
-
dlgTitle : 'About CKEditor', // MISSING
|
717
|
-
moreInfo : 'For licensing information please visit our web site:', // MISSING
|
718
|
-
copy : 'Copyright © $1. All rights reserved.' // MISSING
|
719
|
-
},
|
720
|
-
|
721
|
-
maximize : 'Maximize', // MISSING
|
722
|
-
minimize : 'Minimize', // MISSING
|
723
|
-
|
724
|
-
fakeobjects :
|
725
|
-
{
|
726
|
-
anchor : 'Anchor', // MISSING
|
727
|
-
flash : 'Flash Animation', // MISSING
|
728
|
-
iframe : 'iFrame', // MISSING
|
729
|
-
hiddenfield : 'Hidden Field', // MISSING
|
730
|
-
unknown : 'Unknown Object' // MISSING
|
731
|
-
},
|
732
|
-
|
733
|
-
resize : 'Drag to resize', // MISSING
|
734
|
-
|
735
|
-
colordialog :
|
736
|
-
{
|
737
|
-
title : 'Select color', // MISSING
|
738
|
-
options : 'Color Options', // MISSING
|
739
|
-
highlight : 'Highlight', // MISSING
|
740
|
-
selected : 'Selected Color', // MISSING
|
741
|
-
clear : 'Clear' // MISSING
|
742
|
-
},
|
743
|
-
|
744
|
-
toolbarCollapse : 'Collapse Toolbar', // MISSING
|
745
|
-
toolbarExpand : 'Expand Toolbar', // MISSING
|
746
|
-
|
747
|
-
bidi :
|
748
|
-
{
|
749
|
-
ltr : 'Text direction from left to right', // MISSING
|
750
|
-
rtl : 'Text direction from right to left' // MISSING
|
751
|
-
}
|
752
|
-
};
|