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
|
+
ru:
|
3
|
+
accounts:
|
4
|
+
back_to_html: "← Назад %{place}"
|
5
|
+
back_to_login: Назад к форме входа
|
6
|
+
confirm:
|
7
|
+
admin: admin
|
8
|
+
dont_lose_the_mail_sent: Не потеряйте письмо, высланное на %{email}, или вы больше не сможете зайти
|
9
|
+
login: 'логин: %{login}'
|
10
|
+
proceed_to: Proceed to %{link}
|
11
|
+
success: You have successfully signed up.
|
12
|
+
create_account: Создать учетную запись
|
13
|
+
lost_my_password: Я потерял свой пароль
|
14
|
+
activerecord:
|
15
|
+
errors:
|
16
|
+
models:
|
17
|
+
article:
|
18
|
+
attributes:
|
19
|
+
title:
|
20
|
+
blank: не может быть пустым
|
21
|
+
template:
|
22
|
+
body: ''
|
23
|
+
header: ''
|
24
|
+
admin:
|
25
|
+
base:
|
26
|
+
not_allowed: Error, you are not allowed to perform this action
|
27
|
+
successfully_deleted: This %{name} was deleted successfully
|
28
|
+
content:
|
29
|
+
access_granted:
|
30
|
+
error: Error, you are not allowed to perform this action
|
31
|
+
article_list:
|
32
|
+
no_articles: Ничего нет. Почему бы не начать и не добавить?
|
33
|
+
autosave:
|
34
|
+
success: Article was successfully saved
|
35
|
+
create:
|
36
|
+
success: Article was successfully created
|
37
|
+
form:
|
38
|
+
allow_comments: Разрешить комментарии
|
39
|
+
allow_comments_status:
|
40
|
+
disabled: выключены
|
41
|
+
enabled: enabled
|
42
|
+
allowed_comments_html: Comments are %{allow_comment}
|
43
|
+
article_type: Article type
|
44
|
+
cancel: Отменить
|
45
|
+
default: Default
|
46
|
+
now: now
|
47
|
+
ok: OK
|
48
|
+
password: Пароль
|
49
|
+
permalink: Постоянная ссылка
|
50
|
+
preview: Preview
|
51
|
+
protected: Protected
|
52
|
+
public: Public
|
53
|
+
publish: Опубликовать
|
54
|
+
publish_settings: Настройки публикации
|
55
|
+
published: Опубликован
|
56
|
+
save: Сохранить
|
57
|
+
save_as_draft: Сохранить как черновик
|
58
|
+
status: Статус
|
59
|
+
tags: Теги
|
60
|
+
tags_explanation_html: Separate tags with commas. Use double quotes (") around multi-word tags, e.g. "opera house".
|
61
|
+
title: Заголовок
|
62
|
+
type_your_post: Type your post
|
63
|
+
visibility: Видимость
|
64
|
+
index:
|
65
|
+
all_articles: Все посты
|
66
|
+
drafts: Черновики
|
67
|
+
manage_articles: Управление постами
|
68
|
+
new_article: Новый пост
|
69
|
+
publication_date: Дата публикации
|
70
|
+
publication_pending: Ожидают публикации
|
71
|
+
published: Опубликован
|
72
|
+
search: Найти
|
73
|
+
select_an_author: Выбрать автора
|
74
|
+
withdrawn: Отозванные
|
75
|
+
update:
|
76
|
+
success: Article was successfully updated
|
77
|
+
dashboard:
|
78
|
+
comment:
|
79
|
+
by: By
|
80
|
+
no_comments_yet: Пока нет комментариев
|
81
|
+
comments:
|
82
|
+
latest_comments: Последние комментарии
|
83
|
+
drafts:
|
84
|
+
no_drafts_yet: Пока нет черновиков. Почему бы не взять и не написать?
|
85
|
+
your_drafts: Ваши черновики
|
86
|
+
index:
|
87
|
+
welcome_back: Добро пожаловать снова, %{user_name}!
|
88
|
+
overview:
|
89
|
+
change_your_blog_presentation: изменив тему блога
|
90
|
+
customization_explain_html: Вы также можете изменить дизайн, %{theme_link} или %{sidebar_link}
|
91
|
+
dashboard_explain_html: Здесь можно посмотреть, что происходит в вашем Publify-блоге и что в нем можно сделать. Возможно, вы хотели бы %{available_actions}.
|
92
|
+
enable_plugins: включив плагины
|
93
|
+
help_explain_html: Если вам нужна помощь, %{doc_link}.
|
94
|
+
read_our_documentation: ознакомьтесь с документацией
|
95
|
+
update_your_profile_or_change_your_password: изменить свой профиль или поменять пароль
|
96
|
+
write_a_page: создать страницу
|
97
|
+
write_a_post: написать пост
|
98
|
+
welcome:
|
99
|
+
approved_count:
|
100
|
+
few: "%{count} approved"
|
101
|
+
many: "%{count} approved"
|
102
|
+
one: 1 approved
|
103
|
+
other: "%{count} approved"
|
104
|
+
zero: no approved
|
105
|
+
articles_and_comments_count_since: "%{articles_count} постов и %{comments_count} комментариев получено с вашего последнего посещения"
|
106
|
+
articles_count:
|
107
|
+
few: 'постов: %{count}'
|
108
|
+
many: 'постов: %{count}'
|
109
|
+
one: 1 пост
|
110
|
+
other: 'постов: %{count}'
|
111
|
+
zero: нет постов
|
112
|
+
comments_count:
|
113
|
+
few: 'комментариев: %{count}'
|
114
|
+
many: 'комментариев: %{count}'
|
115
|
+
one: 1 комментарий
|
116
|
+
other: 'комментариев: %{count}'
|
117
|
+
zero: нет комментариев
|
118
|
+
content: Content
|
119
|
+
drafts_count:
|
120
|
+
few: 'черновиков: %{count}'
|
121
|
+
many: 'черновиков: %{count}'
|
122
|
+
one: 1 черновик
|
123
|
+
other: 'черновиков: %{count}'
|
124
|
+
zero: нет черновиков
|
125
|
+
feedback: Комментарии
|
126
|
+
notes_count:
|
127
|
+
few: 'заметок: %{count}'
|
128
|
+
many: 'заметок: %{count}'
|
129
|
+
one: 1 заметка
|
130
|
+
other: 'заметок: %{count}'
|
131
|
+
zero: нет заметок
|
132
|
+
pages_count:
|
133
|
+
few: 'страниц: %{count}'
|
134
|
+
many: 'страниц: %{count}'
|
135
|
+
one: 1 страница
|
136
|
+
other: 'страниц: %{count}'
|
137
|
+
zero: нет страниц
|
138
|
+
running_publify: Работает Publify %{version}
|
139
|
+
spam_count:
|
140
|
+
few: "%{count} spam"
|
141
|
+
many: "%{count} spam"
|
142
|
+
one: 1 spam
|
143
|
+
other: "%{count} spam"
|
144
|
+
zero: no spam
|
145
|
+
today: Сегодня
|
146
|
+
unconfirmed_count:
|
147
|
+
few: "%{count} unconfirmed"
|
148
|
+
many: "%{count} unconfirmed"
|
149
|
+
one: 1 unconfirmed
|
150
|
+
other: "%{count} unconfirmed"
|
151
|
+
zero: no unconfirmed
|
152
|
+
your_articles_count:
|
153
|
+
few: 'постов написанных вами: %{count}'
|
154
|
+
many: 'постов написанных вами: %{count}'
|
155
|
+
one: 1 пост написан вами
|
156
|
+
other: 'постов написанных вами: %{count}'
|
157
|
+
zero: нет постов написанных вами
|
158
|
+
feedback:
|
159
|
+
article:
|
160
|
+
action_or_other_html: "%{first_action} или %{second_action}"
|
161
|
+
add_a_comment: Добавить комментарий
|
162
|
+
author: Автор
|
163
|
+
cancel: Отменить
|
164
|
+
comments_for_html: Комментарии к %{title}
|
165
|
+
email: Email
|
166
|
+
no_feedback: Пока нет комментариев.
|
167
|
+
save: Сохранить
|
168
|
+
select_all: Выбрать все
|
169
|
+
url: Url
|
170
|
+
your_comment: Ваш комментарий
|
171
|
+
bulkops:
|
172
|
+
error: Not implemented
|
173
|
+
success_classification: Confirmed classification of %{count} item(s)
|
174
|
+
success_deleted: Deleted %{count} item(s)
|
175
|
+
success_deleted_spam: All spam have been deleted
|
176
|
+
success_mark_as_ham:
|
177
|
+
few: Marked %{count} items as Ham
|
178
|
+
many: Marked %{count} items as Ham
|
179
|
+
one: Marked 1 item as Ham
|
180
|
+
other: Marked %{count} items as Ham
|
181
|
+
zero: No item selected to mark as Ham
|
182
|
+
success_mark_as_spam:
|
183
|
+
few: Marked %{count} items as Spam
|
184
|
+
many: Marked %{count} items as Spam
|
185
|
+
one: Marked 1 item as Spam
|
186
|
+
other: Marked %{count} items as Spam
|
187
|
+
zero: No item selected to mark as Spam
|
188
|
+
button:
|
189
|
+
delete_all_spam: Удалить весь спам
|
190
|
+
delete_checked_items: Удалить выбранные
|
191
|
+
mark_checked_items_as_ham: Отметить выбранные как хорошие
|
192
|
+
mark_checked_items_as_spam: Отметить выбранные как спам
|
193
|
+
create:
|
194
|
+
success: Comment was successfully created.
|
195
|
+
destroy:
|
196
|
+
error: Not found
|
197
|
+
success: Deleted
|
198
|
+
edit:
|
199
|
+
action_or_other_html: "%{first_action} или %{second_action}"
|
200
|
+
author: Автор
|
201
|
+
cancel: Отменить
|
202
|
+
comments_for_html: Comments for %{article_link}
|
203
|
+
edit_a_comment: Edit a comment
|
204
|
+
email: Email
|
205
|
+
save: Сохранить
|
206
|
+
url: Url
|
207
|
+
your_comment: Ваш комментарий
|
208
|
+
ham:
|
209
|
+
by: by
|
210
|
+
created_on: 'on'
|
211
|
+
index:
|
212
|
+
all: Все
|
213
|
+
feedback: Комментарии
|
214
|
+
ham: Хорошие
|
215
|
+
no_feedback: Ничего нет. Почему бы не начать и не добавить?
|
216
|
+
presumed_ham: Предположительно хорошие
|
217
|
+
presumed_spam: Предположительно спам
|
218
|
+
select_all: Выбрать все
|
219
|
+
spam: Спам
|
220
|
+
unapproved_comments: Unapproved comments
|
221
|
+
spam:
|
222
|
+
by: от автора
|
223
|
+
cancel: Отменить
|
224
|
+
created_on: 'on'
|
225
|
+
this_comment_by_was_flagged_as_spam_html: Этот комментарий от автора %{author} помечен как спам, %{cancel_link}?
|
226
|
+
state:
|
227
|
+
ham: Ham
|
228
|
+
just_marked_as_ham: Just Marked As Ham
|
229
|
+
just_marked_as_spam: Just Marked As Spam
|
230
|
+
just_presumed_ham: Just Presumed Ham
|
231
|
+
presumed_ham: Ham?
|
232
|
+
presumed_spam: Spam?
|
233
|
+
spam: Spam
|
234
|
+
unclassified: Unclassified
|
235
|
+
update:
|
236
|
+
success: Comment was successfully updated.
|
237
|
+
migrations:
|
238
|
+
show:
|
239
|
+
current_database_version: Current database version
|
240
|
+
database_migration: Database migration
|
241
|
+
information: Information
|
242
|
+
may_take_a_moment: may take a moment
|
243
|
+
migration_pending:
|
244
|
+
few: There are %{count} migrations pending.
|
245
|
+
many: There are %{count} migrations pending.
|
246
|
+
one: There is one migration pending.
|
247
|
+
other: There are %{count} migrations pending.
|
248
|
+
migrations: Migrations
|
249
|
+
needed_migrations: Needed migrations
|
250
|
+
update_database_now: Update database now
|
251
|
+
you_are_up_to_date: You are up to date!
|
252
|
+
notes:
|
253
|
+
form:
|
254
|
+
cancel: Отменить
|
255
|
+
compose_new_note: Compose new note
|
256
|
+
in_reply_to: In reply to
|
257
|
+
no_notes: Ничего нет. Почему бы не начать и не добавить?
|
258
|
+
now: Сейчас
|
259
|
+
or: или
|
260
|
+
permanent_link: Постоянная ссылка
|
261
|
+
posse_to_twitter: POSSE to Twitter
|
262
|
+
publish: Опубликовать
|
263
|
+
publish_at: Опубликован
|
264
|
+
publish_settings: Настройки публикации
|
265
|
+
tweet_id_like: Tweet id like 123456
|
266
|
+
header:
|
267
|
+
notes: Notes
|
268
|
+
show:
|
269
|
+
action_or_other_html: "%{first_action} или %{second_action}"
|
270
|
+
are_you_sure: Are you sure you want to delete this note
|
271
|
+
cancel: Отменить
|
272
|
+
delete: Удалить
|
273
|
+
destroy_confirmation: Destroy confirmation
|
274
|
+
pages:
|
275
|
+
edit:
|
276
|
+
success: Страница обновлена
|
277
|
+
form:
|
278
|
+
article_filter: Фильтр постов
|
279
|
+
cancel: Отменить
|
280
|
+
online: Онлайн
|
281
|
+
permanent_link: Постоянная ссылка
|
282
|
+
publish: Опубликовать
|
283
|
+
publish_settings: Настройки публикации
|
284
|
+
save: Сохранить
|
285
|
+
status: Статус
|
286
|
+
title: Заголовок
|
287
|
+
type_your_post: Type your post
|
288
|
+
index:
|
289
|
+
author: Автор
|
290
|
+
manage_pages: Manage pages
|
291
|
+
new_page: Новая страница
|
292
|
+
title: Заголовок
|
293
|
+
new:
|
294
|
+
success: Новая страница создана
|
295
|
+
pages:
|
296
|
+
no_pages: Ничего нет. Почему бы не начать и не добавить?
|
297
|
+
post_types:
|
298
|
+
index_and_form:
|
299
|
+
cancel: Отменить
|
300
|
+
default: Default
|
301
|
+
description: Описание
|
302
|
+
explain: The template name is the filename Publify will look for when calling an article of that type. It should be in your theme under views/articles/template name.html.erb
|
303
|
+
name: Имя
|
304
|
+
or: или
|
305
|
+
post_types: Post Types
|
306
|
+
publify_default_post_type: Publify default post type
|
307
|
+
save: Сохранить
|
308
|
+
template_name: Template name
|
309
|
+
profiles:
|
310
|
+
index:
|
311
|
+
success: User details updated
|
312
|
+
your_profile: Ваш профиль
|
313
|
+
redirects:
|
314
|
+
destroy:
|
315
|
+
success: Redirection was successfully deleted.
|
316
|
+
index_and_form:
|
317
|
+
cancel: Отменить
|
318
|
+
from: From
|
319
|
+
leave_empty_to_shorten_a_link: Leave empty to shorten a link
|
320
|
+
no_redirects: Ничего нет. Почему бы не начать и не добавить?
|
321
|
+
or: или
|
322
|
+
redirects: Перенаправления
|
323
|
+
save: Сохранить
|
324
|
+
to: To
|
325
|
+
resources:
|
326
|
+
destroy:
|
327
|
+
notice: File has been deleted
|
328
|
+
index:
|
329
|
+
are_you_sure: Вы уверены?
|
330
|
+
content_type: Content Type
|
331
|
+
date: Дата
|
332
|
+
delete: Delete
|
333
|
+
file_size: Размер Файла
|
334
|
+
filename: Имя Файла
|
335
|
+
media_library: Медиатека
|
336
|
+
medium_size: Medium size
|
337
|
+
no_resources: Ничего нет. Почему бы не начать и не добавить?
|
338
|
+
original_size: Original size
|
339
|
+
right_click_for_link: right-click for link
|
340
|
+
thumbnail: Thumbnail
|
341
|
+
upload: Загрузить
|
342
|
+
upload_a_file_to_your_site: Загрузить файл на ваш сайт
|
343
|
+
upload:
|
344
|
+
success: File uploaded
|
345
|
+
warning: No file selected
|
346
|
+
seo:
|
347
|
+
general:
|
348
|
+
custom_tracking_code: Custom tracking code
|
349
|
+
do_not_index_tags: Не индксировать теги
|
350
|
+
dofollow: Dofollow
|
351
|
+
explain: Here you can add anything you want to appear in your application header, such as analytics service tracking code.
|
352
|
+
explain_moderate_feedback: You may want to moderate feedback when turning this on
|
353
|
+
explain_rss_description: 'You can use the following tags: %author% (author name), %blog_url% (this blog URL), %blog_name% (this blog title) and %permalink_url% (a link to the article you want to protect)'
|
354
|
+
explain_tag_index_html: Checking this box will add <code>noindex, follow</code> meta tags in every tags page, removing them from search engines and preventing duplicate content issues
|
355
|
+
general_settings: Основные настройки
|
356
|
+
google: Google
|
357
|
+
google_analytics: Google Analytics
|
358
|
+
google_webmaster_tools_validation_link: Google Webmaster Tools validation link
|
359
|
+
indexing: Индексация
|
360
|
+
meta_description: Meta description
|
361
|
+
meta_keywords: Meta keywords
|
362
|
+
robots_txt: Robots.txt
|
363
|
+
rss_description_message: RSS description message
|
364
|
+
this_will_display: This will display at the bottom of each post in the RSS feed
|
365
|
+
use_dofollow_in_comments: Use dofollow in comments
|
366
|
+
use_meta_keywords: Использовать meta keywords
|
367
|
+
use_rss_description: Use RSS description
|
368
|
+
permalinks:
|
369
|
+
custom: Собственный формат
|
370
|
+
date_and_title: Дата и заголовок
|
371
|
+
explain: Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.
|
372
|
+
help_on_permalink_settings: Help on permalink settings
|
373
|
+
month_and_title: Месяц и заголовок
|
374
|
+
permalink_format: Формат постоянных ссылок
|
375
|
+
sample: Вот некоторые примеры, от которых вы можете оттолкнуться.
|
376
|
+
title_only: Только заголовок
|
377
|
+
you_can_custom_your_url_structure: 'В своем формате структуру URL’ов вы можете использовать следующие теги:'
|
378
|
+
your_article_day: день публикации вашего поста.
|
379
|
+
your_article_month: месяц публикации вашего поста.
|
380
|
+
your_article_slug_html: заголовок вашего поста. <strong>Используйте его обязательно</strong>.
|
381
|
+
your_article_year: год публикации вашего поста.
|
382
|
+
show:
|
383
|
+
cancel: Отменить
|
384
|
+
global_settings: Global settings
|
385
|
+
or: или
|
386
|
+
permalinks: Постоянные ссылки
|
387
|
+
title_settings: Настройки заголовков
|
388
|
+
update_settings: Обновить настройки
|
389
|
+
titles:
|
390
|
+
articles: Посты
|
391
|
+
author_page: Author page
|
392
|
+
dated_archives: Dated archives
|
393
|
+
description_template: Шаблон описания
|
394
|
+
help_on_title_settings: Help on title settings
|
395
|
+
home: Главная
|
396
|
+
pages: Страницы
|
397
|
+
paginated_archives: Paginated archives
|
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: Шаблон заголовка
|
419
|
+
settings:
|
420
|
+
display:
|
421
|
+
cancel: Отменить
|
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: или
|
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: Обновить настройки
|
439
|
+
feedback:
|
440
|
+
askimet_key: Akismet Key
|
441
|
+
avatars_provider: Avatars provider
|
442
|
+
cancel: Отменить
|
443
|
+
captcha: Captcha
|
444
|
+
comments: комментариев
|
445
|
+
comments_filter: Comments filter
|
446
|
+
days: days
|
447
|
+
disable_comments_after: Disable comments after
|
448
|
+
enable_comments_by_default: Enable comments by default
|
449
|
+
enable_feedback_moderation: Enable feedback moderation
|
450
|
+
enable_recaptcha: Enable reCaptcha
|
451
|
+
enable_spam_protection: Enable spam protection
|
452
|
+
explain_feedback_moderation: You can enable site wide feedback moderation. If you do so, no comment will appear on your blog unless you validate it.
|
453
|
+
explain_reject_comments: Publify will automatically reject comments which contain over a certain amount of links in them
|
454
|
+
explain_spam_protection: Enabling spam protection will make Publify compare the IP address of posters as well as the contents of their posts against local and remote blacklists. Good defense against spam bots
|
455
|
+
explain_spamfiltering_html: Publify can (optionally) use the <a href='http://akismet.com'>Akismet</a> spam-filtering service. You need to register with Akismet and receive an API key before you can use their service. If you have an Akismet key, enter it here
|
456
|
+
feedback: Комментарии
|
457
|
+
feedback_settings: Feedback settings
|
458
|
+
max_links: Max Links
|
459
|
+
none: Нет
|
460
|
+
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: Set to 0 to never disable comments
|
463
|
+
set_to_0_to_never_reject_comments: Set to 0 to never reject comments
|
464
|
+
spam: Spam
|
465
|
+
spam_protection: Spam protection
|
466
|
+
update_settings: Обновить настройки
|
467
|
+
index:
|
468
|
+
allow_users_to_register: Разрешить пользователям регистрироваться
|
469
|
+
blog_name: Имя блога
|
470
|
+
blog_subtitle: Подзаголовок блога
|
471
|
+
blog_url: URL блога
|
472
|
+
cancel: Отменить
|
473
|
+
email_address_used_to_notify: Email address used by Publify to send notifications
|
474
|
+
explain_allow_users_to_register_html: Вы можете разрешить пользователям регистрироваться в вашем блоге. По умолчанию они регистрируются как контрибьюторы, то есть получают непривелигированные учетные записи, которые не имеют никаких прав — только профиль на сайте. Если вы не хотите давать пользователям возможность регистрироваться, вы можете добавлять их вручную в разделе «пользователи» панели администратора
|
475
|
+
general_settings: Основные настройки
|
476
|
+
items_to_display_in_admin_lists: Количество элементов для отображения в администраторских списках
|
477
|
+
language: Язык
|
478
|
+
or: или
|
479
|
+
source_email: Source Email
|
480
|
+
update_settings: Обновить настройки
|
481
|
+
users: Users
|
482
|
+
your_blog: Ваш блог
|
483
|
+
update:
|
484
|
+
error: 'Error: %{messages}'
|
485
|
+
success: Config updated.
|
486
|
+
write:
|
487
|
+
avatar_size: Avatar size
|
488
|
+
cancel: Отменить
|
489
|
+
display: Display
|
490
|
+
example: example
|
491
|
+
image_medium_size: Image medium size
|
492
|
+
image_thumbnail_size: Image thumbnail size
|
493
|
+
latitude_longitude: Latitude, Longitude
|
494
|
+
media: Media
|
495
|
+
or: или
|
496
|
+
publish: Опубликовать
|
497
|
+
publish_on_twitter: Publish on Twitter
|
498
|
+
twitter_consumer_key: Twitter consumer key
|
499
|
+
twitter_consumer_secret: Twitter consumer secret
|
500
|
+
update_settings: Обновить настройки
|
501
|
+
write: Публикация
|
502
|
+
your_geoloc: your latitude and longitude
|
503
|
+
shared:
|
504
|
+
destroy:
|
505
|
+
are_you_sure: Вы уверены, что хотите удалить %{element}?
|
506
|
+
menu:
|
507
|
+
all_articles: Все посты
|
508
|
+
all_pages: Все страницы
|
509
|
+
article_types: Виды статей
|
510
|
+
articles: Посты
|
511
|
+
choose_theme: Выбрать тему
|
512
|
+
customize_sidebar: Настроить боковую колонку
|
513
|
+
design: Дизайн
|
514
|
+
display: Отображение
|
515
|
+
documentation: Документация
|
516
|
+
feedback: Комментарии
|
517
|
+
general_settings: Основные настройки
|
518
|
+
global_seo_settings: Глобальные SEO-настройки
|
519
|
+
in_page_plugins: Плагины для страницы
|
520
|
+
logged_in_as: Вы вошли как %{login}
|
521
|
+
logout_html: Выйти »
|
522
|
+
manage_users: Управление пользователями
|
523
|
+
media_library: Файлы
|
524
|
+
new: Добавить...
|
525
|
+
new_article: Новый пост
|
526
|
+
new_media: Новый файл
|
527
|
+
new_note: Новая заметка
|
528
|
+
new_page: Новая страница
|
529
|
+
notes: Заметки
|
530
|
+
pages: Страницы
|
531
|
+
permalinks: Постоянные ссылки
|
532
|
+
profile: профиль
|
533
|
+
redirects: Перенаправления
|
534
|
+
report_a_bug: Сообщить об ошибке
|
535
|
+
seo: SEO
|
536
|
+
settings: Настройки
|
537
|
+
sidebar_plugins: Боковые плагины
|
538
|
+
tags: Теги
|
539
|
+
titles: Заголовки
|
540
|
+
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: Active Sidebar items
|
548
|
+
available_items: Available Items
|
549
|
+
you_have_no_plugins_installed: You have no plugins installed
|
550
|
+
index:
|
551
|
+
cancel: Отменить
|
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: Drag and drop to change the sidebar items displayed on this blog. To remove items from the sidebar just click 'remove'. Changes are saved immediately, but not activated until you click the 'Publish changes' button
|
554
|
+
or: или
|
555
|
+
publish_changes: Сохранить изменения
|
556
|
+
sidebar: Боковая колонка
|
557
|
+
target:
|
558
|
+
drag_some_plugins_here: Drag some plugins here to fill your sidebar
|
559
|
+
tags:
|
560
|
+
edit:
|
561
|
+
success: Tag was successfully updated
|
562
|
+
index_and_form:
|
563
|
+
cancel: Отменить
|
564
|
+
display_name: Display Name
|
565
|
+
manage_tags: Manage Tags
|
566
|
+
name: Имя
|
567
|
+
no_tags: Ничего нет. Почему бы не начать и не добавить?
|
568
|
+
or: или
|
569
|
+
save: Сохранить
|
570
|
+
themes:
|
571
|
+
index:
|
572
|
+
active_theme: "%{name} - Active theme"
|
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: Edit User
|
580
|
+
form:
|
581
|
+
about: Biography
|
582
|
+
account_settings: Account Settings
|
583
|
+
aim: AIM screen name
|
584
|
+
article_filter: Фильтр постов
|
585
|
+
author_page: author page
|
586
|
+
avatar: Avatar Settings
|
587
|
+
avatar_current: Current avatar
|
588
|
+
cancel: Отменить
|
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: Логин
|
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: или
|
605
|
+
password: Password
|
606
|
+
password_confirmation: Password confirmation
|
607
|
+
profile: профиль
|
608
|
+
profile_settings: Profile Settings
|
609
|
+
save: Сохранить
|
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: Articles
|
621
|
+
comments: комментариев
|
622
|
+
email: Email
|
623
|
+
login: логин
|
624
|
+
name: Имя
|
625
|
+
new_user: New User
|
626
|
+
profile: профиль
|
627
|
+
state: State
|
628
|
+
users: Users
|
629
|
+
new:
|
630
|
+
add_user: Add User
|
631
|
+
success: User was successfully created
|
632
|
+
articles:
|
633
|
+
archives:
|
634
|
+
no_articles_found: No articles found
|
635
|
+
archives_article:
|
636
|
+
posted_in: posted in
|
637
|
+
article_author:
|
638
|
+
posted_by: Posted by
|
639
|
+
article_excerpt:
|
640
|
+
continue_reading: Continue reading
|
641
|
+
article_links:
|
642
|
+
comments:
|
643
|
+
few: 'Комментариев: %{count}'
|
644
|
+
many: 'Комментариев: %{count}'
|
645
|
+
one: 1 комментарий
|
646
|
+
other: 'Комментариев: %{count}'
|
647
|
+
zero: Нет комментариев
|
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: Помощь по разметке
|
659
|
+
leave_url_email: leave url/email
|
660
|
+
preview_comment: Предпросмотр комментария
|
661
|
+
your_blog: Ваш блог
|
662
|
+
your_email: Ваш email
|
663
|
+
your_message: Ваше сообщение
|
664
|
+
your_name: Ваше имя
|
665
|
+
comment_preview:
|
666
|
+
is_about_to_say: is about to say
|
667
|
+
index:
|
668
|
+
page: страница
|
669
|
+
password_form:
|
670
|
+
submit: Submit
|
671
|
+
read:
|
672
|
+
comments: комментариев
|
673
|
+
comments_are_disabled: Комментарии выключены
|
674
|
+
edit: Редактировать
|
675
|
+
leave_a_response: Оставить отзыв
|
676
|
+
rss_feed: RSS feed
|
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: Этот автор еще ничего не публиковал
|
687
|
+
twitter: 'Twitter:'
|
688
|
+
web_site: 'Веб-сайт:'
|
689
|
+
yahoo: 'Yahoo:'
|
690
|
+
comments:
|
691
|
+
comment:
|
692
|
+
said: said
|
693
|
+
this_comment_has_been_flagged_for_moderator_approval: This comment has been flagged for moderator approval. It won't appear on this blog until the author approves it
|
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 for feed URLs
|
728
|
+
no_notes_found: No notes found...
|
729
|
+
no_posts_found: No posts found...
|
730
|
+
page_not_found: Страница не найдена
|
731
|
+
permalink_need_a_title: 'You need a permalink format with an identifier : %%title%%'
|
732
|
+
problem_sending_to_twitter: Oooops something went wrong!
|
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: Страница, которую вы запрашиваете, была перемещена или не существует
|
735
|
+
generic:
|
736
|
+
change: Изменить
|
737
|
+
save: Сохранить
|
738
|
+
helper:
|
739
|
+
at: в
|
740
|
+
langs:
|
741
|
+
da_DK: Danish
|
742
|
+
de_DE: German
|
743
|
+
en_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: Русский
|
756
|
+
zh_CN: Simple Chinese
|
757
|
+
zh_TW: Chinese
|
758
|
+
layouts:
|
759
|
+
administration:
|
760
|
+
powered_by: с гордостью работает на
|
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: Publify administrator
|
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: Название блога
|
779
|
+
password: Пароль
|
780
|
+
welcome_to_your_blog_setup: Welcome to your blog setup
|
781
|
+
your_mail: Ваш 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 this one as you like and manage all of your content inside Publify.
|
785
|
+
tags:
|
786
|
+
index:
|
787
|
+
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
|