kiteditor 1.0.12 → 1.0.13
Sign up to get free protection for your applications and to get access to all the features.
- data/{lib/generators/mercury/install/images/templates → app/controllers/mercury}/images_controller.rb +0 -0
- data/{lib/generators/mercury/install/images/templates/ar_paperclip_image.rb → app/models/mercury/image.rb} +0 -7
- data/app/views/layouts/mercury.html.erb +20 -10
- data/app/views/mercury/modals/character.html +1 -1
- data/app/views/mercury/modals/htmleditor.html +7 -3
- data/app/views/mercury/modals/link.html +51 -37
- data/app/views/mercury/modals/media.html +0 -102
- data/app/views/mercury/modals/table.html +73 -79
- data/app/views/mercury/panels/snippets.html +1 -6
- data/app/views/mercury/snippets/example/options.html.erb +27 -23
- data/{lib/generators/mercury/install/images/templates/ar_paperclip_image_migration.rb → db/migrate/20110526035601_create_mercury_images.rb} +0 -0
- data/features/loading/loading.feature +2 -5
- data/features/loading/user_interface.feature +7 -9
- data/features/regions/{full → editable}/advanced_editing.feature +0 -0
- data/features/regions/editable/basic_editing.feature +195 -0
- data/features/regions/{full → editable}/inserting_links.feature +19 -20
- data/features/regions/{full → editable}/inserting_media.feature +18 -36
- data/features/regions/{full → editable}/inserting_snippets.feature +18 -28
- data/features/regions/{full → editable}/inserting_special_characters.feature +2 -2
- data/features/regions/editable/inserting_tables.feature +109 -0
- data/features/regions/{full → editable}/pasting.feature +0 -0
- data/features/regions/{full → editable}/uploading_images.feature +0 -0
- data/features/regions/{markdown → markupable}/advanced_editing.feature +0 -0
- data/features/regions/{markdown → markupable}/basic_editing.feature +0 -0
- data/features/regions/{markdown → markupable}/inserting_links.feature +0 -0
- data/features/regions/{markdown → markupable}/inserting_media.feature +0 -0
- data/features/regions/{markdown → markupable}/inserting_snippets.feature +0 -0
- data/features/regions/{markdown → markupable}/inserting_special_characters.feature +0 -0
- data/features/regions/{markdown → markupable}/inserting_tables.feature +0 -0
- data/features/regions/{image → markupable}/uploading_images.feature +0 -0
- data/features/regions/{snippets → snippetable}/advanced_editing.feature +0 -0
- data/features/regions/{snippets → snippetable}/basic_editing.feature +0 -0
- data/features/regions/{snippets → snippetable}/inserting_snippets.feature +0 -0
- data/features/saving/saving.feature +8 -8
- data/features/step_definitions/mercury_steps.rb +438 -1
- data/features/support/env.rb +1 -11
- data/{lib/mercury/cucumber → features}/support/mercury_contents.rb +3 -3
- data/{lib/mercury/cucumber → features}/support/mercury_selectors.rb +20 -0
- data/features/support/selectors.rb +0 -23
- data/lib/generators/mercury/install/install_generator.rb +23 -12
- data/lib/generators/mercury/install/{images/templates → templates}/mongoid_paperclip_image.rb +0 -0
- data/lib/mercury/authentication.rb +0 -1
- data/lib/mercury-rails.rb +2 -1
- data/spec/javascripts/mercury/{dialog_spec.coffee → dialog_spec.js.coffee} +12 -11
- data/spec/javascripts/mercury/dialogs/backcolor_spec.js.coffee +3 -2
- data/spec/javascripts/mercury/dialogs/forecolor_spec.js.coffee +4 -3
- data/spec/javascripts/mercury/dialogs/formatblock_spec.js.coffee +3 -2
- data/spec/javascripts/mercury/dialogs/snippetpanel_spec.js.coffee +3 -2
- data/spec/javascripts/mercury/dialogs/style_spec.js.coffee +3 -2
- data/spec/javascripts/mercury/lightview_spec.js.coffee +142 -180
- data/spec/javascripts/mercury/mercury_spec.js.coffee +13 -19
- data/spec/javascripts/mercury/modal_spec.js.coffee +148 -192
- data/spec/javascripts/mercury/modals/htmleditor_spec.js.coffee +5 -4
- data/spec/javascripts/mercury/modals/insertcharacter_spec.js.coffee +3 -2
- data/spec/javascripts/mercury/modals/insertlink_spec.js.coffee +34 -107
- data/spec/javascripts/mercury/modals/insertmedia_spec.js.coffee +26 -106
- data/spec/javascripts/mercury/modals/insertsnippet_spec.js.coffee +3 -2
- data/spec/javascripts/mercury/modals/inserttable_spec.js.coffee +40 -50
- data/spec/javascripts/mercury/page_editor_spec.js.coffee +80 -124
- data/spec/javascripts/mercury/palette_spec.js.coffee +5 -4
- data/spec/javascripts/mercury/panel_spec.js.coffee +12 -9
- data/spec/javascripts/mercury/region_spec.js.coffee +17 -22
- data/spec/javascripts/mercury/regions/{full_spec.js.coffee → editable_spec.js.coffee} +28 -26
- data/spec/javascripts/mercury/regions/{markdown_spec.js.coffee → markupable_spec.js.coffee} +34 -32
- data/spec/javascripts/mercury/regions/{snippets_spec.js.coffee → snippetable_spec.js.coffee} +55 -54
- data/spec/javascripts/mercury/select_spec.js.coffee +5 -4
- data/spec/javascripts/mercury/snippet_spec.js.coffee +16 -92
- data/spec/javascripts/mercury/snippet_toolbar_spec.js.coffee +16 -31
- data/spec/javascripts/mercury/statusbar_spec.js.coffee +10 -9
- data/spec/javascripts/mercury/table_editor_spec.js.coffee +2 -1
- data/spec/javascripts/mercury/toolbar.button_group_spec.js.coffee +9 -7
- data/spec/javascripts/mercury/toolbar.button_spec.js.coffee +26 -55
- data/spec/javascripts/mercury/toolbar.expander_spec.js.coffee +13 -13
- data/spec/javascripts/mercury/toolbar_spec.js.coffee +14 -43
- data/spec/javascripts/mercury/tooltip_spec.js.coffee +2 -1
- data/spec/javascripts/mercury/uploader_spec.js.coffee +33 -47
- data/spec/javascripts/{support/event_simulation.js → spec_helper.js} +2 -0
- data/spec/javascripts/{fixtures → templates}/mercury/dialog.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/dialogs/backcolor.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/dialogs/forecolor.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/dialogs/formatblock.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/dialogs/snippetpanel.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/dialogs/style.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/lightview.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/modal.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/modals/htmleditor.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/modals/insertcharacter.html +0 -0
- data/spec/javascripts/templates/mercury/modals/insertlink.html +30 -0
- data/spec/javascripts/templates/mercury/modals/insertmedia.html +35 -0
- data/spec/javascripts/{fixtures → templates}/mercury/modals/insertsnippet.html +0 -0
- data/spec/javascripts/templates/mercury/modals/inserttable.html +27 -0
- data/spec/javascripts/{fixtures → templates}/mercury/page_editor.html +4 -4
- data/spec/javascripts/{fixtures → templates}/mercury/palette.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/panel.html +0 -0
- data/spec/javascripts/templates/mercury/region.html +2 -0
- data/spec/javascripts/templates/mercury/regions/editable.html +3 -0
- data/spec/javascripts/templates/mercury/regions/snippetable.html +4 -0
- data/spec/javascripts/{fixtures → templates}/mercury/select.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/snippet.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/snippet_toolbar.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/statusbar.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/table_editor.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/toolbar.button.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/toolbar.button_group.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/toolbar.expander.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/toolbar.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/tooltip.html +0 -0
- data/spec/javascripts/{fixtures → templates}/mercury/uploader.html +0 -0
- data/{app → vendor}/assets/images/mercury/button.png +0 -0
- data/{app → vendor}/assets/images/mercury/close.png +0 -0
- data/{app → vendor}/assets/images/mercury/loading-dark.gif +0 -0
- data/{app → vendor}/assets/images/mercury/loading-light.gif +0 -0
- data/{app → vendor}/assets/images/mercury/missing-image.png +0 -0
- data/{app → vendor}/assets/images/mercury/search-icon.png +0 -0
- data/{app → vendor}/assets/images/mercury/temp-logo.png +0 -0
- data/{app/assets/javascripts → vendor/assets/javascripts/mercury/dependencies}/jquery-1.7.js +0 -0
- data/{app → vendor}/assets/javascripts/mercury/dependencies/jquery-ui-1.8.13.custom.js +0 -0
- data/{app → vendor}/assets/javascripts/mercury/dependencies/jquery.additions.js +13 -103
- data/{app → vendor}/assets/javascripts/mercury/dependencies/jquery.htmlClean.js +0 -0
- data/{app → vendor}/assets/javascripts/mercury/dependencies/liquidmetal.js +0 -0
- data/{app → vendor}/assets/javascripts/mercury/dependencies/showdown.js +0 -0
- data/{app → vendor}/assets/javascripts/mercury/dialog.js.coffee +0 -0
- data/{app → vendor}/assets/javascripts/mercury/dialogs/backcolor.js.coffee +0 -0
- data/{app → vendor}/assets/javascripts/mercury/dialogs/forecolor.js.coffee +1 -1
- data/{app → vendor}/assets/javascripts/mercury/dialogs/formatblock.js.coffee +0 -0
- data/{app → vendor}/assets/javascripts/mercury/dialogs/snippetpanel.js.coffee +1 -1
- data/{app → vendor}/assets/javascripts/mercury/dialogs/style.js.coffee +0 -0
- data/{app → vendor}/assets/javascripts/mercury/finalize.js.coffee +0 -0
- data/{app → vendor}/assets/javascripts/mercury/history_buffer.js.coffee +0 -0
- data/{app → vendor}/assets/javascripts/mercury/lightview.js.coffee +17 -38
- data/{features/regions/markdown/uploading_images.feature → vendor/assets/javascripts/mercury/locales/da.locale.js.coffee} +0 -0
- data/{app → vendor}/assets/javascripts/mercury/locales/de.locale.js.coffee +10 -4
- data/{app → vendor}/assets/javascripts/mercury/locales/es.locale.js.coffee +9 -3
- data/{app → vendor}/assets/javascripts/mercury/locales/example.local.js.coffee +5 -3
- data/{app → vendor}/assets/javascripts/mercury/locales/fr.locale.js.coffee +9 -3
- data/{app → vendor}/assets/javascripts/mercury/locales/it.locale.js.coffee +9 -3
- data/{app → vendor}/assets/javascripts/mercury/locales/ko.local.js.coffee +10 -4
- data/{app → vendor}/assets/javascripts/mercury/locales/nl.locale.js.coffee +9 -3
- data/{app → vendor}/assets/javascripts/mercury/locales/pt.locale.js.coffee +9 -3
- data/{app → vendor}/assets/javascripts/mercury/locales/sv.local.js.coffee +9 -3
- data/{app → vendor}/assets/javascripts/mercury/locales/swedish_chef.locale.js.coffee +9 -3
- data/{app → vendor}/assets/javascripts/mercury/mercury.js.coffee +1 -10
- data/{app → vendor}/assets/javascripts/mercury/modal.js.coffee +40 -62
- data/{app → vendor}/assets/javascripts/mercury/modals/htmleditor.js.coffee +2 -3
- data/{app → vendor}/assets/javascripts/mercury/modals/insertcharacter.js.coffee +0 -1
- data/{app → vendor}/assets/javascripts/mercury/modals/insertsnippet.js.coffee +0 -2
- data/vendor/assets/javascripts/mercury/modals/inserttable.js.coffee +54 -0
- data/{app → vendor}/assets/javascripts/mercury/native_extensions.js.coffee +6 -0
- data/{app → vendor}/assets/javascripts/mercury/page_editor.js.coffee +50 -84
- data/{app → vendor}/assets/javascripts/mercury/palette.js.coffee +1 -1
- data/{app → vendor}/assets/javascripts/mercury/panel.js.coffee +2 -3
- data/{app → vendor}/assets/javascripts/mercury/plugins/save_as_xml/mercury/page_editor.js.coffee +2 -2
- data/{app → vendor}/assets/javascripts/mercury/plugins/save_as_xml/plugin.js +0 -0
- data/{app → vendor}/assets/javascripts/mercury/region.js.coffee +17 -18
- data/{app/assets/javascripts/mercury/regions/full.js.coffee → vendor/assets/javascripts/mercury/regions/editable.js.coffee} +31 -41
- data/{app/assets/javascripts/mercury/regions/markdown.js.coffee → vendor/assets/javascripts/mercury/regions/markupable.js.coffee} +24 -29
- data/{app → vendor}/assets/javascripts/mercury/regions/simple.js.coffee +54 -11
- data/{app/assets/javascripts/mercury/regions/snippets.js.coffee → vendor/assets/javascripts/mercury/regions/snippetable.js.coffee} +9 -10
- data/{app → vendor}/assets/javascripts/mercury/select.js.coffee +1 -1
- data/{app → vendor}/assets/javascripts/mercury/snippet_toolbar.js.coffee +6 -19
- data/{app → vendor}/assets/javascripts/mercury/statusbar.js.coffee +0 -0
- data/{app → vendor}/assets/javascripts/mercury/support/history.js +0 -0
- data/{app → vendor}/assets/javascripts/mercury/table_editor.js.coffee +0 -16
- data/{app → vendor}/assets/javascripts/mercury/toolbar.button.js.coffee +30 -45
- data/{app → vendor}/assets/javascripts/mercury/toolbar.button_group.js.coffee +2 -2
- data/{app → vendor}/assets/javascripts/mercury/toolbar.expander.js.coffee +4 -4
- data/{app → vendor}/assets/javascripts/mercury/toolbar.js.coffee +6 -10
- data/{app → vendor}/assets/javascripts/mercury/tooltip.js.coffee +0 -0
- data/{app → vendor}/assets/javascripts/mercury/uploader.js.coffee +19 -37
- data/{app → vendor}/assets/javascripts/mercury.js +87 -60
- data/vendor/assets/javascripts/mercury_loader.js +193 -0
- data/vendor/assets/javascripts/mercury_overrides.js +6 -0
- data/{app → vendor}/assets/stylesheets/mercury/all_images.css.erb +2 -6
- data/{app → vendor}/assets/stylesheets/mercury/dialog.css +8 -21
- data/{app → vendor}/assets/stylesheets/mercury/lightview.css +56 -6
- data/vendor/assets/stylesheets/mercury/mercury.css +151 -0
- data/{app → vendor}/assets/stylesheets/mercury/modal.css +32 -15
- data/{app → vendor}/assets/stylesheets/mercury/statusbar.css +0 -0
- data/{app → vendor}/assets/stylesheets/mercury/toolbar.css +1 -4
- data/{app → vendor}/assets/stylesheets/mercury/tooltip.css +0 -0
- data/{app → vendor}/assets/stylesheets/mercury/uploader.css +4 -4
- data/{app → vendor}/assets/stylesheets/mercury.css +5 -1
- data/vendor/assets/stylesheets/mercury_overrides.css +17 -0
- metadata +197 -367
- data/POST_INSTALL +0 -21
- data/app/assets/images/mercury/default-snippet.png +0 -0
- data/app/assets/images/mercury/toolbar/editable/buttons.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/_expander.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/_pressed.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/action.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/historypanel.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/insertcharacter.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/insertlink.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/insertmedia.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/inserttable.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/inspectorpanel.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/notespanel.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/preview.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/redo.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/save.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/snippetpanel.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/tools.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/undo.png +0 -0
- data/app/assets/images/mercury/toolbar/primary/user.png +0 -0
- data/app/assets/images/mercury/toolbar/snippets/buttons.png +0 -0
- data/app/assets/javascripts/mercury/locales/ar.locale.js.coffee +0 -201
- data/app/assets/javascripts/mercury/locales/da.locale.js.coffee +0 -208
- data/app/assets/javascripts/mercury/locales/hu.locale.js.coffee +0 -209
- data/app/assets/javascripts/mercury/locales/pl.locale.js.coffee +0 -213
- data/app/assets/javascripts/mercury/locales/ru.locale.js.coffee +0 -200
- data/app/assets/javascripts/mercury/locales/uk.locale.js.coffee +0 -200
- data/app/assets/javascripts/mercury/locales/zh.local.js.coffee +0 -203
- data/app/assets/javascripts/mercury/mercury-compiled.js +0 -10720
- data/app/assets/javascripts/mercury/modals/insertlink.js.coffee +0 -152
- data/app/assets/javascripts/mercury/modals/insertmedia.js.coffee +0 -132
- data/app/assets/javascripts/mercury/modals/inserttable.js.coffee +0 -68
- data/app/assets/javascripts/mercury/regions/image.js.coffee +0 -93
- data/app/assets/javascripts/mercury/snippet.js.coffee +0 -136
- data/app/assets/stylesheets/_mercury-bootstrap-overrides.scss +0 -61
- data/app/assets/stylesheets/_mercury-sass.scss +0 -33
- data/app/assets/stylesheets/mercury/bootstrap-ish.css +0 -1367
- data/app/assets/stylesheets/mercury/bootstrap-overrides.css +0 -61
- data/app/assets/stylesheets/mercury/mercury.css +0 -43
- data/app/helpers/mercury_helper.rb +0 -7
- data/app/views/layouts/mercury.html.haml +0 -19
- data/app/views/layouts/mercury.html.slim +0 -19
- data/app/views/mercury/snippets/no_options/preview.html.erb +0 -1
- data/config/routes.rb +0 -9
- data/features/generators/authentication.feature +0 -10
- data/features/generators/images.feature +0 -41
- data/features/generators/install.feature +0 -21
- data/features/regions/full/basic_editing.feature +0 -198
- data/features/regions/full/inserting_tables.feature +0 -109
- data/features/regions/simple/basic_editing.feature +0 -5
- data/features/step_definitions/custom_web_steps.rb +0 -22
- data/features/step_definitions/generator_steps.rb +0 -23
- data/features/support/aruba.rb +0 -28
- data/lib/generators/mercury/install/authentication/authentication_generator.rb +0 -17
- data/lib/generators/mercury/install/images/images_generator.rb +0 -47
- data/lib/mercury/cucumber/step_definitions/mercury_steps.rb +0 -408
- data/lib/mercury/cucumber/step_definitions.rb +0 -13
- data/lib/mercury/engine.rb +0 -19
- data/lib/mercury/rails.rb +0 -5
- data/lib/mercury/version.rb +0 -3
- data/spec/dummy/Rakefile +0 -7
- data/spec/dummy/app/assets/javascripts/application.js +0 -0
- data/spec/dummy/app/assets/javascripts/prototype.js +0 -6082
- data/spec/dummy/app/assets/stylesheets/application.css.scss +0 -110
- data/spec/dummy/app/controllers/application_controller.rb +0 -3
- data/spec/dummy/app/views/layouts/application.html.erb +0 -14
- data/spec/dummy/app/views/layouts/mercury.html.erb +0 -28
- data/spec/dummy/config/application.rb +0 -58
- data/spec/dummy/config/boot.rb +0 -10
- data/spec/dummy/config/database.yml +0 -10
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -37
- data/spec/dummy/config/environments/production.rb +0 -67
- data/spec/dummy/config/environments/test.rb +0 -37
- data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy/config/initializers/inflections.rb +0 -15
- data/spec/dummy/config/initializers/mime_types.rb +0 -5
- data/spec/dummy/config/initializers/secret_token.rb +0 -7
- data/spec/dummy/config/initializers/session_store.rb +0 -8
- data/spec/dummy/config/initializers/teabag.rb +0 -9
- data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy/config/locales/en.yml +0 -5
- data/spec/dummy/config/routes.rb +0 -5
- data/spec/dummy/config.ru +0 -4
- data/spec/dummy/db/.gitkeep +0 -0
- data/spec/dummy/public/500.html +0 -25
- data/spec/dummy/public/blank.html +0 -1
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/public/images/bunny.gif +0 -0
- data/spec/dummy/public/images/bunny2.jpg +0 -0
- data/spec/dummy/public/index.html +0 -279
- data/spec/dummy/script/rails +0 -6
- data/spec/javascripts/fixtures/mercury/modals/insertlink.html +0 -67
- data/spec/javascripts/fixtures/mercury/modals/insertmedia.html +0 -87
- data/spec/javascripts/fixtures/mercury/modals/inserttable.html +0 -73
- data/spec/javascripts/fixtures/mercury/region.html +0 -6
- data/spec/javascripts/fixtures/mercury/regions/full.html +0 -1
- data/spec/javascripts/fixtures/mercury/regions/image.html +0 -1
- data/spec/javascripts/fixtures/mercury/regions/markdown.html +0 -1
- data/spec/javascripts/fixtures/mercury/regions/simple.html +0 -1
- data/spec/javascripts/fixtures/mercury/regions/snippets.html +0 -4
- data/spec/javascripts/mercury/regions/image_spec.js.coffee +0 -33
- data/spec/javascripts/mercury/regions/simple_spec.js.coffee +0 -32
- data/spec/javascripts/spec_helper.coffee +0 -4
- data/spec/teabag_env.rb +0 -32
@@ -1,209 +0,0 @@
|
|
1
|
-
Mercury.I18n['hu'] =
|
2
|
-
# ## Javascript Strings
|
3
|
-
|
4
|
-
# ### Default Configuration
|
5
|
-
"Save": "Mentés"
|
6
|
-
"Save this page": "Az oldal elmentése"
|
7
|
-
"Preview": "Előnézet"
|
8
|
-
"Preview this page": "Az oldal előnézete"
|
9
|
-
"Undo": "Visszavonás"
|
10
|
-
"Undo your last action": "Utolsó visszavonása"
|
11
|
-
"Redo": "Ismétlés"
|
12
|
-
"Redo your last action": "Utolsó ismétlése"
|
13
|
-
"Link": "Hivatkozás"
|
14
|
-
"Insert Link": "Hivatkozás beszúrása"
|
15
|
-
"Media": "Média"
|
16
|
-
"Insert Media (images and videos)": "Képek és videók beszúrása"
|
17
|
-
"Table": "Táblázat"
|
18
|
-
"Insert Table": "Táblázat beszúrása"
|
19
|
-
"Character": "Karakter"
|
20
|
-
"Special Characters": "Különleges karakter"
|
21
|
-
"Snippet": "Darabka"
|
22
|
-
"Snippet Panel": "Darabkák"
|
23
|
-
"History": "Előzmények"
|
24
|
-
"Page Version History": "Oldal változatai"
|
25
|
-
"Notes": "Megjegyzések"
|
26
|
-
"Page Notes": "Oldal megjegyzései"
|
27
|
-
"Style": "Stílus"
|
28
|
-
"Block Format": "Bekezdés formázása"
|
29
|
-
"Background Color": "Háttérszín"
|
30
|
-
"Text Color": "Szövegszín"
|
31
|
-
"Bold": "Félkövér"
|
32
|
-
"Italicize": "Dőlt"
|
33
|
-
"Overline": "Föléhúzott"
|
34
|
-
"Strikethrough": "Áthúzott"
|
35
|
-
"Underline": "Aláhúzott"
|
36
|
-
"Subscript": "Alsó index"
|
37
|
-
"Superscript": "Felső index"
|
38
|
-
"Align Left": "Balra"
|
39
|
-
"Center": "Középre"
|
40
|
-
"Align Right": "Jobbra"
|
41
|
-
"Justify Full": "Sorkizárt"
|
42
|
-
"Unordered List": "Rendezetlen lista"
|
43
|
-
"Numbered List": "Számozott lista"
|
44
|
-
"Decrease Indentation": "Behúzás csökkentése"
|
45
|
-
"Increase Indentation": "Behúzás növelése"
|
46
|
-
"Insert Table Row": "Táblázat sor beszúrása"
|
47
|
-
"Insert a table row before the cursor": "Táblázat sor a kurzor elé"
|
48
|
-
"Insert a table row after the cursor": "Táblázat sor a kurzor mögé"
|
49
|
-
"Delete Table Row": "Táblázat sor törlése"
|
50
|
-
"Delete this table row": "Ennek a sornak a törlése"
|
51
|
-
"Insert Table Column": "Tábla oszlop beszúrása"
|
52
|
-
"Insert a table column before the cursor": "Tábla oszlop a kurzor elé"
|
53
|
-
"Insert a table column after the cursor": "Tábla oszlop a kurzor mögé"
|
54
|
-
"Delete Table Column": "Tábla oszlop törlése"
|
55
|
-
"Delete this table column": "Ennek az oszlopnak a törlése"
|
56
|
-
"Increase Cell Columns": "Cella oszlopok növelése"
|
57
|
-
"Decrease Cell Columns": "Cella oszlopok csökkentése"
|
58
|
-
"Increase Cell Rows": "Cella sorok növelése"
|
59
|
-
"Decrease Cell Rows": "Cella sorok csökkentése"
|
60
|
-
"Horizontal Rule": "Vízszintes vonal"
|
61
|
-
"Insert a horizontal rule": "Vízszintes vonal beszúrása"
|
62
|
-
"Remove Formatting": "Formázás eltávolítása"
|
63
|
-
"Remove formatting for the selection": "Formázás eltávolítása a kijelölésben"
|
64
|
-
"Edit HTML": "HTML szerkesztése"
|
65
|
-
"Edit the HTML content": "HTML tartalom szerkesztése"
|
66
|
-
"Edit Snippet Settings": "Darabkák beállításai"
|
67
|
-
"Remove Snippet": "Darabka törlése"
|
68
|
-
|
69
|
-
# ### General
|
70
|
-
# Error Messages
|
71
|
-
"Mercury.Regions.%s is unsupported in this client. Supported browsers are %s.": "Mercury.Regions.%s nem támogatott. Támogatott böngészők: %s."
|
72
|
-
"Mercury.PageEditor can only be instantiated once.": "Mercury.PageEditor can only be instantiated once."
|
73
|
-
"Opera isn't a fully supported browser, your results may not be optimal.": "Az Opera böngésző nem teljesen támogatott, az oldal hibásan működhet."
|
74
|
-
"Mercury.PageEditor failed to load: %s\n\nPlease try refreshing.": "A Mercury.PageEditor betöltése sikertelen: %s\n\nKérjük próbálja meg frissíteni az oldalt."
|
75
|
-
"Region type is malformed, no data-type provided, or \"%s\" is unknown for the \"%s\" region.": "Region type is malformed, no data-type provided, or \"%s\" is unknown for the \"%s\" region."
|
76
|
-
"Mercury was unable to save to the url: %s": "Nem tudtam menteni: %s"
|
77
|
-
"invalid": "érvénytelen"
|
78
|
-
"can't be blank": "nem lehet üres"
|
79
|
-
# Confirmations
|
80
|
-
"You have unsaved changes. Are you sure you want to leave without saving them first?": "Nincs minden elmentve. Biztos benne, hogy elhaggya az oldalt mentés nélkül?"
|
81
|
-
|
82
|
-
# ### Toolbar / Buttons
|
83
|
-
# Error Messages
|
84
|
-
"Unknown button type \"%s\" used for the \"%s\" button.": "Ismeretlen gomb típus \"%s\" használata a \"%s\" gombhoz."
|
85
|
-
"Unknown button structure -- please provide an array, object, or string for \"%s\".": "Ismeretlen gomb struktúra -- tömböt, objektumot, vagy string-et adjon meg \"%s\"-nek."
|
86
|
-
|
87
|
-
# ### Modals / Dialogs / Etc.
|
88
|
-
# Error Messages
|
89
|
-
"Mercury was unable to load %s for the \"%s\" dialog.": "Mercury was unable to load %s for the \"%s\" dialog."
|
90
|
-
"Mercury was unable to load %s for the lightview.": "Mercury was unable to load %s for the lightview."
|
91
|
-
"Mercury was unable to load %s for the modal.": "Mercury was unable to load %s for the modal."
|
92
|
-
|
93
|
-
# ### Snippets
|
94
|
-
# Error Messages
|
95
|
-
"Error loading the preview for the \"%s\" snippet.": "Hiba történt a \"%s\" darabka előnézetének betöltésekor."
|
96
|
-
# Misc
|
97
|
-
"Snippet Options": "Darabka beállításai"
|
98
|
-
|
99
|
-
# ### Uploader
|
100
|
-
# Error Messages
|
101
|
-
"Unable to process response: %s": "Nem sikerült feldolgozni a választ: %s"
|
102
|
-
"Error: Unable to upload the file": "Hiba: Nem sikerült feltölteni a fájlt"
|
103
|
-
"Malformed response from server": "Hibás válasz a kiszolgálótól" # needs translation
|
104
|
-
"Too large": "Túl nagy"
|
105
|
-
"Unsupported format": "Nem támogatott formátum"
|
106
|
-
# Statuses
|
107
|
-
"Processing...": "Feldolgozás..."
|
108
|
-
"Uploading...": "Feltöltés..."
|
109
|
-
"Aborted": "Megszakadt"
|
110
|
-
"Successfully uploaded...": "Sikeresen feltöltve..."
|
111
|
-
"Name: %s": "Név: %s"
|
112
|
-
"Size: %s": "Méret: %s"
|
113
|
-
"Type: %s": "Type: %s"
|
114
|
-
|
115
|
-
# Inserting Media
|
116
|
-
"Error: The provided youtube share url was invalid.": "Hiba: A megadott youtube megosztott url érvénytelen."
|
117
|
-
"Error: The provided vimeo url was invalid.": "Hiba: A megadott vimeo url érvénytelen."
|
118
|
-
|
119
|
-
# Statusbar
|
120
|
-
"Path:": "Útvonal"
|
121
|
-
|
122
|
-
|
123
|
-
# ## HTML / Template Strings
|
124
|
-
|
125
|
-
# ### Modals
|
126
|
-
# Insert Link Modal (link.html)
|
127
|
-
"Link Content": "Hivatkozás leírása"
|
128
|
-
"Standard Links": "Egyszerű hivatkozás"
|
129
|
-
"URL": "URL"
|
130
|
-
"Lista / Könyvjelző hivatkozás": ""
|
131
|
-
"Existing Links": "Létező hivatkozások"
|
132
|
-
"Bookmark": "Könyvjelző"
|
133
|
-
"Options": "Beállítások"
|
134
|
-
"Link Target": "Hivatkozás célpontja"
|
135
|
-
"Self (the same window or tab)": "Önmaga (azonos ablakban vagy fülön)"
|
136
|
-
"Blank (a new window or tab)": "Új (egy új ablakban vagy fülön)"
|
137
|
-
"Top (removes any frames)": "Felső (eltűnteti a kereteket)"
|
138
|
-
"Popup Window (javascript new window popup)": "Felbukkanó ablak (javascript felbukkanó ablak)"
|
139
|
-
"Popup Width": "Szélesség"
|
140
|
-
"Popup Height": "Magasság"
|
141
|
-
|
142
|
-
# Insert Media Modal (media.html)
|
143
|
-
"Images": "Képek"
|
144
|
-
"Videos": "Videók"
|
145
|
-
"YouTube URL": "YouTube hivatkozás"
|
146
|
-
"Vimeo URL": "Vimeo hivatkozás"
|
147
|
-
"Alignment": "Elrendezés"
|
148
|
-
"None": "Nincs"
|
149
|
-
"Left": "Balra"
|
150
|
-
"Right": "Jobbra"
|
151
|
-
"Top": "Fel"
|
152
|
-
"Middle": "Középre"
|
153
|
-
"Bottom": "Le"
|
154
|
-
"Absolute Middle": "Abszolút középre"
|
155
|
-
"Absolute Bottom": "Abszolút alulra"
|
156
|
-
"Width": "Szélesség"
|
157
|
-
"Height": "Magasság"
|
158
|
-
"Insert Media": "Média beszúrása"
|
159
|
-
|
160
|
-
# Insert Table Modal (table.html)
|
161
|
-
"Rows": "Sorok"
|
162
|
-
"Add Before": "+ elé"
|
163
|
-
"Add After": "+ mögé"
|
164
|
-
"Remove": "Eltávolít"
|
165
|
-
"Columns": "Oszlopok"
|
166
|
-
"Row Span": "Sor összevonás"
|
167
|
-
"Column Span": "Oszlop összevonás"
|
168
|
-
"Border": "Keret"
|
169
|
-
"Spacing": "Elhelyezés"
|
170
|
-
|
171
|
-
# HTML Editor Modal (htmleditor.html)
|
172
|
-
"HTML Editor": "HTML szerkesztő"
|
173
|
-
"Save and Replace": "Mentés és csere"
|
174
|
-
|
175
|
-
# ### Dialogs / Etc.
|
176
|
-
# Color Palettes (forecolor.html, backcolor.html)
|
177
|
-
"Last Color Picked": "Utoljára választott szín"
|
178
|
-
|
179
|
-
# Block Format Select (formatblock.html)
|
180
|
-
"Heading 1": "Címsor 1"
|
181
|
-
"Heading 2": "Címsor 2"
|
182
|
-
"Heading 3": "Címsor 3"
|
183
|
-
"Heading 4": "Címsor 4"
|
184
|
-
"Heading 5": "Címsor 5"
|
185
|
-
"Heading 6": "Címsor 6"
|
186
|
-
"Paragraph": "Bekezdés"
|
187
|
-
"Blockquote": "Idézet"
|
188
|
-
"Formatted": "Formázott"
|
189
|
-
|
190
|
-
# About Mercury Panel (about.html)
|
191
|
-
"Project Home": "Projekt oldala"
|
192
|
-
"Project Source": "Projekt forrása"
|
193
|
-
|
194
|
-
# ### Demo / Placeholder / Defaults
|
195
|
-
"The history panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.": "The history panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it."
|
196
|
-
|
197
|
-
"The notes panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.": "The notes panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it."
|
198
|
-
|
199
|
-
"Snippet Name": "Darabka neve"
|
200
|
-
"A one or two line long description of what this snippet does.": "Egy 1-2 soros leírás, hogy mit is csinál ez a darabka."
|
201
|
-
|
202
|
-
"First Name": "Keresztnév"
|
203
|
-
"Favorite Beer": "Kedvenc sör"
|
204
|
-
"Insert Snippet": "Darabka beszúrása"
|
205
|
-
|
206
|
-
|
207
|
-
# ## Custom Regional Overrides (eg. en-US)
|
208
|
-
#_US_:
|
209
|
-
# "Save": ""
|
@@ -1,213 +0,0 @@
|
|
1
|
-
Mercury.I18n['pl'] =
|
2
|
-
# ## Javascript Strings
|
3
|
-
|
4
|
-
# ### Default Configuration
|
5
|
-
"Save": "Zapisz"
|
6
|
-
"Save this page": "Zapisz stronę"
|
7
|
-
"Preview": "Podgląd"
|
8
|
-
"Preview this page": "Podejrzyj stronę"
|
9
|
-
"Undo": "Cofnij"
|
10
|
-
"Undo your last action": "Cofnij ostatnią zmianę"
|
11
|
-
"Redo": "Powtórz"
|
12
|
-
"Redo your last action": "Powtórz ostatnią zmianę"
|
13
|
-
"Link": "Link"
|
14
|
-
"Insert Link": "Wstaw link"
|
15
|
-
"Media": "Media"
|
16
|
-
"Insert Media (images and videos)": "Wstaw Media (zdjęcia i filmy)"
|
17
|
-
"Table": "Tabela"
|
18
|
-
"Insert Table": "Wstaw tabele"
|
19
|
-
"Character": "Znak"
|
20
|
-
"Special Characters": "Znak specjalny"
|
21
|
-
"Snippet": "Snippet"
|
22
|
-
"Snippet Panel": "Panel snippet"
|
23
|
-
"History": "Historia"
|
24
|
-
"Page Version History": "Historia strony"
|
25
|
-
"Notes": "Notatki"
|
26
|
-
"Page Notes": "Notatki na stronie"
|
27
|
-
"Style": "Styl"
|
28
|
-
"Block Format": "Format bloku"
|
29
|
-
"Background Color": "Kolor tła"
|
30
|
-
"Text Color": "Kolor tekstu"
|
31
|
-
"Bold": "Pogrubiona"
|
32
|
-
"Italicize": "Kursywa"
|
33
|
-
"Overline": "Nadkreślenie"
|
34
|
-
"Strikethrough": "Przekreślenie"
|
35
|
-
"Underline": "Podkreślenie"
|
36
|
-
"Subscript": "Indeks dolny"
|
37
|
-
"Superscript": "Indeks górny"
|
38
|
-
"Align Left": "Wyrównaj do lewej"
|
39
|
-
"Center": "Wyśrodkuj"
|
40
|
-
"Align Right": "Wyrównaj do prawej"
|
41
|
-
"Justify Full": "Wyjustuj"
|
42
|
-
"Unordered List": "Lista nieuporządkowana"
|
43
|
-
"Numbered List": "Numerowana lista"
|
44
|
-
"Decrease Indentation": "Usuń wcięcie"
|
45
|
-
"Increase Indentation": "Dodaj wcięcie"
|
46
|
-
"Insert Table Row": "Wstaw wiersz"
|
47
|
-
"Insert a table row before the cursor": "Wstaw wiersz przed kursorem"
|
48
|
-
"Insert a table row after the cursor": "Wstaw wiersz za kursorem"
|
49
|
-
"Delete Table Row": "Usuń wiersz"
|
50
|
-
"Delete this table row": "Usuń ten wiersz"
|
51
|
-
"Insert Table Column": "Wstaw kolumnę"
|
52
|
-
"Insert a table column before the cursor": "Wstaw kolumnę przed kursorem"
|
53
|
-
"Insert a table column after the cursor": "Wstaw kolumnę za kursorem"
|
54
|
-
"Delete Table Column": "Usuń kolumnę"
|
55
|
-
"Delete this table column": "Usuń tą kolumnę"
|
56
|
-
"Increase Cell Columns": "Zwiększ ilość komórek kolumny"
|
57
|
-
"Decrease Cell Columns": "Zmniejsz ilość komórek kolumny"
|
58
|
-
"Increase Cell Rows": "Zwiększ ilość komórek wiersza"
|
59
|
-
"Decrease Cell Rows": "Zmniejsz ilość komórek wiersza"
|
60
|
-
"Increase the cells colspan": "Zwiększ rozpiętość komórki w kolumnie"
|
61
|
-
"Decrease the cells colspan and add a new cell": "Zmniejsz rozpiętość komórki wstawiając nową komórkę w kolumnie"
|
62
|
-
"Increase the cells rowspan": "Zwiększ rozpiętość komórki w wierszu"
|
63
|
-
"Decrease the cells rowspan and add a new cell": "Zmniejsz rozpiętość komórki wstawiając nową komórkę w wierszu"
|
64
|
-
"Horizontal Rule": "Pozioma linia"
|
65
|
-
"Insert a horizontal rule": "Wstaw poziomą linię"
|
66
|
-
"Remove Formatting": "Usuń formatowanie"
|
67
|
-
"Remove formatting for the selection": "Usuń formatowanie dla zaznaczenia"
|
68
|
-
"Edit HTML": "Edytuj HTML"
|
69
|
-
"Edit the HTML content": "Edytuj zawartość HTML"
|
70
|
-
"Edit Snippet Settings": "Edytuj ustawienia Snippets"
|
71
|
-
"Remove Snippet": "Usuń Snippet"
|
72
|
-
|
73
|
-
# ### General
|
74
|
-
# Error Messages
|
75
|
-
"Mercury.PageEditor is unsupported in this client. Supported browsers are Chrome 10+, Firefox 4+, and Safari 5+.": "Mercury.PageEditor jest obsługiwany w przeglądarkach: Chrome 10+, Firefox 4+, oraz Safari 5+."
|
76
|
-
"Mercury.PageEditor can only be instantiated once.": "Instancja Mercury.PageEditor może być tylko jedna."
|
77
|
-
"Opera isn't a fully supported browser, your results may not be optimal.": "Opera nie jest całkowicie obsługiwana. Rezultaty mogą być nie do końca zadowalające."
|
78
|
-
"Mercury.PageEditor failed to load: %s\n\nPlease try refreshing.": "Mercury.PageEditor nie załadował: %s\n\nSpróbuj odświeżyć stronę."
|
79
|
-
"Region type is malformed, no data-type provided, or \"%s\" is unknown for the \"%s\" region.": "Typ Region jest uszkodzony, brak data-type lub \"%s\" jest nieznany dla \"%s\" region."
|
80
|
-
"Mercury was unable to save to the url: %s": "Mercury nie mógł zapisać do podanego url: %s"
|
81
|
-
# Confirmations
|
82
|
-
"You have unsaved changes.Are you sure you want to leave without saving them first?": "Nie zapisałeś zmian. Jesteś pewny, że chcesz opuścić stronę bez zapisywania?"
|
83
|
-
|
84
|
-
# ### Toolbar / Buttons
|
85
|
-
# Error Messages
|
86
|
-
"Unknown button type \"%s\" used for the \"%s\" button.": "Nieznany typ przycisku \"%s\" użyty dla przycisku \"%s\""
|
87
|
-
"Unknown button structure -- please provide an array, object, or string for \"%s\".": "Nieznany format przycisku -- proszę podać array, obiect lub string dla \"%s\"."
|
88
|
-
|
89
|
-
# ### Modals / Dialogs / Etc.
|
90
|
-
# Error Messages
|
91
|
-
"Mercury was unable to load %s for the \"%s\" dialog.": "Mercury nie mógł załadować %s dla \"%s\"."
|
92
|
-
"Mercury was unable to load %s for the lightview.": "Mercury nie mógł załadować %s dla lightview."
|
93
|
-
"Mercury was unable to load %s for the modal.": "Mercury nie mógł załadować %s dla modal."
|
94
|
-
|
95
|
-
# ### Snippets
|
96
|
-
# Error Messages
|
97
|
-
"Error loading the preview for the \"%s\" snippet.": "Błąd przy ładowaniu podglądu dla \"%s\"."
|
98
|
-
# Misc
|
99
|
-
"Snippet Options": "Opcje Snippet"
|
100
|
-
|
101
|
-
# ### Uploader
|
102
|
-
# Error Messages
|
103
|
-
"Unable to process response: %s": "Nie można przetworzyć odpowiedzi: %s"
|
104
|
-
"Error: Unable to upload the file": "Błąd: Niemożliwe załadowanie pliku"
|
105
|
-
"Too large": "Za duży rozmiar"
|
106
|
-
"Unsupported format": "Niepoprawny format"
|
107
|
-
# Statuses
|
108
|
-
"Processing...": "Trwa przetwarzanie..."
|
109
|
-
"Uploading...": "Ładowanie..."
|
110
|
-
"Aborted": "Anulowano"
|
111
|
-
"Successfully uploaded...": "Załadowano pomyślnie..."
|
112
|
-
"Name: %s": "Nazwa: %s"
|
113
|
-
"Size: %s": "Rozmiar: %s"
|
114
|
-
"Type: %s": "Typ: %s"
|
115
|
-
|
116
|
-
# Inserting Media
|
117
|
-
"Error: The provided youtube share url was invalid.": "Błąd: Niepoprawny URL z opcji udostępnij - youtube"
|
118
|
-
"Error: The provided vimeo url was invalid.": "Błąd: Niepoprawny URL vimeo"
|
119
|
-
|
120
|
-
# Statusbar
|
121
|
-
"Path:": "Ścieżka:"
|
122
|
-
|
123
|
-
|
124
|
-
# ## HTML / Template Strings
|
125
|
-
|
126
|
-
# ### Modals
|
127
|
-
# Insert Link Modal (link.html)
|
128
|
-
"Link Content": "Tytuł linka"
|
129
|
-
"Standard Links": "Źródło linka"
|
130
|
-
"URL": "URL"
|
131
|
-
"Index / Bookmark Links": "Indeksy / Zakładki na stronie"
|
132
|
-
"Existing Links": "Link do istniejącej zakładki"
|
133
|
-
"Bookmark": "Nowa zakładka"
|
134
|
-
"Options": "Opcje"
|
135
|
-
"Link Target": "Target link"
|
136
|
-
"Self (the same window or tab)": "Self (te samo okno)"
|
137
|
-
"Blank (a new window or tab)": "Blank (nowe okno lub zakładka)"
|
138
|
-
"Top (removes any frames)": "Top (usuń wszystkie ramki na stronie)"
|
139
|
-
"Popup Window (javascript new window popup)": "Popup (wyskakujące okienko javascript)"
|
140
|
-
"Popup Width": "Szerokość okienka"
|
141
|
-
"Popup Height": "Wysokość okienka"
|
142
|
-
"Insert Link": "Wstaw link"
|
143
|
-
|
144
|
-
# Insert Media Modal (media.html)
|
145
|
-
"Images": "Zdjęcie"
|
146
|
-
"Videos": "Film"
|
147
|
-
"YouTube Share URL": "YouTube Udostępnij URL"
|
148
|
-
"Vimeo URL": "Vimeo URL"
|
149
|
-
"Alignment": "Wyrównanie"
|
150
|
-
"None": "Brak"
|
151
|
-
"Left": "Lewo"
|
152
|
-
"Right": "Prawo"
|
153
|
-
"Top": "Góra"
|
154
|
-
"Middle": "Środek"
|
155
|
-
"Bottom": "Dół"
|
156
|
-
"Absolute Middle": "Bezwzględnie pośrodku"
|
157
|
-
"Absolute Bottom": "Bezwzględnie na spodzie"
|
158
|
-
"Width": "Szerokość"
|
159
|
-
"Height": "Wysokość"
|
160
|
-
"Insert Media": "Wstaw Media"
|
161
|
-
|
162
|
-
# Insert Table Modal (table.html)
|
163
|
-
"Rows": "Wiersze"
|
164
|
-
"Add Before": "Dodaj przed"
|
165
|
-
"Add After": "Dodaj za"
|
166
|
-
"Remove": "Usuń"
|
167
|
-
"Columns": "Kolumny"
|
168
|
-
"Row Span": "Rozpiętość wiersza"
|
169
|
-
"Column Span": "Rozpiętość kolumny"
|
170
|
-
"Options": "Opcje"
|
171
|
-
"Alignment": "Wyrównanie"
|
172
|
-
"Border": "Obramowanie"
|
173
|
-
"Spacing": "Rozstaw"
|
174
|
-
"Insert Table": "Wstaw tabele"
|
175
|
-
|
176
|
-
# HTML Editor Modal (htmleditor.html)
|
177
|
-
"HTML Editor": "Edytor HTML"
|
178
|
-
"Save and Replace": "Zapisz i zamień"
|
179
|
-
|
180
|
-
# ### Dialogs / Etc.
|
181
|
-
# Color Palettes (forecolor.html, backcolor.html)
|
182
|
-
"Last Color Picked": "Ostatnio wybrany kolor"
|
183
|
-
|
184
|
-
# Block Format Select (formatblock.html)
|
185
|
-
"Heading 1": "Nagłówek 1"
|
186
|
-
"Heading 2": "Nagłówek 2"
|
187
|
-
"Heading 3": "Nagłówek 3"
|
188
|
-
"Heading 4": "Nagłówek 4"
|
189
|
-
"Heading 5": "Nagłówek 5"
|
190
|
-
"Heading 6": "Nagłówek 6"
|
191
|
-
"Paragraph": "Akapit"
|
192
|
-
"Blockquote": "Cytat"
|
193
|
-
"Formatted": "W ramce"
|
194
|
-
|
195
|
-
# About Mercury Panel (about.html)
|
196
|
-
"Project Home": "Strona domowa"
|
197
|
-
"Project Source": "Repozytorium"
|
198
|
-
|
199
|
-
# ### Demo / Placeholder / Defaults
|
200
|
-
"The history panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.": "Panel historii musisz napisać sam ;)."
|
201
|
-
|
202
|
-
"The notes panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.": "Panel notatek musisz napisać sam ;)."
|
203
|
-
|
204
|
-
"Snippet Name": "Nowy Snippet"
|
205
|
-
"A one or two line long description of what this snippet does.": "Dodaj jedną lub dwie linie opisu użyteczności snippetu(wstawki)"
|
206
|
-
|
207
|
-
"First Name": "Marcin"
|
208
|
-
"Favorite Beer": "Każde"
|
209
|
-
"Insert Snippet": "Wstaw Snippet"
|
210
|
-
|
211
|
-
# ## Custom Regional Overrides (eg. pl-LW)
|
212
|
-
_LW_:
|
213
|
-
"Save": ""
|
@@ -1,200 +0,0 @@
|
|
1
|
-
Mercury.I18n['ru'] =
|
2
|
-
# ## Javascript Strings
|
3
|
-
|
4
|
-
# ### Default Configuration
|
5
|
-
"Save": "Сохранить"
|
6
|
-
"Save this page": "Сохранить страницу"
|
7
|
-
"Preview": "Превью"
|
8
|
-
"Preview this page": "Превью этой страницы"
|
9
|
-
"Undo": "Отменить"
|
10
|
-
"Undo your last action": "Отменить последнее действие"
|
11
|
-
"Redo": "Вернуть"
|
12
|
-
"Redo your last action": "Вернуть последнее действие"
|
13
|
-
"Link": "Ссылка"
|
14
|
-
"Insert Link": "Вставить ссылку"
|
15
|
-
"Media": "Медиа"
|
16
|
-
"Insert Media (images and videos)": "Вставить медиа (изображения и видео)"
|
17
|
-
"Table": "Таблица"
|
18
|
-
"Insert Table": "Вставить таблицу"
|
19
|
-
"Character": "Символ"
|
20
|
-
"Special Characters": "Специальные символы"
|
21
|
-
"Snippet": "Сниппет"
|
22
|
-
"Snippet Panel": "Сниппет-панель"
|
23
|
-
"History": "История"
|
24
|
-
"Page Version History": "История версий страницы"
|
25
|
-
"Notes": "Примечания"
|
26
|
-
"Page Notes": "Примечания к странице"
|
27
|
-
"Style": "Стиль"
|
28
|
-
"Block Format": "Формат"
|
29
|
-
"Background Color": "Цвет фона"
|
30
|
-
"Text Color": "Цвет текста"
|
31
|
-
"Bold": "Жирный"
|
32
|
-
"Italicize": "Курсив"
|
33
|
-
"Overline": "Надчеркнутый"
|
34
|
-
"Strikethrough": "Зачеркнутый"
|
35
|
-
"Underline": "Подчеркнутый"
|
36
|
-
"Subscript": "Индекс"
|
37
|
-
"Superscript": "Верхний индекс"
|
38
|
-
"Align Left": "Выравнивание по левому краю"
|
39
|
-
"Center": "Выравнивание по центру"
|
40
|
-
"Align Right": "Выравнивание по правому краю"
|
41
|
-
"Justify Full": "По ширине"
|
42
|
-
"Unordered List": "Ненумерованный список"
|
43
|
-
"Numbered List": "Нумерованный список"
|
44
|
-
"Decrease Indentation": "Уменьшить отступ"
|
45
|
-
"Increase Indentation": "Увеличить отсутп"
|
46
|
-
"Insert Table Row": "Вставить строку таблицы"
|
47
|
-
"Insert a table row before the cursor": "Вставить строку в таблицу перед курсором"
|
48
|
-
"Insert a table row after the cursor": "Вставить строку в таблицу после курсора"
|
49
|
-
"Delete Table Row": "Удалить строку из таблицы"
|
50
|
-
"Delete this table row": "Удалить эту строку из таблицы"
|
51
|
-
"Insert Table Column": "Вставить колонку в таблицу"
|
52
|
-
"Insert a table column before the cursor": "Вставить колонку в таблицу перед курсором"
|
53
|
-
"Insert a table column after the cursor": "Вставить колонку в таблицу после курсора"
|
54
|
-
"Delete Table Column": "Удалить колонку таблицы"
|
55
|
-
"Delete this table column": "Удалить эту колонку таблицы"
|
56
|
-
"Increase Cell Columns": "Объединить смежные ячейки в столбцах на 1 ячейку"
|
57
|
-
"Decrease Cell Columns": "Разъединить смежные ячейки в столбцах на 1 ячейку"
|
58
|
-
"Increase Cell Rows": "Объединить смежные ячейки в строках на 1 ячейку"
|
59
|
-
"Decrease Cell Rows": "Разъединить смежные ячейки в строках на 1 ячейку"
|
60
|
-
"Horizontal Rule": "Горизонтальная линия"
|
61
|
-
"Insert a horizontal rule": "Вставить горизонтальную линию"
|
62
|
-
"Remove Formatting": "Очистить форматирование"
|
63
|
-
"Remove formatting for the selection": "Очистить форматирование выбранного"
|
64
|
-
"Edit HTML": "Редактирвовать HTML"
|
65
|
-
"Edit the HTML content": "Редактировать HTML-содержание"
|
66
|
-
"Edit Snippet Settings": "Редактировать настройки сниппета"
|
67
|
-
"Remove Snippet": "Удалить сниппет"
|
68
|
-
|
69
|
-
# ### General
|
70
|
-
# Error Messages
|
71
|
-
"Mercury.Regions.%s is unsupported in this client. Supported browsers are %s.": "Mercury.Regions.%s не поддерживаются в этом клиенте. Поддерживаемые браузеры: %s."
|
72
|
-
"Mercury.PageEditor can only be instantiated once.": "Только один экземпляр Mercury.PageEditor может быть запущен в одно время."
|
73
|
-
"Opera isn't a fully supported browser, your results may not be optimal.": "Opera не является полностью поддерживаемым браузером, Ваша работа может быть не оптимальной."
|
74
|
-
"Mercury.PageEditor failed to load: %s\n\nPlease try refreshing.": "Ошибка загрузки Mercury.PageEditor: %s\n\nПожалуйста, попробуйте обновить страницу."
|
75
|
-
"Region type is malformed, no data-type provided, or \"%s\" is unknown for the \"%s\" region.": "Неизвестный тип области, тип данных не был передан, или \"%s\" неизвестен для \"%s\" области."
|
76
|
-
"Mercury was unable to save to the url: %s": "Mercury не удалось сохранить в url: %s"
|
77
|
-
"invalid": "неверное значение"
|
78
|
-
"can't be blank": "не может быть пустым"
|
79
|
-
# Confirmations
|
80
|
-
"You have unsaved changes. Are you sure you want to leave without saving them first?": "У Вас есть несохраненные изменения. Вы уверены, что хотите выйти без предварительного сохранения?"
|
81
|
-
|
82
|
-
# ### Toolbar / Buttons
|
83
|
-
# Error Messages
|
84
|
-
"Unknown button type \"%s\" used for the \"%s\" button.": "Неизвестный тип кнопки \"%s\" использованный для \"%s\" кнопки."
|
85
|
-
"Unknown button structure -- please provide an array, object, or string for \"%s\".": "Неизвестная кнопочная структура, пожалуйста предоставьте массив, объект или строку для \"%s\"."
|
86
|
-
|
87
|
-
# ### Modals / Dialogs / Etc.
|
88
|
-
# Error Messages
|
89
|
-
"Mercury was unable to load %s for the \"%s\" dialog.": "Mercury не удалось загрузить %s для \"%s\" диалогового окна."
|
90
|
-
"Mercury was unable to load %s for the lightview.": "Mercury не удалось загрузить %s для lightview."
|
91
|
-
"Mercury was unable to load %s for the modal.": "Mercury не удалось загрузить %s для модального окна."
|
92
|
-
|
93
|
-
# ### Snippets
|
94
|
-
# Error Messages
|
95
|
-
"Error loading the preview for the \"%s\" snippet.": "Ошибка загрузки превью для \"%s\" сниппета."
|
96
|
-
# Misc
|
97
|
-
"Snippet Options": "Настройки сниппета"
|
98
|
-
|
99
|
-
# ### Uploader
|
100
|
-
# Error Messages
|
101
|
-
"Unable to process response: %s": "Невозможно обработать ответ: %s"
|
102
|
-
"Error: Unable to upload the file": "Ошибка: невозможно загрузить файл"
|
103
|
-
"Malformed response from server": "Неправильный ответ от сервера"
|
104
|
-
"Too large": "Размер слишком большой"
|
105
|
-
"Unsupported format": "Неподдерживаемый формат"
|
106
|
-
# Statuses
|
107
|
-
"Processing...": "Обработка..."
|
108
|
-
"Uploading...": "Загрузка..."
|
109
|
-
"Aborted": "Прервано"
|
110
|
-
"Successfully uploaded...": "Успешно загружено..."
|
111
|
-
"Name: %s": "Имя: %s"
|
112
|
-
"Size: %s": "Размер: %s"
|
113
|
-
"Type: %s": "Тип: %s"
|
114
|
-
|
115
|
-
# Statusbar
|
116
|
-
"Path:": "Путь:"
|
117
|
-
|
118
|
-
|
119
|
-
# ## HTML / Template Strings
|
120
|
-
|
121
|
-
# ### Modals
|
122
|
-
# Insert Link Modal (link.html)
|
123
|
-
"Link Content": "Название ссылки"
|
124
|
-
"Standard Links": "Стандартные ссылки"
|
125
|
-
"URL": "URL"
|
126
|
-
"Index / Bookmark Links": "Индекс / закладки"
|
127
|
-
"Existing Links": "Существующие ссылки"
|
128
|
-
"Bookmark": "Закладка"
|
129
|
-
"Options": "Настройки"
|
130
|
-
"Link Target": "Target ссылки"
|
131
|
-
"Self (the same window or tab)": "Это окно или вкладка (self)"
|
132
|
-
"Blank (a new window or tab)": "Новое окно или вкладка (blank)"
|
133
|
-
"Top (removes any frames)": "Удаляет все фрэймы (top)"
|
134
|
-
"Popup Window (javascript new window popup)": "Всплывающе окно (новое javascript окно popup)"
|
135
|
-
"Popup Width": "Ширина всплывающего окна"
|
136
|
-
"Popup Height": "Высота всплывающего окна"
|
137
|
-
|
138
|
-
# Insert Media Modal (media.html)
|
139
|
-
"Images": "Изображения"
|
140
|
-
"Videos": "Видео"
|
141
|
-
"YouTube URL": "YouTube-URL"
|
142
|
-
"Vimeo URL": "Vimeo-URL"
|
143
|
-
"Alignment": "Выравнивание"
|
144
|
-
"None": "Стандартное"
|
145
|
-
"Left": "По левому краю"
|
146
|
-
"Right": "По правому краю"
|
147
|
-
"Top": "По верхнему краю"
|
148
|
-
"Middle": "По середине"
|
149
|
-
"Bottom": "По нижнему краю"
|
150
|
-
"Absolute Middle": "По середине, абсолютное"
|
151
|
-
"Absolute Bottom": "По нижнему краю, абсолютное"
|
152
|
-
"Width": "Ширина"
|
153
|
-
"Height": "Высота"
|
154
|
-
"Insert Media": "Вставить Медиа"
|
155
|
-
|
156
|
-
# Insert Table Modal (table.html)
|
157
|
-
"Rows": "Строки"
|
158
|
-
"Add Before": "Вставить перед"
|
159
|
-
"Add After": "Вставить после"
|
160
|
-
"Remove": "Удалить"
|
161
|
-
"Columns": "Колонки"
|
162
|
-
"Row Span": "Объединение смежных ячеек в столбце"
|
163
|
-
"Column Span": "Объединение смежных ячеек в строке"
|
164
|
-
"Border": "Граница"
|
165
|
-
"Spacing": "Расстояние между ячейками"
|
166
|
-
|
167
|
-
# HTML Editor Modal (htmleditor.html)
|
168
|
-
"HTML Editor": "HTML-редактор"
|
169
|
-
"Save and Replace": "Сохранить и заменить"
|
170
|
-
|
171
|
-
# ### Dialogs / Etc.
|
172
|
-
# Color Palettes (forecolor.html, backcolor.html)
|
173
|
-
"Last Color Picked": "Последний выбранный цвет"
|
174
|
-
|
175
|
-
# Block Format Select (formatblock.html)
|
176
|
-
"Heading 1": "Заголовок 1"
|
177
|
-
"Heading 2": "Заголовок 2"
|
178
|
-
"Heading 3": "Заголовок 3"
|
179
|
-
"Heading 4": "Заголовок 4"
|
180
|
-
"Heading 5": "Заголовок 5"
|
181
|
-
"Heading 6": "Заголовок 6"
|
182
|
-
"Paragraph": "Абзац"
|
183
|
-
"Blockquote": "Цитата"
|
184
|
-
"Formatted": "Форматированный"
|
185
|
-
|
186
|
-
# About Mercury Panel (about.html)
|
187
|
-
"Project Home": "Домашняя страница проекта"
|
188
|
-
"Project Source": "Исходный код проекта"
|
189
|
-
|
190
|
-
# ### Demo / Placeholder / Defaults
|
191
|
-
"The history panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.": "Панель истории страницы должна использоваться на серверной стороне. Так как это демо, мы не использовали эту панель."
|
192
|
-
|
193
|
-
"The notes panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.": "Панель заметок должна использоваться на серверной стороне. Так как это демо, мы не использовали эту панель."
|
194
|
-
|
195
|
-
"Snippet Name": " Название сниппета"
|
196
|
-
"A one or two line long description of what this snippet does.": "Одна-две строки описания того, что делает сниппет."
|
197
|
-
|
198
|
-
"First Name": "Имя"
|
199
|
-
"Favorite Beer": "Любимое пиво"
|
200
|
-
"Insert Snippet": "Вставить сниппет"
|