forge-cli 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/lib/forge-cli/modules/base/manifest.yml +1 -1
- data/lib/forge-cli/modules/base/routes.rb +1 -1
- data/lib/forge-cli/modules/posts/routes.rb +3 -1
- data/lib/forge-cli/version.rb +1 -1
- data/lib/forge/Gemfile +1 -0
- data/lib/forge/app/assets/javascripts/ckeditor/config.js +35 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/contents.css +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/lang/en.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/lang/he.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/about/dialogs/about.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/ajax_save/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/attachment/dialogs/attachment.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/images/attachment.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/en.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/ru.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/uk.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/attachment/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/autogrow/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/div/dialogs/div.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/embed/dialogs/embed.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/images/embed.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/en.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/ru.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/uk.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/embed/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/flash/images/placeholder.png +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forge_assets/plugin.js +2 -2
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/forms/images/hiddenfield.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/iframedialog/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/image/dialogs/image.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/link/dialogs/anchor.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/link/dialogs/link.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/link/images/anchor.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -0
- data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/hidpi/mediaembed.png +0 -0
- data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/mediaembed.png +0 -0
- data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/plugin.js +64 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/pastefromword/filter/default.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/scayt/dialogs/options.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_address.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_blockquote.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_div.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h1.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h2.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h3.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h4.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h5.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h6.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_p.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_pre.png +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/angel_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/angry_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/broken_heart.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/confused_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/cry_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/devil_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/envelope.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/heart.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/kiss.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/lightbulb.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/omg_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/regular_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/sad_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/shades_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/teeth_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/thumbs_down.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/thumbs_up.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/tounge_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/wink_smile.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/styles/styles/default.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/table/dialogs/table.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/tableresize/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/templates/templates/default.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template1.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template2.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template3.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/lang/en.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/plugin.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/uicolor.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/yui/yui.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/wsc/dialogs/ciframe.html +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/wsc/dialogs/tmpFrameset.html +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +0 -0
- data/lib/forge/app/models/asset.rb +2 -1
- data/lib/forge/app/views/forge/pages/_form.html.haml +12 -5
- data/lib/forge/app/views/forge/posts/_form.html.haml +12 -6
- data/lib/forge/app/views/layouts/forge.html.haml +0 -3
- data/lib/forge/config/routes.rb +4 -2
- data/lib/forge/lib/assets/javascripts/forge/features/asset_dialog.js.erb +1 -1
- data/lib/forge/lib/assets/javascripts/forge/features/asset_drawer.js.erb +4 -4
- data/lib/forge/lib/assets/javascripts/forge/forge_manifest.js.erb +1 -0
- data/lib/forge/lib/generators/forge/scaffold/scaffold_generator.rb +1 -0
- data/lib/forge/lib/templates/active_record/model/model.rb +4 -1
- data/lib/forge/public/images/image_new.png +0 -0
- metadata +207 -699
- data/lib/forge/public/javascripts/ckeditor/CHANGES.html +0 -923
- data/lib/forge/public/javascripts/ckeditor/INSTALL.html +0 -92
- data/lib/forge/public/javascripts/ckeditor/LICENSE.html +0 -1334
- data/lib/forge/public/javascripts/ckeditor/_source/adapters/jquery.js +0 -297
- data/lib/forge/public/javascripts/ckeditor/_source/core/_bootstrap.js +0 -91
- data/lib/forge/public/javascripts/ckeditor/_source/core/ajax.js +0 -143
- data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor.js +0 -113
- data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor_base.js +0 -193
- data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor_basic.js +0 -242
- data/lib/forge/public/javascripts/ckeditor/_source/core/command.js +0 -73
- data/lib/forge/public/javascripts/ckeditor/_source/core/commanddefinition.js +0 -102
- data/lib/forge/public/javascripts/ckeditor/_source/core/config.js +0 -405
- data/lib/forge/public/javascripts/ckeditor/_source/core/dataprocessor.js +0 -66
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom.js +0 -21
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/comment.js +0 -32
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/document.js +0 -224
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/documentfragment.js +0 -49
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/domobject.js +0 -251
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/element.js +0 -1556
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/elementpath.js +0 -116
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/event.js +0 -142
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/node.js +0 -683
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/nodelist.js +0 -23
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/range.js +0 -1880
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/rangelist.js +0 -163
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/text.js +0 -123
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/walker.js +0 -445
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/window.js +0 -96
- data/lib/forge/public/javascripts/ckeditor/_source/core/dtd.js +0 -233
- data/lib/forge/public/javascripts/ckeditor/_source/core/editor.js +0 -759
- data/lib/forge/public/javascripts/ckeditor/_source/core/editor_basic.js +0 -182
- data/lib/forge/public/javascripts/ckeditor/_source/core/env.js +0 -229
- data/lib/forge/public/javascripts/ckeditor/_source/core/event.js +0 -336
- data/lib/forge/public/javascripts/ckeditor/_source/core/eventInfo.js +0 -120
- data/lib/forge/public/javascripts/ckeditor/_source/core/focusmanager.js +0 -137
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser.js +0 -218
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/basicwriter.js +0 -145
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/cdata.js +0 -43
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/comment.js +0 -60
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/element.js +0 -240
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/filter.js +0 -288
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/fragment.js +0 -497
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/text.js +0 -55
- data/lib/forge/public/javascripts/ckeditor/_source/core/imagecacher.js +0 -59
- data/lib/forge/public/javascripts/ckeditor/_source/core/lang.js +0 -152
- data/lib/forge/public/javascripts/ckeditor/_source/core/loader.js +0 -243
- data/lib/forge/public/javascripts/ckeditor/_source/core/plugindefinition.js +0 -66
- data/lib/forge/public/javascripts/ckeditor/_source/core/plugins.js +0 -85
- data/lib/forge/public/javascripts/ckeditor/_source/core/resourcemanager.js +0 -238
- data/lib/forge/public/javascripts/ckeditor/_source/core/scriptloader.js +0 -198
- data/lib/forge/public/javascripts/ckeditor/_source/core/skins.js +0 -204
- data/lib/forge/public/javascripts/ckeditor/_source/core/themes.js +0 -19
- data/lib/forge/public/javascripts/ckeditor/_source/core/tools.js +0 -747
- data/lib/forge/public/javascripts/ckeditor/_source/core/ui.js +0 -116
- data/lib/forge/public/javascripts/ckeditor/_source/core/xml.js +0 -165
- data/lib/forge/public/javascripts/ckeditor/_source/lang/_languages.js +0 -83
- data/lib/forge/public/javascripts/ckeditor/_source/lang/_translationstatus.txt +0 -60
- data/lib/forge/public/javascripts/ckeditor/_source/lang/af.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ar.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/bg.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/bn.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/bs.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ca.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/cs.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/cy.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/da.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/de.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/el.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/en-au.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/en-ca.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/en-gb.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/en.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/eo.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/es.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/et.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/eu.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fa.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fi.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fo.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fr-ca.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fr.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/gl.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/gu.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/he.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/hi.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/hr.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/hu.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/is.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/it.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ja.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/km.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ko.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/lt.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/lv.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/mn.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ms.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/nb.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/nl.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/no.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/pl.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/pt-br.js +0 -757
- data/lib/forge/public/javascripts/ckeditor/_source/lang/pt.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ro.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ru.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sk.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sl.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sr-latn.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sr.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sv.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/th.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/tr.js +0 -757
- data/lib/forge/public/javascripts/ckeditor/_source/lang/uk.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/vi.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/zh-cn.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/zh.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +0 -211
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/en.js +0 -108
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/he.js +0 -216
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/plugin.js +0 -46
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/about/dialogs/about.js +0 -73
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/about/plugin.js +0 -23
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/ajax_save/plugin.js +0 -43
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/attachment/dialogs/attachment.js +0 -384
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/attachment/plugin.js +0 -44
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/autogrow/plugin.js +0 -79
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/basicstyles/plugin.js +0 -101
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/bidi/plugin.js +0 -247
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/blockquote/plugin.js +0 -301
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/button/plugin.js +0 -277
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/clipboard/dialogs/paste.js +0 -205
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/clipboard/plugin.js +0 -412
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/colorbutton/plugin.js +0 -251
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +0 -340
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/colordialog/plugin.js +0 -13
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/contextmenu/plugin.js +0 -276
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialog/dialogDefinition.js +0 -315
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialog/plugin.js +0 -3016
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialogadvtab/plugin.js +0 -207
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialogui/plugin.js +0 -1522
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/div/dialogs/div.js +0 -535
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/div/plugin.js +0 -121
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/domiterator/plugin.js +0 -350
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/editingblock/plugin.js +0 -230
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/elementspath/plugin.js +0 -206
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/embed/dialogs/embed.js +0 -65
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/embed/plugin.js +0 -43
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/enterkey/plugin.js +0 -363
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/entities/plugin.js +0 -227
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/fakeobjects/plugin.js +0 -122
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/filebrowser/plugin.js +0 -491
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/find/dialogs/find.js +0 -885
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/find/plugin.js +0 -46
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/flash/dialogs/flash.js +0 -698
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/flash/plugin.js +0 -174
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/floatpanel/plugin.js +0 -398
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/font/plugin.js +0 -234
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/format/plugin.js +0 -194
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/button.js +0 -135
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/checkbox.js +0 -155
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/form.js +0 -177
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +0 -98
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/radio.js +0 -135
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/select.js +0 -556
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textarea.js +0 -114
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textfield.js +0 -199
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/plugin.js +0 -281
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/horizontalrule/plugin.js +0 -36
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/htmldataprocessor/plugin.js +0 -494
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/htmlwriter/plugin.js +0 -314
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/iframedialog/plugin.js +0 -136
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/image/dialogs/image.js +0 -1396
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/image/plugin.js +0 -81
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/indent/plugin.js +0 -447
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/justify/plugin.js +0 -190
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/keystrokes/plugin.js +0 -229
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/dialogs/anchor.js +0 -99
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/dialogs/link.js +0 -1420
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/plugin.js +0 -238
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/list/plugin.js +0 -683
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/listblock/plugin.js +0 -257
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +0 -203
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/liststyle/plugin.js +0 -66
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/maximize/plugin.js +0 -343
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/menu/plugin.js +0 -409
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/menubutton/plugin.js +0 -94
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/newpage/plugin.js +0 -54
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pagebreak/plugin.js +0 -121
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/panel/plugin.js +0 -398
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/panelbutton/plugin.js +0 -147
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastefromword/filter/default.js +0 -1170
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastefromword/plugin.js +0 -122
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +0 -70
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastetext/plugin.js +0 -145
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/popup/plugin.js +0 -64
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/preview/plugin.js +0 -108
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/print/plugin.js +0 -41
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/removeformat/plugin.js +0 -184
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/resize/plugin.js +0 -157
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/richcombo/plugin.js +0 -370
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/save/plugin.js +0 -55
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/options.js +0 -533
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +0 -71
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/plugin.js +0 -943
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/selection/plugin.js +0 -1367
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/showblocks/plugin.js +0 -156
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/showborders/plugin.js +0 -201
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/smiley/dialogs/smiley.js +0 -216
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/smiley/plugin.js +0 -94
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/sourcearea/plugin.js +0 -207
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +0 -409
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/specialchar/plugin.js +0 -29
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/styles/plugin.js +0 -1445
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/styles/styles/default.js +0 -88
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/stylescombo/plugin.js +0 -207
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/tab/plugin.js +0 -367
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/table/dialogs/table.js +0 -673
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/table/plugin.js +0 -78
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/tableresize/plugin.js +0 -450
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +0 -533
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/tabletools/plugin.js +0 -1120
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/dialogs/templates.js +0 -231
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/plugin.js +0 -100
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/templates/default.js +0 -94
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/toolbar/plugin.js +0 -481
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +0 -205
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/lang/en.js +0 -15
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/plugin.js +0 -37
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +0 -15
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/yui/yui.js +0 -71
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/undo/plugin.js +0 -555
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.css +0 -82
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.js +0 -176
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/plugin.js +0 -33
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/wysiwygarea/plugin.js +0 -1126
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/dialog.css +0 -856
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/editor.css +0 -25
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/elementspath.css +0 -73
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons.css +0 -357
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/mainui.css +0 -195
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/menu.css +0 -202
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/panel.css +0 -217
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/presets.css +0 -49
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/reset.css +0 -84
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/richcombo.css +0 -277
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/skin.js +0 -268
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/templates.css +0 -88
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/toolbar.css +0 -409
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/dialog.css +0 -765
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/editor.css +0 -25
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/elementspath.css +0 -74
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons.css +0 -354
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/mainui.css +0 -145
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/menu.css +0 -199
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/panel.css +0 -212
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/presets.css +0 -49
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/reset.css +0 -84
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/richcombo.css +0 -297
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/skin.js +0 -81
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/templates.css +0 -87
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/toolbar.css +0 -470
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/dialog.css +0 -780
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/editor.css +0 -25
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/elementspath.css +0 -74
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons.css +0 -354
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/mainui.css +0 -154
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/menu.css +0 -201
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/panel.css +0 -212
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/presets.css +0 -50
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/reset.css +0 -84
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/richcombo.css +0 -297
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/skin.js +0 -77
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/templates.css +0 -87
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/toolbar.css +0 -423
- data/lib/forge/public/javascripts/ckeditor/_source/themes/default/theme.js +0 -356
- data/lib/forge/public/javascripts/ckeditor/adapters/jquery.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/ckeditor.js +0 -135
- data/lib/forge/public/javascripts/ckeditor/ckeditor.pack +0 -211
- data/lib/forge/public/javascripts/ckeditor/ckeditor_basic.js +0 -8
- data/lib/forge/public/javascripts/ckeditor/ckeditor_basic_source.js +0 -20
- data/lib/forge/public/javascripts/ckeditor/ckeditor_source.js +0 -25
- data/lib/forge/public/javascripts/ckeditor/config.js +0 -47
- data/lib/forge/public/javascripts/ckeditor/css/ckfinder.css +0 -299
- data/lib/forge/public/javascripts/ckeditor/css/fck_dialog.css +0 -119
- data/lib/forge/public/javascripts/ckeditor/css/fck_editor.css +0 -448
- data/lib/forge/public/javascripts/ckeditor/css/swfupload.css +0 -94
- data/lib/forge/public/javascripts/ckeditor/images/add.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/cancelbutton.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/ckfnothumb.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/doc.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/image_new.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/mp3.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/pdf.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/rar.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/refresh.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/select_files.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/spacer.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/swf.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/toolbar.start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/xls.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/lang/_languages.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/_translationstatus.txt +0 -60
- data/lib/forge/public/javascripts/ckeditor/lang/af.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ar.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/bg.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/bn.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/bs.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ca.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/cs.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/cy.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/da.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/de.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/el.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/en-au.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/en-ca.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/en-gb.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/en.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/eo.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/es.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/et.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/eu.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fa.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fi.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fo.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fr-ca.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fr.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/gl.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/gu.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/he.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/hi.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/hr.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/hu.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/is.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/it.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ja.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/km.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ko.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/lt.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/lv.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/mn.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ms.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/nb.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/nl.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/no.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/pl.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/pt-br.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/pt.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ro.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ru.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sk.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sl.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sr-latn.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sr.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sv.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/th.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/tr.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/uk.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/vi.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/zh-cn.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/zh.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/attachment/images/attachment.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/en.js +0 -10
- data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/ru.js +0 -10
- data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/uk.js +0 -10
- data/lib/forge/public/javascripts/ckeditor/plugins/embed/images/embed.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/en.js +0 -9
- data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/ru.js +0 -9
- data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/uk.js +0 -9
- data/lib/forge/public/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
- data/lib/forge/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/lib/forge/public/javascripts/ckeditor/skins/kama/dialog.css +0 -9
- data/lib/forge/public/javascripts/ckeditor/skins/kama/editor.css +0 -12
- data/lib/forge/public/javascripts/ckeditor/skins/kama/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/skin.js +0 -7
- data/lib/forge/public/javascripts/ckeditor/skins/kama/templates.css +0 -6
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/dialog.css +0 -9
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/editor.css +0 -13
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/skin.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/templates.css +0 -6
- data/lib/forge/public/javascripts/ckeditor/skins/v2/dialog.css +0 -8
- data/lib/forge/public/javascripts/ckeditor/skins/v2/editor.css +0 -12
- data/lib/forge/public/javascripts/ckeditor/skins/v2/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/skin.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/skins/v2/templates.css +0 -6
- data/lib/forge/public/javascripts/ckeditor/swfupload/fileprogress.js +0 -275
- data/lib/forge/public/javascripts/ckeditor/swfupload/handlers.js +0 -170
- data/lib/forge/public/javascripts/ckeditor/swfupload/mootools-1.2.3-core-yc.js +0 -356
- data/lib/forge/public/javascripts/ckeditor/swfupload/querystring.js +0 -40
- data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.js +0 -1
- data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.queue.js +0 -1
- data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.swf +0 -0
- data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.swfobject.js +0 -111
- data/lib/forge/public/javascripts/ckeditor/themes/default/theme.js +0 -8
@@ -1,758 +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
|
-
* Hungarian 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['hu'] =
|
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 : 'Forráskód',
|
42
|
-
newPage : 'Új oldal',
|
43
|
-
save : 'Mentés',
|
44
|
-
preview : 'Előnézet',
|
45
|
-
cut : 'Kivágás',
|
46
|
-
copy : 'Másolás',
|
47
|
-
paste : 'Beillesztés',
|
48
|
-
print : 'Nyomtatás',
|
49
|
-
underline : 'Aláhúzott',
|
50
|
-
bold : 'Félkövér',
|
51
|
-
italic : 'Dőlt',
|
52
|
-
selectAll : 'Mindent kijelöl',
|
53
|
-
removeFormat : 'Formázás eltávolítása',
|
54
|
-
strike : 'Áthúzott',
|
55
|
-
subscript : 'Alsó index',
|
56
|
-
superscript : 'Felső index',
|
57
|
-
horizontalrule : 'Elválasztóvonal beillesztése',
|
58
|
-
pagebreak : 'Oldaltörés beillesztése',
|
59
|
-
unlink : 'Hivatkozás törlése',
|
60
|
-
undo : 'Visszavonás',
|
61
|
-
redo : 'Ismétlés',
|
62
|
-
|
63
|
-
// Common messages and labels.
|
64
|
-
common :
|
65
|
-
{
|
66
|
-
browseServer : 'Böngészés a szerveren',
|
67
|
-
url : 'Hivatkozás',
|
68
|
-
protocol : 'Protokoll',
|
69
|
-
upload : 'Feltöltés',
|
70
|
-
uploadSubmit : 'Küldés a szerverre',
|
71
|
-
image : 'Kép',
|
72
|
-
flash : 'Flash',
|
73
|
-
form : 'Űrlap',
|
74
|
-
checkbox : 'Jelölőnégyzet',
|
75
|
-
radio : 'Választógomb',
|
76
|
-
textField : 'Szövegmező',
|
77
|
-
textarea : 'Szövegterület',
|
78
|
-
hiddenField : 'Rejtettmező',
|
79
|
-
button : 'Gomb',
|
80
|
-
select : 'Legördülő lista',
|
81
|
-
imageButton : 'Képgomb',
|
82
|
-
notSet : '<nincs beállítva>',
|
83
|
-
id : 'Azonosító',
|
84
|
-
name : 'Név',
|
85
|
-
langDir : 'Írás iránya',
|
86
|
-
langDirLtr : 'Balról jobbra',
|
87
|
-
langDirRtl : 'Jobbról balra',
|
88
|
-
langCode : 'Nyelv kódja',
|
89
|
-
longDescr : 'Részletes leírás webcíme',
|
90
|
-
cssClass : 'Stíluskészlet',
|
91
|
-
advisoryTitle : 'Súgócimke',
|
92
|
-
cssStyle : 'Stílus',
|
93
|
-
ok : 'Rendben',
|
94
|
-
cancel : 'Mégsem',
|
95
|
-
close : 'Close', // MISSING
|
96
|
-
preview : 'Preview', // MISSING
|
97
|
-
generalTab : 'Általános',
|
98
|
-
advancedTab : 'További opciók',
|
99
|
-
validateNumberFailed : 'A mezőbe csak számokat írhat.',
|
100
|
-
confirmNewPage : 'Minden nem mentett változás el fog veszni! Biztosan be szeretné tölteni az oldalt?',
|
101
|
-
confirmCancel : 'Az űrlap tartalma megváltozott, ám a változásokat nem rögzítette. Biztosan be szeretné zárni az űrlapot?',
|
102
|
-
options : 'Options', // MISSING
|
103
|
-
target : 'Target', // MISSING
|
104
|
-
targetNew : 'New Window (_blank)', // MISSING
|
105
|
-
targetTop : 'Topmost Window (_top)', // MISSING
|
106
|
-
targetSelf : 'Same Window (_self)', // MISSING
|
107
|
-
targetParent : 'Parent Window (_parent)', // MISSING
|
108
|
-
langDirLTR : 'Left to Right (LTR)', // MISSING
|
109
|
-
langDirRTL : 'Right to Left (RTL)', // MISSING
|
110
|
-
styles : 'Style', // MISSING
|
111
|
-
cssClasses : 'Stylesheet Classes', // MISSING
|
112
|
-
|
113
|
-
// Put the voice-only part of the label in the span.
|
114
|
-
unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
|
115
|
-
},
|
116
|
-
|
117
|
-
contextmenu :
|
118
|
-
{
|
119
|
-
options : 'Context Menu Options' // MISSING
|
120
|
-
},
|
121
|
-
|
122
|
-
// Special char dialog.
|
123
|
-
specialChar :
|
124
|
-
{
|
125
|
-
toolbar : 'Speciális karakter beillesztése',
|
126
|
-
title : 'Speciális karakter választása',
|
127
|
-
options : 'Special Character Options' // MISSING
|
128
|
-
},
|
129
|
-
|
130
|
-
// Link dialog.
|
131
|
-
link :
|
132
|
-
{
|
133
|
-
toolbar : 'Hivatkozás beillesztése/módosítása',
|
134
|
-
other : '<más>',
|
135
|
-
menu : 'Hivatkozás módosítása',
|
136
|
-
title : 'Hivatkozás tulajdonságai',
|
137
|
-
info : 'Alaptulajdonságok',
|
138
|
-
target : 'Tartalom megjelenítése',
|
139
|
-
upload : 'Feltöltés',
|
140
|
-
advanced : 'További opciók',
|
141
|
-
type : 'Hivatkozás típusa',
|
142
|
-
toUrl : 'URL', // MISSING
|
143
|
-
toAnchor : 'Horgony az oldalon',
|
144
|
-
toEmail : 'E-Mail',
|
145
|
-
targetFrame : '<keretben>',
|
146
|
-
targetPopup : '<felugró ablakban>',
|
147
|
-
targetFrameName : 'Keret neve',
|
148
|
-
targetPopupName : 'Felugró ablak neve',
|
149
|
-
popupFeatures : 'Felugró ablak jellemzői',
|
150
|
-
popupResizable : 'Átméretezés',
|
151
|
-
popupStatusBar : 'Állapotsor',
|
152
|
-
popupLocationBar: 'Címsor',
|
153
|
-
popupToolbar : 'Eszköztár',
|
154
|
-
popupMenuBar : 'Menü sor',
|
155
|
-
popupFullScreen : 'Teljes képernyő (csak IE)',
|
156
|
-
popupScrollBars : 'Gördítősáv',
|
157
|
-
popupDependent : 'Szülőhöz kapcsolt (csak Netscape)',
|
158
|
-
popupWidth : 'Szélesség',
|
159
|
-
popupLeft : 'Bal pozíció',
|
160
|
-
popupHeight : 'Magasság',
|
161
|
-
popupTop : 'Felső pozíció',
|
162
|
-
id : 'Id',
|
163
|
-
langDir : 'Írás iránya',
|
164
|
-
langDirLTR : 'Balról jobbra',
|
165
|
-
langDirRTL : 'Jobbról balra',
|
166
|
-
acccessKey : 'Billentyűkombináció',
|
167
|
-
name : 'Név',
|
168
|
-
langCode : 'Írás iránya',
|
169
|
-
tabIndex : 'Tabulátor index',
|
170
|
-
advisoryTitle : 'Súgócimke',
|
171
|
-
advisoryContentType : 'Súgó tartalomtípusa',
|
172
|
-
cssClasses : 'Stíluskészlet',
|
173
|
-
charset : 'Hivatkozott tartalom kódlapja',
|
174
|
-
styles : 'Stílus',
|
175
|
-
selectAnchor : 'Horgony választása',
|
176
|
-
anchorName : 'Horgony név szerint',
|
177
|
-
anchorId : 'Azonosító szerint',
|
178
|
-
emailAddress : 'E-Mail cím',
|
179
|
-
emailSubject : 'Üzenet tárgya',
|
180
|
-
emailBody : 'Üzenet',
|
181
|
-
noAnchors : '(Nincs horgony a dokumentumban)',
|
182
|
-
noUrl : 'Adja meg a hivatkozás webcímét',
|
183
|
-
noEmail : 'Adja meg az E-Mail címet'
|
184
|
-
},
|
185
|
-
|
186
|
-
// Anchor dialog
|
187
|
-
anchor :
|
188
|
-
{
|
189
|
-
toolbar : 'Horgony beillesztése/szerkesztése',
|
190
|
-
menu : 'Horgony tulajdonságai',
|
191
|
-
title : 'Horgony tulajdonságai',
|
192
|
-
name : 'Horgony neve',
|
193
|
-
errorName : 'Kérem adja meg a horgony nevét'
|
194
|
-
},
|
195
|
-
|
196
|
-
// List style dialog
|
197
|
-
list:
|
198
|
-
{
|
199
|
-
numberedTitle : 'Numbered List Properties', // MISSING
|
200
|
-
bulletedTitle : 'Bulleted List Properties', // MISSING
|
201
|
-
type : 'Type', // MISSING
|
202
|
-
start : 'Start', // MISSING
|
203
|
-
validateStartNumber :'List start number must be a whole number.', // MISSING
|
204
|
-
circle : 'Circle', // MISSING
|
205
|
-
disc : 'Disc', // MISSING
|
206
|
-
square : 'Square', // MISSING
|
207
|
-
none : 'None', // MISSING
|
208
|
-
notset : '<not set>', // MISSING
|
209
|
-
armenian : 'Armenian numbering', // MISSING
|
210
|
-
georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
|
211
|
-
lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
|
212
|
-
upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
|
213
|
-
lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
|
214
|
-
upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
|
215
|
-
lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
|
216
|
-
decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
|
217
|
-
decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
|
218
|
-
},
|
219
|
-
|
220
|
-
// Find And Replace Dialog
|
221
|
-
findAndReplace :
|
222
|
-
{
|
223
|
-
title : 'Keresés és csere',
|
224
|
-
find : 'Keresés',
|
225
|
-
replace : 'Csere',
|
226
|
-
findWhat : 'Keresett szöveg:',
|
227
|
-
replaceWith : 'Csere erre:',
|
228
|
-
notFoundMsg : 'A keresett szöveg nem található.',
|
229
|
-
matchCase : 'kis- és nagybetű megkülönböztetése',
|
230
|
-
matchWord : 'csak ha ez a teljes szó',
|
231
|
-
matchCyclic : 'Ciklikus keresés',
|
232
|
-
replaceAll : 'Az összes cseréje',
|
233
|
-
replaceSuccessMsg : '%1 egyezőség cserélve.'
|
234
|
-
},
|
235
|
-
|
236
|
-
// Table Dialog
|
237
|
-
table :
|
238
|
-
{
|
239
|
-
toolbar : 'Táblázat',
|
240
|
-
title : 'Táblázat tulajdonságai',
|
241
|
-
menu : 'Táblázat tulajdonságai',
|
242
|
-
deleteTable : 'Táblázat törlése',
|
243
|
-
rows : 'Sorok',
|
244
|
-
columns : 'Oszlopok',
|
245
|
-
border : 'Szegélyméret',
|
246
|
-
align : 'Igazítás',
|
247
|
-
alignLeft : 'Balra',
|
248
|
-
alignCenter : 'Középre',
|
249
|
-
alignRight : 'Jobbra',
|
250
|
-
width : 'Szélesség',
|
251
|
-
widthPx : 'képpont',
|
252
|
-
widthPc : 'százalék',
|
253
|
-
widthUnit : 'width unit', // MISSING
|
254
|
-
height : 'Magasság',
|
255
|
-
cellSpace : 'Cella térköz',
|
256
|
-
cellPad : 'Cella belső margó',
|
257
|
-
caption : 'Felirat',
|
258
|
-
summary : 'Leírás',
|
259
|
-
headers : 'Fejlécek',
|
260
|
-
headersNone : 'Nincsenek',
|
261
|
-
headersColumn : 'Első oszlop',
|
262
|
-
headersRow : 'Első sor',
|
263
|
-
headersBoth : 'Mindkettő',
|
264
|
-
invalidRows : 'A sorok számának nagyobbnak kell lenni mint 0.',
|
265
|
-
invalidCols : 'Az oszlopok számának nagyobbnak kell lenni mint 0.',
|
266
|
-
invalidBorder : 'A szegélyméret mezőbe csak számokat írhat.',
|
267
|
-
invalidWidth : 'A szélesség mezőbe csak számokat írhat.',
|
268
|
-
invalidHeight : 'A magasság mezőbe csak számokat írhat.',
|
269
|
-
invalidCellSpacing : 'A cella térköz mezőbe csak számokat írhat.',
|
270
|
-
invalidCellPadding : 'A cella belső margó mezőbe csak számokat írhat.',
|
271
|
-
|
272
|
-
cell :
|
273
|
-
{
|
274
|
-
menu : 'Cella',
|
275
|
-
insertBefore : 'Beszúrás balra',
|
276
|
-
insertAfter : 'Beszúrás jobbra',
|
277
|
-
deleteCell : 'Cellák törlése',
|
278
|
-
merge : 'Cellák egyesítése',
|
279
|
-
mergeRight : 'Cellák egyesítése jobbra',
|
280
|
-
mergeDown : 'Cellák egyesítése lefelé',
|
281
|
-
splitHorizontal : 'Cellák szétválasztása vízszintesen',
|
282
|
-
splitVertical : 'Cellák szétválasztása függőlegesen',
|
283
|
-
title : 'Cella tulajdonságai',
|
284
|
-
cellType : 'Cella típusa',
|
285
|
-
rowSpan : 'Függőleges egyesítés',
|
286
|
-
colSpan : 'Vízszintes egyesítés',
|
287
|
-
wordWrap : 'Hosszú sorok törése',
|
288
|
-
hAlign : 'Vízszintes igazítás',
|
289
|
-
vAlign : 'Függőleges igazítás',
|
290
|
-
alignTop : 'Fel',
|
291
|
-
alignMiddle : 'Középre',
|
292
|
-
alignBottom : 'Le',
|
293
|
-
alignBaseline : 'Alapvonalra',
|
294
|
-
bgColor : 'Háttér színe',
|
295
|
-
borderColor : 'Keret színe',
|
296
|
-
data : 'Adat',
|
297
|
-
header : 'Fejléc',
|
298
|
-
yes : 'Igen',
|
299
|
-
no : 'Nem',
|
300
|
-
invalidWidth : 'A szélesség mezőbe csak számokat írhat.',
|
301
|
-
invalidHeight : 'A magasság mezőbe csak számokat írhat.',
|
302
|
-
invalidRowSpan : 'A függőleges egyesítés mezőbe csak számokat írhat.',
|
303
|
-
invalidColSpan : 'A vízszintes egyesítés mezőbe csak számokat írhat.',
|
304
|
-
chooseColor : 'Choose' // MISSING
|
305
|
-
},
|
306
|
-
|
307
|
-
row :
|
308
|
-
{
|
309
|
-
menu : 'Sor',
|
310
|
-
insertBefore : 'Beszúrás fölé',
|
311
|
-
insertAfter : 'Beszúrás alá',
|
312
|
-
deleteRow : 'Sorok törlése'
|
313
|
-
},
|
314
|
-
|
315
|
-
column :
|
316
|
-
{
|
317
|
-
menu : 'Oszlop',
|
318
|
-
insertBefore : 'Beszúrás balra',
|
319
|
-
insertAfter : 'Beszúrás jobbra',
|
320
|
-
deleteColumn : 'Oszlopok törlése'
|
321
|
-
}
|
322
|
-
},
|
323
|
-
|
324
|
-
// Button Dialog.
|
325
|
-
button :
|
326
|
-
{
|
327
|
-
title : 'Gomb tulajdonságai',
|
328
|
-
text : 'Szöveg (Érték)',
|
329
|
-
type : 'Típus',
|
330
|
-
typeBtn : 'Gomb',
|
331
|
-
typeSbm : 'Küldés',
|
332
|
-
typeRst : 'Alaphelyzet'
|
333
|
-
},
|
334
|
-
|
335
|
-
// Checkbox and Radio Button Dialogs.
|
336
|
-
checkboxAndRadio :
|
337
|
-
{
|
338
|
-
checkboxTitle : 'Jelölőnégyzet tulajdonságai',
|
339
|
-
radioTitle : 'Választógomb tulajdonságai',
|
340
|
-
value : 'Érték',
|
341
|
-
selected : 'Kiválasztott'
|
342
|
-
},
|
343
|
-
|
344
|
-
// Form Dialog.
|
345
|
-
form :
|
346
|
-
{
|
347
|
-
title : 'Űrlap tulajdonságai',
|
348
|
-
menu : 'Űrlap tulajdonságai',
|
349
|
-
action : 'Adatfeldolgozást végző hivatkozás',
|
350
|
-
method : 'Adatküldés módja',
|
351
|
-
encoding : 'Kódolás'
|
352
|
-
},
|
353
|
-
|
354
|
-
// Select Field Dialog.
|
355
|
-
select :
|
356
|
-
{
|
357
|
-
title : 'Legördülő lista tulajdonságai',
|
358
|
-
selectInfo : 'Alaptulajdonságok',
|
359
|
-
opAvail : 'Elérhető opciók',
|
360
|
-
value : 'Érték',
|
361
|
-
size : 'Méret',
|
362
|
-
lines : 'sor',
|
363
|
-
chkMulti : 'több sor is kiválasztható',
|
364
|
-
opText : 'Szöveg',
|
365
|
-
opValue : 'Érték',
|
366
|
-
btnAdd : 'Hozzáad',
|
367
|
-
btnModify : 'Módosít',
|
368
|
-
btnUp : 'Fel',
|
369
|
-
btnDown : 'Le',
|
370
|
-
btnSetValue : 'Legyen az alapértelmezett érték',
|
371
|
-
btnDelete : 'Töröl'
|
372
|
-
},
|
373
|
-
|
374
|
-
// Textarea Dialog.
|
375
|
-
textarea :
|
376
|
-
{
|
377
|
-
title : 'Szövegterület tulajdonságai',
|
378
|
-
cols : 'Karakterek száma egy sorban',
|
379
|
-
rows : 'Sorok száma'
|
380
|
-
},
|
381
|
-
|
382
|
-
// Text Field Dialog.
|
383
|
-
textfield :
|
384
|
-
{
|
385
|
-
title : 'Szövegmező tulajdonságai',
|
386
|
-
name : 'Név',
|
387
|
-
value : 'Érték',
|
388
|
-
charWidth : 'Megjelenített karakterek száma',
|
389
|
-
maxChars : 'Maximális karakterszám',
|
390
|
-
type : 'Típus',
|
391
|
-
typeText : 'Szöveg',
|
392
|
-
typePass : 'Jelszó'
|
393
|
-
},
|
394
|
-
|
395
|
-
// Hidden Field Dialog.
|
396
|
-
hidden :
|
397
|
-
{
|
398
|
-
title : 'Rejtett mező tulajdonságai',
|
399
|
-
name : 'Név',
|
400
|
-
value : 'Érték'
|
401
|
-
},
|
402
|
-
|
403
|
-
// Image Dialog.
|
404
|
-
image :
|
405
|
-
{
|
406
|
-
title : 'Kép tulajdonságai',
|
407
|
-
titleButton : 'Képgomb tulajdonságai',
|
408
|
-
menu : 'Kép tulajdonságai',
|
409
|
-
infoTab : 'Alaptulajdonságok',
|
410
|
-
btnUpload : 'Küldés a szerverre',
|
411
|
-
upload : 'Feltöltés',
|
412
|
-
alt : 'Buborék szöveg',
|
413
|
-
width : 'Szélesség',
|
414
|
-
height : 'Magasság',
|
415
|
-
lockRatio : 'Arány megtartása',
|
416
|
-
unlockRatio : 'Unlock Ratio', // MISSING
|
417
|
-
resetSize : 'Eredeti méret',
|
418
|
-
border : 'Keret',
|
419
|
-
hSpace : 'Vízsz. táv',
|
420
|
-
vSpace : 'Függ. táv',
|
421
|
-
align : 'Igazítás',
|
422
|
-
alignLeft : 'Bal',
|
423
|
-
alignRight : 'Jobbra',
|
424
|
-
alertUrl : 'Töltse ki a kép webcímét',
|
425
|
-
linkTab : 'Hivatkozás',
|
426
|
-
button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING
|
427
|
-
img2Button : 'Do you want to transform the selected image on a image button?', // MISSING
|
428
|
-
urlMissing : 'Image source URL is missing.', // MISSING
|
429
|
-
validateWidth : 'Width must be a whole number.', // MISSING
|
430
|
-
validateHeight : 'Height must be a whole number.', // MISSING
|
431
|
-
validateBorder : 'Border must be a whole number.', // MISSING
|
432
|
-
validateHSpace : 'HSpace must be a whole number.', // MISSING
|
433
|
-
validateVSpace : 'VSpace must be a whole number.' // MISSING
|
434
|
-
},
|
435
|
-
|
436
|
-
// Flash Dialog
|
437
|
-
flash :
|
438
|
-
{
|
439
|
-
properties : 'Flash tulajdonságai',
|
440
|
-
propertiesTab : 'Tulajdonságok',
|
441
|
-
title : 'Flash tulajdonságai',
|
442
|
-
chkPlay : 'Automata lejátszás',
|
443
|
-
chkLoop : 'Folyamatosan',
|
444
|
-
chkMenu : 'Flash menü engedélyezése',
|
445
|
-
chkFull : 'Teljes képernyő engedélyezése',
|
446
|
-
scale : 'Méretezés',
|
447
|
-
scaleAll : 'Mindent mutat',
|
448
|
-
scaleNoBorder : 'Keret nélkül',
|
449
|
-
scaleFit : 'Teljes kitöltés',
|
450
|
-
access : 'Szkript hozzáférés',
|
451
|
-
accessAlways : 'Mindig',
|
452
|
-
accessSameDomain: 'Azonos domainről',
|
453
|
-
accessNever : 'Soha',
|
454
|
-
align : 'Igazítás',
|
455
|
-
alignLeft : 'Bal',
|
456
|
-
alignAbsBottom : 'Legaljára',
|
457
|
-
alignAbsMiddle : 'Közepére',
|
458
|
-
alignBaseline : 'Alapvonalhoz',
|
459
|
-
alignBottom : 'Aljára',
|
460
|
-
alignMiddle : 'Középre',
|
461
|
-
alignRight : 'Jobbra',
|
462
|
-
alignTextTop : 'Szöveg tetejére',
|
463
|
-
alignTop : 'Tetejére',
|
464
|
-
quality : 'Minőség',
|
465
|
-
qualityBest : 'Legjobb',
|
466
|
-
qualityHigh : 'Jó',
|
467
|
-
qualityAutoHigh : 'Automata jó',
|
468
|
-
qualityMedium : 'Közepes',
|
469
|
-
qualityAutoLow : 'Automata gyenge',
|
470
|
-
qualityLow : 'Gyenge',
|
471
|
-
windowModeWindow: 'Window',
|
472
|
-
windowModeOpaque: 'Opaque',
|
473
|
-
windowModeTransparent : 'Transparent',
|
474
|
-
windowMode : 'Ablak mód',
|
475
|
-
flashvars : 'Flash változók',
|
476
|
-
bgcolor : 'Háttérszín',
|
477
|
-
width : 'Szélesség',
|
478
|
-
height : 'Magasság',
|
479
|
-
hSpace : 'Vízsz. táv',
|
480
|
-
vSpace : 'Függ. táv',
|
481
|
-
validateSrc : 'Adja meg a hivatkozás webcímét',
|
482
|
-
validateWidth : 'A szélesség mezőbe csak számokat írhat.',
|
483
|
-
validateHeight : 'A magasság mezőbe csak számokat írhat.',
|
484
|
-
validateHSpace : 'A vízszintes távolsűág mezőbe csak számokat írhat.',
|
485
|
-
validateVSpace : 'A függőleges távolsűág mezőbe csak számokat írhat.'
|
486
|
-
},
|
487
|
-
|
488
|
-
// Speller Pages Dialog
|
489
|
-
spellCheck :
|
490
|
-
{
|
491
|
-
toolbar : 'Helyesírás-ellenőrzés',
|
492
|
-
title : 'Helyesírás ellenörző',
|
493
|
-
notAvailable : 'Sajnálom, de a szolgáltatás jelenleg nem elérhető.',
|
494
|
-
errorLoading : 'Hiba a szolgáltatás host betöltése közben: %s.',
|
495
|
-
notInDic : 'Nincs a szótárban',
|
496
|
-
changeTo : 'Módosítás',
|
497
|
-
btnIgnore : 'Kihagyja',
|
498
|
-
btnIgnoreAll : 'Mindet kihagyja',
|
499
|
-
btnReplace : 'Csere',
|
500
|
-
btnReplaceAll : 'Összes cseréje',
|
501
|
-
btnUndo : 'Visszavonás',
|
502
|
-
noSuggestions : 'Nincs javaslat',
|
503
|
-
progress : 'Helyesírás-ellenőrzés folyamatban...',
|
504
|
-
noMispell : 'Helyesírás-ellenőrzés kész: Nem találtam hibát',
|
505
|
-
noChanges : 'Helyesírás-ellenőrzés kész: Nincs változtatott szó',
|
506
|
-
oneChange : 'Helyesírás-ellenőrzés kész: Egy szó cserélve',
|
507
|
-
manyChanges : 'Helyesírás-ellenőrzés kész: %1 szó cserélve',
|
508
|
-
ieSpellDownload : 'A helyesírás-ellenőrző nincs telepítve. Szeretné letölteni most?'
|
509
|
-
},
|
510
|
-
|
511
|
-
smiley :
|
512
|
-
{
|
513
|
-
toolbar : 'Hangulatjelek',
|
514
|
-
title : 'Hangulatjel beszúrása',
|
515
|
-
options : 'Smiley Options' // MISSING
|
516
|
-
},
|
517
|
-
|
518
|
-
elementsPath :
|
519
|
-
{
|
520
|
-
eleLabel : 'Elements path', // MISSING
|
521
|
-
eleTitle : '%1 elem'
|
522
|
-
},
|
523
|
-
|
524
|
-
numberedlist : 'Számozás',
|
525
|
-
bulletedlist : 'Felsorolás',
|
526
|
-
indent : 'Behúzás növelése',
|
527
|
-
outdent : 'Behúzás csökkentése',
|
528
|
-
|
529
|
-
justify :
|
530
|
-
{
|
531
|
-
left : 'Balra',
|
532
|
-
center : 'Középre',
|
533
|
-
right : 'Jobbra',
|
534
|
-
block : 'Sorkizárt'
|
535
|
-
},
|
536
|
-
|
537
|
-
blockquote : 'Idézet blokk',
|
538
|
-
|
539
|
-
clipboard :
|
540
|
-
{
|
541
|
-
title : 'Beillesztés',
|
542
|
-
cutError : 'A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).',
|
543
|
-
copyError : 'A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a másolás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).',
|
544
|
-
pasteMsg : 'Másolja be az alábbi mezőbe a <STRONG>Ctrl/Cmd+V</STRONG> billentyűk lenyomásával, majd nyomjon <STRONG>Rendben</STRONG>-t.',
|
545
|
-
securityMsg : 'A böngésző biztonsági beállításai miatt a szerkesztő nem képes hozzáférni a vágólap adataihoz. Illeszd be újra ebben az ablakban.',
|
546
|
-
pasteArea : 'Paste Area' // MISSING
|
547
|
-
},
|
548
|
-
|
549
|
-
pastefromword :
|
550
|
-
{
|
551
|
-
confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
|
552
|
-
toolbar : 'Beillesztés Word-ből',
|
553
|
-
title : 'Beillesztés Word-ből',
|
554
|
-
error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
|
555
|
-
},
|
556
|
-
|
557
|
-
pasteText :
|
558
|
-
{
|
559
|
-
button : 'Beillesztés formázatlan szövegként',
|
560
|
-
title : 'Beillesztés formázatlan szövegként'
|
561
|
-
},
|
562
|
-
|
563
|
-
templates :
|
564
|
-
{
|
565
|
-
button : 'Sablonok',
|
566
|
-
title : 'Elérhető sablonok',
|
567
|
-
options : 'Template Options', // MISSING
|
568
|
-
insertOption : 'Kicseréli a jelenlegi tartalmat',
|
569
|
-
selectPromptMsg : 'Válassza ki melyik sablon nyíljon meg a szerkesztőben<br>(a jelenlegi tartalom elveszik):',
|
570
|
-
emptyListMsg : '(Nincs sablon megadva)'
|
571
|
-
},
|
572
|
-
|
573
|
-
showBlocks : 'Blokkok megjelenítése',
|
574
|
-
|
575
|
-
stylesCombo :
|
576
|
-
{
|
577
|
-
label : 'Stílus',
|
578
|
-
panelTitle : 'Formatting Styles', // MISSING
|
579
|
-
panelTitle1 : 'Blokk stílusok',
|
580
|
-
panelTitle2 : 'Inline stílusok',
|
581
|
-
panelTitle3 : 'Objektum stílusok'
|
582
|
-
},
|
583
|
-
|
584
|
-
format :
|
585
|
-
{
|
586
|
-
label : 'Formátum',
|
587
|
-
panelTitle : 'Formátum',
|
588
|
-
|
589
|
-
tag_p : 'Normál',
|
590
|
-
tag_pre : 'Formázott',
|
591
|
-
tag_address : 'Címsor',
|
592
|
-
tag_h1 : 'Fejléc 1',
|
593
|
-
tag_h2 : 'Fejléc 2',
|
594
|
-
tag_h3 : 'Fejléc 3',
|
595
|
-
tag_h4 : 'Fejléc 4',
|
596
|
-
tag_h5 : 'Fejléc 5',
|
597
|
-
tag_h6 : 'Fejléc 6',
|
598
|
-
tag_div : 'Bekezdés (DIV)'
|
599
|
-
},
|
600
|
-
|
601
|
-
div :
|
602
|
-
{
|
603
|
-
title : 'Create Div Container', // MISSING
|
604
|
-
toolbar : 'Create Div Container', // MISSING
|
605
|
-
cssClassInputLabel : 'Stylesheet Classes', // MISSING
|
606
|
-
styleSelectLabel : 'Style', // MISSING
|
607
|
-
IdInputLabel : 'Id', // MISSING
|
608
|
-
languageCodeInputLabel : ' Language Code', // MISSING
|
609
|
-
inlineStyleInputLabel : 'Inline Style', // MISSING
|
610
|
-
advisoryTitleInputLabel : 'Advisory Title', // MISSING
|
611
|
-
langDirLabel : 'Language Direction', // MISSING
|
612
|
-
langDirLTRLabel : 'Left to Right (LTR)', // MISSING
|
613
|
-
langDirRTLLabel : 'Right to Left (RTL)', // MISSING
|
614
|
-
edit : 'Edit Div', // MISSING
|
615
|
-
remove : 'Remove Div' // MISSING
|
616
|
-
},
|
617
|
-
|
618
|
-
font :
|
619
|
-
{
|
620
|
-
label : 'Betűtípus',
|
621
|
-
voiceLabel : 'Betűtípus',
|
622
|
-
panelTitle : 'Betűtípus'
|
623
|
-
},
|
624
|
-
|
625
|
-
fontSize :
|
626
|
-
{
|
627
|
-
label : 'Méret',
|
628
|
-
voiceLabel : 'Betűméret',
|
629
|
-
panelTitle : 'Méret'
|
630
|
-
},
|
631
|
-
|
632
|
-
colorButton :
|
633
|
-
{
|
634
|
-
textColorTitle : 'Betűszín',
|
635
|
-
bgColorTitle : 'Háttérszín',
|
636
|
-
panelTitle : 'Colors', // MISSING
|
637
|
-
auto : 'Automatikus',
|
638
|
-
more : 'További színek...'
|
639
|
-
},
|
640
|
-
|
641
|
-
colors :
|
642
|
-
{
|
643
|
-
'000' : 'Fekete',
|
644
|
-
'800000' : 'Bordó',
|
645
|
-
'8B4513' : 'Barna',
|
646
|
-
'2F4F4F' : 'Sötét türkiz',
|
647
|
-
'008080' : 'Türkiz',
|
648
|
-
'000080' : 'Király kék',
|
649
|
-
'4B0082' : 'Indigó kék',
|
650
|
-
'696969' : 'Szürke',
|
651
|
-
'B22222' : 'Tégla vörös',
|
652
|
-
'A52A2A' : 'Vörös',
|
653
|
-
'DAA520' : 'Arany sárga',
|
654
|
-
'006400' : 'Sötét zöld',
|
655
|
-
'40E0D0' : 'Türkiz',
|
656
|
-
'0000CD' : 'Kék',
|
657
|
-
'800080' : 'Lila',
|
658
|
-
'808080' : 'Szürke',
|
659
|
-
'F00' : 'Piros',
|
660
|
-
'FF8C00' : 'Sötét narancs',
|
661
|
-
'FFD700' : 'Arany',
|
662
|
-
'008000' : 'Zöld',
|
663
|
-
'0FF' : 'Türkiz',
|
664
|
-
'00F' : 'Kék',
|
665
|
-
'EE82EE' : 'Rózsaszín',
|
666
|
-
'A9A9A9' : 'Sötét szürke',
|
667
|
-
'FFA07A' : 'Lazac',
|
668
|
-
'FFA500' : 'Narancs',
|
669
|
-
'FFFF00' : 'Citromsárga',
|
670
|
-
'00FF00' : 'Neon zöld',
|
671
|
-
'AFEEEE' : 'Világos türkiz',
|
672
|
-
'ADD8E6' : 'Világos kék',
|
673
|
-
'DDA0DD' : 'Világos lila',
|
674
|
-
'D3D3D3' : 'Világos szürke',
|
675
|
-
'FFF0F5' : 'Lavender Blush',
|
676
|
-
'FAEBD7' : 'Törtfehér',
|
677
|
-
'FFFFE0' : 'Világos sárga',
|
678
|
-
'F0FFF0' : 'Menta',
|
679
|
-
'F0FFFF' : 'Azúr kék',
|
680
|
-
'F0F8FF' : 'Halvány kék',
|
681
|
-
'E6E6FA' : 'Lavender',
|
682
|
-
'FFF' : 'Fehér'
|
683
|
-
},
|
684
|
-
|
685
|
-
scayt :
|
686
|
-
{
|
687
|
-
title : 'Helyesírás ellenőrzés gépelés közben',
|
688
|
-
opera_title : 'Not supported by Opera', // MISSING
|
689
|
-
enable : 'SCAYT engedélyezése',
|
690
|
-
disable : 'SCAYT letiltása',
|
691
|
-
about : 'SCAYT névjegy',
|
692
|
-
toggle : 'SCAYT kapcsolása',
|
693
|
-
options : 'Beállítások',
|
694
|
-
langs : 'Nyelvek',
|
695
|
-
moreSuggestions : 'További javaslatok',
|
696
|
-
ignore : 'Kihagy',
|
697
|
-
ignoreAll : 'Összes kihagyása',
|
698
|
-
addWord : 'Szó hozzáadása',
|
699
|
-
emptyDic : 'A szótár nevét meg kell adni.',
|
700
|
-
|
701
|
-
optionsTab : 'Beállítások',
|
702
|
-
allCaps : 'Ignore All-Caps Words', // MISSING
|
703
|
-
ignoreDomainNames : 'Ignore Domain Names', // MISSING
|
704
|
-
mixedCase : 'Ignore Words with Mixed Case', // MISSING
|
705
|
-
mixedWithDigits : 'Ignore Words with Numbers', // MISSING
|
706
|
-
|
707
|
-
languagesTab : 'Nyelvek',
|
708
|
-
|
709
|
-
dictionariesTab : 'Szótár',
|
710
|
-
dic_field_name : 'Dictionary name', // MISSING
|
711
|
-
dic_create : 'Create', // MISSING
|
712
|
-
dic_restore : 'Restore', // MISSING
|
713
|
-
dic_delete : 'Delete', // MISSING
|
714
|
-
dic_rename : 'Rename', // MISSING
|
715
|
-
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
|
716
|
-
|
717
|
-
aboutTab : 'Névjegy'
|
718
|
-
},
|
719
|
-
|
720
|
-
about :
|
721
|
-
{
|
722
|
-
title : 'CKEditor névjegy',
|
723
|
-
dlgTitle : 'CKEditor névjegy',
|
724
|
-
moreInfo : 'Licenszelési információkért kérjük látogassa meg weboldalunkat:',
|
725
|
-
copy : 'Copyright © $1. Minden jog fenntartva.'
|
726
|
-
},
|
727
|
-
|
728
|
-
maximize : 'Teljes méret',
|
729
|
-
minimize : 'Kis méret',
|
730
|
-
|
731
|
-
fakeobjects :
|
732
|
-
{
|
733
|
-
anchor : 'Horgony',
|
734
|
-
flash : 'Flash animáció',
|
735
|
-
div : 'Oldaltörés',
|
736
|
-
unknown : 'Ismeretlen objektum'
|
737
|
-
},
|
738
|
-
|
739
|
-
resize : 'Húzza az átméretezéshez',
|
740
|
-
|
741
|
-
colordialog :
|
742
|
-
{
|
743
|
-
title : 'Válasszon színt',
|
744
|
-
options : 'Color Options', // MISSING
|
745
|
-
highlight : 'Nagyítás',
|
746
|
-
selected : 'Kiválasztott',
|
747
|
-
clear : 'Ürítés'
|
748
|
-
},
|
749
|
-
|
750
|
-
toolbarCollapse : 'Collapse Toolbar', // MISSING
|
751
|
-
toolbarExpand : 'Expand Toolbar', // MISSING
|
752
|
-
|
753
|
-
bidi :
|
754
|
-
{
|
755
|
-
ltr : 'Text direction from left to right', // MISSING
|
756
|
-
rtl : 'Text direction from right to left' // MISSING
|
757
|
-
}
|
758
|
-
};
|