kiteditor 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
- data/POST_INSTALL +21 -0
- data/{vendor → app}/assets/images/mercury/button.png +0 -0
- data/{vendor → app}/assets/images/mercury/close.png +0 -0
- data/app/assets/images/mercury/default-snippet.png +0 -0
- data/{vendor → app}/assets/images/mercury/loading-dark.gif +0 -0
- data/{vendor → app}/assets/images/mercury/loading-light.gif +0 -0
- data/{vendor → app}/assets/images/mercury/missing-image.png +0 -0
- data/{vendor → app}/assets/images/mercury/search-icon.png +0 -0
- data/{vendor → app}/assets/images/mercury/temp-logo.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/{vendor/assets/javascripts/mercury/dependencies → app/assets/javascripts}/jquery-1.7.js +0 -0
- data/{vendor → app}/assets/javascripts/mercury.js +60 -87
- data/{vendor → app}/assets/javascripts/mercury/dependencies/jquery-ui-1.8.13.custom.js +0 -0
- data/{vendor → app}/assets/javascripts/mercury/dependencies/jquery.additions.js +103 -13
- data/{vendor → app}/assets/javascripts/mercury/dependencies/jquery.htmlClean.js +0 -0
- data/{vendor → app}/assets/javascripts/mercury/dependencies/liquidmetal.js +0 -0
- data/{vendor → app}/assets/javascripts/mercury/dependencies/showdown.js +0 -0
- data/{vendor → app}/assets/javascripts/mercury/dialog.js.coffee +0 -0
- data/{vendor → app}/assets/javascripts/mercury/dialogs/backcolor.js.coffee +0 -0
- data/{vendor → app}/assets/javascripts/mercury/dialogs/forecolor.js.coffee +1 -1
- data/{vendor → app}/assets/javascripts/mercury/dialogs/formatblock.js.coffee +0 -0
- data/{vendor → app}/assets/javascripts/mercury/dialogs/snippetpanel.js.coffee +1 -1
- data/{vendor → app}/assets/javascripts/mercury/dialogs/style.js.coffee +0 -0
- data/{vendor → app}/assets/javascripts/mercury/finalize.js.coffee +0 -0
- data/{vendor → app}/assets/javascripts/mercury/history_buffer.js.coffee +0 -0
- data/{vendor → app}/assets/javascripts/mercury/lightview.js.coffee +38 -17
- data/app/assets/javascripts/mercury/locales/ar.locale.js.coffee +201 -0
- data/app/assets/javascripts/mercury/locales/da.locale.js.coffee +208 -0
- data/{vendor → app}/assets/javascripts/mercury/locales/de.locale.js.coffee +4 -10
- data/{vendor → app}/assets/javascripts/mercury/locales/es.locale.js.coffee +3 -9
- data/{vendor → app}/assets/javascripts/mercury/locales/example.local.js.coffee +3 -5
- data/{vendor → app}/assets/javascripts/mercury/locales/fr.locale.js.coffee +3 -9
- data/app/assets/javascripts/mercury/locales/hu.locale.js.coffee +209 -0
- data/{vendor → app}/assets/javascripts/mercury/locales/it.locale.js.coffee +3 -9
- data/{vendor → app}/assets/javascripts/mercury/locales/ko.local.js.coffee +4 -10
- data/{vendor → app}/assets/javascripts/mercury/locales/nl.locale.js.coffee +3 -9
- data/app/assets/javascripts/mercury/locales/pl.locale.js.coffee +213 -0
- data/{vendor → app}/assets/javascripts/mercury/locales/pt.locale.js.coffee +3 -9
- data/app/assets/javascripts/mercury/locales/ru.locale.js.coffee +200 -0
- data/{vendor → app}/assets/javascripts/mercury/locales/sv.local.js.coffee +3 -9
- data/{vendor → app}/assets/javascripts/mercury/locales/swedish_chef.locale.js.coffee +3 -9
- data/app/assets/javascripts/mercury/locales/uk.locale.js.coffee +200 -0
- data/app/assets/javascripts/mercury/locales/zh.local.js.coffee +203 -0
- data/app/assets/javascripts/mercury/mercury-compiled.js +10720 -0
- data/{vendor → app}/assets/javascripts/mercury/mercury.js.coffee +10 -1
- data/{vendor → app}/assets/javascripts/mercury/modal.js.coffee +62 -40
- data/{vendor → app}/assets/javascripts/mercury/modals/htmleditor.js.coffee +1 -0
- data/{vendor → app}/assets/javascripts/mercury/modals/insertcharacter.js.coffee +1 -0
- data/app/assets/javascripts/mercury/modals/insertlink.js.coffee +152 -0
- data/app/assets/javascripts/mercury/modals/insertmedia.js.coffee +132 -0
- data/{vendor → app}/assets/javascripts/mercury/modals/insertsnippet.js.coffee +2 -0
- data/app/assets/javascripts/mercury/modals/inserttable.js.coffee +68 -0
- data/{vendor → app}/assets/javascripts/mercury/native_extensions.js.coffee +0 -6
- data/{vendor → app}/assets/javascripts/mercury/page_editor.js.coffee +84 -50
- data/{vendor → app}/assets/javascripts/mercury/palette.js.coffee +1 -1
- data/{vendor → app}/assets/javascripts/mercury/panel.js.coffee +3 -2
- data/{vendor → app}/assets/javascripts/mercury/plugins/save_as_xml/mercury/page_editor.js.coffee +2 -2
- data/{vendor → app}/assets/javascripts/mercury/plugins/save_as_xml/plugin.js +0 -0
- data/{vendor → app}/assets/javascripts/mercury/region.js.coffee +18 -17
- data/{vendor/assets/javascripts/mercury/regions/editable.js.coffee → app/assets/javascripts/mercury/regions/full.js.coffee} +41 -31
- data/app/assets/javascripts/mercury/regions/image.js.coffee +93 -0
- data/{vendor/assets/javascripts/mercury/regions/markupable.js.coffee → app/assets/javascripts/mercury/regions/markdown.js.coffee} +29 -24
- data/{vendor → app}/assets/javascripts/mercury/regions/simple.js.coffee +11 -54
- data/{vendor/assets/javascripts/mercury/regions/snippetable.js.coffee → app/assets/javascripts/mercury/regions/snippets.js.coffee} +10 -9
- data/{vendor → app}/assets/javascripts/mercury/select.js.coffee +1 -1
- data/app/assets/javascripts/mercury/snippet.js.coffee +136 -0
- data/{vendor → app}/assets/javascripts/mercury/snippet_toolbar.js.coffee +19 -6
- data/{vendor → app}/assets/javascripts/mercury/statusbar.js.coffee +0 -0
- data/{vendor → app}/assets/javascripts/mercury/support/history.js +0 -0
- data/{vendor → app}/assets/javascripts/mercury/table_editor.js.coffee +16 -0
- data/{vendor → app}/assets/javascripts/mercury/toolbar.button.js.coffee +45 -30
- data/{vendor → app}/assets/javascripts/mercury/toolbar.button_group.js.coffee +2 -2
- data/{vendor → app}/assets/javascripts/mercury/toolbar.expander.js.coffee +4 -4
- data/{vendor → app}/assets/javascripts/mercury/toolbar.js.coffee +10 -6
- data/{vendor → app}/assets/javascripts/mercury/tooltip.js.coffee +0 -0
- data/{vendor → app}/assets/javascripts/mercury/uploader.js.coffee +37 -19
- data/app/assets/stylesheets/_mercury-bootstrap-overrides.scss +61 -0
- data/app/assets/stylesheets/_mercury-sass.scss +33 -0
- data/{vendor → app}/assets/stylesheets/mercury.css +1 -5
- data/{vendor → app}/assets/stylesheets/mercury/all_images.css.erb +6 -2
- data/app/assets/stylesheets/mercury/bootstrap-ish.css +1367 -0
- data/app/assets/stylesheets/mercury/bootstrap-overrides.css +61 -0
- data/{vendor → app}/assets/stylesheets/mercury/dialog.css +21 -8
- data/{vendor → app}/assets/stylesheets/mercury/lightview.css +6 -56
- data/app/assets/stylesheets/mercury/mercury.css +43 -0
- data/{vendor → app}/assets/stylesheets/mercury/modal.css +15 -32
- data/{vendor → app}/assets/stylesheets/mercury/statusbar.css +0 -0
- data/{vendor → app}/assets/stylesheets/mercury/toolbar.css +4 -1
- data/{vendor → app}/assets/stylesheets/mercury/tooltip.css +0 -0
- data/{vendor → app}/assets/stylesheets/mercury/uploader.css +4 -4
- data/app/helpers/mercury_helper.rb +7 -0
- data/app/views/layouts/mercury.html.erb +10 -20
- data/app/views/layouts/mercury.html.haml +19 -0
- data/app/views/layouts/mercury.html.slim +19 -0
- data/app/views/mercury/modals/character.html +1 -1
- data/app/views/mercury/modals/htmleditor.html +3 -7
- data/app/views/mercury/modals/link.html +37 -51
- data/app/views/mercury/modals/media.html +102 -0
- data/app/views/mercury/modals/table.html +79 -73
- data/app/views/mercury/panels/snippets.html +6 -1
- data/app/views/mercury/snippets/example/options.html.erb +23 -27
- data/app/views/mercury/snippets/no_options/preview.html.erb +1 -0
- data/config/routes.rb +9 -0
- data/features/generators/authentication.feature +10 -0
- data/features/generators/images.feature +41 -0
- data/features/generators/install.feature +21 -0
- data/features/loading/loading.feature +5 -2
- data/features/loading/user_interface.feature +9 -7
- data/features/regions/{editable → full}/advanced_editing.feature +0 -0
- data/features/regions/full/basic_editing.feature +198 -0
- data/features/regions/{editable → full}/inserting_links.feature +20 -19
- data/features/regions/{editable → full}/inserting_media.feature +36 -18
- data/features/regions/{editable → full}/inserting_snippets.feature +28 -18
- data/features/regions/{editable → full}/inserting_special_characters.feature +2 -2
- data/features/regions/full/inserting_tables.feature +109 -0
- data/features/regions/{editable → full}/pasting.feature +0 -0
- data/features/regions/{editable → full}/uploading_images.feature +0 -0
- data/features/regions/{markupable → image}/uploading_images.feature +0 -0
- data/features/regions/{markupable → markdown}/advanced_editing.feature +0 -0
- data/features/regions/{markupable → markdown}/basic_editing.feature +0 -0
- data/features/regions/{markupable → markdown}/inserting_links.feature +0 -0
- data/features/regions/{markupable → markdown}/inserting_media.feature +0 -0
- data/features/regions/{markupable → markdown}/inserting_snippets.feature +0 -0
- data/features/regions/{markupable → markdown}/inserting_special_characters.feature +0 -0
- data/features/regions/{markupable → markdown}/inserting_tables.feature +0 -0
- data/features/regions/{snippetable/advanced_editing.feature → markdown/uploading_images.feature} +0 -0
- data/features/regions/simple/basic_editing.feature +5 -0
- data/features/regions/{snippetable/basic_editing.feature → snippets/advanced_editing.feature} +0 -0
- data/features/regions/{snippetable/inserting_snippets.feature → snippets/basic_editing.feature} +0 -0
- data/{vendor/assets/javascripts/mercury/locales/da.locale.js.coffee → features/regions/snippets/inserting_snippets.feature} +0 -0
- data/features/saving/saving.feature +8 -8
- data/features/step_definitions/custom_web_steps.rb +22 -0
- data/features/step_definitions/generator_steps.rb +23 -0
- data/features/step_definitions/mercury_steps.rb +1 -438
- data/features/support/aruba.rb +28 -0
- data/features/support/env.rb +11 -1
- data/features/support/selectors.rb +23 -0
- data/lib/generators/mercury/install/authentication/authentication_generator.rb +17 -0
- data/lib/generators/mercury/install/images/images_generator.rb +47 -0
- data/{app/models/mercury/image.rb → lib/generators/mercury/install/images/templates/ar_paperclip_image.rb} +7 -0
- data/{db/migrate/20110526035601_create_mercury_images.rb → lib/generators/mercury/install/images/templates/ar_paperclip_image_migration.rb} +0 -0
- data/{app/controllers/mercury → lib/generators/mercury/install/images/templates}/images_controller.rb +0 -0
- data/lib/generators/mercury/install/{templates → images/templates}/mongoid_paperclip_image.rb +0 -0
- data/lib/generators/mercury/install/install_generator.rb +12 -23
- data/lib/mercury-rails.rb +1 -2
- data/lib/mercury/authentication.rb +1 -0
- data/lib/mercury/cucumber/step_definitions.rb +13 -0
- data/lib/mercury/cucumber/step_definitions/mercury_steps.rb +408 -0
- data/{features → lib/mercury/cucumber}/support/mercury_contents.rb +3 -3
- data/{features → lib/mercury/cucumber}/support/mercury_selectors.rb +0 -20
- data/lib/mercury/engine.rb +19 -0
- data/lib/mercury/rails.rb +5 -0
- data/lib/mercury/version.rb +3 -0
- data/spec/dummy/Rakefile +7 -0
- data/spec/dummy/app/assets/javascripts/application.js +0 -0
- data/spec/dummy/app/assets/javascripts/prototype.js +6082 -0
- data/spec/dummy/app/assets/stylesheets/application.css.scss +110 -0
- data/spec/dummy/app/controllers/application_controller.rb +3 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/layouts/mercury.html.erb +28 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/config/application.rb +58 -0
- data/spec/dummy/config/boot.rb +10 -0
- data/spec/dummy/config/database.yml +10 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +37 -0
- data/spec/dummy/config/environments/production.rb +67 -0
- data/spec/dummy/config/environments/test.rb +37 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/inflections.rb +15 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +7 -0
- data/spec/dummy/config/initializers/session_store.rb +8 -0
- data/spec/dummy/config/initializers/teabag.rb +9 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +5 -0
- data/spec/dummy/config/routes.rb +5 -0
- data/spec/dummy/db/.gitkeep +0 -0
- data/spec/dummy/public/500.html +25 -0
- data/spec/dummy/public/blank.html +1 -0
- 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 +279 -0
- data/spec/dummy/script/rails +6 -0
- data/spec/javascripts/{templates → fixtures}/mercury/dialog.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/dialogs/backcolor.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/dialogs/forecolor.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/dialogs/formatblock.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/dialogs/snippetpanel.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/dialogs/style.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/lightview.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/modal.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/modals/htmleditor.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/modals/insertcharacter.html +0 -0
- data/spec/javascripts/fixtures/mercury/modals/insertlink.html +67 -0
- data/spec/javascripts/fixtures/mercury/modals/insertmedia.html +87 -0
- data/spec/javascripts/{templates → fixtures}/mercury/modals/insertsnippet.html +0 -0
- data/spec/javascripts/fixtures/mercury/modals/inserttable.html +73 -0
- data/spec/javascripts/{templates → fixtures}/mercury/page_editor.html +4 -4
- data/spec/javascripts/{templates → fixtures}/mercury/palette.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/panel.html +0 -0
- data/spec/javascripts/fixtures/mercury/region.html +6 -0
- data/spec/javascripts/fixtures/mercury/regions/full.html +1 -0
- data/spec/javascripts/fixtures/mercury/regions/image.html +1 -0
- data/spec/javascripts/fixtures/mercury/regions/markdown.html +1 -0
- data/spec/javascripts/fixtures/mercury/regions/simple.html +1 -0
- data/spec/javascripts/fixtures/mercury/regions/snippets.html +4 -0
- data/spec/javascripts/{templates → fixtures}/mercury/select.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/snippet.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/snippet_toolbar.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/statusbar.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/table_editor.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/toolbar.button.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/toolbar.button_group.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/toolbar.expander.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/toolbar.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/tooltip.html +0 -0
- data/spec/javascripts/{templates → fixtures}/mercury/uploader.html +0 -0
- data/spec/javascripts/mercury/{dialog_spec.js.coffee → dialog_spec.coffee} +11 -12
- data/spec/javascripts/mercury/dialogs/backcolor_spec.js.coffee +2 -3
- data/spec/javascripts/mercury/dialogs/forecolor_spec.js.coffee +3 -4
- data/spec/javascripts/mercury/dialogs/formatblock_spec.js.coffee +2 -3
- data/spec/javascripts/mercury/dialogs/snippetpanel_spec.js.coffee +2 -3
- data/spec/javascripts/mercury/dialogs/style_spec.js.coffee +2 -3
- data/spec/javascripts/mercury/lightview_spec.js.coffee +180 -142
- data/spec/javascripts/mercury/mercury_spec.js.coffee +19 -13
- data/spec/javascripts/mercury/modal_spec.js.coffee +192 -148
- data/spec/javascripts/mercury/modals/htmleditor_spec.js.coffee +4 -5
- data/spec/javascripts/mercury/modals/insertcharacter_spec.js.coffee +2 -3
- data/spec/javascripts/mercury/modals/insertlink_spec.js.coffee +107 -34
- data/spec/javascripts/mercury/modals/insertmedia_spec.js.coffee +106 -26
- data/spec/javascripts/mercury/modals/insertsnippet_spec.js.coffee +2 -3
- data/spec/javascripts/mercury/modals/inserttable_spec.js.coffee +50 -40
- data/spec/javascripts/mercury/page_editor_spec.js.coffee +124 -80
- data/spec/javascripts/mercury/palette_spec.js.coffee +4 -5
- data/spec/javascripts/mercury/panel_spec.js.coffee +9 -12
- data/spec/javascripts/mercury/region_spec.js.coffee +22 -17
- data/spec/javascripts/mercury/regions/{editable_spec.js.coffee → full_spec.js.coffee} +26 -28
- data/spec/javascripts/mercury/regions/image_spec.js.coffee +33 -0
- data/spec/javascripts/mercury/regions/{markupable_spec.js.coffee → markdown_spec.js.coffee} +32 -34
- data/spec/javascripts/mercury/regions/simple_spec.js.coffee +32 -0
- data/spec/javascripts/mercury/regions/{snippetable_spec.js.coffee → snippets_spec.js.coffee} +54 -55
- data/spec/javascripts/mercury/select_spec.js.coffee +4 -5
- data/spec/javascripts/mercury/snippet_spec.js.coffee +92 -16
- data/spec/javascripts/mercury/snippet_toolbar_spec.js.coffee +31 -16
- data/spec/javascripts/mercury/statusbar_spec.js.coffee +9 -10
- data/spec/javascripts/mercury/table_editor_spec.js.coffee +1 -2
- data/spec/javascripts/mercury/toolbar.button_group_spec.js.coffee +7 -9
- data/spec/javascripts/mercury/toolbar.button_spec.js.coffee +55 -26
- data/spec/javascripts/mercury/toolbar.expander_spec.js.coffee +13 -13
- data/spec/javascripts/mercury/toolbar_spec.js.coffee +43 -14
- data/spec/javascripts/mercury/tooltip_spec.js.coffee +1 -2
- data/spec/javascripts/mercury/uploader_spec.js.coffee +47 -33
- data/spec/javascripts/spec_helper.coffee +4 -0
- data/spec/javascripts/{spec_helper.js → support/event_simulation.js} +0 -2
- data/spec/teabag_env.rb +32 -0
- metadata +366 -196
- data/features/regions/editable/basic_editing.feature +0 -195
- data/features/regions/editable/inserting_tables.feature +0 -109
- data/spec/javascripts/templates/mercury/modals/insertlink.html +0 -30
- data/spec/javascripts/templates/mercury/modals/insertmedia.html +0 -35
- data/spec/javascripts/templates/mercury/modals/inserttable.html +0 -27
- data/spec/javascripts/templates/mercury/region.html +0 -2
- data/spec/javascripts/templates/mercury/regions/editable.html +0 -3
- data/spec/javascripts/templates/mercury/regions/snippetable.html +0 -4
- data/vendor/assets/javascripts/mercury/modals/inserttable.js.coffee +0 -54
- data/vendor/assets/javascripts/mercury_loader.js +0 -193
- data/vendor/assets/javascripts/mercury_overrides.js +0 -6
- data/vendor/assets/stylesheets/mercury/mercury.css +0 -151
- data/vendor/assets/stylesheets/mercury_overrides.css +0 -17
@@ -74,6 +74,8 @@ Mercury.I18n['nl'] =
|
|
74
74
|
"Mercury.PageEditor failed to load: %s\n\nPlease try refreshing.": "Mercury.PageEditor failed to load: %s\n\nPlease try refreshing."
|
75
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
76
|
"Mercury was unable to save to the url: %s": "Mercury was unable to save to the url: %s"
|
77
|
+
"invalid": "ongeldig"
|
78
|
+
"can't be blank": "niet leeg"
|
77
79
|
# Confirmations
|
78
80
|
"You have unsaved changes. Are you sure you want to leave without saving them first?": "Je hebt nog niet opgeslagen. Weet je zeker dat je de pagina wilt verlaten zonder eerst op te slaan?"
|
79
81
|
|
@@ -110,10 +112,6 @@ Mercury.I18n['nl'] =
|
|
110
112
|
"Size: %s": "Grootte: %s"
|
111
113
|
"Type: %s": "Type: %s"
|
112
114
|
|
113
|
-
# Inserting Media
|
114
|
-
"Error: The provided youtube share url was invalid.": "Irrur: Zee prufeeded youtube shere-a url ves infeleed."
|
115
|
-
"Error: The provided vimeo url was invalid.": "Irrur: Zee prufeeded vimeo url ves infeleed."
|
116
|
-
|
117
115
|
# Statusbar
|
118
116
|
"Path:": "Pad"
|
119
117
|
|
@@ -136,12 +134,11 @@ Mercury.I18n['nl'] =
|
|
136
134
|
"Popup Window (javascript new window popup)": "Popup (nieuw venster door javascript)"
|
137
135
|
"Popup Width": "Popup breedte"
|
138
136
|
"Popup Height": "Popup hoogte"
|
139
|
-
"Insert Link": "Voeg link toe"
|
140
137
|
|
141
138
|
# Insert Media Modal (media.html)
|
142
139
|
"Images": "Afbeeldingen"
|
143
140
|
"Videos": "Video's"
|
144
|
-
"YouTube
|
141
|
+
"YouTube URL": "Youtube URL"
|
145
142
|
"Vimeo URL": "Vimeo URL"
|
146
143
|
"Alignment": "Uitlijning"
|
147
144
|
"None": "Geen"
|
@@ -164,11 +161,8 @@ Mercury.I18n['nl'] =
|
|
164
161
|
"Columns": "Kolommen"
|
165
162
|
"Row Span": "Rij breedte"
|
166
163
|
"Column Span": "Kolom breedte"
|
167
|
-
"Options": "Opties"
|
168
|
-
"Alignment": "Uitlijning"
|
169
164
|
"Border": "Rand"
|
170
165
|
"Spacing": "Spacing"
|
171
|
-
"Insert Table": "Voeg tabel toe"
|
172
166
|
|
173
167
|
# HTML Editor Modal (htmleditor.html)
|
174
168
|
"HTML Editor": "HTML editor"
|
@@ -0,0 +1,213 @@
|
|
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": ""
|
@@ -74,6 +74,8 @@ Mercury.I18n['pt'] =
|
|
74
74
|
"Mercury.PageEditor failed to load: %s\n\nPlease try refreshing.": "Mercury.PageEditor não pôde carregar: %s\n\nPor favor, recarregue a página."
|
75
75
|
"Region type is malformed, no data-type provided, or \"%s\" is unknown for the \"%s\" region.": "A região não digitada corretamente, não foi definido um 'data-type', ou \"%s\" é desconhecido na região de \"%s\"."
|
76
76
|
"Mercury was unable to save to the url: %s": ""
|
77
|
+
"invalid": "inválido"
|
78
|
+
"can't be blank": "não pode estar em branco"
|
77
79
|
# Confirmations
|
78
80
|
"You have unsaved changes. Are you sure you want to leave without saving them first?": "Você modificou esta página. Quer sair sem salvar seu trabalho?"
|
79
81
|
|
@@ -110,10 +112,6 @@ Mercury.I18n['pt'] =
|
|
110
112
|
"Size: %s": "Tamanho: \"%s\"."
|
111
113
|
"Type: %s": "Tipo: \"%s\"."
|
112
114
|
|
113
|
-
# Inserting Media
|
114
|
-
"Error: The provided youtube share url was invalid.": "Erro: Link inválido no youtube."
|
115
|
-
"Error: The provided vimeo url was invalid.": "Erro: Link inválido no vimeo."
|
116
|
-
|
117
115
|
# Statusbar
|
118
116
|
"Path:": "Caminho"
|
119
117
|
|
@@ -136,12 +134,11 @@ Mercury.I18n['pt'] =
|
|
136
134
|
"Popup Window (javascript new window popup)": "Popup Window (Janela feia em javascript)"
|
137
135
|
"Popup Width": "Largura do popup"
|
138
136
|
"Popup Height": "Altura do popup"
|
139
|
-
"Insert Link": "Inserir Link"
|
140
137
|
|
141
138
|
# Insert Media Modal (media.html)
|
142
139
|
"Images": "Imagens"
|
143
140
|
"Videos": "Vídeos"
|
144
|
-
"YouTube
|
141
|
+
"YouTube URL": "Link do Youtube"
|
145
142
|
"Vimeo URL": "Link do Vimeo"
|
146
143
|
"Alignment": "Alinhamento"
|
147
144
|
"None": "Nenhum"
|
@@ -164,11 +161,8 @@ Mercury.I18n['pt'] =
|
|
164
161
|
"Columns": "Colunas"
|
165
162
|
"Row Span": "Células horizontais"
|
166
163
|
"Column Span": "Células verticais"
|
167
|
-
"Options": "Opções"
|
168
|
-
"Alignment": "Alinhamento"
|
169
164
|
"Border": "Borda"
|
170
165
|
"Spacing": "Espaçamento"
|
171
|
-
"Insert Table": "Inserir Tabela"
|
172
166
|
|
173
167
|
# HTML Editor Modal (htmleditor.html)
|
174
168
|
"HTML Editor": "Editor HTML"
|
@@ -0,0 +1,200 @@
|
|
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": "Вставить сниппет"
|