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,769 @@
|
|
1
|
+
---
|
2
|
+
he:
|
3
|
+
accounts:
|
4
|
+
back_to_html: "← %{place} חזור אל"
|
5
|
+
back_to_login: Back to login
|
6
|
+
confirm:
|
7
|
+
admin: admin
|
8
|
+
dont_lose_the_mail_sent: Don't lose the mail sent at %{email} or you won't be able to login anymore
|
9
|
+
login: "%{login} התחבר"
|
10
|
+
proceed_to: Proceed to %{link}
|
11
|
+
success: You have successfully signed up.
|
12
|
+
create_account: Create an account
|
13
|
+
lost_my_password: I've lost my password
|
14
|
+
activerecord:
|
15
|
+
errors:
|
16
|
+
models:
|
17
|
+
article:
|
18
|
+
attributes:
|
19
|
+
title:
|
20
|
+
blank: can't be 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: שגיאה, אינך רשאי לבצע פעולה זו
|
31
|
+
article_list:
|
32
|
+
no_articles: There are no articles yet. Why don't you start and create one?
|
33
|
+
autosave:
|
34
|
+
success: הכתבה נשמרה בהצלחה
|
35
|
+
create:
|
36
|
+
success: 'הכתבה נוצרה בהצלחה '
|
37
|
+
form:
|
38
|
+
allow_comments: אפשר תגובות
|
39
|
+
allow_comments_status:
|
40
|
+
disabled: disabled
|
41
|
+
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: Password
|
49
|
+
permalink: קישור קבוע
|
50
|
+
preview: Preview
|
51
|
+
protected: Protected
|
52
|
+
public: Public
|
53
|
+
publish: פרסם
|
54
|
+
publish_settings: 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: Visibility
|
64
|
+
index:
|
65
|
+
all_articles: All articles
|
66
|
+
drafts: טיוטות
|
67
|
+
manage_articles: ערוך כתבות
|
68
|
+
new_article: New article
|
69
|
+
publication_date: Publication date
|
70
|
+
publication_pending: Publication pending
|
71
|
+
published: פורסם
|
72
|
+
search: חפש
|
73
|
+
select_an_author: Select an author
|
74
|
+
withdrawn: Withdrawn
|
75
|
+
update:
|
76
|
+
success: הכתבה עודכנה בהצלחה.
|
77
|
+
dashboard:
|
78
|
+
comment:
|
79
|
+
by: על ידי
|
80
|
+
no_comments_yet: עדיין ללא תגובות
|
81
|
+
comments:
|
82
|
+
latest_comments: Latest Comments
|
83
|
+
drafts:
|
84
|
+
no_drafts_yet: No drafts yet, why don't you start and write one
|
85
|
+
your_drafts: Your drafts
|
86
|
+
index:
|
87
|
+
welcome_back: ברוך הבא, %{user_name}!
|
88
|
+
overview:
|
89
|
+
change_your_blog_presentation: change your blog presentation
|
90
|
+
customization_explain_html: תוכל גם %{theme_link} או %{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: לאפשר תוספים
|
93
|
+
help_explain_html: If you need help, %{doc_link}.
|
94
|
+
read_our_documentation: read our documentation
|
95
|
+
update_your_profile_or_change_your_password: update your profile or change your password
|
96
|
+
write_a_page: לכתוב דף
|
97
|
+
write_a_post: לכתוב כתבה
|
98
|
+
welcome:
|
99
|
+
approved_count:
|
100
|
+
one: 1 approved
|
101
|
+
other: "%{count} approved"
|
102
|
+
zero: no approved
|
103
|
+
articles_and_comments_count_since: "%{articles_count} articles and %{comments_count} comments were posted since your last connexion"
|
104
|
+
articles_count:
|
105
|
+
one: כתבה 1
|
106
|
+
other: "%{count} כתבות"
|
107
|
+
zero: אין כתבות
|
108
|
+
comments_count:
|
109
|
+
one: תגובה 1
|
110
|
+
other: "%{count} תגובות"
|
111
|
+
zero: אין תגובות
|
112
|
+
content: תוכן
|
113
|
+
drafts_count:
|
114
|
+
one: 1 draft
|
115
|
+
other: "%{count} drafts"
|
116
|
+
zero: no draft
|
117
|
+
feedback: משוב
|
118
|
+
notes_count:
|
119
|
+
one: 1 note
|
120
|
+
other: "%{count} notes"
|
121
|
+
zero: no note
|
122
|
+
pages_count:
|
123
|
+
one: 1 page
|
124
|
+
other: "%{count} pages"
|
125
|
+
zero: no page
|
126
|
+
running_publify: אתה מריץ את Publify %{version}
|
127
|
+
spam_count:
|
128
|
+
one: 1 spam
|
129
|
+
other: "%{count} spam"
|
130
|
+
zero: no spam
|
131
|
+
today: Today
|
132
|
+
unconfirmed_count:
|
133
|
+
one: 1 unconfirmed
|
134
|
+
other: "%{count} unconfirmed"
|
135
|
+
zero: no unconfirmed
|
136
|
+
your_articles_count:
|
137
|
+
one: 1 article writen by you
|
138
|
+
other: "%{count} articles writen by you"
|
139
|
+
zero: no article writen by you
|
140
|
+
feedback:
|
141
|
+
article:
|
142
|
+
action_or_other_html: "%{first_action} או %{second_action}"
|
143
|
+
add_a_comment: Add a comment
|
144
|
+
author: כותב
|
145
|
+
cancel: בטל
|
146
|
+
comments_for_html: תגובות עבור %{title}
|
147
|
+
email: דואל
|
148
|
+
no_feedback: There is no feedback yet. Why don't you create some?
|
149
|
+
save: שמור
|
150
|
+
select_all: Select all
|
151
|
+
url: כתובת
|
152
|
+
your_comment: Your comment
|
153
|
+
bulkops:
|
154
|
+
error: לא מיושם
|
155
|
+
success_classification: אומת הסיווג של %{count} פריטים.
|
156
|
+
success_deleted: נמחקו %{count} פריטים
|
157
|
+
success_deleted_spam: All spam have been deleted
|
158
|
+
success_mark_as_ham:
|
159
|
+
one: Marked 1 item as Ham
|
160
|
+
other: סומנו %{count} פריטים כלא ספאם
|
161
|
+
zero: No item selected to mark as Ham
|
162
|
+
success_mark_as_spam:
|
163
|
+
one: Marked 1 item as Spam
|
164
|
+
other: סומנו %{count} פריטים כספאם
|
165
|
+
zero: No item selected to mark as Spam
|
166
|
+
button:
|
167
|
+
delete_all_spam: Delete all spam
|
168
|
+
delete_checked_items: מחק פריטים שסומנו
|
169
|
+
mark_checked_items_as_ham: סווג פריטים שסומנו כלא-ספאם
|
170
|
+
mark_checked_items_as_spam: סווג פריטים שסומנו כספאם
|
171
|
+
create:
|
172
|
+
success: התגובה נוצרה בהצלחה.
|
173
|
+
destroy:
|
174
|
+
error: לא נמצאה
|
175
|
+
success: נמחקה
|
176
|
+
edit:
|
177
|
+
action_or_other_html: "%{first_action} או %{second_action}"
|
178
|
+
author: Author
|
179
|
+
cancel: Cancel
|
180
|
+
comments_for_html: תגובות עבור %{article_link}
|
181
|
+
edit_a_comment: Edit a comment
|
182
|
+
email: Email
|
183
|
+
save: שמור
|
184
|
+
url: Url
|
185
|
+
your_comment: Your comment
|
186
|
+
ham:
|
187
|
+
by: by
|
188
|
+
created_on: 'on'
|
189
|
+
index:
|
190
|
+
all: All
|
191
|
+
feedback: משוב
|
192
|
+
ham: לא-ספאם
|
193
|
+
no_feedback: There is no feedback yet. Why don't you create some?
|
194
|
+
presumed_ham: Presumed ham
|
195
|
+
presumed_spam: Presumed spam
|
196
|
+
select_all: Select all
|
197
|
+
spam: ספאם
|
198
|
+
unapproved_comments: תגובות לא מאושרות
|
199
|
+
spam:
|
200
|
+
by: by
|
201
|
+
cancel: בטל
|
202
|
+
created_on: 'on'
|
203
|
+
this_comment_by_was_flagged_as_spam_html: This comment by %{author} was flagged as spam, %{cancel_link}?
|
204
|
+
state:
|
205
|
+
ham: Ham
|
206
|
+
just_marked_as_ham: סומן כלא-ספאם
|
207
|
+
just_marked_as_spam: סומן כספאם
|
208
|
+
just_presumed_ham: כנראה לא-ספאם
|
209
|
+
presumed_ham: לא-ספאם ?
|
210
|
+
presumed_spam: ספאם ?
|
211
|
+
spam: Spam
|
212
|
+
unclassified: לא סווג
|
213
|
+
update:
|
214
|
+
success: התגובה עודכנה בהצלחה.
|
215
|
+
migrations:
|
216
|
+
show:
|
217
|
+
current_database_version: גרסת בסיס הנתונים הנוכחית
|
218
|
+
database_migration: עדכוני בסיס הנתונים
|
219
|
+
information: מידע
|
220
|
+
may_take_a_moment: ייתכן כי ייקח זמן מה
|
221
|
+
migration_pending:
|
222
|
+
one: There is one migration pending.
|
223
|
+
other: There are %{count} migrations pending.
|
224
|
+
migrations: Migrations
|
225
|
+
needed_migrations: עדכונים נדרשים
|
226
|
+
update_database_now: עדכן את בסיס הנתונים
|
227
|
+
you_are_up_to_date: בסיס הנתונים שלך מעודכן !
|
228
|
+
notes:
|
229
|
+
form:
|
230
|
+
cancel: בטל
|
231
|
+
compose_new_note: Compose new note
|
232
|
+
in_reply_to: In reply to
|
233
|
+
no_notes: There are no notes yet. Why don't you create one?
|
234
|
+
now: Now
|
235
|
+
or: or
|
236
|
+
permanent_link: Permanent link
|
237
|
+
posse_to_twitter: POSSE to Twitter
|
238
|
+
publish: פרסם
|
239
|
+
publish_at: פורסם בתאריך
|
240
|
+
publish_settings: Publish settings
|
241
|
+
tweet_id_like: Tweet id like 123456
|
242
|
+
header:
|
243
|
+
notes: Notes
|
244
|
+
show:
|
245
|
+
action_or_other_html: "%{first_action} או %{second_action}"
|
246
|
+
are_you_sure: Are you sure you want to delete this note
|
247
|
+
cancel: בטל
|
248
|
+
delete: מחק
|
249
|
+
destroy_confirmation: Destroy confirmation
|
250
|
+
pages:
|
251
|
+
edit:
|
252
|
+
success: הדף עודכן בהצלחה
|
253
|
+
form:
|
254
|
+
article_filter: מסנן הכתבה
|
255
|
+
cancel: בטל
|
256
|
+
online: מוצג
|
257
|
+
permanent_link: Permanent link
|
258
|
+
publish: פרסם
|
259
|
+
publish_settings: Publish settings
|
260
|
+
save: שמור
|
261
|
+
status: מצב
|
262
|
+
title: כותרת
|
263
|
+
type_your_post: Type your post
|
264
|
+
index:
|
265
|
+
author: כותב
|
266
|
+
manage_pages: נהל דפים
|
267
|
+
new_page: New Page
|
268
|
+
title: כותרת
|
269
|
+
new:
|
270
|
+
success: הדף נוצר בהצלחה
|
271
|
+
pages:
|
272
|
+
no_pages: There are no pages yet. Why don't you start and create one?
|
273
|
+
post_types:
|
274
|
+
index_and_form:
|
275
|
+
cancel: בטל
|
276
|
+
default: Default
|
277
|
+
description: תיאור
|
278
|
+
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
|
279
|
+
name: שם
|
280
|
+
or: or
|
281
|
+
post_types: Post Types
|
282
|
+
publify_default_post_type: Publify default post type
|
283
|
+
save: שמור
|
284
|
+
template_name: Template name
|
285
|
+
profiles:
|
286
|
+
index:
|
287
|
+
success: המשתמש עודכן בהצלחה
|
288
|
+
your_profile: Your profile
|
289
|
+
redirects:
|
290
|
+
destroy:
|
291
|
+
success: Redirection was successfully deleted.
|
292
|
+
index_and_form:
|
293
|
+
cancel: בטל
|
294
|
+
from: מאת
|
295
|
+
leave_empty_to_shorten_a_link: Leave empty to shorten a link
|
296
|
+
no_redirects: There are no redirects yet. Why don't you start and create one?
|
297
|
+
or: or
|
298
|
+
redirects: Redirects
|
299
|
+
save: שמור
|
300
|
+
to: To
|
301
|
+
resources:
|
302
|
+
destroy:
|
303
|
+
notice: נמחקה
|
304
|
+
index:
|
305
|
+
are_you_sure: 'האם אתה בטוח? '
|
306
|
+
content_type: סוג התוכן
|
307
|
+
date: תאריך
|
308
|
+
delete: Delete
|
309
|
+
file_size: גודל הקובץ
|
310
|
+
filename: שם הקובץ
|
311
|
+
media_library: Media Library
|
312
|
+
medium_size: Medium size
|
313
|
+
no_resources: There are no resources yet. Why don't you start and create one?
|
314
|
+
original_size: Original size
|
315
|
+
right_click_for_link: לחיצה ימנית לקישור
|
316
|
+
thumbnail: Thumbnail
|
317
|
+
upload: העלה
|
318
|
+
upload_a_file_to_your_site: העלה קובץ לאתר שלך
|
319
|
+
upload:
|
320
|
+
success: הקובץ הועלה
|
321
|
+
warning: לא מסוגל להעלות
|
322
|
+
seo:
|
323
|
+
general:
|
324
|
+
custom_tracking_code: Custom tracking code
|
325
|
+
do_not_index_tags: Do not index tags
|
326
|
+
dofollow: Dofollow
|
327
|
+
explain: Here you can add anything you want to appear in your application header, such as analytics service tracking code.
|
328
|
+
explain_moderate_feedback: You may want to moderate feedback when turning this on
|
329
|
+
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)'
|
330
|
+
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
|
331
|
+
general_settings: הגדרות כלליות
|
332
|
+
google: Google
|
333
|
+
google_analytics: Google Analytics
|
334
|
+
google_webmaster_tools_validation_link: Google Webmaster Tools validation link
|
335
|
+
indexing: Indexing
|
336
|
+
meta_description: Meta description
|
337
|
+
meta_keywords: Meta keywords
|
338
|
+
robots_txt: Robots.txt
|
339
|
+
rss_description_message: RSS description message
|
340
|
+
this_will_display: This will display at the bottom of each post in the RSS feed
|
341
|
+
use_dofollow_in_comments: Use dofollow in comments
|
342
|
+
use_meta_keywords: Use meta keywords
|
343
|
+
use_rss_description: Use RSS description
|
344
|
+
permalinks:
|
345
|
+
custom: Custom
|
346
|
+
date_and_title: Date and title
|
347
|
+
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.
|
348
|
+
help_on_permalink_settings: Help on permalink settings
|
349
|
+
month_and_title: Month and title
|
350
|
+
permalink_format: Permalink format
|
351
|
+
sample: Here are some examples to get you started.
|
352
|
+
title_only: Title only
|
353
|
+
you_can_custom_your_url_structure: 'You can custom your URL structure using the following tags:'
|
354
|
+
your_article_day: your article day of publication.
|
355
|
+
your_article_month: your article month of publication.
|
356
|
+
your_article_slug_html: your article slug. <strong>Using this slug is mandatory</strong>.
|
357
|
+
your_article_year: your article year of publication.
|
358
|
+
show:
|
359
|
+
cancel: בטל
|
360
|
+
global_settings: Global settings
|
361
|
+
or: or
|
362
|
+
permalinks: Permalinks
|
363
|
+
title_settings: Title settings
|
364
|
+
update_settings: Update settings
|
365
|
+
titles:
|
366
|
+
articles: כתבות
|
367
|
+
author_page: Author page
|
368
|
+
dated_archives: Dated archives
|
369
|
+
description_template: Description template
|
370
|
+
help_on_title_settings: Help on title settings
|
371
|
+
home: בית
|
372
|
+
pages: דפים
|
373
|
+
paginated_archives: Paginated archives
|
374
|
+
replaced_by_the_archive_date: Replaced by the archive date
|
375
|
+
replaced_by_the_content_body: Replaced by the content body
|
376
|
+
replaced_with_the_article_categories: Replaced with the article categories (comma separated)
|
377
|
+
replaced_with_the_article_page_title: Replaced with the article/page title
|
378
|
+
replaced_with_the_article_tags: Replaced with the article tags (comma separated)
|
379
|
+
replaced_with_the_category_tag_name: Replaced with the category/tag name
|
380
|
+
replaced_with_the_current_date: Replaced with the current date
|
381
|
+
replaced_with_the_current_month: Replaced with the current month
|
382
|
+
replaced_with_the_current_page_number: Replaced with the current page number
|
383
|
+
replaced_with_the_current_search_phrase: Replaced with the current search phrase
|
384
|
+
replaced_with_the_current_time: Replaced with the current time
|
385
|
+
replaced_with_the_current_year: Replaced with the current year
|
386
|
+
replaced_with_the_post_page_excerpt: Replaced with the post/page excerpt
|
387
|
+
replaced_with_the_title_of_the_article_page: Replaced with the title of the article/page
|
388
|
+
search_results: Search results
|
389
|
+
short_statuses: Short statuses
|
390
|
+
short_statuses_lists: Short statuses lists
|
391
|
+
the_blog_s_name: The blog's name
|
392
|
+
the_blog_s_tagline_description: The blog's tagline / description
|
393
|
+
these_tags_can_be_included: These tags can be included in your templates and will be replaced when displaying the page.
|
394
|
+
title_template: Title template
|
395
|
+
settings:
|
396
|
+
display:
|
397
|
+
cancel: בטל
|
398
|
+
custom_url: Custom URL shortener domain
|
399
|
+
custom_url_help: If you have a custom domain for URL shortening, enter it here.
|
400
|
+
date_format: Date format
|
401
|
+
default_archives_show: articles on the archives page
|
402
|
+
default_article_show: articles on the homepage
|
403
|
+
default_feed_show: most recent articles in feed
|
404
|
+
display: Display
|
405
|
+
display_settings: Display Settings
|
406
|
+
feed_articles: Article excerpts
|
407
|
+
feed_excerpts_only: Show only article excerpts in feed
|
408
|
+
feed_settings: RSS Feed Settings
|
409
|
+
or: or
|
410
|
+
publishing_options: Publishing Options
|
411
|
+
status_main_feed: Display statuses in the main feed
|
412
|
+
statuses: Statuses
|
413
|
+
time_format: Time format
|
414
|
+
update_settings: Update settings
|
415
|
+
feedback:
|
416
|
+
askimet_key: מפתח Akismet
|
417
|
+
avatars_provider: Avatars provider
|
418
|
+
cancel: בטל
|
419
|
+
captcha: Captcha
|
420
|
+
comments: תגובות
|
421
|
+
comments_filter: מסנן התגובות
|
422
|
+
days: ימים
|
423
|
+
disable_comments_after: בטל תגובות לאחר
|
424
|
+
enable_comments_by_default: אפשר תגובות כברירת מחדל
|
425
|
+
enable_feedback_moderation: אפשר ביקורת על המשוב
|
426
|
+
enable_recaptcha: Enable reCaptcha
|
427
|
+
enable_spam_protection: אפשר הגנת ספאם
|
428
|
+
explain_feedback_moderation: תוכל לאפשר ביקורת על המשוב בכל האתר. אם תבצע זאת, לא תוצג שום תגובה או עוקב-חזרה בבלוג שלך אלא אם תאשר אותה.
|
429
|
+
explain_reject_comments: Publify תדחה אוטומטית תגובות ועוקבים-חזרה המכילים את כמות הקישורים מסויימת
|
430
|
+
explain_spam_protection: אפשור הגנת ספאם תגרום ל-Publify להשוות כתובות ה-IP של השולחים ואת תוכן השליחה כנגד רשימות שחורות מקומיות או מרוחקות - הגנה טובה כנגד רובוטי ספאם.
|
431
|
+
explain_spamfiltering_html: תוכל להשתמש בשירות מסנן ספאם של <a href='http://akismet.com'>Akismet</a>. עליך להירשם Akisemt מפתח API לפני שתוכל להשתמש בשירות. אם כבר יש לך מפתח, רשום אותו כאן.
|
432
|
+
feedback: משוב
|
433
|
+
feedback_settings: Feedback settings
|
434
|
+
max_links: מקסימום קישורים
|
435
|
+
none: none
|
436
|
+
or: or
|
437
|
+
remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside config/initializers/recaptcha.rb
|
438
|
+
set_to_0_to_never_disable_comments: הגדר כ-0 כדי לא לבטל תגובות אף פעם
|
439
|
+
set_to_0_to_never_reject_comments: הגדר כ-0 כדי לא לדחות תגובות לעולם
|
440
|
+
spam: Spam
|
441
|
+
spam_protection: Spam protection
|
442
|
+
update_settings: Update settings
|
443
|
+
index:
|
444
|
+
allow_users_to_register: אפשר למשתמשים להירשם
|
445
|
+
blog_name: שם הבלוג
|
446
|
+
blog_subtitle: כותרת משנה
|
447
|
+
blog_url: כתובת הבלוג
|
448
|
+
cancel: בטל
|
449
|
+
email_address_used_to_notify: כתובת הדואל שתשמש את Publify לשלוח עדכונים
|
450
|
+
explain_allow_users_to_register_html: תוכל לאפשר למשתמשים להירשם לבלוג שלך. כברירת מחדל, הם יירשמו כתורמים - חשבון שאינו נותן הרשאות מיוחדות אלא רק את הזכות להחזיק חשבון באתר. אם אינך רוצה שהמשתמשים יוכלו להירשם בעצמם, תוכל להוסיף אותם בעצמך כחללק מדף זה
|
451
|
+
general_settings: General settings
|
452
|
+
items_to_display_in_admin_lists: Items to display in admin lists
|
453
|
+
language: שפה
|
454
|
+
or: or
|
455
|
+
source_email: דואל המקור
|
456
|
+
update_settings: Update settings
|
457
|
+
users: משתמשים
|
458
|
+
your_blog: הבלוג שלך
|
459
|
+
update:
|
460
|
+
error: 'Error: %{messages}'
|
461
|
+
success: ההגדרה עודכנה.
|
462
|
+
write:
|
463
|
+
avatar_size: Avatar size
|
464
|
+
cancel: בטל
|
465
|
+
display: תצוגה
|
466
|
+
example: דוגמא
|
467
|
+
image_medium_size: Image medium size
|
468
|
+
image_thumbnail_size: Image thumbnail size
|
469
|
+
latitude_longitude: קו רוחב, קו אורך
|
470
|
+
media: Media
|
471
|
+
or: or
|
472
|
+
publish: פרסם
|
473
|
+
publish_on_twitter: Publish on Twitter
|
474
|
+
twitter_consumer_key: Twitter consumer key
|
475
|
+
twitter_consumer_secret: Twitter consumer secret
|
476
|
+
update_settings: Update settings
|
477
|
+
write: כתוב
|
478
|
+
your_geoloc: קווי הרוחב והאורך שלך
|
479
|
+
shared:
|
480
|
+
destroy:
|
481
|
+
are_you_sure: האם אתה בטוח שברצונך למחוק את %{element} הזו?
|
482
|
+
menu:
|
483
|
+
all_articles: All articles
|
484
|
+
all_pages: All pages
|
485
|
+
article_types: Article types
|
486
|
+
articles: Articles
|
487
|
+
choose_theme: Choose theme
|
488
|
+
customize_sidebar: Customize sidebar
|
489
|
+
design: Design
|
490
|
+
display: Display
|
491
|
+
documentation: Documentation
|
492
|
+
feedback: Feedback
|
493
|
+
general_settings: הגדרות כלליות
|
494
|
+
global_seo_settings: Global SEO settings
|
495
|
+
in_page_plugins: In page plugins
|
496
|
+
logged_in_as: Logged in as %{login}
|
497
|
+
logout_html: Log out »
|
498
|
+
manage_users: Manage Users
|
499
|
+
media_library: Media Library
|
500
|
+
new: New
|
501
|
+
new_article: New Article
|
502
|
+
new_media: New Media
|
503
|
+
new_note: New Note
|
504
|
+
new_page: New Page
|
505
|
+
notes: Notes
|
506
|
+
pages: Pages
|
507
|
+
permalinks: Permalinks
|
508
|
+
profile: דיוקן
|
509
|
+
redirects: Redirects
|
510
|
+
report_a_bug: Report a bug
|
511
|
+
seo: SEO
|
512
|
+
settings: Settings
|
513
|
+
sidebar_plugins: Sidebar plugins
|
514
|
+
tags: Tags
|
515
|
+
titles: Titles
|
516
|
+
write: Write
|
517
|
+
twitter_alert:
|
518
|
+
fill_the_twitter_credentials: fill in the OAuth credentials
|
519
|
+
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}.
|
520
|
+
registered_your_application: registered your application
|
521
|
+
sidebar:
|
522
|
+
config:
|
523
|
+
active_sidebar_items: הפעל פריטי תיבת צד
|
524
|
+
available_items: פריטים זמינים
|
525
|
+
you_have_no_plugins_installed: You have no plugins installed
|
526
|
+
index:
|
527
|
+
cancel: בטל
|
528
|
+
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.
|
529
|
+
explain_how_its_works: גרור והשלך כדי לשנות את פריטי תיבת הצד המוצגת בבלוג שלך. כדי להסיר פריטים מתיבת הצד, לחץ על הסר. השינויים נשמרים מיידית אבל לא מופעלים עד שתלחץ על הכפתור 'פרסם'.
|
530
|
+
or: or
|
531
|
+
publish_changes: פרסם שינויים
|
532
|
+
sidebar: תיבת צד
|
533
|
+
target:
|
534
|
+
drag_some_plugins_here: גרור חלק מהתוספים כדי למלא את תיבת הצד
|
535
|
+
tags:
|
536
|
+
edit:
|
537
|
+
success: התוית עודכנה בהצלחה.
|
538
|
+
index_and_form:
|
539
|
+
cancel: בטל
|
540
|
+
display_name: שם התצוגה
|
541
|
+
manage_tags: נהל תוויות
|
542
|
+
name: השם
|
543
|
+
no_tags: There are no tags yet. Why don't you start and create one?
|
544
|
+
or: or
|
545
|
+
save: שמור
|
546
|
+
themes:
|
547
|
+
index:
|
548
|
+
active_theme: "%{name} - עיצוב פעיל"
|
549
|
+
choose_a_theme: בחר עיצוב
|
550
|
+
use_this_theme: Use this theme
|
551
|
+
switchto:
|
552
|
+
success: Theme selection updated
|
553
|
+
users:
|
554
|
+
edit:
|
555
|
+
edit_user: ערוך משתמש
|
556
|
+
form:
|
557
|
+
about: Biography
|
558
|
+
account_settings: Account Settings
|
559
|
+
aim: AIM screen name
|
560
|
+
article_filter: Article filter
|
561
|
+
author_page: author page
|
562
|
+
avatar: Avatar Settings
|
563
|
+
avatar_current: Current avatar
|
564
|
+
cancel: בטל
|
565
|
+
contact_explain_html: This information will be displayed on your %{link}
|
566
|
+
contact_settings: Contact Settings
|
567
|
+
display_name: Display name
|
568
|
+
email: דואל
|
569
|
+
firstname: First name
|
570
|
+
jabber: Jabber ID
|
571
|
+
lastname: Last name
|
572
|
+
login: התחבר
|
573
|
+
msn: MSN Messenger ID
|
574
|
+
nickname: Nickname
|
575
|
+
notification_article: when new article is posted
|
576
|
+
notification_comment: when new comment is posted
|
577
|
+
notification_email: via email
|
578
|
+
notification_settings: Notifications
|
579
|
+
notifications: Send notification messages
|
580
|
+
or: or
|
581
|
+
password: Password
|
582
|
+
password_confirmation: Password confirmation
|
583
|
+
profile: דיוקן
|
584
|
+
profile_settings: Profile Settings
|
585
|
+
save: שמור
|
586
|
+
twitter: Twitter username
|
587
|
+
twitter_account: Twitter username
|
588
|
+
twitter_oauth: Twitter OAuth token
|
589
|
+
twitter_oauth_secret: Twitter OAuth secret
|
590
|
+
upload: Upload your profile image
|
591
|
+
upload_file: Upload a .jpg, .png or .gif file
|
592
|
+
user_status: User Status
|
593
|
+
website: Website
|
594
|
+
yahoo: Yahoo! Messenger ID
|
595
|
+
index:
|
596
|
+
articles: כתבות
|
597
|
+
comments: תגובות
|
598
|
+
email: דואל
|
599
|
+
login: התחבר
|
600
|
+
name: השם
|
601
|
+
new_user: New User
|
602
|
+
profile: דיוקן
|
603
|
+
state: State
|
604
|
+
users: משתמשים
|
605
|
+
new:
|
606
|
+
add_user: הוסף משתמש
|
607
|
+
success: המשתמש נוצר בהצלחה.
|
608
|
+
articles:
|
609
|
+
archives:
|
610
|
+
no_articles_found: לא נמצאו כתבות
|
611
|
+
archives_article:
|
612
|
+
posted_in: פורסם ב-
|
613
|
+
article_author:
|
614
|
+
posted_by: נכתב על ידי
|
615
|
+
article_excerpt:
|
616
|
+
continue_reading: Continue reading
|
617
|
+
article_links:
|
618
|
+
comments:
|
619
|
+
one: 1 comment
|
620
|
+
other: "%{count} comments"
|
621
|
+
zero: ללא תגובות
|
622
|
+
tags: Tags
|
623
|
+
trackbacks:
|
624
|
+
one: 1 trackback
|
625
|
+
other: "%{count} trackbacks"
|
626
|
+
zero: no trackbacks
|
627
|
+
comment_errors:
|
628
|
+
message: Oops, something wrong happened, the comment could not be saved.
|
629
|
+
comment_form:
|
630
|
+
comment_markup_help: עזרה על שפת הטקסט
|
631
|
+
leave_url_email: השאר כתובת/דואל
|
632
|
+
preview_comment: תצוגה מקדימה של התגובה
|
633
|
+
your_blog: הבלוג שלך
|
634
|
+
your_email: הדואל שלך
|
635
|
+
your_message: התגובה שלך
|
636
|
+
your_name: השם שלך
|
637
|
+
comment_preview:
|
638
|
+
is_about_to_say: עומד לומר
|
639
|
+
index:
|
640
|
+
page: page
|
641
|
+
password_form:
|
642
|
+
submit: Submit
|
643
|
+
read:
|
644
|
+
comments: תגובות
|
645
|
+
comments_are_disabled: התגובות מבוטלות
|
646
|
+
edit: Edit
|
647
|
+
leave_a_response: הגב
|
648
|
+
rss_feed: מזין RSS לכתבה זו
|
649
|
+
trackbacks: Trackbacks
|
650
|
+
trackback:
|
651
|
+
from: From
|
652
|
+
authors:
|
653
|
+
show:
|
654
|
+
aim: 'AIM:'
|
655
|
+
contact_information: Contact information
|
656
|
+
jabber: 'Jabber:'
|
657
|
+
msn: 'MSN:'
|
658
|
+
this_author_has_not_published_any_article_yet: This author has not published any article yet
|
659
|
+
twitter: 'Twitter:'
|
660
|
+
web_site: 'Web site:'
|
661
|
+
yahoo: 'Yahoo:'
|
662
|
+
comments:
|
663
|
+
comment:
|
664
|
+
said: said
|
665
|
+
this_comment_has_been_flagged_for_moderator_approval: תגובה זו הועברה לביקורת. היא לא תופיע בבלוג עד אשר הכותב יאשר אותה
|
666
|
+
date:
|
667
|
+
abbr_month_names:
|
668
|
+
-
|
669
|
+
- Jan
|
670
|
+
- Feb
|
671
|
+
- Mar
|
672
|
+
- Apr
|
673
|
+
- May
|
674
|
+
- Jun
|
675
|
+
- Jul
|
676
|
+
- Aug
|
677
|
+
- Sep
|
678
|
+
- Oct
|
679
|
+
- Nov
|
680
|
+
- Dec
|
681
|
+
month_names:
|
682
|
+
-
|
683
|
+
- January
|
684
|
+
- February
|
685
|
+
- March
|
686
|
+
- April
|
687
|
+
- May
|
688
|
+
- June
|
689
|
+
- July
|
690
|
+
- August
|
691
|
+
- September
|
692
|
+
- October
|
693
|
+
- November
|
694
|
+
- December
|
695
|
+
devise_custom:
|
696
|
+
characters_minimum: Minimum %{min} characters
|
697
|
+
errors:
|
698
|
+
article_type_already_exist: This article type already exists
|
699
|
+
cant_end_with_rss_or_atom: Can't end in .rss or .atom. These are reserved to be used for feed URLs
|
700
|
+
no_notes_found: No notes found...
|
701
|
+
no_posts_found: No posts found...
|
702
|
+
page_not_found: Page not found
|
703
|
+
permalink_need_a_title: 'You need a permalink format with an identifier : %%title%%'
|
704
|
+
problem_sending_to_twitter: Oooops something wrong happened
|
705
|
+
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
|
706
|
+
the_page_you_are_looking_for: The page you are looking for has moved or does not exist.
|
707
|
+
generic:
|
708
|
+
change: Change
|
709
|
+
save: שמור
|
710
|
+
helper:
|
711
|
+
at: at
|
712
|
+
langs:
|
713
|
+
da_DK: Danish
|
714
|
+
de_DE: German
|
715
|
+
en_US: English (US)
|
716
|
+
es_MX: Spanish (Mexican)
|
717
|
+
fr_FR: French
|
718
|
+
he_IL: Hebrew
|
719
|
+
it_IT: Italian
|
720
|
+
ja_JP: Japanese
|
721
|
+
lt_LT: Lithuanian
|
722
|
+
nb_NO: Norwegian
|
723
|
+
nl_NL: Nederland
|
724
|
+
pl_PL: Polish
|
725
|
+
pt_BR: Portuguese (Brazilian)
|
726
|
+
ro_RO: Romanian
|
727
|
+
ru_RU: Russian
|
728
|
+
zh_CN: Simple Chinese
|
729
|
+
zh_TW: Chinese
|
730
|
+
layouts:
|
731
|
+
administration:
|
732
|
+
powered_by: is proudly powered by
|
733
|
+
default:
|
734
|
+
designed_by: עוצב על ידי %{designed_by}
|
735
|
+
powered_by_html: מופעל על ידי %{powered_by}
|
736
|
+
notes:
|
737
|
+
note:
|
738
|
+
view_on_twitter: View on Twitter
|
739
|
+
notice:
|
740
|
+
note_successfully_created: Note was successfully created
|
741
|
+
profile:
|
742
|
+
admin: מנהל
|
743
|
+
contributor: תורם
|
744
|
+
publisher: כותב
|
745
|
+
setup:
|
746
|
+
article:
|
747
|
+
body: Welcome to Publify. This is your first article. Edit or delete it, then start blogging!
|
748
|
+
title: Hello World!
|
749
|
+
index:
|
750
|
+
blog_name: Blog name
|
751
|
+
password: סיסמה
|
752
|
+
welcome_to_your_blog_setup: Welcome to your blog setup
|
753
|
+
your_mail: Your email
|
754
|
+
page:
|
755
|
+
about: אודות
|
756
|
+
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.
|
757
|
+
tags:
|
758
|
+
index:
|
759
|
+
there_are_no_tags: There are no tags
|
760
|
+
time:
|
761
|
+
formats:
|
762
|
+
default: "%m/%d/%Y %H:%M"
|
763
|
+
letters_month_with_year: "%m %Y"
|
764
|
+
short: "%m/%d/%y"
|
765
|
+
with_spaces: "%d %B %y"
|
766
|
+
user:
|
767
|
+
status:
|
768
|
+
active: Active
|
769
|
+
inactive: Inactive
|