publify_core 9.0.0 → 9.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +92 -37
- data/app/assets/javascripts/bootstrap-sprockets.js +8 -0
- data/app/assets/javascripts/bootstrap/affix.js +164 -0
- data/app/assets/javascripts/bootstrap/alert.js +95 -0
- data/app/assets/javascripts/bootstrap/button.js +125 -0
- data/app/assets/javascripts/bootstrap/collapse.js +212 -0
- data/app/assets/javascripts/bootstrap/dropdown.js +165 -0
- data/app/assets/javascripts/bootstrap/modal.js +358 -0
- data/app/assets/javascripts/bootstrap/tab.js +155 -0
- data/app/assets/javascripts/bootstrap/transition.js +59 -0
- data/app/assets/javascripts/lightbox.js +4 -4
- data/app/assets/javascripts/publify_admin.js +1 -35
- data/app/assets/stylesheets/_bootstrap-compass.scss +9 -0
- data/app/assets/stylesheets/_bootstrap-mincer.scss +19 -0
- data/app/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
- data/app/assets/stylesheets/_bootstrap.scss +42 -0
- data/app/assets/stylesheets/administration_structure.css.scss +1 -45
- data/app/assets/stylesheets/bootstrap/_alerts.scss +73 -0
- data/app/assets/stylesheets/bootstrap/_button-groups.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_buttons.scss +168 -0
- data/app/assets/stylesheets/bootstrap/_close.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_code.scss +69 -0
- data/app/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
- data/app/assets/stylesheets/bootstrap/_dropdowns.scss +213 -0
- data/app/assets/stylesheets/bootstrap/_forms.scss +586 -0
- data/app/assets/stylesheets/bootstrap/_grid.scss +94 -0
- data/app/assets/stylesheets/bootstrap/_labels.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_media.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_mixins.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_modals.scss +150 -0
- data/app/assets/stylesheets/bootstrap/_navbar.scss +479 -0
- data/app/assets/stylesheets/bootstrap/_navs.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_normalize.scss +427 -0
- data/app/assets/stylesheets/bootstrap/_pagination.scss +86 -0
- data/app/assets/stylesheets/bootstrap/_panels.scss +222 -0
- data/app/assets/stylesheets/bootstrap/_print.scss +99 -0
- data/app/assets/stylesheets/bootstrap/_scaffolding.scss +160 -0
- data/app/assets/stylesheets/bootstrap/_tables.scss +234 -0
- data/app/assets/stylesheets/bootstrap/_theme.scss +224 -0
- data/app/assets/stylesheets/bootstrap/_type.scss +296 -0
- data/app/assets/stylesheets/bootstrap/_utilities.scss +55 -0
- data/app/assets/stylesheets/bootstrap/_variables.scss +638 -0
- data/app/assets/stylesheets/bootstrap/_wells.scss +29 -0
- data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +15 -0
- data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
- data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
- data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +82 -0
- data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
- data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
- data/app/assets/stylesheets/bootstrap/mixins/_image.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
- data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +20 -0
- data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
- data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +17 -0
- data/app/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/app/assets/stylesheets/lightbox.css +3 -3
- data/app/assets/stylesheets/publify_admin.css.scss +0 -1
- data/app/controllers/accounts_controller.rb +2 -0
- data/app/controllers/admin/base_controller.rb +8 -16
- data/app/controllers/admin/content_controller.rb +38 -36
- data/app/controllers/admin/dashboard_controller.rb +16 -65
- data/app/controllers/admin/feedback_controller.rb +45 -37
- data/app/controllers/admin/notes_controller.rb +16 -10
- data/app/controllers/admin/pages_controller.rb +19 -29
- data/app/controllers/admin/post_types_controller.rb +7 -5
- data/app/controllers/admin/profiles_controller.rb +15 -5
- data/app/controllers/admin/redirects_controller.rb +9 -5
- data/app/controllers/admin/resources_controller.rb +7 -4
- data/app/controllers/admin/seo_controller.rb +12 -10
- data/app/controllers/admin/settings_controller.rb +7 -5
- data/app/controllers/admin/sidebar_controller.rb +6 -5
- data/app/controllers/admin/tags_controller.rb +6 -3
- data/app/controllers/admin/themes_controller.rb +10 -7
- data/app/controllers/admin/users_controller.rb +10 -7
- data/app/controllers/articles_controller.rb +49 -33
- data/app/controllers/authors_controller.rb +6 -3
- data/app/controllers/base_controller.rb +9 -11
- data/app/controllers/comments_controller.rb +13 -13
- data/app/controllers/content_controller.rb +4 -2
- data/app/controllers/feedback_controller.rb +4 -2
- data/app/controllers/notes_controller.rb +5 -3
- data/app/controllers/setup_controller.rb +15 -12
- data/app/controllers/tags_controller.rb +6 -4
- data/app/controllers/text_controller.rb +2 -4
- data/app/controllers/textfilter_controller.rb +2 -0
- data/app/controllers/theme_controller.rb +18 -13
- data/app/controllers/xml_controller.rb +2 -0
- data/app/helpers/admin/base_helper.rb +28 -29
- data/app/helpers/admin/feedback_helper.rb +34 -24
- data/app/helpers/articles_helper.rb +4 -2
- data/app/helpers/authors_helper.rb +7 -16
- data/app/helpers/base_helper.rb +56 -52
- data/app/helpers/blog_helper.rb +4 -2
- data/app/helpers/xml_helper.rb +3 -1
- data/app/jobs/application_job.rb +2 -0
- data/app/mailers/notification_mailer.rb +5 -3
- data/app/models/ability.rb +25 -23
- data/app/models/archives_sidebar.rb +14 -11
- data/app/models/article.rb +42 -42
- data/app/models/article/factory.rb +14 -6
- data/app/models/blog.rb +86 -75
- data/app/models/comment.rb +10 -11
- data/app/models/config_manager.rb +4 -2
- data/app/models/content.rb +37 -50
- data/app/models/content_base.rb +10 -4
- data/app/models/feedback.rb +21 -17
- data/app/models/meta_sidebar.rb +4 -3
- data/app/models/note.rb +26 -25
- data/app/models/page.rb +9 -8
- data/app/models/page_sidebar.rb +4 -2
- data/app/models/ping.rb +3 -1
- data/app/models/post_type.rb +3 -3
- data/app/models/redirect.rb +13 -7
- data/app/models/redirection.rb +3 -1
- data/app/models/resource.rb +5 -3
- data/app/models/search_sidebar.rb +4 -2
- data/app/models/sidebar.rb +11 -6
- data/app/models/static_sidebar.rb +14 -13
- data/app/models/tag.rb +15 -11
- data/app/models/tag_sidebar.rb +6 -3
- data/app/models/text_filter.rb +85 -11
- data/app/models/trackback.rb +7 -11
- data/app/models/trigger.rb +7 -4
- data/app/models/user.rb +44 -43
- data/app/services/title_builder.rb +52 -45
- data/app/uploaders/resource_uploader.rb +5 -3
- data/app/views/accounts/confirm.html.erb +3 -3
- data/app/views/admin/content/_article_list.html.erb +23 -8
- data/app/views/admin/content/_form.html.erb +71 -47
- data/app/views/admin/content/autosave.js.erb +2 -2
- data/app/views/admin/content/edit.html.erb +1 -1
- data/app/views/admin/content/index.html.erb +25 -15
- data/app/views/admin/content/new.html.erb +2 -2
- data/app/views/admin/dashboard/_comment.html.erb +5 -5
- data/app/views/admin/dashboard/_comments.html.erb +2 -2
- data/app/views/admin/dashboard/_drafts.html.erb +5 -5
- data/app/views/admin/dashboard/_overview.html.erb +7 -9
- data/app/views/admin/dashboard/_welcome.html.erb +11 -11
- data/app/views/admin/dashboard/index.html.erb +12 -7
- data/app/views/admin/feedback/_button.html.erb +6 -6
- data/app/views/admin/feedback/_feedback.html.erb +3 -3
- data/app/views/admin/feedback/_ham.html.erb +27 -9
- data/app/views/admin/feedback/_spam.html.erb +26 -16
- data/app/views/admin/feedback/article.html.erb +20 -21
- data/app/views/admin/feedback/edit.html.erb +14 -15
- data/app/views/admin/feedback/{ham.js → ham.js.erb} +0 -0
- data/app/views/admin/feedback/index.html.erb +25 -23
- data/app/views/admin/feedback/{spam.js → spam.js.erb} +0 -0
- data/app/views/admin/migrations/show.html.erb +10 -11
- data/app/views/admin/notes/_form.html.erb +13 -13
- data/app/views/admin/notes/_list.html.erb +19 -8
- data/app/views/admin/notes/_note.html.erb +12 -7
- data/app/views/admin/notes/edit.html.erb +6 -1
- data/app/views/admin/notes/index.html.erb +5 -1
- data/app/views/admin/notes/show.html.erb +2 -2
- data/app/views/admin/pages/_form.html.erb +86 -77
- data/app/views/admin/pages/_pages.html.erb +11 -4
- data/app/views/admin/pages/edit.html.erb +3 -1
- data/app/views/admin/pages/index.html.erb +10 -6
- data/app/views/admin/pages/new.html.erb +3 -1
- data/app/views/admin/post_types/_index_and_form.html.erb +15 -16
- data/app/views/admin/post_types/edit.html.erb +1 -1
- data/app/views/admin/post_types/index.html.erb +1 -1
- data/app/views/admin/profiles/index.html.erb +2 -3
- data/app/views/admin/redirects/_index_and_form.html.erb +10 -11
- data/app/views/admin/redirects/edit.html.erb +1 -1
- data/app/views/admin/redirects/index.html.erb +1 -1
- data/app/views/admin/resources/index.html.erb +19 -16
- data/app/views/admin/seo/_general.html.erb +23 -47
- data/app/views/admin/seo/_permalinks.html.erb +16 -16
- data/app/views/admin/seo/_titles.html.erb +63 -64
- data/app/views/admin/seo/show.html.erb +14 -19
- data/app/views/admin/settings/display.html.erb +22 -25
- data/app/views/admin/settings/feedback.html.erb +31 -32
- data/app/views/admin/settings/index.html.erb +23 -24
- data/app/views/admin/settings/write.html.erb +21 -22
- data/app/views/admin/shared/_edit.html.erb +3 -3
- data/app/views/admin/shared/_menu.html.erb +26 -26
- data/app/views/admin/shared/_twitter_alert.html.erb +1 -1
- data/app/views/admin/sidebar/_config.html.erb +5 -5
- data/app/views/admin/sidebar/_target_sidebar.html.erb +4 -4
- data/app/views/admin/sidebar/index.html.erb +7 -7
- data/app/views/admin/tags/_index_and_form.html.erb +11 -12
- data/app/views/admin/tags/edit.html.erb +1 -1
- data/app/views/admin/tags/index.html.erb +1 -1
- data/app/views/admin/themes/index.html.erb +5 -6
- data/app/views/admin/users/_form.html.erb +34 -34
- data/app/views/admin/users/edit.html.erb +2 -2
- data/app/views/admin/users/index.html.erb +10 -12
- data/app/views/admin/users/new.html.erb +2 -2
- data/app/views/archives_sidebar/_content.html.erb +2 -2
- data/app/views/articles/_archives_article.html.erb +3 -3
- data/app/views/articles/_article.html.erb +7 -9
- data/app/views/articles/_article_author.html.erb +4 -0
- data/app/views/articles/_article_content.html.erb +2 -2
- data/app/views/articles/_article_excerpt.html.erb +2 -2
- data/app/views/articles/_article_links.html.erb +1 -1
- data/app/views/articles/_comment_errors.html.erb +1 -1
- data/app/views/articles/_comment_form.html.erb +12 -12
- data/app/views/articles/_comment_preview.html.erb +3 -3
- data/app/views/articles/_password_form.html.erb +4 -4
- data/app/views/articles/_trackback.html.erb +2 -2
- data/app/views/articles/archives.html.erb +1 -1
- data/app/views/articles/feedback_atom_feed.atom.builder +3 -1
- data/app/views/articles/feedback_rss_feed.rss.builder +9 -8
- data/app/views/articles/index_atom_feed.atom.builder +5 -3
- data/app/views/articles/index_rss_feed.rss.builder +10 -9
- data/app/views/articles/live_search.html.erb +3 -3
- data/app/views/articles/read.html.erb +16 -8
- data/app/views/articles/search.html.erb +2 -2
- data/app/views/articles/trackback.xml.builder +3 -1
- data/app/views/articles/view_page.html.erb +2 -2
- data/app/views/authors/show.html.erb +9 -9
- data/app/views/authors/show_atom_feed.atom.builder +4 -2
- data/app/views/authors/show_rss_feed.rss.builder +10 -9
- data/app/views/comments/_comment.html.erb +3 -3
- data/app/views/devise/mailer/reset_password_instructions.html.erb +7 -9
- data/app/views/devise/passwords/edit.html.erb +4 -4
- data/app/views/devise/passwords/new.html.erb +1 -1
- data/app/views/devise/registrations/new.html.erb +5 -5
- data/app/views/devise/sessions/new.html.erb +3 -3
- data/app/views/errors/404.html.erb +2 -2
- data/app/views/feedback/index.atom.builder +3 -1
- data/app/views/feedback/index.rss.builder +9 -8
- data/app/views/layouts/accounts.html.erb +26 -26
- data/app/views/layouts/administration.html.erb +31 -31
- data/app/views/layouts/default.html.erb +4 -3
- data/app/views/layouts/editor.html.erb +5 -19
- data/app/views/meta_sidebar/_content.html.erb +2 -2
- data/app/views/notes/_note.html.erb +1 -1
- data/app/views/notes/index.html.erb +1 -1
- data/app/views/notes/show_in_reply.html.erb +1 -1
- data/app/views/notification_mailer/_mail_footer.html.erb +3 -3
- data/app/views/notification_mailer/article.html.erb +2 -2
- data/app/views/notification_mailer/comment.html.erb +5 -5
- data/app/views/notification_mailer/notif_user.html.erb +1 -1
- data/app/views/page_sidebar/_content.html.erb +1 -1
- data/app/views/search_sidebar/_content.html.erb +2 -2
- data/app/views/settings/install.html.erb +2 -2
- data/app/views/setup/index.html.erb +7 -7
- data/app/views/shared/_atom_header.atom.builder +4 -4
- data/app/views/shared/_atom_item_article.atom.builder +19 -29
- data/app/views/shared/_atom_item_comment.atom.builder +4 -2
- data/app/views/shared/_atom_item_trackback.atom.builder +4 -2
- data/app/views/shared/_google_analytics.html.erb +8 -0
- data/app/views/shared/_page_header.html.erb +9 -12
- data/app/views/shared/_rss_item_article.rss.builder +9 -7
- data/app/views/shared/_rss_item_comment.rss.builder +3 -1
- data/app/views/shared/_rss_item_trackback.rss.builder +3 -1
- data/app/views/sidebar/display_plugins.html.erb +1 -1
- data/app/views/tag_sidebar/_content.html.erb +1 -1
- data/app/views/tags/index.html.erb +1 -1
- data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +2 -0
- data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +2 -0
- data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +2 -0
- data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +2 -0
- data/app/views/xml/sitemap.googlesitemap.builder +4 -2
- data/config/i18n-tasks.yml +0 -5
- data/config/initializers/devise.rb +10 -4
- data/config/initializers/mime_types.rb +3 -1
- data/config/locales/da.yml +134 -73
- data/config/locales/de.yml +142 -77
- data/config/locales/en.yml +128 -68
- data/config/locales/es-MX.yml +135 -71
- data/config/locales/fr.yml +167 -88
- data/config/locales/he.yml +128 -72
- data/config/locales/it.yml +136 -74
- data/config/locales/ja.yml +110 -66
- data/config/locales/lt.yml +153 -76
- data/config/locales/nb-NO.yml +123 -67
- data/config/locales/nl.yml +140 -77
- data/config/locales/pl.yml +329 -240
- data/config/locales/pt-BR.yml +137 -72
- data/config/locales/ro.yml +148 -72
- data/config/locales/ru.yml +161 -71
- data/config/locales/zh-CN.yml +106 -61
- data/config/locales/zh-TW.yml +109 -63
- data/config/routes.rb +68 -63
- data/db/migrate/113_initial_schema.rb +191 -191
- data/db/migrate/114_fixes_buggy_articles_and_notes.rb +10 -7
- data/db/migrate/115_drops_categories_for_tags.rb +5 -4
- data/db/migrate/20150207131657_add_missing_indexes.rb +2 -0
- data/db/migrate/20150807134129_simplify_redirect_relations.rb +5 -0
- data/db/migrate/20150808052637_add_blog_ids.rb +9 -3
- data/db/migrate/20150808191127_add_blog_id_to_redirects.rb +2 -0
- data/db/migrate/20150810094754_add_blog_id_to_tags.rb +2 -0
- data/db/migrate/20160108111120_add_devise_to_users.rb +4 -2
- data/db/migrate/20160108184201_move_last_connection_to_last_sign_in_at.rb +2 -0
- data/db/migrate/20160110094906_remove_profiles_rights.rb +2 -0
- data/db/migrate/20160605103918_replace_profile_id_with_string.rb +2 -0
- data/db/migrate/20160605154632_remove_profiles.rb +10 -5
- data/db/migrate/20160701061851_demand_blog_id_on_contents.rb +2 -0
- data/db/migrate/20160701062604_add_blog_id_to_resources.rb +2 -0
- data/db/migrate/20170528093024_move_resources_to_content.rb +2 -0
- data/db/migrate/20170528094923_move_tags_to_content.rb +2 -0
- data/db/migrate/20170528201606_remove_separate_published_flag.rb +2 -0
- data/db/migrate/20170605071626_remove_extra_state_columns_from_feedback.rb +2 -0
- data/db/migrate/20170702105201_remove_published_at_from_feedback.rb +2 -0
- data/db/migrate/20190208151235_add_text_filter_name_fields.rb +9 -0
- data/db/migrate/20190208152646_move_text_filter_to_name.rb +97 -0
- data/db/migrate/20190209155717_remove_text_filter_ids.rb +19 -0
- data/db/migrate/20190209160610_remove_text_filters.rb +17 -0
- data/db/migrate/20200413140440_add_unique_indexes.rb +10 -0
- data/db/seeds.rb +8 -20
- data/lib/email_notify.rb +3 -1
- data/lib/format.rb +4 -12
- data/lib/publify_core.rb +36 -35
- data/lib/publify_core/engine.rb +11 -4
- data/lib/publify_core/lang.rb +5 -1
- data/lib/publify_core/testing_support/dns_mock.rb +15 -0
- data/lib/publify_core/testing_support/factories.rb +240 -0
- data/lib/publify_core/testing_support/feed_assertions.rb +48 -0
- data/lib/publify_core/testing_support/fixtures/exploit.svg +4 -0
- data/lib/publify_core/testing_support/fixtures/fakepng.png +1 -0
- data/lib/publify_core/testing_support/fixtures/otherfile.txt +1 -0
- data/lib/publify_core/testing_support/fixtures/testfile.png +0 -0
- data/lib/publify_core/testing_support/fixtures/testfile.txt +1 -0
- data/lib/publify_core/testing_support/upload_fixtures.rb +15 -0
- data/lib/publify_core/version.rb +3 -1
- data/lib/publify_guid.rb +3 -1
- data/lib/publify_plugins.rb +10 -5
- data/lib/publify_textfilter_markdown.rb +38 -25
- data/lib/publify_textfilter_none.rb +5 -3
- data/lib/publify_textfilter_smartypants.rb +5 -3
- data/lib/publify_textfilter_textile.rb +7 -4
- data/lib/publify_textfilter_twitterfilter.rb +13 -7
- data/lib/publify_time.rb +4 -0
- data/lib/sidebar_field.rb +15 -13
- data/lib/sidebar_registry.rb +5 -3
- data/lib/spam_protection.rb +19 -17
- data/lib/tasks/i18n.rake +9 -0
- data/lib/tasks/manifest.rake +30 -0
- data/lib/tasks/publify_core_tasks.rake +2 -0
- data/lib/text_filter_plugin.rb +30 -29
- data/lib/theme.rb +5 -5
- data/lib/transforms.rb +21 -20
- data/themes/plain/javascripts/theme.js +0 -0
- metadata +247 -109
- data/app/assets/javascripts/widearea.js +0 -486
- data/app/assets/stylesheets/widearea.css +0 -133
- data/app/controllers/admin/textfilters_controller.rb +0 -6
- data/app/views/admin/dashboard/_inbound.html.erb +0 -31
- data/app/views/admin/notes/_header.html.erb +0 -6
- data/app/views/articles/_protected_article_content.html.erb +0 -6
data/config/locales/pl.yml
CHANGED
|
@@ -1,228 +1,254 @@
|
|
|
1
1
|
---
|
|
2
2
|
pl:
|
|
3
3
|
accounts:
|
|
4
|
-
back_to_html: "←
|
|
5
|
-
back_to_login:
|
|
4
|
+
back_to_html: "← Powrót do %{place}"
|
|
5
|
+
back_to_login: Wróć do strony logowania
|
|
6
6
|
confirm:
|
|
7
7
|
admin: admin
|
|
8
|
-
dont_lose_the_mail_sent:
|
|
8
|
+
dont_lose_the_mail_sent: Zachowaj wiadomość wysłaną na %{email}. Jeżeli ją zgubisz,
|
|
9
|
+
możesz stracić możliwość zalogowania się!
|
|
9
10
|
login: 'Login: %{login}'
|
|
10
|
-
proceed_to:
|
|
11
|
-
success:
|
|
12
|
-
create_account:
|
|
13
|
-
lost_my_password:
|
|
11
|
+
proceed_to: Przejdź do %{link}
|
|
12
|
+
success: Rejestracja przebiegła pomyślnie.
|
|
13
|
+
create_account: Utwórz konto
|
|
14
|
+
lost_my_password: Zapomniałem hasła
|
|
14
15
|
activerecord:
|
|
15
16
|
errors:
|
|
16
17
|
models:
|
|
17
18
|
article:
|
|
18
19
|
attributes:
|
|
19
20
|
title:
|
|
20
|
-
blank:
|
|
21
|
+
blank: nie może być puste
|
|
21
22
|
template:
|
|
22
23
|
body: ''
|
|
23
24
|
header: ''
|
|
24
25
|
admin:
|
|
25
26
|
base:
|
|
26
|
-
not_allowed:
|
|
27
|
-
successfully_deleted:
|
|
27
|
+
not_allowed: Błąd, nie masz wystarczających uprawnień aby to zrobić
|
|
28
|
+
successfully_deleted: "%{name} zostało pomyślnie usunięte"
|
|
28
29
|
content:
|
|
29
30
|
access_granted:
|
|
30
|
-
error:
|
|
31
|
+
error: Wystąpił błąd. Nie masz wystarczających uprawnień.
|
|
31
32
|
article_list:
|
|
32
|
-
|
|
33
|
+
feedback: Komentarze
|
|
34
|
+
no_articles: Brak artykułów. Czy to nie idealny moment na napisanie pierwszego?
|
|
33
35
|
autosave:
|
|
34
|
-
success:
|
|
36
|
+
success: Artykuł został poprawnie zapisany
|
|
35
37
|
create:
|
|
36
|
-
success:
|
|
38
|
+
success: Artykuł został poprawnie dodany
|
|
37
39
|
form:
|
|
38
40
|
allow_comments: Zezwól na dodawanie komentarzy
|
|
39
41
|
allow_comments_status:
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
allowed_comments_html:
|
|
43
|
-
|
|
42
|
+
disabled: wyłączone
|
|
43
|
+
enabled: włączone
|
|
44
|
+
allowed_comments_html: Komentarze są %{allow_comment}
|
|
45
|
+
article_filter: Filtr artykułów
|
|
46
|
+
article_type: Typ artykułu
|
|
44
47
|
cancel: Anuluj
|
|
45
|
-
default:
|
|
46
|
-
now:
|
|
48
|
+
default: Domyślny
|
|
49
|
+
now: teraz
|
|
47
50
|
ok: OK
|
|
48
51
|
password: Hasło
|
|
49
52
|
permalink: Permalink
|
|
50
|
-
preview:
|
|
51
|
-
protected:
|
|
52
|
-
public:
|
|
53
|
+
preview: Podgląd
|
|
54
|
+
protected: Chronione
|
|
55
|
+
public: Publiczne
|
|
53
56
|
publish: Publikuj
|
|
54
|
-
publish_settings:
|
|
57
|
+
publish_settings: Ustawienia publikacji
|
|
55
58
|
published: Opublikowane
|
|
56
59
|
save: Zapisz
|
|
57
|
-
save_as_draft:
|
|
60
|
+
save_as_draft: Zapisz jako szkic
|
|
58
61
|
status: Stan
|
|
59
62
|
tags: Tagi
|
|
60
|
-
tags_explanation_html:
|
|
63
|
+
tags_explanation_html: Oddziel tagi przecinkami. Użyj znaku (") aby dodać
|
|
64
|
+
tagi składające się z wielu znaków, np. "opera house".
|
|
61
65
|
title: Tytuł
|
|
62
|
-
type_your_post:
|
|
63
|
-
visibility:
|
|
66
|
+
type_your_post: Dodaj treść
|
|
67
|
+
visibility: Widoczność
|
|
64
68
|
index:
|
|
65
|
-
|
|
66
|
-
|
|
69
|
+
actions: Actions
|
|
70
|
+
all_articles: Wszystkie artykuły
|
|
71
|
+
author: Autor
|
|
72
|
+
created_at: Created at
|
|
73
|
+
drafts: Szkice
|
|
74
|
+
feedback: Komentarze
|
|
67
75
|
manage_articles: Zarządzaj artykułami
|
|
68
|
-
new_article:
|
|
69
|
-
publication_date:
|
|
70
|
-
publication_pending:
|
|
76
|
+
new_article: Nowy artykuł
|
|
77
|
+
publication_date: Data publikacji
|
|
78
|
+
publication_pending: Oczekuje na publikację
|
|
71
79
|
published: Opublikowane
|
|
80
|
+
published_at: Data publikacji
|
|
72
81
|
search: Szukaj
|
|
73
|
-
select_an_author:
|
|
82
|
+
select_an_author: Autor
|
|
83
|
+
text_filter: Text filter
|
|
84
|
+
title: Tytuł
|
|
74
85
|
withdrawn: Withdrawn
|
|
75
86
|
update:
|
|
76
|
-
success:
|
|
87
|
+
success: Artykuł został poprawnie zaktualizowany
|
|
77
88
|
dashboard:
|
|
78
89
|
comment:
|
|
79
|
-
by:
|
|
90
|
+
by: Przez
|
|
80
91
|
no_comments_yet: Brak komentarzy
|
|
81
92
|
comments:
|
|
82
93
|
latest_comments: Ostatnie komentarze
|
|
83
94
|
drafts:
|
|
84
|
-
no_drafts_yet:
|
|
85
|
-
your_drafts:
|
|
86
|
-
inbound:
|
|
87
|
-
at: at
|
|
88
|
-
at_an_unknown_date: at an unknown date
|
|
89
|
-
inbound_links: Linki przychodzące
|
|
90
|
-
made_a_link_to_you_on: " wykonał do ciebie łącze o treści "
|
|
91
|
-
no_one_made_link_to_you_yet: Nikt jeszcze nie stworzył do ciebie łącza
|
|
92
|
-
you_have_no_internet_connection: Nie masz połączenia internetowego
|
|
95
|
+
no_drafts_yet: Brak szkiców.
|
|
96
|
+
your_drafts: Twoje szkice
|
|
93
97
|
index:
|
|
94
|
-
|
|
98
|
+
textile_deprecated_html: The Textile text filter has been deprecated and will
|
|
99
|
+
be removed soon. Some of your content still uses this filter. Run the <code>publify:textile_to_markdown</code>
|
|
100
|
+
rake task to convert it to Markdown, or convert your content manually.
|
|
101
|
+
welcome_back: Witamy z powrotem, %{user_name}!
|
|
95
102
|
overview:
|
|
96
103
|
change_your_blog_presentation: zmienić wygląd swojego bloga
|
|
97
|
-
customization_explain_html: Możesz również trochę poprojektować wygląd, %{theme_link}
|
|
98
|
-
|
|
104
|
+
customization_explain_html: Możesz również trochę poprojektować wygląd, %{theme_link}
|
|
105
|
+
lub %{sidebar_link}.
|
|
106
|
+
dashboard_explain_html: This place gives you a quick overview of what happens
|
|
107
|
+
on your Publify blog and what you can do. Maybe will you want to %{available_actions}
|
|
99
108
|
enable_plugins: aktywować wtyczkę
|
|
100
|
-
help_explain_html:
|
|
101
|
-
read_our_documentation:
|
|
102
|
-
update_your_profile_or_change_your_password: zaktualizować profil lub zmienić
|
|
109
|
+
help_explain_html: Jeśli potrzebujesz pomocy, %{doc_link}.
|
|
110
|
+
read_our_documentation: przeczytaj dokumentację
|
|
111
|
+
update_your_profile_or_change_your_password: zaktualizować profil lub zmienić
|
|
112
|
+
hasło
|
|
103
113
|
write_a_page: utworzyć stronę
|
|
104
114
|
write_a_post: utworzyć wpis
|
|
105
|
-
publify_version:
|
|
106
|
-
error: You are at least one major version of Publify out of date. You should upgrade immediately. Download and install <a href='http://publify.co/stable.tgz'>the latest Publify version</a>
|
|
107
|
-
notice: There's a new version of Publify available. Why don't you upgrade to <a href='http://publify.co/stable.tgz'>the latest Publify version</a>?
|
|
108
|
-
warning: There's a new version of Publify available which may contain important bug fixes. Why don't you upgrade to <a href='http://publify.co/stable.tgz'>the latest Publify version</a>?
|
|
109
115
|
welcome:
|
|
110
116
|
approved_count:
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
117
|
+
few: "%{count} zaakceptowane"
|
|
118
|
+
many: "%{count} zaakceptowane"
|
|
119
|
+
one: 1 zaakceptowany
|
|
120
|
+
other: "%{count} zaakceptowane"
|
|
121
|
+
zero: brak zaakceptowanych
|
|
122
|
+
articles_and_comments_count_since: "%{articles_count} artykułów i %{comments_count}
|
|
123
|
+
komentarzy zostało opublikowanych od twojego ostaniego połączenia"
|
|
115
124
|
articles_count:
|
|
125
|
+
few: "%{count} artykuły"
|
|
126
|
+
many: "%{count} artykuły"
|
|
116
127
|
one: 1 artykuł
|
|
117
128
|
other: "%{count} artykuły"
|
|
118
129
|
zero: brak artykułów
|
|
119
130
|
comments_count:
|
|
131
|
+
few: "%{count} komentarze"
|
|
132
|
+
many: "%{count} komentarze"
|
|
120
133
|
one: 1 komentarz
|
|
121
134
|
other: "%{count} komentarze"
|
|
122
135
|
zero: brak komentarzy
|
|
123
|
-
content:
|
|
136
|
+
content: Treść
|
|
124
137
|
drafts_count:
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
138
|
+
few: "%{count} szkice"
|
|
139
|
+
many: "%{count} szkice"
|
|
140
|
+
one: 1 szkic
|
|
141
|
+
other: "%{count} szkice"
|
|
142
|
+
zero: brak szkiców
|
|
128
143
|
feedback: Komentarze
|
|
129
144
|
notes_count:
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
145
|
+
few: "%{count} notatki"
|
|
146
|
+
many: "%{count} notatki"
|
|
147
|
+
one: 1 notatka
|
|
148
|
+
other: "%{count} notatki"
|
|
149
|
+
zero: brak notatek
|
|
133
150
|
pages_count:
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
151
|
+
few: "%{count} strony"
|
|
152
|
+
many: "%{count} strony"
|
|
153
|
+
one: 1 strona
|
|
154
|
+
other: "%{count} strony"
|
|
155
|
+
zero: brak stron
|
|
137
156
|
running_publify: Działasz na Publify %{version}
|
|
138
157
|
spam_count:
|
|
158
|
+
few: "%{count} spam"
|
|
159
|
+
many: "%{count} spam"
|
|
139
160
|
one: 1 spam
|
|
140
161
|
other: "%{count} spam"
|
|
141
|
-
zero:
|
|
142
|
-
today:
|
|
162
|
+
zero: brak spamu
|
|
163
|
+
today: Dziś
|
|
143
164
|
unconfirmed_count:
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
165
|
+
few: "%{count} niepotwierdzone"
|
|
166
|
+
many: "%{count} niepotwierdzone"
|
|
167
|
+
one: 1 niepotwierdzony
|
|
168
|
+
other: "%{count} niepotwierdzone"
|
|
169
|
+
zero: brak niepotwierdzonych
|
|
147
170
|
your_articles_count:
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
171
|
+
few: "%{count} artykuły napisane przez ciebie"
|
|
172
|
+
many: "%{count} artykuły napisane przez ciebie"
|
|
173
|
+
one: 1 artykuł napisany przez ciebie
|
|
174
|
+
other: "%{count} artykuły napisane przez ciebie"
|
|
175
|
+
zero: brak artykułów napisanych przez ciebie
|
|
151
176
|
feedback:
|
|
152
177
|
article:
|
|
153
178
|
action_or_other_html: "%{first_action} lub %{second_action}"
|
|
154
|
-
add_a_comment:
|
|
179
|
+
add_a_comment: Dodaj komentarz
|
|
155
180
|
author: Autor
|
|
156
181
|
cancel: Anuluj
|
|
157
182
|
comments_for_html: Komentarze do %{title}
|
|
158
183
|
email: Email
|
|
159
|
-
no_feedback:
|
|
184
|
+
no_feedback: Brak komentarzy.
|
|
160
185
|
save: Zapisz
|
|
161
|
-
select_all:
|
|
186
|
+
select_all: Wybierz wszystko
|
|
162
187
|
url: Url
|
|
163
|
-
your_comment:
|
|
188
|
+
your_comment: Twój komentarz
|
|
164
189
|
bulkops:
|
|
165
|
-
error:
|
|
190
|
+
error: Niezaimplementowane
|
|
166
191
|
success_classification: Confirmed classification of %{count} item(s)
|
|
167
|
-
success_deleted:
|
|
168
|
-
success_deleted_spam:
|
|
192
|
+
success_deleted: Usunięto %{count} element(ów)
|
|
193
|
+
success_deleted_spam: Cały spam został usunięty
|
|
169
194
|
success_mark_as_ham:
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
195
|
+
few: Oznaczono %{count} elementów jako dopuszczone do publikacji
|
|
196
|
+
many: Oznaczono %{count} elementów jako dopuszczone do publikacji
|
|
197
|
+
one: Oznacz 1 element jako dopuszczony do publikacji
|
|
198
|
+
other: Oznaczono %{count} elementów jako dopuszczone do publikacji
|
|
199
|
+
zero: Brak elementów oznaczonych jako dopusczone do publikacji
|
|
173
200
|
success_mark_as_spam:
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
201
|
+
few: Oznaczono %{count} elementów jako spam
|
|
202
|
+
many: Oznaczono %{count} elementów jako spam
|
|
203
|
+
one: Oznaczono 1 element jako spam
|
|
204
|
+
other: Oznaczono %{count} elementów jako spam
|
|
205
|
+
zero: Brak elementów oznaczonych jako spam
|
|
177
206
|
button:
|
|
178
|
-
delete_all_spam:
|
|
179
|
-
delete_checked_items:
|
|
180
|
-
mark_checked_items_as_ham:
|
|
181
|
-
mark_checked_items_as_spam:
|
|
207
|
+
delete_all_spam: Usuń cały spam
|
|
208
|
+
delete_checked_items: Usuń zaznaczone elementy
|
|
209
|
+
mark_checked_items_as_ham: Oznacz elementy jako dopuszczone do publikacji
|
|
210
|
+
mark_checked_items_as_spam: Oznacz elementy jako spam
|
|
182
211
|
create:
|
|
183
|
-
success:
|
|
212
|
+
success: Komentarz został pomyślnie utworzony.
|
|
184
213
|
destroy:
|
|
185
|
-
error:
|
|
186
|
-
success:
|
|
214
|
+
error: Nie znaleziono
|
|
215
|
+
success: Usunięty
|
|
187
216
|
edit:
|
|
188
217
|
action_or_other_html: "%{first_action} lub %{second_action}"
|
|
189
|
-
author:
|
|
190
|
-
cancel:
|
|
191
|
-
comments_for_html:
|
|
192
|
-
edit_a_comment:
|
|
218
|
+
author: Autor
|
|
219
|
+
cancel: Anuluj
|
|
220
|
+
comments_for_html: Komentarze do %{article_link}
|
|
221
|
+
edit_a_comment: Edytuj komentarz
|
|
193
222
|
email: Email
|
|
194
223
|
save: Zapisz
|
|
195
224
|
url: Url
|
|
196
|
-
your_comment:
|
|
197
|
-
ham:
|
|
198
|
-
by: by
|
|
199
|
-
created_on: 'on'
|
|
225
|
+
your_comment: Twój komentarz
|
|
200
226
|
index:
|
|
201
|
-
|
|
227
|
+
actions: Actions
|
|
228
|
+
all: Wszystko
|
|
229
|
+
author: Autor
|
|
230
|
+
content: Treść
|
|
231
|
+
created_at: Created at
|
|
202
232
|
feedback: Komentarze
|
|
203
|
-
ham:
|
|
204
|
-
no_feedback:
|
|
205
|
-
presumed_ham:
|
|
206
|
-
presumed_spam:
|
|
207
|
-
select_all:
|
|
233
|
+
ham: Dopuszczone do publikacji
|
|
234
|
+
no_feedback: Brak komentarzy.
|
|
235
|
+
presumed_ham: Prawdopodobny nie-spam
|
|
236
|
+
presumed_spam: Prawdopodobny spam
|
|
237
|
+
select_all: Zaznacz wszystko
|
|
208
238
|
spam: Spam
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
by: by
|
|
212
|
-
cancel: Anuluj
|
|
213
|
-
created_on: 'on'
|
|
214
|
-
this_comment_by_was_flagged_as_spam_html: This comment by %{author} was flagged as spam, %{cancel_link}?
|
|
239
|
+
status: Stan
|
|
240
|
+
unapproved_comments: Niezaakceptowane komentarze
|
|
215
241
|
state:
|
|
216
|
-
ham:
|
|
217
|
-
just_marked_as_ham:
|
|
218
|
-
just_marked_as_spam:
|
|
219
|
-
just_presumed_ham:
|
|
220
|
-
presumed_ham:
|
|
242
|
+
ham: Dopuszczony do publikacji
|
|
243
|
+
just_marked_as_ham: Oznaczono jako dopuszczony do publikacji
|
|
244
|
+
just_marked_as_spam: Oznaczono jako spam
|
|
245
|
+
just_presumed_ham: Oznaczono jako prawdopodobny nie-spam
|
|
246
|
+
presumed_ham: Nie-spam?
|
|
221
247
|
presumed_spam: Spam?
|
|
222
248
|
spam: Spam
|
|
223
|
-
unclassified:
|
|
249
|
+
unclassified: Niesklasyfikowane
|
|
224
250
|
update:
|
|
225
|
-
success:
|
|
251
|
+
success: Komentarz został poprawnie zaktualizowany.
|
|
226
252
|
migrations:
|
|
227
253
|
show:
|
|
228
254
|
current_database_version: Aktualna wersja bazy danych
|
|
@@ -230,103 +256,116 @@ pl:
|
|
|
230
256
|
information: Informacja
|
|
231
257
|
may_take_a_moment: może zająć dłuższą chwilę
|
|
232
258
|
migration_pending:
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
259
|
+
few: "%{count} oczekujących migracji."
|
|
260
|
+
many: "%{count} oczekujących migracji."
|
|
261
|
+
one: Jedna oczekująca migracja.
|
|
262
|
+
other: "%{count} oczekujących migracji."
|
|
263
|
+
migrations: Migracje
|
|
236
264
|
needed_migrations: Potrzebne migracje
|
|
237
265
|
update_database_now: Aktualizuj bazę danych
|
|
238
266
|
you_are_up_to_date: Wszystko jest aktualne!
|
|
239
267
|
notes:
|
|
268
|
+
edit:
|
|
269
|
+
notes: Notatki
|
|
240
270
|
form:
|
|
241
271
|
cancel: Anuluj
|
|
242
|
-
compose_new_note:
|
|
243
|
-
in_reply_to:
|
|
244
|
-
no_notes:
|
|
245
|
-
now:
|
|
246
|
-
or:
|
|
247
|
-
permanent_link:
|
|
272
|
+
compose_new_note: Utwórz nową notatkę
|
|
273
|
+
in_reply_to: W odpowiedzi do
|
|
274
|
+
no_notes: Brak notatek
|
|
275
|
+
now: Teraz
|
|
276
|
+
or: lub
|
|
277
|
+
permanent_link: Link
|
|
248
278
|
posse_to_twitter: POSSE to twitter
|
|
249
279
|
publish: Publikuj
|
|
250
280
|
publish_at: Opublikowane dnia
|
|
251
|
-
publish_settings:
|
|
252
|
-
tweet_id_like: Tweet id
|
|
253
|
-
|
|
254
|
-
notes:
|
|
281
|
+
publish_settings: Ustawienia publikacji
|
|
282
|
+
tweet_id_like: Tweet id, np. 123456
|
|
283
|
+
index:
|
|
284
|
+
notes: Notatki
|
|
285
|
+
list:
|
|
286
|
+
actions: Actions
|
|
287
|
+
author: Autor
|
|
288
|
+
created_at: Created at
|
|
289
|
+
text_filter: Text filter
|
|
290
|
+
title: Tytuł
|
|
255
291
|
show:
|
|
256
292
|
action_or_other_html: "%{first_action} lub %{second_action}"
|
|
257
|
-
are_you_sure:
|
|
293
|
+
are_you_sure: Czy na pewno chcesz usunąć tę notatkę?
|
|
258
294
|
cancel: Anuluj
|
|
259
295
|
delete: Usuń
|
|
260
|
-
destroy_confirmation:
|
|
296
|
+
destroy_confirmation: Potwierdzenie usunięcia
|
|
261
297
|
pages:
|
|
262
298
|
edit:
|
|
263
|
-
success:
|
|
299
|
+
success: Strona została zaktualizowana
|
|
264
300
|
form:
|
|
265
301
|
article_filter: Filtr artykułów
|
|
266
302
|
cancel: Anuluj
|
|
267
|
-
offline: offline
|
|
268
303
|
online: Online
|
|
269
|
-
permanent_link:
|
|
304
|
+
permanent_link: Link
|
|
270
305
|
publish: Publikuj
|
|
271
|
-
publish_settings:
|
|
272
|
-
published: published
|
|
306
|
+
publish_settings: Ustawienia publikacji
|
|
273
307
|
save: Zapisz
|
|
274
308
|
status: Stan
|
|
275
309
|
title: Tytuł
|
|
276
|
-
type_your_post:
|
|
310
|
+
type_your_post: Wpisz treść postu
|
|
277
311
|
index:
|
|
278
|
-
|
|
312
|
+
actions: Actions
|
|
313
|
+
author: Autor
|
|
314
|
+
created_at: Created at
|
|
279
315
|
manage_pages: Zarządzaj stronami
|
|
280
|
-
new_page:
|
|
316
|
+
new_page: Nowa strona
|
|
317
|
+
text_filter: Text filter
|
|
281
318
|
title: Tytuł
|
|
282
319
|
new:
|
|
283
|
-
success:
|
|
320
|
+
success: Nowa strona została utworzona
|
|
284
321
|
pages:
|
|
285
|
-
no_pages:
|
|
322
|
+
no_pages: Nie utworzono jeszcze żadnych stron.
|
|
286
323
|
post_types:
|
|
287
324
|
index_and_form:
|
|
288
325
|
cancel: Anuluj
|
|
289
|
-
default:
|
|
326
|
+
default: Domyślne
|
|
290
327
|
description: Opis
|
|
291
|
-
explain:
|
|
328
|
+
explain: Nazwa szablonu to nazwa pliku, którego Publify będzie starało się
|
|
329
|
+
znaleźć podczas wyświetlania artykułu danego typu. Powinien on się znajdować
|
|
330
|
+
w views/articles/nazwa_szablonu.html.erb
|
|
292
331
|
name: Nazwa
|
|
293
|
-
or:
|
|
294
|
-
post_types:
|
|
295
|
-
publify_default_post_type:
|
|
332
|
+
or: lub
|
|
333
|
+
post_types: Typy postów
|
|
334
|
+
publify_default_post_type: Domyślny rodzaj postu Publify
|
|
296
335
|
save: Zapisz
|
|
297
|
-
template_name:
|
|
336
|
+
template_name: Nazwa szablonu
|
|
298
337
|
profiles:
|
|
299
338
|
index:
|
|
300
|
-
success:
|
|
301
|
-
your_profile:
|
|
339
|
+
success: Dane użytkownika zostały zaktualizowane
|
|
340
|
+
your_profile: Twój profil
|
|
302
341
|
redirects:
|
|
303
342
|
destroy:
|
|
304
|
-
success:
|
|
343
|
+
success: Przekierowanie zostało usunięte.
|
|
305
344
|
index_and_form:
|
|
306
345
|
cancel: Anuluj
|
|
307
346
|
from: Z
|
|
308
|
-
leave_empty_to_shorten_a_link:
|
|
309
|
-
no_redirects:
|
|
310
|
-
or:
|
|
311
|
-
redirects:
|
|
347
|
+
leave_empty_to_shorten_a_link: Zostaw puste, aby skrócić link
|
|
348
|
+
no_redirects: Brak przekierowań.
|
|
349
|
+
or: lub
|
|
350
|
+
redirects: Przekierowania
|
|
312
351
|
save: Zapisz
|
|
313
352
|
to: To
|
|
314
353
|
resources:
|
|
315
354
|
destroy:
|
|
316
|
-
notice:
|
|
355
|
+
notice: Plik został usunięty.
|
|
317
356
|
index:
|
|
318
|
-
are_you_sure:
|
|
357
|
+
are_you_sure: Jesteś pewien?
|
|
319
358
|
content_type: Typ treści
|
|
320
359
|
date: Data
|
|
321
|
-
delete:
|
|
360
|
+
delete: Usuń
|
|
322
361
|
file_size: Rozmiar pliku
|
|
323
362
|
filename: Nazwa pliku
|
|
324
|
-
media_library:
|
|
325
|
-
medium_size:
|
|
326
|
-
no_resources:
|
|
327
|
-
original_size:
|
|
363
|
+
media_library: Biblioteka multimediów
|
|
364
|
+
medium_size: Rozmiar
|
|
365
|
+
no_resources: Brak multimediów
|
|
366
|
+
original_size: Oryginalny rozmiar
|
|
328
367
|
right_click_for_link: Kliknij PPM by uzyskać łącze
|
|
329
|
-
thumbnail:
|
|
368
|
+
thumbnail: Miniaturka
|
|
330
369
|
upload: Wyślij
|
|
331
370
|
upload_a_file_to_your_site: Wyślij plik na swój blog
|
|
332
371
|
upload:
|
|
@@ -334,88 +373,99 @@ pl:
|
|
|
334
373
|
warning: Nie można załadować
|
|
335
374
|
seo:
|
|
336
375
|
general:
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
do_not_index_tags: Do not index tags
|
|
376
|
+
custom_tracking_code: Niestandardowy kod śledzenia
|
|
377
|
+
do_not_index_tags: Nie indeksuj tagów
|
|
340
378
|
dofollow: Dofollow
|
|
341
|
-
explain:
|
|
342
|
-
|
|
343
|
-
explain_moderate_feedback:
|
|
344
|
-
|
|
345
|
-
|
|
379
|
+
explain: Tutaj możesz dodać dowolny kod, który ma się pojawić w nagłówku strony,
|
|
380
|
+
np. kod do analizy ruchu na stronie.
|
|
381
|
+
explain_moderate_feedback: Jeżeli to włączysz, być może będziesz chcieć moderować
|
|
382
|
+
komentarze
|
|
383
|
+
explain_rss_description: 'Możesz używać następujących tagów: %author% (autor),
|
|
384
|
+
%blog_url% (adres tego bloga), %blog_name% (nazwa tego bloga) and %permalink_url%
|
|
385
|
+
(link do artykułu, który chcesz chronić)'
|
|
386
|
+
explain_tag_index_html: Zaznaczenie tej opcji spowoduje dodanie <code>noindex,
|
|
387
|
+
follow</code> do każdej strony tagu, co spowoduje usunięcie z wyników wyszukiwania
|
|
388
|
+
i uniknięcie duplikacji treści
|
|
346
389
|
general_settings: Ustawienia ogólne
|
|
347
390
|
google: Google
|
|
348
391
|
google_analytics: Google Analytics
|
|
349
|
-
google_webmaster_tools_validation_link: Google Webmaster Tools validation
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
meta_keywords: Meta keywords
|
|
355
|
-
read_more_about_html: Read more about %{link}
|
|
392
|
+
google_webmaster_tools_validation_link: Google Webmaster Tools validation
|
|
393
|
+
link
|
|
394
|
+
indexing: Indeksowanie
|
|
395
|
+
meta_description: Opis
|
|
396
|
+
meta_keywords: Słowa kluczowe
|
|
356
397
|
robots_txt: Robots.txt
|
|
357
|
-
rss_description_message: RSS
|
|
358
|
-
this_will_display:
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
use_rss_description: Use RSS description
|
|
398
|
+
rss_description_message: Opis RSS
|
|
399
|
+
this_will_display: Opis wyświetli się na dole każdego postu w RSS
|
|
400
|
+
use_dofollow_in_comments: Używaj linków z atrybutem 'dofollow' w komentarzach
|
|
401
|
+
use_meta_keywords: Używaj słów kluczowych
|
|
402
|
+
use_rss_description: Używaj opisu RSS
|
|
363
403
|
permalinks:
|
|
364
|
-
custom:
|
|
365
|
-
date_and_title:
|
|
366
|
-
explain: Publify
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
404
|
+
custom: Niestandardowe
|
|
405
|
+
date_and_title: Data i tytuł
|
|
406
|
+
explain: Publify oferuje możliwośc tworzenie niestandardowej struktury adresu
|
|
407
|
+
URL dla Twoich linków i archiwów. To pozwala poprawić estetykę, użuteczność
|
|
408
|
+
i poprawność Twoich linków.
|
|
409
|
+
help_on_permalink_settings: Pomoc
|
|
410
|
+
month_and_title: Miesiąc i tytuł
|
|
411
|
+
permalink_format: Format permalinku
|
|
412
|
+
sample: Na stronie zawarte są przykłady, które powinny pomóc Ci w ustawieniu
|
|
413
|
+
odpowiedniego formatu.
|
|
414
|
+
title_only: Tylko tytuł
|
|
415
|
+
you_can_custom_your_url_structure: 'Możesz zmodyfikować strukturę adresów
|
|
416
|
+
URL używając następujących tagów:'
|
|
417
|
+
your_article_day: dzień publikacji artykułu.
|
|
418
|
+
your_article_month: miesiąc publikacji artykułu.
|
|
419
|
+
your_article_slug_html: tytuł artykułu (przyjazny dla przeglądarki). <strong>Użycie
|
|
420
|
+
tego tagu jest obowiązkowe</strong>.
|
|
421
|
+
your_article_year: rok publikacji artykułu.
|
|
377
422
|
show:
|
|
378
423
|
cancel: Anuluj
|
|
379
|
-
global_settings:
|
|
380
|
-
or:
|
|
381
|
-
permalinks:
|
|
382
|
-
title_settings:
|
|
383
|
-
update_settings:
|
|
424
|
+
global_settings: Ustawienia globalne
|
|
425
|
+
or: lub
|
|
426
|
+
permalinks: Permalinki
|
|
427
|
+
title_settings: Ustawienia tytułów
|
|
428
|
+
update_settings: Zaktualizuj ustawienia
|
|
384
429
|
titles:
|
|
385
430
|
articles: Artykułów
|
|
386
|
-
author_page:
|
|
387
|
-
dated_archives:
|
|
388
|
-
description_template:
|
|
389
|
-
help_on_title_settings:
|
|
390
|
-
home:
|
|
431
|
+
author_page: Strona autora
|
|
432
|
+
dated_archives: Archiwa (po datach)
|
|
433
|
+
description_template: Szablon opisu
|
|
434
|
+
help_on_title_settings: Pomoc
|
|
435
|
+
home: Strona główna
|
|
391
436
|
pages: Strony
|
|
392
|
-
paginated_archives:
|
|
437
|
+
paginated_archives: Archiwa (podzielone na strony)
|
|
393
438
|
replaced_by_the_archive_date: Replaced by the archive date
|
|
394
439
|
replaced_by_the_content_body: Replaced by the content body
|
|
395
|
-
replaced_with_the_article_categories: Replaced with the article categories
|
|
440
|
+
replaced_with_the_article_categories: Replaced with the article categories
|
|
441
|
+
(comma separated)
|
|
396
442
|
replaced_with_the_article_page_title: Replaced with the article/page title
|
|
397
443
|
replaced_with_the_article_tags: Replaced with the article tags (comma separated)
|
|
398
444
|
replaced_with_the_category_tag_name: Replaced with the category/tag name
|
|
399
445
|
replaced_with_the_current_date: Replaced with the current date
|
|
400
446
|
replaced_with_the_current_month: Replaced with the current month
|
|
401
447
|
replaced_with_the_current_page_number: Replaced with the current page number
|
|
402
|
-
replaced_with_the_current_search_phrase: Replaced with the current search
|
|
448
|
+
replaced_with_the_current_search_phrase: Replaced with the current search
|
|
449
|
+
phrase
|
|
403
450
|
replaced_with_the_current_time: Replaced with the current time
|
|
404
451
|
replaced_with_the_current_year: Replaced with the current year
|
|
405
452
|
replaced_with_the_post_page_excerpt: Replaced with the post/page excerpt
|
|
406
|
-
replaced_with_the_title_of_the_article_page: Replaced with the title of the
|
|
453
|
+
replaced_with_the_title_of_the_article_page: Replaced with the title of the
|
|
454
|
+
article/page
|
|
407
455
|
search_results: Search results
|
|
408
456
|
short_statuses: Short statuses
|
|
409
457
|
short_statuses_lists: Short statuses lists
|
|
410
458
|
the_blog_s_name: The blog's name
|
|
411
459
|
the_blog_s_tagline_description: The blog's tagline / description
|
|
412
|
-
these_tags_can_be_included: These tags can be included in your templates and
|
|
460
|
+
these_tags_can_be_included: These tags can be included in your templates and
|
|
461
|
+
will be replaced when displaying the page.
|
|
413
462
|
title_template: Title template
|
|
414
463
|
settings:
|
|
415
464
|
display:
|
|
416
465
|
cancel: Anuluj
|
|
417
466
|
custom_url: Custom URL shortener domain
|
|
418
|
-
custom_url_help: If you have a custom domain for URL shortening, enter it
|
|
467
|
+
custom_url_help: If you have a custom domain for URL shortening, enter it
|
|
468
|
+
here.
|
|
419
469
|
date_format: Date format
|
|
420
470
|
default_archives_show: articles on the archives page
|
|
421
471
|
default_article_show: articles on the homepage
|
|
@@ -444,16 +494,25 @@ pl:
|
|
|
444
494
|
enable_feedback_moderation: Włącz moderację komentarzy
|
|
445
495
|
enable_recaptcha: Enable reCaptcha
|
|
446
496
|
enable_spam_protection: Włącz ochronę przed spamem
|
|
447
|
-
explain_feedback_moderation: Możesz włączyć globalną moderację komentarzy.
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
497
|
+
explain_feedback_moderation: Możesz włączyć globalną moderację komentarzy.
|
|
498
|
+
W takim przypadku żaden komentarz nie ukaże się na blogu aż do momentu jego
|
|
499
|
+
akceptacji.
|
|
500
|
+
explain_reject_comments: Publify automatycznie odrzuca komentarze, które zawierają
|
|
501
|
+
większą, niż podana, liczbę łączy
|
|
502
|
+
explain_spam_protection: Włączenie ochrony przed spamem sprawi, iż Publify
|
|
503
|
+
będzie porównywać adresy IP nadawców oraz treść ich postów z lokalnymi i
|
|
504
|
+
zdalnymi czarnymi listami. To dobra obrona przed spam botami.
|
|
505
|
+
explain_spamfiltering_html: Publify może (opcjonalnie) stosować usługę <a
|
|
506
|
+
href='http://akismet.com'>Akismet</a> do filtrowania spamu. Musisz zarejestrować
|
|
507
|
+
się w serwisie Akismet by otrzymać klucz API nim będzie można używać tej
|
|
508
|
+
usługi. Jeśli posiadasz klucz API Akismet, wprowadź go tutaj
|
|
451
509
|
feedback: Komentarze
|
|
452
510
|
feedback_settings: Feedback settings
|
|
453
511
|
max_links: Max. liczba łączy
|
|
454
512
|
none: none
|
|
455
513
|
or: or
|
|
456
|
-
remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside
|
|
514
|
+
remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside
|
|
515
|
+
config/initializers/recaptcha.rb
|
|
457
516
|
set_to_0_to_never_disable_comments: Ustaw 0 by komentarze były zawsze włączone
|
|
458
517
|
set_to_0_to_never_reject_comments: Ustaw 0 by komentarze były zawsze akceptowane
|
|
459
518
|
spam: Spam
|
|
@@ -465,8 +524,12 @@ pl:
|
|
|
465
524
|
blog_subtitle: Podtytuł bloga
|
|
466
525
|
blog_url: Adres URL bloga
|
|
467
526
|
cancel: Anuluj
|
|
468
|
-
email_address_used_to_notify: Adres email używany przez Publify do wysyłania
|
|
469
|
-
|
|
527
|
+
email_address_used_to_notify: Adres email używany przez Publify do wysyłania
|
|
528
|
+
powiadomień
|
|
529
|
+
explain_allow_users_to_register_html: This will allow users to register themselves
|
|
530
|
+
as contributors, an unprivileged account level which grants them no rights
|
|
531
|
+
beyond owning a profile on the site. If you don't want users to register,
|
|
532
|
+
you can add them via <em>Manage users</em> under <em>Settings</em>.
|
|
470
533
|
general_settings: Ustawienia ogólne
|
|
471
534
|
items_to_display_in_admin_lists: Items to display in admin lists
|
|
472
535
|
language: Język
|
|
@@ -508,9 +571,10 @@ pl:
|
|
|
508
571
|
design: Design
|
|
509
572
|
display: Display
|
|
510
573
|
documentation: Documentation
|
|
511
|
-
feedback:
|
|
574
|
+
feedback: Komentarze
|
|
512
575
|
general_settings: Ustawienia ogólne
|
|
513
576
|
global_seo_settings: Global SEO settings
|
|
577
|
+
home: Strona główna
|
|
514
578
|
in_page_plugins: In page plugins
|
|
515
579
|
logged_in_as: Logged in as %{login}
|
|
516
580
|
logout_html: Wyloguj »
|
|
@@ -521,7 +585,7 @@ pl:
|
|
|
521
585
|
new_media: New Media
|
|
522
586
|
new_note: New Note
|
|
523
587
|
new_page: New Page
|
|
524
|
-
notes:
|
|
588
|
+
notes: Notatki
|
|
525
589
|
pages: Strony
|
|
526
590
|
permalinks: Permalinks
|
|
527
591
|
profile: Profile
|
|
@@ -535,7 +599,8 @@ pl:
|
|
|
535
599
|
write: Write
|
|
536
600
|
twitter_alert:
|
|
537
601
|
fill_the_twitter_credentials: fill in the OAuth credentials
|
|
538
|
-
how_to_setup_twitter_html: If you want to push short statuses on Twitter,
|
|
602
|
+
how_to_setup_twitter_html: If you want to push short statuses on Twitter,
|
|
603
|
+
you need to %{twitter_settings_link} Twitter gave you after you %{twitter_registration_link}.
|
|
539
604
|
registered_your_application: registered your application
|
|
540
605
|
sidebar:
|
|
541
606
|
config:
|
|
@@ -544,8 +609,13 @@ pl:
|
|
|
544
609
|
you_have_no_plugins_installed: You have no plugins installed
|
|
545
610
|
index:
|
|
546
611
|
cancel: Anuluj
|
|
547
|
-
download_more_plugins_html: You can download and install sidebar plugins from
|
|
548
|
-
|
|
612
|
+
download_more_plugins_html: You can download and install sidebar plugins from
|
|
613
|
+
our official <a href='https://github.com/fdv/publify/wiki/Sidebar-plugins'>plugin
|
|
614
|
+
repository</a>. All you have to do is upload the theme directory in your
|
|
615
|
+
vendor/plugins directory.
|
|
616
|
+
explain_how_its_works: Przeciągnij i upuść pozycje, które mają być wyświetlone
|
|
617
|
+
na blogu. By usunąć pozycję naciśnij *Usuń*. Zmiany są zapisywane od razu,
|
|
618
|
+
lecz nie są aktywne do momentu kliknięcia 'Publikuj zmiany'
|
|
549
619
|
or: or
|
|
550
620
|
publish_changes: Publikuj zmiany
|
|
551
621
|
sidebar: Sidebar
|
|
@@ -562,6 +632,7 @@ pl:
|
|
|
562
632
|
no_tags: There are no tags yet. Why don't you start and create one?
|
|
563
633
|
or: or
|
|
564
634
|
save: Zapisz
|
|
635
|
+
view: View
|
|
565
636
|
themes:
|
|
566
637
|
index:
|
|
567
638
|
active_theme: "%{name} - Temat aktywny"
|
|
@@ -629,17 +700,21 @@ pl:
|
|
|
629
700
|
no_articles_found: Brak artykułów
|
|
630
701
|
archives_article:
|
|
631
702
|
posted_in: posted in
|
|
632
|
-
|
|
703
|
+
article_author:
|
|
633
704
|
posted_by: Opublikowane przez
|
|
634
705
|
article_excerpt:
|
|
635
706
|
continue_reading: Continue reading
|
|
636
707
|
article_links:
|
|
637
708
|
comments:
|
|
709
|
+
few: "%{count} comments"
|
|
710
|
+
many: "%{count} comments"
|
|
638
711
|
one: 1 comment
|
|
639
712
|
other: "%{count} comments"
|
|
640
713
|
zero: no comments
|
|
641
714
|
tags: Tags
|
|
642
715
|
trackbacks:
|
|
716
|
+
few: "%{count} trackbacks"
|
|
717
|
+
many: "%{count} trackbacks"
|
|
643
718
|
one: 1 trackback
|
|
644
719
|
other: "%{count} trackbacks"
|
|
645
720
|
zero: no trackbacks
|
|
@@ -674,14 +749,16 @@ pl:
|
|
|
674
749
|
contact_information: Contact information
|
|
675
750
|
jabber: 'Jabber:'
|
|
676
751
|
msn: 'MSN:'
|
|
677
|
-
this_author_has_not_published_any_article_yet: This author has not published
|
|
752
|
+
this_author_has_not_published_any_article_yet: This author has not published
|
|
753
|
+
any article yet
|
|
678
754
|
twitter: 'Twitter:'
|
|
679
755
|
web_site: 'Web site:'
|
|
680
756
|
yahoo: 'Yahoo:'
|
|
681
757
|
comments:
|
|
682
758
|
comment:
|
|
683
759
|
said: powiedział
|
|
684
|
-
this_comment_has_been_flagged_for_moderator_approval: Ten komentarz oczekuje
|
|
760
|
+
this_comment_has_been_flagged_for_moderator_approval: Ten komentarz oczekuje
|
|
761
|
+
na akceptację. Nie ukaże się do czasu zaakceptowania przez autora.
|
|
685
762
|
date:
|
|
686
763
|
abbr_month_names:
|
|
687
764
|
-
|
|
@@ -715,17 +792,26 @@ pl:
|
|
|
715
792
|
characters_minimum: Minimum %{min} characters
|
|
716
793
|
errors:
|
|
717
794
|
article_type_already_exist: This article type already exists
|
|
718
|
-
cant_end_with_rss_or_atom: Can't end in .rss or .atom. These are reserved to be
|
|
795
|
+
cant_end_with_rss_or_atom: Can't end in .rss or .atom. These are reserved to be
|
|
796
|
+
used for feed URLs
|
|
719
797
|
no_notes_found: No notes found...
|
|
720
798
|
no_posts_found: No posts found...
|
|
721
799
|
page_not_found: Page not found
|
|
722
800
|
permalink_need_a_title: 'You need a permalink format with an identifier : %%title%%'
|
|
723
801
|
problem_sending_to_twitter: Oooops something wrong happened
|
|
724
|
-
render_sidebar: It seems something went wrong. Maybe some of your sidebars are
|
|
725
|
-
|
|
802
|
+
render_sidebar: It seems something went wrong. Maybe some of your sidebars are
|
|
803
|
+
actually missing and you should either reinstall them or remove them manually
|
|
804
|
+
the_page_you_are_looking_for: The page you are looking for has moved or does not
|
|
805
|
+
exist.
|
|
726
806
|
generic:
|
|
727
807
|
change: Change
|
|
808
|
+
conversation: Conversation
|
|
809
|
+
delete: Usuń
|
|
810
|
+
edit: Zmień
|
|
811
|
+
mark_as_ham: Mark as ham
|
|
812
|
+
mark_as_spam: Mark as spam
|
|
728
813
|
save: Zapisz
|
|
814
|
+
short_url: Short url
|
|
729
815
|
helper:
|
|
730
816
|
at: at
|
|
731
817
|
langs:
|
|
@@ -763,7 +849,8 @@ pl:
|
|
|
763
849
|
publisher: Blog publisher
|
|
764
850
|
setup:
|
|
765
851
|
article:
|
|
766
|
-
body: Welcome to Publify. This is your first article. Edit or delete it, then
|
|
852
|
+
body: Welcome to Publify. This is your first article. Edit or delete it, then
|
|
853
|
+
start blogging!
|
|
767
854
|
title: Hello World!
|
|
768
855
|
index:
|
|
769
856
|
blog_name: Blog name
|
|
@@ -772,7 +859,9 @@ pl:
|
|
|
772
859
|
your_mail: Your email
|
|
773
860
|
page:
|
|
774
861
|
about: About
|
|
775
|
-
body: This is an example of a Publify page. You can edit this to write information
|
|
862
|
+
body: This is an example of a Publify page. You can edit this to write information
|
|
863
|
+
about yourself or your site so readers know who you are. You can create as
|
|
864
|
+
many pages as you like and manage all of your content inside Publify.
|
|
776
865
|
tags:
|
|
777
866
|
index:
|
|
778
867
|
there_are_no_tags: There are no tags
|