HornsAndHooves-publify_core 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +102 -0
- data/MIT-LICENSE +21 -0
- data/README.md +9 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- data/app/assets/fonts/open-sans-bold.woff +0 -0
- data/app/assets/fonts/open-sans.woff +0 -0
- data/app/assets/images/admin/loading.gif +0 -0
- data/app/assets/images/admin/typologo.gif +0 -0
- data/app/assets/images/calendar_date_select/calendar.gif +0 -0
- data/app/assets/images/close.gif +0 -0
- data/app/assets/images/closelabel.gif +0 -0
- data/app/assets/images/go.png +0 -0
- data/app/assets/images/loading.gif +0 -0
- data/app/assets/images/nextlabel.gif +0 -0
- data/app/assets/images/overlay.png +0 -0
- data/app/assets/images/powered.gif +0 -0
- data/app/assets/images/prevlabel.gif +0 -0
- data/app/assets/images/spinner-blue.gif +0 -0
- data/app/assets/images/spinner.gif +0 -0
- data/app/assets/images/thumb_blank.jpg +0 -0
- data/app/assets/javascripts/application.js +2 -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/bootstrap-sprockets.js +8 -0
- data/app/assets/javascripts/cookies.js +60 -0
- data/app/assets/javascripts/datetimepicker.js +1470 -0
- data/app/assets/javascripts/lang/da_DK.js +17 -0
- data/app/assets/javascripts/lang/default.js +21 -0
- data/app/assets/javascripts/lang/en_US.js +21 -0
- data/app/assets/javascripts/lang/fr_FR.js +21 -0
- data/app/assets/javascripts/lang/nl_NL.js +21 -0
- data/app/assets/javascripts/lang/zh_TW.js +17 -0
- data/app/assets/javascripts/lightbox.js +350 -0
- data/app/assets/javascripts/observe.js +28 -0
- data/app/assets/javascripts/publify.js +11 -0
- data/app/assets/javascripts/publify_admin.js +104 -0
- data/app/assets/javascripts/quicktags.js +448 -0
- data/app/assets/javascripts/set-timeago-lang.js +3 -0
- data/app/assets/javascripts/sidebar.js +28 -0
- data/app/assets/javascripts/spinnable.js +5 -0
- data/app/assets/javascripts/tagmanager.js +481 -0
- data/app/assets/javascripts/typeahead.js +1139 -0
- 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 +43 -0
- data/app/assets/stylesheets/accounts.css.scss +7 -0
- data/app/assets/stylesheets/administration_structure.css.scss +255 -0
- 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/_glyphicons.scss +307 -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 +654 -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/coderay.css +135 -0
- data/app/assets/stylesheets/datetimepicker.css +306 -0
- data/app/assets/stylesheets/lightbox.css +63 -0
- data/app/assets/stylesheets/publify.css.scss +9 -0
- data/app/assets/stylesheets/publify_admin.css.scss +10 -0
- data/app/assets/stylesheets/rss.css +53 -0
- data/app/assets/stylesheets/sidebar_admin.css.scss +36 -0
- data/app/assets/stylesheets/tagmanager.css +102 -0
- data/app/assets/stylesheets/user-styles.css +29 -0
- data/app/controllers/accounts_controller.rb +4 -0
- data/app/controllers/admin/base_controller.rb +27 -0
- data/app/controllers/admin/content_controller.rb +194 -0
- data/app/controllers/admin/dashboard_controller.rb +33 -0
- data/app/controllers/admin/feedback_controller.rb +160 -0
- data/app/controllers/admin/notes_controller.rb +73 -0
- data/app/controllers/admin/pages_controller.rb +73 -0
- data/app/controllers/admin/post_types_controller.rb +57 -0
- data/app/controllers/admin/profiles_controller.rb +57 -0
- data/app/controllers/admin/redirects_controller.rb +51 -0
- data/app/controllers/admin/resources_controller.rb +36 -0
- data/app/controllers/admin/seo_controller.rb +46 -0
- data/app/controllers/admin/settings_controller.rb +53 -0
- data/app/controllers/admin/sidebar_controller.rb +67 -0
- data/app/controllers/admin/tags_controller.rb +55 -0
- data/app/controllers/admin/themes_controller.rb +31 -0
- data/app/controllers/admin/users_controller.rb +67 -0
- data/app/controllers/articles_controller.rb +215 -0
- data/app/controllers/authors_controller.rb +30 -0
- data/app/controllers/base_controller.rb +43 -0
- data/app/controllers/comments_controller.rb +67 -0
- data/app/controllers/content_controller.rb +24 -0
- data/app/controllers/feedback_controller.rb +13 -0
- data/app/controllers/notes_controller.rb +35 -0
- data/app/controllers/setup_controller.rb +61 -0
- data/app/controllers/tags_controller.rb +50 -0
- data/app/controllers/text_controller.rb +7 -0
- data/app/controllers/textfilter_controller.rb +5 -0
- data/app/controllers/theme_controller.rb +63 -0
- data/app/controllers/xml_controller.rb +20 -0
- data/app/helpers/admin/base_helper.rb +87 -0
- data/app/helpers/admin/feedback_helper.rb +53 -0
- data/app/helpers/articles_helper.rb +10 -0
- data/app/helpers/authors_helper.rb +30 -0
- data/app/helpers/base_helper.rb +257 -0
- data/app/helpers/blog_helper.rb +14 -0
- data/app/helpers/xml_helper.rb +18 -0
- data/app/jobs/application_job.rb +5 -0
- data/app/mailers/notification_mailer.rb +40 -0
- data/app/models/ability.rb +53 -0
- data/app/models/archives_sidebar.rb +45 -0
- data/app/models/article/factory.rb +64 -0
- data/app/models/article.rb +308 -0
- data/app/models/blog.rb +280 -0
- data/app/models/comment.rb +57 -0
- data/app/models/config_manager.rb +83 -0
- data/app/models/content.rb +118 -0
- data/app/models/content_base.rb +88 -0
- data/app/models/feedback.rb +250 -0
- data/app/models/meta_sidebar.rb +10 -0
- data/app/models/note.rb +152 -0
- data/app/models/page.rb +42 -0
- data/app/models/page_sidebar.rb +14 -0
- data/app/models/ping.rb +5 -0
- data/app/models/post_type.rb +16 -0
- data/app/models/redirect.rb +51 -0
- data/app/models/redirection.rb +6 -0
- data/app/models/resource.rb +12 -0
- data/app/models/search_sidebar.rb +9 -0
- data/app/models/sidebar.rb +142 -0
- data/app/models/static_sidebar.rb +22 -0
- data/app/models/tag.rb +71 -0
- data/app/models/tag_sidebar.rb +30 -0
- data/app/models/text_filter.rb +141 -0
- data/app/models/trackback.rb +46 -0
- data/app/models/trigger.rb +34 -0
- data/app/models/user.rb +142 -0
- data/app/services/title_builder.rb +88 -0
- data/app/uploaders/resource_uploader.rb +63 -0
- data/app/views/accounts/confirm.html.erb +7 -0
- data/app/views/admin/content/_article_list.html.erb +26 -0
- data/app/views/admin/content/_form.html.erb +145 -0
- data/app/views/admin/content/autosave.js.erb +5 -0
- data/app/views/admin/content/edit.html.erb +3 -0
- data/app/views/admin/content/index.html.erb +48 -0
- data/app/views/admin/content/index.js.erb +1 -0
- data/app/views/admin/content/new.html.erb +3 -0
- data/app/views/admin/dashboard/_comment.html.erb +18 -0
- data/app/views/admin/dashboard/_comments.html.erb +10 -0
- data/app/views/admin/dashboard/_drafts.html.erb +25 -0
- data/app/views/admin/dashboard/_overview.html.erb +21 -0
- data/app/views/admin/dashboard/_welcome.html.erb +28 -0
- data/app/views/admin/dashboard/index.html.erb +16 -0
- data/app/views/admin/feedback/_button.html.erb +19 -0
- data/app/views/admin/feedback/_feedback.html.erb +7 -0
- data/app/views/admin/feedback/_ham.html.erb +17 -0
- data/app/views/admin/feedback/_spam.html.erb +23 -0
- data/app/views/admin/feedback/article.html.erb +69 -0
- data/app/views/admin/feedback/edit.html.erb +48 -0
- data/app/views/admin/feedback/ham.js +1 -0
- data/app/views/admin/feedback/index.html.erb +53 -0
- data/app/views/admin/feedback/spam.js +1 -0
- data/app/views/admin/migrations/show.html.erb +39 -0
- data/app/views/admin/notes/_form.html.erb +37 -0
- data/app/views/admin/notes/_header.html.erb +6 -0
- data/app/views/admin/notes/_list.html.erb +13 -0
- data/app/views/admin/notes/_note.html.erb +14 -0
- data/app/views/admin/notes/edit.html.erb +11 -0
- data/app/views/admin/notes/index.html.erb +11 -0
- data/app/views/admin/notes/show.html.erb +14 -0
- data/app/views/admin/pages/_form.html.erb +101 -0
- data/app/views/admin/pages/_pages.html.erb +21 -0
- data/app/views/admin/pages/edit.html.erb +1 -0
- data/app/views/admin/pages/index.html.erb +17 -0
- data/app/views/admin/pages/new.html.erb +1 -0
- data/app/views/admin/post_types/_index_and_form.html.erb +65 -0
- data/app/views/admin/post_types/edit.html.erb +1 -0
- data/app/views/admin/post_types/index.html.erb +1 -0
- data/app/views/admin/profiles/index.html.erb +10 -0
- data/app/views/admin/redirects/_index_and_form.html.erb +68 -0
- data/app/views/admin/redirects/edit.html.erb +1 -0
- data/app/views/admin/redirects/index.html.erb +1 -0
- data/app/views/admin/resources/index.html.erb +72 -0
- data/app/views/admin/seo/_general.html.erb +104 -0
- data/app/views/admin/seo/_permalinks.html.erb +53 -0
- data/app/views/admin/seo/_titles.html.erb +209 -0
- data/app/views/admin/seo/show.html.erb +28 -0
- data/app/views/admin/settings/display.html.erb +101 -0
- data/app/views/admin/settings/feedback.html.erb +118 -0
- data/app/views/admin/settings/index.html.erb +73 -0
- data/app/views/admin/settings/write.html.erb +69 -0
- data/app/views/admin/shared/_edit.html.erb +4 -0
- data/app/views/admin/shared/_menu.html.erb +121 -0
- data/app/views/admin/shared/_twitter_alert.html.erb +3 -0
- data/app/views/admin/sidebar/_available.html.erb +6 -0
- data/app/views/admin/sidebar/_available.json.erb +6 -0
- data/app/views/admin/sidebar/_config.html.erb +27 -0
- data/app/views/admin/sidebar/_target.html.erb +9 -0
- data/app/views/admin/sidebar/_target_sidebar.html.erb +20 -0
- data/app/views/admin/sidebar/destroy.js.erb +1 -0
- data/app/views/admin/sidebar/index.html.erb +31 -0
- data/app/views/admin/sidebar/sortable.js.erb +3 -0
- data/app/views/admin/sidebar/update.js.erb +2 -0
- data/app/views/admin/tags/_index_and_form.html.erb +59 -0
- data/app/views/admin/tags/edit.html.erb +1 -0
- data/app/views/admin/tags/index.html.erb +1 -0
- data/app/views/admin/themes/index.html.erb +27 -0
- data/app/views/admin/users/_form.html.erb +215 -0
- data/app/views/admin/users/edit.html.erb +8 -0
- data/app/views/admin/users/index.html.erb +39 -0
- data/app/views/admin/users/new.html.erb +8 -0
- data/app/views/archives_sidebar/_content.html.erb +13 -0
- data/app/views/articles/_archives_article.html.erb +9 -0
- data/app/views/articles/_article.html.erb +9 -0
- data/app/views/articles/_article_author.html.erb +4 -0
- data/app/views/articles/_article_collection.html.erb +8 -0
- data/app/views/articles/_article_content.html.erb +5 -0
- data/app/views/articles/_article_excerpt.html.erb +15 -0
- data/app/views/articles/_article_links.html.erb +12 -0
- data/app/views/articles/_comment.html.erb +1 -0
- data/app/views/articles/_comment_errors.html.erb +2 -0
- data/app/views/articles/_comment_form.html.erb +48 -0
- data/app/views/articles/_comment_list.html.erb +5 -0
- data/app/views/articles/_comment_preview.html.erb +4 -0
- data/app/views/articles/_full_article_content.html.erb +4 -0
- data/app/views/articles/_password_form.html.erb +10 -0
- data/app/views/articles/_trackback.html.erb +6 -0
- data/app/views/articles/archives.html.erb +15 -0
- data/app/views/articles/comment.js.erb +5 -0
- data/app/views/articles/comment_failed.js.erb +3 -0
- data/app/views/articles/error.html.erb +3 -0
- data/app/views/articles/feedback_atom_feed.atom.builder +10 -0
- data/app/views/articles/feedback_rss_feed.rss.builder +21 -0
- data/app/views/articles/index.html.erb +1 -0
- data/app/views/articles/index_atom_feed.atom.builder +9 -0
- data/app/views/articles/index_rss_feed.rss.builder +20 -0
- data/app/views/articles/live_search.html.erb +10 -0
- data/app/views/articles/read.html.erb +43 -0
- data/app/views/articles/search.html.erb +8 -0
- data/app/views/articles/trackback.xml.builder +7 -0
- data/app/views/articles/view_page.html.erb +3 -0
- data/app/views/authors/show.html.erb +30 -0
- data/app/views/authors/show_atom_feed.atom.builder +9 -0
- data/app/views/authors/show_rss_feed.rss.builder +20 -0
- data/app/views/comments/_comment.html.erb +17 -0
- data/app/views/comments/preview.html.erb +1 -0
- data/app/views/comments/preview.js.erb +3 -0
- data/app/views/devise/mailer/reset_password_instructions.html.erb +11 -0
- data/app/views/devise/passwords/edit.html.erb +28 -0
- data/app/views/devise/passwords/new.html.erb +20 -0
- data/app/views/devise/registrations/new.html.erb +36 -0
- data/app/views/devise/sessions/new.html.erb +32 -0
- data/app/views/devise/shared/_links.html.erb +11 -0
- data/app/views/errors/404.html.erb +2 -0
- data/app/views/feedback/index.atom.builder +9 -0
- data/app/views/feedback/index.rss.builder +20 -0
- data/app/views/layouts/accounts.html.erb +33 -0
- data/app/views/layouts/administration.html.erb +37 -0
- data/app/views/layouts/default.html.erb +33 -0
- data/app/views/layouts/editor.html.erb +17 -0
- data/app/views/meta_sidebar/_content.html.erb +8 -0
- data/app/views/notes/_note.html.erb +16 -0
- data/app/views/notes/error.html.erb +3 -0
- data/app/views/notes/index.html.erb +15 -0
- data/app/views/notes/show.html.erb +5 -0
- data/app/views/notes/show_in_reply.html.erb +18 -0
- data/app/views/notification_mailer/_mail_footer.html.erb +5 -0
- data/app/views/notification_mailer/_mail_header.html.erb +3 -0
- data/app/views/notification_mailer/article.html.erb +7 -0
- data/app/views/notification_mailer/comment.html.erb +12 -0
- data/app/views/notification_mailer/notif_user.html.erb +9 -0
- data/app/views/page_sidebar/_content.html.erb +12 -0
- data/app/views/search_sidebar/_content.html.erb +10 -0
- data/app/views/settings/done.html.erb +2 -0
- data/app/views/settings/install.html.erb +12 -0
- data/app/views/setup/index.html.erb +17 -0
- data/app/views/shared/_atom_header.atom.builder +6 -0
- data/app/views/shared/_atom_item_article.atom.builder +36 -0
- data/app/views/shared/_atom_item_comment.atom.builder +10 -0
- data/app/views/shared/_atom_item_trackback.atom.builder +10 -0
- data/app/views/shared/_flash.erb +10 -0
- data/app/views/shared/_google_analytics.html.erb +8 -0
- data/app/views/shared/_page_header.html.erb +23 -0
- data/app/views/shared/_rss_item_article.rss.builder +32 -0
- data/app/views/shared/_rss_item_comment.rss.builder +9 -0
- data/app/views/shared/_rss_item_trackback.rss.builder +9 -0
- data/app/views/sidebar/_row.html.erb +1 -0
- data/app/views/sidebar/_sidebar.html.erb +5 -0
- data/app/views/sidebar/display_plugins.html.erb +5 -0
- data/app/views/sidebar/show.html.erb +1 -0
- data/app/views/static_sidebar/_content.html.erb +2 -0
- data/app/views/tag_sidebar/_content.html.erb +10 -0
- data/app/views/tags/index.html.erb +15 -0
- data/app/views/tags/show.html.erb +1 -0
- data/app/views/theme/static_view_test.html.erb +1 -0
- data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +7 -0
- data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +6 -0
- data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +6 -0
- data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +6 -0
- data/app/views/xml/sitemap.googlesitemap.builder +9 -0
- data/config/i18n-tasks.yml +49 -0
- data/config/initializers/devise.rb +271 -0
- data/config/initializers/mime_types.rb +7 -0
- data/config/locales/da.yml +769 -0
- data/config/locales/de.yml +769 -0
- data/config/locales/en.yml +770 -0
- data/config/locales/es-MX.yml +769 -0
- data/config/locales/fr.yml +769 -0
- data/config/locales/he.yml +769 -0
- data/config/locales/it.yml +769 -0
- data/config/locales/ja.yml +769 -0
- data/config/locales/lt.yml +783 -0
- data/config/locales/nb-NO.yml +769 -0
- data/config/locales/nl.yml +769 -0
- data/config/locales/pl.yml +797 -0
- data/config/locales/pt-BR.yml +769 -0
- data/config/locales/ro.yml +782 -0
- data/config/locales/ru.yml +797 -0
- data/config/locales/sidebars.da.yml +20 -0
- data/config/locales/sidebars.de.yml +20 -0
- data/config/locales/sidebars.en.yml +20 -0
- data/config/locales/sidebars.es-MX.yml +20 -0
- data/config/locales/sidebars.fr.yml +20 -0
- data/config/locales/sidebars.he.yml +20 -0
- data/config/locales/sidebars.it.yml +20 -0
- data/config/locales/sidebars.ja.yml +20 -0
- data/config/locales/sidebars.lt.yml +20 -0
- data/config/locales/sidebars.nb-NO.yml +20 -0
- data/config/locales/sidebars.nl.yml +20 -0
- data/config/locales/sidebars.pl.yml +20 -0
- data/config/locales/sidebars.pt-BR.yml +20 -0
- data/config/locales/sidebars.ro.yml +20 -0
- data/config/locales/sidebars.ru.yml +20 -0
- data/config/locales/sidebars.zh-CN.yml +20 -0
- data/config/locales/sidebars.zh-TW.yml +20 -0
- data/config/locales/zh-CN.yml +768 -0
- data/config/locales/zh-TW.yml +769 -0
- data/config/routes.rb +174 -0
- data/db/migrate/113_initial_schema.rb +210 -0
- data/db/migrate/114_fixes_buggy_articles_and_notes.rb +56 -0
- data/db/migrate/115_drops_categories_for_tags.rb +37 -0
- data/db/migrate/20150207131657_add_missing_indexes.rb +23 -0
- data/db/migrate/20150807134129_simplify_redirect_relations.rb +45 -0
- data/db/migrate/20150808052637_add_blog_ids.rb +39 -0
- data/db/migrate/20150808191127_add_blog_id_to_redirects.rb +19 -0
- data/db/migrate/20150810094754_add_blog_id_to_tags.rb +19 -0
- data/db/migrate/20160108111120_add_devise_to_users.rb +57 -0
- data/db/migrate/20160108184201_move_last_connection_to_last_sign_in_at.rb +20 -0
- data/db/migrate/20160110094906_remove_profiles_rights.rb +18 -0
- data/db/migrate/20160605103918_replace_profile_id_with_string.rb +32 -0
- data/db/migrate/20160605154632_remove_profiles.rb +31 -0
- data/db/migrate/20160701061851_demand_blog_id_on_contents.rb +13 -0
- data/db/migrate/20160701062604_add_blog_id_to_resources.rb +32 -0
- data/db/migrate/20170528093024_move_resources_to_content.rb +9 -0
- data/db/migrate/20170528094923_move_tags_to_content.rb +10 -0
- data/db/migrate/20170528201606_remove_separate_published_flag.rb +9 -0
- data/db/migrate/20170605071626_remove_extra_state_columns_from_feedback.rb +10 -0
- data/db/migrate/20170702105201_remove_published_at_from_feedback.rb +9 -0
- data/db/migrate/20190208151235_add_text_filter_name_fields.rb +11 -0
- data/db/migrate/20190208152646_move_text_filter_to_name.rb +99 -0
- data/db/migrate/20190209155717_remove_text_filter_ids.rb +21 -0
- data/db/migrate/20190209160610_remove_text_filters.rb +19 -0
- data/db/seeds.rb +25 -0
- data/lib/email_notify.rb +28 -0
- data/lib/format.rb +9 -0
- data/lib/publify_core/engine.rb +31 -0
- data/lib/publify_core/lang.rb +9 -0
- data/lib/publify_core/testing_support/dns_mock.rb +15 -0
- data/lib/publify_core/testing_support/factories.rb +242 -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 +5 -0
- data/lib/publify_core.rb +46 -0
- data/lib/publify_guid.rb +11 -0
- data/lib/publify_plugins.rb +77 -0
- data/lib/publify_textfilter_markdown.rb +57 -0
- data/lib/publify_textfilter_none.rb +16 -0
- data/lib/publify_textfilter_smartypants.rb +16 -0
- data/lib/publify_textfilter_textile.rb +23 -0
- data/lib/publify_textfilter_twitterfilter.rb +39 -0
- data/lib/publify_time.rb +34 -0
- data/lib/sidebar_field.rb +127 -0
- data/lib/sidebar_registry.rb +35 -0
- data/lib/spam_protection.rb +103 -0
- data/lib/tasks/i18n.rake +9 -0
- data/lib/tasks/manifest.rake +30 -0
- data/lib/tasks/publify_core_tasks.rake +6 -0
- data/lib/text_filter_plugin.rb +183 -0
- data/lib/theme.rb +72 -0
- data/lib/transforms.rb +47 -0
- data/themes/plain/about.markdown +4 -0
- data/themes/plain/javascripts/theme.js +0 -0
- data/themes/plain/preview.png +0 -0
- data/themes/plain/stylesheets/theme.css +57 -0
- metadata +1062 -0
@@ -0,0 +1,797 @@
|
|
1
|
+
---
|
2
|
+
pl:
|
3
|
+
accounts:
|
4
|
+
back_to_html: "← Powrót do %{place}"
|
5
|
+
back_to_login: Wróć do strony logowania
|
6
|
+
confirm:
|
7
|
+
admin: admin
|
8
|
+
dont_lose_the_mail_sent: Zachowaj wiadomość wysłaną na %{email}. Jeżeli ją zgubisz, możesz stracić możliwość zalogowania się!
|
9
|
+
login: 'Login: %{login}'
|
10
|
+
proceed_to: Przejdź do %{link}
|
11
|
+
success: Rejestracja przebiegła pomyślnie.
|
12
|
+
create_account: Utwórz konto
|
13
|
+
lost_my_password: Zapomniałem hasła
|
14
|
+
activerecord:
|
15
|
+
errors:
|
16
|
+
models:
|
17
|
+
article:
|
18
|
+
attributes:
|
19
|
+
title:
|
20
|
+
blank: nie może być puste
|
21
|
+
template:
|
22
|
+
body: ''
|
23
|
+
header: ''
|
24
|
+
admin:
|
25
|
+
base:
|
26
|
+
not_allowed: Błąd, nie masz wystarczających uprawnień aby to zrobić
|
27
|
+
successfully_deleted: "%{name} zostało pomyślnie usunięte"
|
28
|
+
content:
|
29
|
+
access_granted:
|
30
|
+
error: Wystąpił błąd. Nie masz wystarczających uprawnień.
|
31
|
+
article_list:
|
32
|
+
no_articles: Brak artykułów. Czy to nie idealny moment na napisanie pierwszego?
|
33
|
+
autosave:
|
34
|
+
success: Artykuł został poprawnie zapisany
|
35
|
+
create:
|
36
|
+
success: Artykuł został poprawnie dodany
|
37
|
+
form:
|
38
|
+
allow_comments: Zezwól na dodawanie komentarzy
|
39
|
+
allow_comments_status:
|
40
|
+
disabled: wyłączone
|
41
|
+
enabled: włączone
|
42
|
+
allowed_comments_html: Komentarze są %{allow_comment}
|
43
|
+
article_type: Typ artykułu
|
44
|
+
cancel: Anuluj
|
45
|
+
default: Domyślny
|
46
|
+
now: teraz
|
47
|
+
ok: OK
|
48
|
+
password: Hasło
|
49
|
+
permalink: Permalink
|
50
|
+
preview: Podgląd
|
51
|
+
protected: Chronione
|
52
|
+
public: Publiczne
|
53
|
+
publish: Publikuj
|
54
|
+
publish_settings: Ustawienia publikacji
|
55
|
+
published: Opublikowane
|
56
|
+
save: Zapisz
|
57
|
+
save_as_draft: Zapisz jako szkic
|
58
|
+
status: Stan
|
59
|
+
tags: Tagi
|
60
|
+
tags_explanation_html: Oddziel tagi przecinkami. Użyj znaku (") aby dodać tagi składające się z wielu znaków, np. "opera house".
|
61
|
+
title: Tytuł
|
62
|
+
type_your_post: Dodaj treść
|
63
|
+
visibility: Widoczność
|
64
|
+
index:
|
65
|
+
all_articles: Wszystkie artykuły
|
66
|
+
drafts: Szkice
|
67
|
+
manage_articles: Zarządzaj artykułami
|
68
|
+
new_article: Nowy artykuł
|
69
|
+
publication_date: Data publikacji
|
70
|
+
publication_pending: Oczekuje na publikację
|
71
|
+
published: Opublikowane
|
72
|
+
search: Szukaj
|
73
|
+
select_an_author: Autor
|
74
|
+
withdrawn: Withdrawn
|
75
|
+
update:
|
76
|
+
success: Artykuł został poprawnie zaktualizowany
|
77
|
+
dashboard:
|
78
|
+
comment:
|
79
|
+
by: Przez
|
80
|
+
no_comments_yet: Brak komentarzy
|
81
|
+
comments:
|
82
|
+
latest_comments: Ostatnie komentarze
|
83
|
+
drafts:
|
84
|
+
no_drafts_yet: Brak szkiców.
|
85
|
+
your_drafts: Twoje szkice
|
86
|
+
index:
|
87
|
+
welcome_back: Witamy z powrotem, %{user_name}!
|
88
|
+
overview:
|
89
|
+
change_your_blog_presentation: zmienić wygląd swojego bloga
|
90
|
+
customization_explain_html: Możesz również trochę poprojektować wygląd, %{theme_link} lub %{sidebar_link}.
|
91
|
+
dashboard_explain_html: This place gives you a quick overview of what happens on your Publify blog and what you can do. Maybe will you want to %{available_actions}
|
92
|
+
enable_plugins: aktywować wtyczkę
|
93
|
+
help_explain_html: Jeśli potrzebujesz pomocy, %{doc_link}.
|
94
|
+
read_our_documentation: przeczytaj dokumentację
|
95
|
+
update_your_profile_or_change_your_password: zaktualizować profil lub zmienić hasło
|
96
|
+
write_a_page: utworzyć stronę
|
97
|
+
write_a_post: utworzyć wpis
|
98
|
+
welcome:
|
99
|
+
approved_count:
|
100
|
+
few: "%{count} zaakceptowane"
|
101
|
+
many: "%{count} zaakceptowane"
|
102
|
+
one: 1 zaakceptowany
|
103
|
+
other: "%{count} zaakceptowane"
|
104
|
+
zero: brak zaakceptowanych
|
105
|
+
articles_and_comments_count_since: "%{articles_count} artykułów i %{comments_count} komentarzy zostało opublikowanych od twojego ostaniego połączenia"
|
106
|
+
articles_count:
|
107
|
+
few: "%{count} artykuły"
|
108
|
+
many: "%{count} artykuły"
|
109
|
+
one: 1 artykuł
|
110
|
+
other: "%{count} artykuły"
|
111
|
+
zero: brak artykułów
|
112
|
+
comments_count:
|
113
|
+
few: "%{count} komentarze"
|
114
|
+
many: "%{count} komentarze"
|
115
|
+
one: 1 komentarz
|
116
|
+
other: "%{count} komentarze"
|
117
|
+
zero: brak komentarzy
|
118
|
+
content: Treść
|
119
|
+
drafts_count:
|
120
|
+
few: "%{count} szkice"
|
121
|
+
many: "%{count} szkice"
|
122
|
+
one: 1 szkic
|
123
|
+
other: "%{count} szkice"
|
124
|
+
zero: brak szkiców
|
125
|
+
feedback: Komentarze
|
126
|
+
notes_count:
|
127
|
+
few: "%{count} notatki"
|
128
|
+
many: "%{count} notatki"
|
129
|
+
one: 1 notatka
|
130
|
+
other: "%{count} notatki"
|
131
|
+
zero: brak notatek
|
132
|
+
pages_count:
|
133
|
+
few: "%{count} strony"
|
134
|
+
many: "%{count} strony"
|
135
|
+
one: 1 strona
|
136
|
+
other: "%{count} strony"
|
137
|
+
zero: brak stron
|
138
|
+
running_publify: Działasz na Publify %{version}
|
139
|
+
spam_count:
|
140
|
+
few: "%{count} spam"
|
141
|
+
many: "%{count} spam"
|
142
|
+
one: 1 spam
|
143
|
+
other: "%{count} spam"
|
144
|
+
zero: brak spamu
|
145
|
+
today: Dziś
|
146
|
+
unconfirmed_count:
|
147
|
+
few: "%{count} niepotwierdzone"
|
148
|
+
many: "%{count} niepotwierdzone"
|
149
|
+
one: 1 niepotwierdzony
|
150
|
+
other: "%{count} niepotwierdzone"
|
151
|
+
zero: brak niepotwierdzonych
|
152
|
+
your_articles_count:
|
153
|
+
few: "%{count} artykuły napisane przez ciebie"
|
154
|
+
many: "%{count} artykuły napisane przez ciebie"
|
155
|
+
one: 1 artykuł napisany przez ciebie
|
156
|
+
other: "%{count} artykuły napisane przez ciebie"
|
157
|
+
zero: brak artykułów napisanych przez ciebie
|
158
|
+
feedback:
|
159
|
+
article:
|
160
|
+
action_or_other_html: "%{first_action} lub %{second_action}"
|
161
|
+
add_a_comment: Dodaj komentarz
|
162
|
+
author: Autor
|
163
|
+
cancel: Anuluj
|
164
|
+
comments_for_html: Komentarze do %{title}
|
165
|
+
email: Email
|
166
|
+
no_feedback: Brak komentarzy.
|
167
|
+
save: Zapisz
|
168
|
+
select_all: Wybierz wszystko
|
169
|
+
url: Url
|
170
|
+
your_comment: Twój komentarz
|
171
|
+
bulkops:
|
172
|
+
error: Niezaimplementowane
|
173
|
+
success_classification: Confirmed classification of %{count} item(s)
|
174
|
+
success_deleted: Usunięto %{count} element(ów)
|
175
|
+
success_deleted_spam: Cały spam został usunięty
|
176
|
+
success_mark_as_ham:
|
177
|
+
few: Oznaczono %{count} elementów jako dopuszczone do publikacji
|
178
|
+
many: Oznaczono %{count} elementów jako dopuszczone do publikacji
|
179
|
+
one: Oznacz 1 element jako dopuszczony do publikacji
|
180
|
+
other: Oznaczono %{count} elementów jako dopuszczone do publikacji
|
181
|
+
zero: Brak elementów oznaczonych jako dopusczone do publikacji
|
182
|
+
success_mark_as_spam:
|
183
|
+
few: Oznaczono %{count} elementów jako spam
|
184
|
+
many: Oznaczono %{count} elementów jako spam
|
185
|
+
one: Oznaczono 1 element jako spam
|
186
|
+
other: Oznaczono %{count} elementów jako spam
|
187
|
+
zero: Brak elementów oznaczonych jako spam
|
188
|
+
button:
|
189
|
+
delete_all_spam: Usuń cały spam
|
190
|
+
delete_checked_items: Usuń zaznaczone elementy
|
191
|
+
mark_checked_items_as_ham: Oznacz elementy jako dopuszczone do publikacji
|
192
|
+
mark_checked_items_as_spam: Oznacz elementy jako spam
|
193
|
+
create:
|
194
|
+
success: Komentarz został pomyślnie utworzony.
|
195
|
+
destroy:
|
196
|
+
error: Nie znaleziono
|
197
|
+
success: Usunięty
|
198
|
+
edit:
|
199
|
+
action_or_other_html: "%{first_action} lub %{second_action}"
|
200
|
+
author: Autor
|
201
|
+
cancel: Anuluj
|
202
|
+
comments_for_html: Komentarze do %{article_link}
|
203
|
+
edit_a_comment: Edytuj komentarz
|
204
|
+
email: Email
|
205
|
+
save: Zapisz
|
206
|
+
url: Url
|
207
|
+
your_comment: Twój komentarz
|
208
|
+
ham:
|
209
|
+
by: przez
|
210
|
+
created_on: ''
|
211
|
+
index:
|
212
|
+
all: Wszystko
|
213
|
+
feedback: Komentarze
|
214
|
+
ham: Dopuszczone do publikacji
|
215
|
+
no_feedback: Brak komentarzy.
|
216
|
+
presumed_ham: Prawdopodobny nie-spam
|
217
|
+
presumed_spam: Prawdopodobny spam
|
218
|
+
select_all: Zaznacz wszystko
|
219
|
+
spam: Spam
|
220
|
+
unapproved_comments: Niezaakceptowane komentarze
|
221
|
+
spam:
|
222
|
+
by: przez
|
223
|
+
cancel: Anuluj
|
224
|
+
created_on: ''
|
225
|
+
this_comment_by_was_flagged_as_spam_html: Komentarz %{author} został oznaczony jako spam, %{cancel_link}?
|
226
|
+
state:
|
227
|
+
ham: Dopuszczony do publikacji
|
228
|
+
just_marked_as_ham: Oznaczono jako dopuszczony do publikacji
|
229
|
+
just_marked_as_spam: Oznaczono jako spam
|
230
|
+
just_presumed_ham: Oznaczono jako prawdopodobny nie-spam
|
231
|
+
presumed_ham: Nie-spam?
|
232
|
+
presumed_spam: Spam?
|
233
|
+
spam: Spam
|
234
|
+
unclassified: Niesklasyfikowane
|
235
|
+
update:
|
236
|
+
success: Komentarz został poprawnie zaktualizowany.
|
237
|
+
migrations:
|
238
|
+
show:
|
239
|
+
current_database_version: Aktualna wersja bazy danych
|
240
|
+
database_migration: Migruj bazę danych
|
241
|
+
information: Informacja
|
242
|
+
may_take_a_moment: może zająć dłuższą chwilę
|
243
|
+
migration_pending:
|
244
|
+
few: "%{count} oczekujących migracji."
|
245
|
+
many: "%{count} oczekujących migracji."
|
246
|
+
one: Jedna oczekująca migracja.
|
247
|
+
other: "%{count} oczekujących migracji."
|
248
|
+
migrations: Migracje
|
249
|
+
needed_migrations: Potrzebne migracje
|
250
|
+
update_database_now: Aktualizuj bazę danych
|
251
|
+
you_are_up_to_date: Wszystko jest aktualne!
|
252
|
+
notes:
|
253
|
+
form:
|
254
|
+
cancel: Anuluj
|
255
|
+
compose_new_note: Utwórz nową notatkę
|
256
|
+
in_reply_to: W odpowiedzi do
|
257
|
+
no_notes: Brak notatek
|
258
|
+
now: Teraz
|
259
|
+
or: lub
|
260
|
+
permanent_link: Link
|
261
|
+
posse_to_twitter: POSSE to twitter
|
262
|
+
publish: Publikuj
|
263
|
+
publish_at: Opublikowane dnia
|
264
|
+
publish_settings: Ustawienia publikacji
|
265
|
+
tweet_id_like: Tweet id, np. 123456
|
266
|
+
header:
|
267
|
+
notes: Notatki
|
268
|
+
show:
|
269
|
+
action_or_other_html: "%{first_action} lub %{second_action}"
|
270
|
+
are_you_sure: Czy na pewno chcesz usunąć tę notatkę?
|
271
|
+
cancel: Anuluj
|
272
|
+
delete: Usuń
|
273
|
+
destroy_confirmation: Potwierdzenie usunięcia
|
274
|
+
pages:
|
275
|
+
edit:
|
276
|
+
success: Strona została zaktualizowana
|
277
|
+
form:
|
278
|
+
article_filter: Filtr artykułów
|
279
|
+
cancel: Anuluj
|
280
|
+
online: Online
|
281
|
+
permanent_link: Link
|
282
|
+
publish: Publikuj
|
283
|
+
publish_settings: Ustawienia publikacji
|
284
|
+
save: Zapisz
|
285
|
+
status: Stan
|
286
|
+
title: Tytuł
|
287
|
+
type_your_post: Wpisz treść postu
|
288
|
+
index:
|
289
|
+
author: Autor
|
290
|
+
manage_pages: Zarządzaj stronami
|
291
|
+
new_page: Nowa strona
|
292
|
+
title: Tytuł
|
293
|
+
new:
|
294
|
+
success: Nowa strona została utworzona
|
295
|
+
pages:
|
296
|
+
no_pages: Nie utworzono jeszcze żadnych stron.
|
297
|
+
post_types:
|
298
|
+
index_and_form:
|
299
|
+
cancel: Anuluj
|
300
|
+
default: Domyślne
|
301
|
+
description: Opis
|
302
|
+
explain: Nazwa szablonu to nazwa pliku, którego Publify będzie starało się znaleźć podczas wyświetlania artykułu danego typu. Powinien on się znajdować w views/articles/nazwa_szablonu.html.erb
|
303
|
+
name: Nazwa
|
304
|
+
or: lub
|
305
|
+
post_types: Typy postów
|
306
|
+
publify_default_post_type: Domyślny rodzaj postu Publify
|
307
|
+
save: Zapisz
|
308
|
+
template_name: Nazwa szablonu
|
309
|
+
profiles:
|
310
|
+
index:
|
311
|
+
success: Dane użytkownika zostały zaktualizowane
|
312
|
+
your_profile: Twój profil
|
313
|
+
redirects:
|
314
|
+
destroy:
|
315
|
+
success: Przekierowanie zostało usunięte.
|
316
|
+
index_and_form:
|
317
|
+
cancel: Anuluj
|
318
|
+
from: Z
|
319
|
+
leave_empty_to_shorten_a_link: Zostaw puste, aby skrócić link
|
320
|
+
no_redirects: Brak przekierowań.
|
321
|
+
or: lub
|
322
|
+
redirects: Przekierowania
|
323
|
+
save: Zapisz
|
324
|
+
to: To
|
325
|
+
resources:
|
326
|
+
destroy:
|
327
|
+
notice: Plik został usunięty.
|
328
|
+
index:
|
329
|
+
are_you_sure: Jesteś pewien?
|
330
|
+
content_type: Typ treści
|
331
|
+
date: Data
|
332
|
+
delete: Usuń
|
333
|
+
file_size: Rozmiar pliku
|
334
|
+
filename: Nazwa pliku
|
335
|
+
media_library: Biblioteka multimediów
|
336
|
+
medium_size: Rozmiar
|
337
|
+
no_resources: Brak multimediów
|
338
|
+
original_size: Oryginalny rozmiar
|
339
|
+
right_click_for_link: Kliknij PPM by uzyskać łącze
|
340
|
+
thumbnail: Miniaturka
|
341
|
+
upload: Wyślij
|
342
|
+
upload_a_file_to_your_site: Wyślij plik na swój blog
|
343
|
+
upload:
|
344
|
+
success: Załadowany plik
|
345
|
+
warning: Nie można załadować
|
346
|
+
seo:
|
347
|
+
general:
|
348
|
+
custom_tracking_code: Niestandardowy kod śledzenia
|
349
|
+
do_not_index_tags: Nie indeksuj tagów
|
350
|
+
dofollow: Dofollow
|
351
|
+
explain: Tutaj możesz dodać dowolny kod, który ma się pojawić w nagłówku strony, np. kod do analizy ruchu na stronie.
|
352
|
+
explain_moderate_feedback: Jeżeli to włączysz, być może będziesz chcieć moderować komentarze
|
353
|
+
explain_rss_description: 'Możesz używać następujących tagów: %author% (autor), %blog_url% (adres tego bloga), %blog_name% (nazwa tego bloga) and %permalink_url% (link do artykułu, który chcesz chronić)'
|
354
|
+
explain_tag_index_html: Zaznaczenie tej opcji spowoduje dodanie <code>noindex, follow</code> do każdej strony tagu, co spowoduje usunięcie z wyników wyszukiwania i uniknięcie duplikacji treści
|
355
|
+
general_settings: Ustawienia ogólne
|
356
|
+
google: Google
|
357
|
+
google_analytics: Google Analytics
|
358
|
+
google_webmaster_tools_validation_link: Google Webmaster Tools validation link
|
359
|
+
indexing: Indeksowanie
|
360
|
+
meta_description: Opis
|
361
|
+
meta_keywords: Słowa kluczowe
|
362
|
+
robots_txt: Robots.txt
|
363
|
+
rss_description_message: Opis RSS
|
364
|
+
this_will_display: Opis wyświetli się na dole każdego postu w RSS
|
365
|
+
use_dofollow_in_comments: Używaj linków z atrybutem 'dofollow' w komentarzach
|
366
|
+
use_meta_keywords: Używaj słów kluczowych
|
367
|
+
use_rss_description: Używaj opisu RSS
|
368
|
+
permalinks:
|
369
|
+
custom: Niestandardowe
|
370
|
+
date_and_title: Data i tytuł
|
371
|
+
explain: Publify oferuje możliwośc tworzenie niestandardowej struktury adresu URL dla Twoich linków i archiwów. To pozwala poprawić estetykę, użuteczność i poprawność Twoich linków.
|
372
|
+
help_on_permalink_settings: Pomoc
|
373
|
+
month_and_title: Miesiąc i tytuł
|
374
|
+
permalink_format: Format permalinku
|
375
|
+
sample: Na stronie zawarte są przykłady, które powinny pomóc Ci w ustawieniu odpowiedniego formatu.
|
376
|
+
title_only: Tylko tytuł
|
377
|
+
you_can_custom_your_url_structure: 'Możesz zmodyfikować strukturę adresów URL używając następujących tagów:'
|
378
|
+
your_article_day: dzień publikacji artykułu.
|
379
|
+
your_article_month: miesiąc publikacji artykułu.
|
380
|
+
your_article_slug_html: tytuł artykułu (przyjazny dla przeglądarki). <strong>Użycie tego tagu jest obowiązkowe</strong>.
|
381
|
+
your_article_year: rok publikacji artykułu.
|
382
|
+
show:
|
383
|
+
cancel: Anuluj
|
384
|
+
global_settings: Ustawienia globalne
|
385
|
+
or: lub
|
386
|
+
permalinks: Permalinki
|
387
|
+
title_settings: Ustawienia tytułów
|
388
|
+
update_settings: Zaktualizuj ustawienia
|
389
|
+
titles:
|
390
|
+
articles: Artykułów
|
391
|
+
author_page: Strona autora
|
392
|
+
dated_archives: Archiwa (po datach)
|
393
|
+
description_template: Szablon opisu
|
394
|
+
help_on_title_settings: Pomoc
|
395
|
+
home: Strona główna
|
396
|
+
pages: Strony
|
397
|
+
paginated_archives: Archiwa (podzielone na strony)
|
398
|
+
replaced_by_the_archive_date: Replaced by the archive date
|
399
|
+
replaced_by_the_content_body: Replaced by the content body
|
400
|
+
replaced_with_the_article_categories: Replaced with the article categories (comma separated)
|
401
|
+
replaced_with_the_article_page_title: Replaced with the article/page title
|
402
|
+
replaced_with_the_article_tags: Replaced with the article tags (comma separated)
|
403
|
+
replaced_with_the_category_tag_name: Replaced with the category/tag name
|
404
|
+
replaced_with_the_current_date: Replaced with the current date
|
405
|
+
replaced_with_the_current_month: Replaced with the current month
|
406
|
+
replaced_with_the_current_page_number: Replaced with the current page number
|
407
|
+
replaced_with_the_current_search_phrase: Replaced with the current search phrase
|
408
|
+
replaced_with_the_current_time: Replaced with the current time
|
409
|
+
replaced_with_the_current_year: Replaced with the current year
|
410
|
+
replaced_with_the_post_page_excerpt: Replaced with the post/page excerpt
|
411
|
+
replaced_with_the_title_of_the_article_page: Replaced with the title of the article/page
|
412
|
+
search_results: Search results
|
413
|
+
short_statuses: Short statuses
|
414
|
+
short_statuses_lists: Short statuses lists
|
415
|
+
the_blog_s_name: The blog's name
|
416
|
+
the_blog_s_tagline_description: The blog's tagline / description
|
417
|
+
these_tags_can_be_included: These tags can be included in your templates and will be replaced when displaying the page.
|
418
|
+
title_template: Title template
|
419
|
+
settings:
|
420
|
+
display:
|
421
|
+
cancel: Anuluj
|
422
|
+
custom_url: Custom URL shortener domain
|
423
|
+
custom_url_help: If you have a custom domain for URL shortening, enter it here.
|
424
|
+
date_format: Date format
|
425
|
+
default_archives_show: articles on the archives page
|
426
|
+
default_article_show: articles on the homepage
|
427
|
+
default_feed_show: most recent articles in feed
|
428
|
+
display: Display
|
429
|
+
display_settings: Display Settings
|
430
|
+
feed_articles: Article excerpts
|
431
|
+
feed_excerpts_only: Show only article excerpts in feed
|
432
|
+
feed_settings: RSS Feed Settings
|
433
|
+
or: or
|
434
|
+
publishing_options: Publishing Options
|
435
|
+
status_main_feed: Display statuses in the main feed
|
436
|
+
statuses: Statuses
|
437
|
+
time_format: Time format
|
438
|
+
update_settings: Update settings
|
439
|
+
feedback:
|
440
|
+
askimet_key: Klucz Akismet
|
441
|
+
avatars_provider: Avatars provider
|
442
|
+
cancel: Anuluj
|
443
|
+
captcha: Captcha
|
444
|
+
comments: Comments
|
445
|
+
comments_filter: Filtr komentarzy
|
446
|
+
days: dni
|
447
|
+
disable_comments_after: 'Wyłącz komentarze po '
|
448
|
+
enable_comments_by_default: Komentarze domyślnie włączone
|
449
|
+
enable_feedback_moderation: Włącz moderację komentarzy
|
450
|
+
enable_recaptcha: Enable reCaptcha
|
451
|
+
enable_spam_protection: Włącz ochronę przed spamem
|
452
|
+
explain_feedback_moderation: Możesz włączyć globalną moderację komentarzy. W takim przypadku żaden komentarz nie ukaże się na blogu aż do momentu jego akceptacji.
|
453
|
+
explain_reject_comments: Publify automatycznie odrzuca komentarze, które zawierają większą, niż podana, liczbę łączy
|
454
|
+
explain_spam_protection: Włączenie ochrony przed spamem sprawi, iż Publify będzie porównywać adresy IP nadawców oraz treść ich postów z lokalnymi i zdalnymi czarnymi listami. To dobra obrona przed spam botami.
|
455
|
+
explain_spamfiltering_html: Publify może (opcjonalnie) stosować usługę <a href='http://akismet.com'>Akismet</a> do filtrowania spamu. Musisz zarejestrować się w serwisie Akismet by otrzymać klucz API nim będzie można używać tej usługi. Jeśli posiadasz klucz API Akismet, wprowadź go tutaj
|
456
|
+
feedback: Komentarze
|
457
|
+
feedback_settings: Feedback settings
|
458
|
+
max_links: Max. liczba łączy
|
459
|
+
none: none
|
460
|
+
or: or
|
461
|
+
remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside config/initializers/recaptcha.rb
|
462
|
+
set_to_0_to_never_disable_comments: Ustaw 0 by komentarze były zawsze włączone
|
463
|
+
set_to_0_to_never_reject_comments: Ustaw 0 by komentarze były zawsze akceptowane
|
464
|
+
spam: Spam
|
465
|
+
spam_protection: Spam protection
|
466
|
+
update_settings: Update settings
|
467
|
+
index:
|
468
|
+
allow_users_to_register: Allow users to register
|
469
|
+
blog_name: Nazwa bloga
|
470
|
+
blog_subtitle: Podtytuł bloga
|
471
|
+
blog_url: Adres URL bloga
|
472
|
+
cancel: Anuluj
|
473
|
+
email_address_used_to_notify: Adres email używany przez Publify do wysyłania powiadomień
|
474
|
+
explain_allow_users_to_register_html: This will allow users to register themselves as contributors, an unprivileged account level which grants them no rights beyond owning a profile on the site. If you don't want users to register, you can add them via <em>Manage users</em> under <em>Settings</em>.
|
475
|
+
general_settings: Ustawienia ogólne
|
476
|
+
items_to_display_in_admin_lists: Items to display in admin lists
|
477
|
+
language: Język
|
478
|
+
or: or
|
479
|
+
source_email: Źródłowy adres email
|
480
|
+
update_settings: Update settings
|
481
|
+
users: Użytkownicy
|
482
|
+
your_blog: Twój blog
|
483
|
+
update:
|
484
|
+
error: 'Error: %{messages}'
|
485
|
+
success: konfiguracja zaktualizowana.
|
486
|
+
write:
|
487
|
+
avatar_size: Avatar size
|
488
|
+
cancel: Anuluj
|
489
|
+
display: Wyświetl
|
490
|
+
example: na przykład
|
491
|
+
image_medium_size: Image medium size
|
492
|
+
image_thumbnail_size: Image thumbnail size
|
493
|
+
latitude_longitude: Szerokość geogr., długość geogr.
|
494
|
+
media: Media
|
495
|
+
or: or
|
496
|
+
publish: Publikuj
|
497
|
+
publish_on_twitter: Publish on Twitter
|
498
|
+
twitter_consumer_key: Twitter consumer key
|
499
|
+
twitter_consumer_secret: Twitter consumer secret
|
500
|
+
update_settings: Update settings
|
501
|
+
write: Pisanie
|
502
|
+
your_geoloc: Twoją szerokość i długość geograficzna
|
503
|
+
shared:
|
504
|
+
destroy:
|
505
|
+
are_you_sure: Are you sure you want to delete this %{element}?
|
506
|
+
menu:
|
507
|
+
all_articles: All articles
|
508
|
+
all_pages: All pages
|
509
|
+
article_types: Article types
|
510
|
+
articles: Articles
|
511
|
+
choose_theme: Choose theme
|
512
|
+
customize_sidebar: Customize sidebar
|
513
|
+
design: Design
|
514
|
+
display: Display
|
515
|
+
documentation: Documentation
|
516
|
+
feedback: Feedback
|
517
|
+
general_settings: Ustawienia ogólne
|
518
|
+
global_seo_settings: Global SEO settings
|
519
|
+
in_page_plugins: In page plugins
|
520
|
+
logged_in_as: Logged in as %{login}
|
521
|
+
logout_html: Wyloguj »
|
522
|
+
manage_users: Manage Users
|
523
|
+
media_library: Media Library
|
524
|
+
new: Nowy
|
525
|
+
new_article: New Article
|
526
|
+
new_media: New Media
|
527
|
+
new_note: New Note
|
528
|
+
new_page: New Page
|
529
|
+
notes: Notes
|
530
|
+
pages: Strony
|
531
|
+
permalinks: Permalinks
|
532
|
+
profile: Profile
|
533
|
+
redirects: Redirects
|
534
|
+
report_a_bug: Report a bug
|
535
|
+
seo: SEO
|
536
|
+
settings: Settings
|
537
|
+
sidebar_plugins: Sidebar plugins
|
538
|
+
tags: Tags
|
539
|
+
titles: Titles
|
540
|
+
write: Write
|
541
|
+
twitter_alert:
|
542
|
+
fill_the_twitter_credentials: fill in the OAuth credentials
|
543
|
+
how_to_setup_twitter_html: If you want to push short statuses on Twitter, you need to %{twitter_settings_link} Twitter gave you after you %{twitter_registration_link}.
|
544
|
+
registered_your_application: registered your application
|
545
|
+
sidebar:
|
546
|
+
config:
|
547
|
+
active_sidebar_items: Aktywne elementy paska
|
548
|
+
available_items: Dostępne elementy
|
549
|
+
you_have_no_plugins_installed: You have no plugins installed
|
550
|
+
index:
|
551
|
+
cancel: Anuluj
|
552
|
+
download_more_plugins_html: You can download and install sidebar plugins from our official <a href='https://github.com/fdv/publify/wiki/Sidebar-plugins'>plugin repository</a>. All you have to do is upload the theme directory in your vendor/plugins directory.
|
553
|
+
explain_how_its_works: Przeciągnij i upuść pozycje, które mają być wyświetlone na blogu. By usunąć pozycję naciśnij *Usuń*. Zmiany są zapisywane od razu, lecz nie są aktywne do momentu kliknięcia 'Publikuj zmiany'
|
554
|
+
or: or
|
555
|
+
publish_changes: Publikuj zmiany
|
556
|
+
sidebar: Sidebar
|
557
|
+
target:
|
558
|
+
drag_some_plugins_here: Przeciągnij i upuść wtyczki na pasek boczny
|
559
|
+
tags:
|
560
|
+
edit:
|
561
|
+
success: Tag was successfully updated
|
562
|
+
index_and_form:
|
563
|
+
cancel: Anuluj
|
564
|
+
display_name: Wyświetlana nazwa
|
565
|
+
manage_tags: Zarządzaj tagów
|
566
|
+
name: nazwa
|
567
|
+
no_tags: There are no tags yet. Why don't you start and create one?
|
568
|
+
or: or
|
569
|
+
save: Zapisz
|
570
|
+
themes:
|
571
|
+
index:
|
572
|
+
active_theme: "%{name} - Temat aktywny"
|
573
|
+
choose_a_theme: Choose a theme
|
574
|
+
use_this_theme: Use this theme
|
575
|
+
switchto:
|
576
|
+
success: Theme selection updated
|
577
|
+
users:
|
578
|
+
edit:
|
579
|
+
edit_user: Zmień dane użytkownika
|
580
|
+
form:
|
581
|
+
about: Biography
|
582
|
+
account_settings: Account Settings
|
583
|
+
aim: AIM screen name
|
584
|
+
article_filter: Filtr artykułów
|
585
|
+
author_page: author page
|
586
|
+
avatar: Avatar Settings
|
587
|
+
avatar_current: Current avatar
|
588
|
+
cancel: Anuluj
|
589
|
+
contact_explain_html: This information will be displayed on your %{link}
|
590
|
+
contact_settings: Contact Settings
|
591
|
+
display_name: Display name
|
592
|
+
email: Email
|
593
|
+
firstname: First name
|
594
|
+
jabber: Jabber ID
|
595
|
+
lastname: Last name
|
596
|
+
login: Login
|
597
|
+
msn: MSN Messenger ID
|
598
|
+
nickname: Nickname
|
599
|
+
notification_article: when new article is posted
|
600
|
+
notification_comment: when new comment is posted
|
601
|
+
notification_email: via email
|
602
|
+
notification_settings: Notifications
|
603
|
+
notifications: Send notification messages
|
604
|
+
or: or
|
605
|
+
password: Hasło
|
606
|
+
password_confirmation: Potwierdzenie hasła
|
607
|
+
profile: Profile
|
608
|
+
profile_settings: Profile Settings
|
609
|
+
save: Zapisz
|
610
|
+
twitter: Twitter username
|
611
|
+
twitter_account: Twitter username
|
612
|
+
twitter_oauth: Twitter OAuth token
|
613
|
+
twitter_oauth_secret: Twitter OAuth secret
|
614
|
+
upload: Upload your profile image
|
615
|
+
upload_file: Upload a .jpg, .png or .gif file
|
616
|
+
user_status: User Status
|
617
|
+
website: Website
|
618
|
+
yahoo: Yahoo! Messenger ID
|
619
|
+
index:
|
620
|
+
articles: Artykułów
|
621
|
+
comments: Comments
|
622
|
+
email: Email
|
623
|
+
login: login
|
624
|
+
name: Nazwa
|
625
|
+
new_user: Nowy użytkownik
|
626
|
+
profile: Profile
|
627
|
+
state: State
|
628
|
+
users: Użytkownicy
|
629
|
+
new:
|
630
|
+
add_user: Add User
|
631
|
+
success: User was successfully created
|
632
|
+
articles:
|
633
|
+
archives:
|
634
|
+
no_articles_found: Brak artykułów
|
635
|
+
archives_article:
|
636
|
+
posted_in: posted in
|
637
|
+
article_author:
|
638
|
+
posted_by: Opublikowane przez
|
639
|
+
article_excerpt:
|
640
|
+
continue_reading: Continue reading
|
641
|
+
article_links:
|
642
|
+
comments:
|
643
|
+
few: "%{count} comments"
|
644
|
+
many: "%{count} comments"
|
645
|
+
one: 1 comment
|
646
|
+
other: "%{count} comments"
|
647
|
+
zero: no comments
|
648
|
+
tags: Tags
|
649
|
+
trackbacks:
|
650
|
+
few: "%{count} trackbacks"
|
651
|
+
many: "%{count} trackbacks"
|
652
|
+
one: 1 trackback
|
653
|
+
other: "%{count} trackbacks"
|
654
|
+
zero: no trackbacks
|
655
|
+
comment_errors:
|
656
|
+
message: Oops, something wrong happened, the comment could not be saved.
|
657
|
+
comment_form:
|
658
|
+
comment_markup_help: Pomoc języka formatowania
|
659
|
+
leave_url_email: leave url/email
|
660
|
+
preview_comment: Obejrzyj komentarz
|
661
|
+
your_blog: Twój blog
|
662
|
+
your_email: Twój email
|
663
|
+
your_message: Treść
|
664
|
+
your_name: Twoja nazwa
|
665
|
+
comment_preview:
|
666
|
+
is_about_to_say: zaraz powie
|
667
|
+
index:
|
668
|
+
page: page
|
669
|
+
password_form:
|
670
|
+
submit: Submit
|
671
|
+
read:
|
672
|
+
comments: Comments
|
673
|
+
comments_are_disabled: Komentarze wyłączone
|
674
|
+
edit: Zmień
|
675
|
+
leave_a_response: Skomentuj
|
676
|
+
rss_feed: Subskrypcja RSS dla tego wpisu
|
677
|
+
trackbacks: Trackbacks
|
678
|
+
trackback:
|
679
|
+
from: From
|
680
|
+
authors:
|
681
|
+
show:
|
682
|
+
aim: 'AIM:'
|
683
|
+
contact_information: Contact information
|
684
|
+
jabber: 'Jabber:'
|
685
|
+
msn: 'MSN:'
|
686
|
+
this_author_has_not_published_any_article_yet: This author has not published any article yet
|
687
|
+
twitter: 'Twitter:'
|
688
|
+
web_site: 'Web site:'
|
689
|
+
yahoo: 'Yahoo:'
|
690
|
+
comments:
|
691
|
+
comment:
|
692
|
+
said: powiedział
|
693
|
+
this_comment_has_been_flagged_for_moderator_approval: Ten komentarz oczekuje na akceptację. Nie ukaże się do czasu zaakceptowania przez autora.
|
694
|
+
date:
|
695
|
+
abbr_month_names:
|
696
|
+
-
|
697
|
+
- Jan
|
698
|
+
- Feb
|
699
|
+
- Mar
|
700
|
+
- Apr
|
701
|
+
- May
|
702
|
+
- Jun
|
703
|
+
- Jul
|
704
|
+
- Aug
|
705
|
+
- Sep
|
706
|
+
- Oct
|
707
|
+
- Nov
|
708
|
+
- Dec
|
709
|
+
month_names:
|
710
|
+
-
|
711
|
+
- January
|
712
|
+
- February
|
713
|
+
- March
|
714
|
+
- April
|
715
|
+
- May
|
716
|
+
- June
|
717
|
+
- July
|
718
|
+
- August
|
719
|
+
- September
|
720
|
+
- October
|
721
|
+
- November
|
722
|
+
- December
|
723
|
+
devise_custom:
|
724
|
+
characters_minimum: Minimum %{min} characters
|
725
|
+
errors:
|
726
|
+
article_type_already_exist: This article type already exists
|
727
|
+
cant_end_with_rss_or_atom: Can't end in .rss or .atom. These are reserved to be used for feed URLs
|
728
|
+
no_notes_found: No notes found...
|
729
|
+
no_posts_found: No posts found...
|
730
|
+
page_not_found: Page not found
|
731
|
+
permalink_need_a_title: 'You need a permalink format with an identifier : %%title%%'
|
732
|
+
problem_sending_to_twitter: Oooops something wrong happened
|
733
|
+
render_sidebar: It seems something went wrong. Maybe some of your sidebars are actually missing and you should either reinstall them or remove them manually
|
734
|
+
the_page_you_are_looking_for: The page you are looking for has moved or does not exist.
|
735
|
+
generic:
|
736
|
+
change: Change
|
737
|
+
save: Zapisz
|
738
|
+
helper:
|
739
|
+
at: at
|
740
|
+
langs:
|
741
|
+
da_DK: Danish
|
742
|
+
de_DE: German
|
743
|
+
en_US: English (US)
|
744
|
+
es_MX: Spanish (Mexican)
|
745
|
+
fr_FR: French
|
746
|
+
he_IL: Hebrew
|
747
|
+
it_IT: Italian
|
748
|
+
ja_JP: Japanese
|
749
|
+
lt_LT: Lithuanian
|
750
|
+
nb_NO: Norwegian
|
751
|
+
nl_NL: Nederland
|
752
|
+
pl_PL: Polish
|
753
|
+
pt_BR: Portuguese (Brazilian)
|
754
|
+
ro_RO: Romanian
|
755
|
+
ru_RU: Russian
|
756
|
+
zh_CN: Simple Chinese
|
757
|
+
zh_TW: Chinese
|
758
|
+
layouts:
|
759
|
+
administration:
|
760
|
+
powered_by: dumnie działa na
|
761
|
+
default:
|
762
|
+
designed_by: Designed by %{designed_by}
|
763
|
+
powered_by_html: Powered by %{powered_by}
|
764
|
+
notes:
|
765
|
+
note:
|
766
|
+
view_on_twitter: View on Twitter
|
767
|
+
notice:
|
768
|
+
note_successfully_created: Note was successfully created
|
769
|
+
profile:
|
770
|
+
admin: administracja Publify
|
771
|
+
contributor: Contributor
|
772
|
+
publisher: Blog publisher
|
773
|
+
setup:
|
774
|
+
article:
|
775
|
+
body: Welcome to Publify. This is your first article. Edit or delete it, then start blogging!
|
776
|
+
title: Hello World!
|
777
|
+
index:
|
778
|
+
blog_name: Blog name
|
779
|
+
password: Hasło
|
780
|
+
welcome_to_your_blog_setup: Welcome to your blog setup
|
781
|
+
your_mail: Your email
|
782
|
+
page:
|
783
|
+
about: About
|
784
|
+
body: This is an example of a Publify page. You can edit this to write information about yourself or your site so readers know who you are. You can create as many pages as you like and manage all of your content inside Publify.
|
785
|
+
tags:
|
786
|
+
index:
|
787
|
+
there_are_no_tags: There are no tags
|
788
|
+
time:
|
789
|
+
formats:
|
790
|
+
default: "%m/%d/%Y %H:%M"
|
791
|
+
letters_month_with_year: "%m %Y"
|
792
|
+
short: "%m/%d/%y"
|
793
|
+
with_spaces: "%d %B %y"
|
794
|
+
user:
|
795
|
+
status:
|
796
|
+
active: Active
|
797
|
+
inactive: Inactive
|