publify_core 9.1.0 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +34 -1
- data/app/assets/javascripts/bootstrap-sprockets.js +8 -0
- data/app/assets/javascripts/bootstrap/affix.js +164 -0
- data/app/assets/javascripts/bootstrap/alert.js +95 -0
- data/app/assets/javascripts/bootstrap/button.js +125 -0
- data/app/assets/javascripts/bootstrap/collapse.js +212 -0
- data/app/assets/javascripts/bootstrap/dropdown.js +165 -0
- data/app/assets/javascripts/bootstrap/modal.js +358 -0
- data/app/assets/javascripts/bootstrap/tab.js +155 -0
- data/app/assets/javascripts/bootstrap/transition.js +59 -0
- data/app/assets/javascripts/lightbox.js +4 -4
- data/app/assets/javascripts/publify_admin.js +1 -35
- data/app/assets/stylesheets/_bootstrap-compass.scss +9 -0
- data/app/assets/stylesheets/_bootstrap-mincer.scss +19 -0
- data/app/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
- data/app/assets/stylesheets/_bootstrap.scss +42 -0
- data/app/assets/stylesheets/administration_structure.css.scss +1 -45
- data/app/assets/stylesheets/bootstrap/_alerts.scss +73 -0
- data/app/assets/stylesheets/bootstrap/_button-groups.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_buttons.scss +168 -0
- data/app/assets/stylesheets/bootstrap/_close.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_code.scss +69 -0
- data/app/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
- data/app/assets/stylesheets/bootstrap/_dropdowns.scss +213 -0
- data/app/assets/stylesheets/bootstrap/_forms.scss +586 -0
- data/app/assets/stylesheets/bootstrap/_grid.scss +94 -0
- data/app/assets/stylesheets/bootstrap/_labels.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_media.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_mixins.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_modals.scss +150 -0
- data/app/assets/stylesheets/bootstrap/_navbar.scss +479 -0
- data/app/assets/stylesheets/bootstrap/_navs.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_normalize.scss +427 -0
- data/app/assets/stylesheets/bootstrap/_pagination.scss +86 -0
- data/app/assets/stylesheets/bootstrap/_panels.scss +222 -0
- data/app/assets/stylesheets/bootstrap/_print.scss +99 -0
- data/app/assets/stylesheets/bootstrap/_scaffolding.scss +160 -0
- data/app/assets/stylesheets/bootstrap/_tables.scss +234 -0
- data/app/assets/stylesheets/bootstrap/_theme.scss +224 -0
- data/app/assets/stylesheets/bootstrap/_type.scss +296 -0
- data/app/assets/stylesheets/bootstrap/_utilities.scss +55 -0
- data/app/assets/stylesheets/bootstrap/_variables.scss +638 -0
- data/app/assets/stylesheets/bootstrap/_wells.scss +29 -0
- data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +15 -0
- data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
- data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
- data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +82 -0
- data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
- data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
- data/app/assets/stylesheets/bootstrap/mixins/_image.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
- data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +20 -0
- data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
- data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +17 -0
- data/app/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/app/assets/stylesheets/lightbox.css +3 -3
- data/app/assets/stylesheets/publify_admin.css.scss +0 -1
- data/app/controllers/accounts_controller.rb +2 -0
- data/app/controllers/admin/base_controller.rb +8 -5
- data/app/controllers/admin/content_controller.rb +37 -24
- data/app/controllers/admin/dashboard_controller.rb +16 -64
- data/app/controllers/admin/feedback_controller.rb +45 -38
- data/app/controllers/admin/notes_controller.rb +15 -9
- data/app/controllers/admin/pages_controller.rb +18 -15
- data/app/controllers/admin/post_types_controller.rb +7 -5
- data/app/controllers/admin/profiles_controller.rb +4 -2
- data/app/controllers/admin/redirects_controller.rb +9 -5
- data/app/controllers/admin/resources_controller.rb +7 -4
- data/app/controllers/admin/seo_controller.rb +14 -10
- data/app/controllers/admin/settings_controller.rb +7 -5
- data/app/controllers/admin/sidebar_controller.rb +7 -4
- data/app/controllers/admin/tags_controller.rb +6 -3
- data/app/controllers/admin/themes_controller.rb +10 -7
- data/app/controllers/admin/users_controller.rb +9 -6
- data/app/controllers/articles_controller.rb +49 -33
- data/app/controllers/authors_controller.rb +6 -3
- data/app/controllers/base_controller.rb +9 -5
- data/app/controllers/comments_controller.rb +12 -8
- data/app/controllers/content_controller.rb +4 -2
- data/app/controllers/feedback_controller.rb +4 -2
- data/app/controllers/notes_controller.rb +5 -3
- data/app/controllers/setup_controller.rb +14 -10
- data/app/controllers/tags_controller.rb +6 -4
- data/app/controllers/text_controller.rb +2 -4
- data/app/controllers/textfilter_controller.rb +2 -0
- data/app/controllers/theme_controller.rb +14 -12
- data/app/controllers/xml_controller.rb +2 -0
- data/app/helpers/admin/base_helper.rb +28 -28
- data/app/helpers/admin/feedback_helper.rb +34 -24
- data/app/helpers/articles_helper.rb +4 -2
- data/app/helpers/authors_helper.rb +6 -3
- data/app/helpers/base_helper.rb +50 -34
- data/app/helpers/blog_helper.rb +4 -2
- data/app/helpers/xml_helper.rb +2 -0
- data/app/jobs/application_job.rb +2 -0
- data/app/mailers/notification_mailer.rb +5 -3
- data/app/models/ability.rb +25 -23
- data/app/models/archives_sidebar.rb +14 -11
- data/app/models/article.rb +44 -32
- data/app/models/article/factory.rb +14 -6
- data/app/models/blog.rb +85 -65
- data/app/models/comment.rb +10 -7
- data/app/models/config_manager.rb +4 -2
- data/app/models/content.rb +34 -40
- data/app/models/content_base.rb +9 -3
- data/app/models/feedback.rb +19 -16
- data/app/models/meta_sidebar.rb +5 -2
- data/app/models/note.rb +25 -23
- data/app/models/page.rb +8 -6
- data/app/models/page_sidebar.rb +4 -2
- data/app/models/ping.rb +2 -0
- data/app/models/post_type.rb +3 -1
- data/app/models/redirect.rb +11 -6
- data/app/models/redirection.rb +2 -0
- data/app/models/resource.rb +4 -2
- data/app/models/search_sidebar.rb +4 -2
- data/app/models/sidebar.rb +10 -5
- data/app/models/static_sidebar.rb +15 -12
- data/app/models/tag.rb +14 -10
- data/app/models/tag_sidebar.rb +6 -3
- data/app/models/text_filter.rb +85 -11
- data/app/models/trackback.rb +7 -11
- data/app/models/trigger.rb +6 -3
- data/app/models/user.rb +43 -42
- data/app/services/title_builder.rb +56 -45
- data/app/uploaders/resource_uploader.rb +7 -3
- data/app/views/accounts/confirm.html.erb +3 -3
- data/app/views/admin/content/_article_list.html.erb +23 -8
- data/app/views/admin/content/_form.html.erb +71 -47
- data/app/views/admin/content/edit.html.erb +1 -1
- data/app/views/admin/content/index.html.erb +25 -15
- data/app/views/admin/content/new.html.erb +2 -2
- data/app/views/admin/dashboard/_comment.html.erb +5 -5
- data/app/views/admin/dashboard/_comments.html.erb +2 -2
- data/app/views/admin/dashboard/_drafts.html.erb +5 -5
- data/app/views/admin/dashboard/_overview.html.erb +7 -9
- data/app/views/admin/dashboard/_welcome.html.erb +11 -11
- data/app/views/admin/dashboard/index.html.erb +12 -7
- data/app/views/admin/feedback/_button.html.erb +6 -6
- data/app/views/admin/feedback/_feedback.html.erb +3 -3
- data/app/views/admin/feedback/_ham.html.erb +27 -9
- data/app/views/admin/feedback/_spam.html.erb +26 -16
- data/app/views/admin/feedback/article.html.erb +20 -21
- data/app/views/admin/feedback/edit.html.erb +14 -15
- data/app/views/admin/feedback/{ham.js → ham.js.erb} +0 -0
- data/app/views/admin/feedback/index.html.erb +25 -23
- data/app/views/admin/feedback/{spam.js → spam.js.erb} +0 -0
- data/app/views/admin/migrations/show.html.erb +10 -11
- data/app/views/admin/notes/_form.html.erb +13 -13
- data/app/views/admin/notes/_list.html.erb +19 -8
- data/app/views/admin/notes/_note.html.erb +12 -7
- data/app/views/admin/notes/edit.html.erb +6 -1
- data/app/views/admin/notes/index.html.erb +5 -1
- data/app/views/admin/notes/show.html.erb +2 -2
- data/app/views/admin/pages/_form.html.erb +86 -77
- data/app/views/admin/pages/_pages.html.erb +11 -4
- data/app/views/admin/pages/edit.html.erb +3 -1
- data/app/views/admin/pages/index.html.erb +10 -6
- data/app/views/admin/pages/new.html.erb +3 -1
- data/app/views/admin/post_types/_index_and_form.html.erb +15 -16
- data/app/views/admin/post_types/edit.html.erb +1 -1
- data/app/views/admin/post_types/index.html.erb +1 -1
- data/app/views/admin/profiles/index.html.erb +2 -3
- data/app/views/admin/redirects/_index_and_form.html.erb +10 -11
- data/app/views/admin/redirects/edit.html.erb +1 -1
- data/app/views/admin/redirects/index.html.erb +1 -1
- data/app/views/admin/resources/index.html.erb +19 -16
- data/app/views/admin/seo/_general.html.erb +23 -47
- data/app/views/admin/seo/_permalinks.html.erb +14 -14
- data/app/views/admin/seo/_titles.html.erb +63 -64
- data/app/views/admin/seo/show.html.erb +14 -19
- data/app/views/admin/settings/display.html.erb +22 -25
- data/app/views/admin/settings/feedback.html.erb +31 -32
- data/app/views/admin/settings/index.html.erb +23 -24
- data/app/views/admin/settings/write.html.erb +21 -22
- data/app/views/admin/shared/_edit.html.erb +3 -3
- data/app/views/admin/shared/_menu.html.erb +26 -26
- data/app/views/admin/shared/_twitter_alert.html.erb +1 -1
- data/app/views/admin/sidebar/_config.html.erb +5 -5
- data/app/views/admin/sidebar/_target_sidebar.html.erb +4 -4
- data/app/views/admin/sidebar/index.html.erb +7 -7
- data/app/views/admin/tags/_index_and_form.html.erb +11 -12
- data/app/views/admin/tags/edit.html.erb +1 -1
- data/app/views/admin/tags/index.html.erb +1 -1
- data/app/views/admin/themes/index.html.erb +5 -6
- data/app/views/admin/users/_form.html.erb +34 -34
- data/app/views/admin/users/edit.html.erb +2 -2
- data/app/views/admin/users/index.html.erb +10 -12
- data/app/views/admin/users/new.html.erb +2 -2
- data/app/views/archives_sidebar/_content.html.erb +2 -2
- data/app/views/articles/_archives_article.html.erb +3 -3
- data/app/views/articles/_article.html.erb +7 -9
- data/app/views/articles/_article_author.html.erb +4 -0
- data/app/views/articles/_article_content.html.erb +2 -2
- data/app/views/articles/_article_excerpt.html.erb +2 -2
- data/app/views/articles/_article_links.html.erb +1 -1
- data/app/views/articles/_comment_errors.html.erb +1 -1
- data/app/views/articles/_comment_form.html.erb +12 -12
- data/app/views/articles/_comment_preview.html.erb +3 -3
- data/app/views/articles/_password_form.html.erb +4 -4
- data/app/views/articles/_trackback.html.erb +2 -2
- data/app/views/articles/archives.html.erb +1 -1
- data/app/views/articles/feedback_atom_feed.atom.builder +3 -1
- data/app/views/articles/feedback_rss_feed.rss.builder +9 -7
- data/app/views/articles/index_atom_feed.atom.builder +5 -3
- data/app/views/articles/index_rss_feed.rss.builder +10 -8
- data/app/views/articles/live_search.html.erb +3 -3
- data/app/views/articles/read.html.erb +16 -8
- data/app/views/articles/search.html.erb +2 -2
- data/app/views/articles/trackback.xml.builder +3 -1
- data/app/views/articles/view_page.html.erb +1 -1
- data/app/views/authors/show.html.erb +9 -9
- data/app/views/authors/show_atom_feed.atom.builder +4 -2
- data/app/views/authors/show_rss_feed.rss.builder +10 -8
- data/app/views/comments/_comment.html.erb +3 -3
- data/app/views/devise/mailer/reset_password_instructions.html.erb +7 -9
- data/app/views/devise/passwords/edit.html.erb +4 -4
- data/app/views/devise/passwords/new.html.erb +1 -1
- data/app/views/devise/registrations/new.html.erb +5 -5
- data/app/views/devise/sessions/new.html.erb +3 -3
- data/app/views/errors/404.html.erb +2 -2
- data/app/views/feedback/index.atom.builder +3 -1
- data/app/views/feedback/index.rss.builder +9 -7
- data/app/views/layouts/accounts.html.erb +26 -26
- data/app/views/layouts/administration.html.erb +31 -31
- data/app/views/layouts/default.html.erb +3 -3
- data/app/views/layouts/editor.html.erb +5 -19
- data/app/views/meta_sidebar/_content.html.erb +2 -2
- data/app/views/notes/_note.html.erb +1 -1
- data/app/views/notes/index.html.erb +1 -1
- data/app/views/notes/show_in_reply.html.erb +1 -1
- data/app/views/notification_mailer/_mail_footer.html.erb +3 -3
- data/app/views/notification_mailer/article.html.erb +2 -2
- data/app/views/notification_mailer/comment.html.erb +5 -5
- data/app/views/notification_mailer/notif_user.html.erb +1 -1
- data/app/views/page_sidebar/_content.html.erb +1 -1
- data/app/views/search_sidebar/_content.html.erb +2 -2
- data/app/views/settings/install.html.erb +2 -2
- data/app/views/setup/index.html.erb +7 -7
- data/app/views/shared/_atom_header.atom.builder +4 -2
- data/app/views/shared/_atom_item_article.atom.builder +11 -6
- data/app/views/shared/_atom_item_comment.atom.builder +4 -2
- data/app/views/shared/_atom_item_trackback.atom.builder +4 -2
- data/app/views/shared/_page_header.html.erb +9 -12
- data/app/views/shared/_rss_item_article.rss.builder +6 -3
- data/app/views/shared/_rss_item_comment.rss.builder +3 -1
- data/app/views/shared/_rss_item_trackback.rss.builder +3 -1
- data/app/views/sidebar/display_plugins.html.erb +1 -1
- data/app/views/tag_sidebar/_content.html.erb +1 -1
- data/app/views/tags/index.html.erb +1 -1
- data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +2 -0
- data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +2 -0
- data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +2 -0
- data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +2 -0
- data/app/views/xml/sitemap.googlesitemap.builder +4 -2
- data/config/i18n-tasks.yml +0 -5
- data/config/initializers/devise.rb +10 -4
- data/config/initializers/mime_types.rb +3 -1
- data/config/locales/da.yml +134 -71
- data/config/locales/de.yml +142 -75
- data/config/locales/en.yml +128 -66
- data/config/locales/es-MX.yml +135 -69
- data/config/locales/fr.yml +167 -86
- data/config/locales/he.yml +128 -70
- data/config/locales/it.yml +136 -72
- data/config/locales/ja.yml +110 -64
- data/config/locales/lt.yml +153 -74
- data/config/locales/nb-NO.yml +123 -65
- data/config/locales/nl.yml +140 -75
- data/config/locales/pl.yml +160 -69
- data/config/locales/pt-BR.yml +137 -70
- data/config/locales/ro.yml +148 -70
- data/config/locales/ru.yml +161 -69
- data/config/locales/zh-CN.yml +106 -59
- data/config/locales/zh-TW.yml +109 -61
- data/config/routes.rb +68 -63
- data/db/migrate/113_initial_schema.rb +192 -190
- data/db/migrate/114_fixes_buggy_articles_and_notes.rb +9 -6
- data/db/migrate/115_drops_categories_for_tags.rb +3 -1
- data/db/migrate/20150207131657_add_missing_indexes.rb +2 -0
- data/db/migrate/20150807134129_simplify_redirect_relations.rb +8 -1
- data/db/migrate/20150808052637_add_blog_ids.rb +4 -2
- data/db/migrate/20150808191127_add_blog_id_to_redirects.rb +2 -0
- data/db/migrate/20150810094754_add_blog_id_to_tags.rb +2 -0
- data/db/migrate/20160108111120_add_devise_to_users.rb +4 -2
- data/db/migrate/20160108184201_move_last_connection_to_last_sign_in_at.rb +2 -0
- data/db/migrate/20160110094906_remove_profiles_rights.rb +2 -0
- data/db/migrate/20160605103918_replace_profile_id_with_string.rb +2 -0
- data/db/migrate/20160605154632_remove_profiles.rb +10 -5
- data/db/migrate/20160701061851_demand_blog_id_on_contents.rb +2 -0
- data/db/migrate/20160701062604_add_blog_id_to_resources.rb +2 -0
- data/db/migrate/20170528093024_move_resources_to_content.rb +2 -0
- data/db/migrate/20170528094923_move_tags_to_content.rb +2 -0
- data/db/migrate/20170528201606_remove_separate_published_flag.rb +2 -0
- data/db/migrate/20170605071626_remove_extra_state_columns_from_feedback.rb +2 -0
- data/db/migrate/20170702105201_remove_published_at_from_feedback.rb +2 -0
- data/db/migrate/20190208151235_add_text_filter_name_fields.rb +9 -0
- data/db/migrate/20190208152646_move_text_filter_to_name.rb +97 -0
- data/db/migrate/20190209155717_remove_text_filter_ids.rb +19 -0
- data/db/migrate/20190209160610_remove_text_filters.rb +17 -0
- data/db/migrate/20200413140440_add_unique_indexes.rb +10 -0
- data/db/seeds.rb +9 -19
- data/lib/email_notify.rb +3 -1
- data/lib/format.rb +4 -2
- data/lib/publify_core.rb +36 -35
- data/lib/publify_core/engine.rb +8 -6
- data/lib/publify_core/lang.rb +5 -1
- data/lib/publify_core/testing_support/dns_mock.rb +15 -0
- data/lib/publify_core/testing_support/factories.rb +240 -0
- data/lib/publify_core/testing_support/feed_assertions.rb +48 -0
- data/lib/publify_core/testing_support/fixtures/exploit.svg +4 -0
- data/lib/publify_core/testing_support/fixtures/fakepng.png +1 -0
- data/lib/publify_core/testing_support/fixtures/otherfile.txt +1 -0
- data/lib/publify_core/testing_support/fixtures/testfile.png +0 -0
- data/lib/publify_core/testing_support/fixtures/testfile.txt +1 -0
- data/lib/publify_core/testing_support/upload_fixtures.rb +15 -0
- data/lib/publify_core/version.rb +3 -1
- data/lib/publify_guid.rb +3 -1
- data/lib/publify_plugins.rb +10 -5
- data/lib/publify_textfilter_markdown.rb +38 -25
- data/lib/publify_textfilter_none.rb +5 -3
- data/lib/publify_textfilter_smartypants.rb +5 -3
- data/lib/publify_textfilter_textile.rb +7 -4
- data/lib/publify_textfilter_twitterfilter.rb +13 -7
- data/lib/publify_time.rb +4 -0
- data/lib/sidebar_field.rb +15 -13
- data/lib/sidebar_registry.rb +5 -3
- data/lib/spam_protection.rb +16 -13
- data/lib/tasks/i18n.rake +9 -0
- data/lib/tasks/manifest.rake +30 -0
- data/lib/tasks/publify_core_tasks.rake +2 -0
- data/lib/text_filter_plugin.rb +27 -25
- data/lib/theme.rb +5 -3
- data/lib/transforms.rb +22 -19
- metadata +217 -87
- data/app/assets/javascripts/widearea.js +0 -486
- data/app/assets/stylesheets/widearea.css +0 -133
- data/app/controllers/admin/textfilters_controller.rb +0 -6
- data/app/views/admin/dashboard/_inbound.html.erb +0 -31
- data/app/views/admin/notes/_header.html.erb +0 -6
- data/app/views/articles/_protected_article_content.html.erb +0 -6
data/config/locales/nb-NO.yml
CHANGED
|
@@ -5,8 +5,9 @@ nb-NO:
|
|
|
5
5
|
back_to_login: Tilbake til innlogging
|
|
6
6
|
confirm:
|
|
7
7
|
admin: admin
|
|
8
|
-
dont_lose_the_mail_sent: Ikke mist eposten som ble sendt %{email}. Uten passordet
|
|
9
|
-
|
|
8
|
+
dont_lose_the_mail_sent: Ikke mist eposten som ble sendt %{email}. Uten passordet
|
|
9
|
+
vil du ikke kunne logge inn senere
|
|
10
|
+
login: 'Login: %{login}'
|
|
10
11
|
proceed_to: Fortsett til %{link}
|
|
11
12
|
success: You have successfully signed up.
|
|
12
13
|
create_account: Opprett konto
|
|
@@ -29,6 +30,7 @@ nb-NO:
|
|
|
29
30
|
access_granted:
|
|
30
31
|
error: Du har ikke tillatelse til å utføre denne handlingen
|
|
31
32
|
article_list:
|
|
33
|
+
feedback: Diskusjon
|
|
32
34
|
no_articles: Det finnes ingen artikler enda. Hva med å opprette en?
|
|
33
35
|
autosave:
|
|
34
36
|
success: Artikkel ble lagret
|
|
@@ -37,9 +39,10 @@ nb-NO:
|
|
|
37
39
|
form:
|
|
38
40
|
allow_comments: Tillat kommentarer
|
|
39
41
|
allow_comments_status:
|
|
40
|
-
|
|
41
|
-
|
|
42
|
+
disabled: deaktivert
|
|
43
|
+
enabled: aktivert
|
|
42
44
|
allowed_comments_html: Kommentarer er %{allow_comment}
|
|
45
|
+
article_filter: artikkelfilter
|
|
43
46
|
article_type: Artikkeltype
|
|
44
47
|
cancel: Avbryt
|
|
45
48
|
default: Standard
|
|
@@ -57,20 +60,28 @@ nb-NO:
|
|
|
57
60
|
save_as_draft: Lagre som utkast
|
|
58
61
|
status: Status
|
|
59
62
|
tags: Tagger
|
|
60
|
-
tags_explanation_html: Skill tagger med komma. Bruk anførselstegn (")
|
|
63
|
+
tags_explanation_html: Skill tagger med komma. Bruk anførselstegn (")
|
|
64
|
+
rundt tagger med flere ord, f.eks. "moderne teater".
|
|
61
65
|
title: Tittel
|
|
62
66
|
type_your_post: Skriv teksten din
|
|
63
67
|
visibility: Synlighet
|
|
64
68
|
index:
|
|
69
|
+
actions: Actions
|
|
65
70
|
all_articles: Alle artikler
|
|
71
|
+
author: Forfatter
|
|
72
|
+
created_at: Created at
|
|
66
73
|
drafts: Utkast
|
|
74
|
+
feedback: Diskusjon
|
|
67
75
|
manage_articles: Administrer artikler
|
|
68
76
|
new_article: Ny artikkel
|
|
69
77
|
publication_date: Publiseringsdato
|
|
70
78
|
publication_pending: Venter på publisering
|
|
71
79
|
published: Publisert
|
|
80
|
+
published_at: Publiseringsdato
|
|
72
81
|
search: Søk
|
|
73
82
|
select_an_author: Velg forfatter
|
|
83
|
+
text_filter: Text filter
|
|
84
|
+
title: Tittel
|
|
74
85
|
withdrawn: Trukket tilbake
|
|
75
86
|
update:
|
|
76
87
|
success: Artikkel oppdatert
|
|
@@ -83,35 +94,31 @@ nb-NO:
|
|
|
83
94
|
drafts:
|
|
84
95
|
no_drafts_yet: Ingen utkast enda, hvorfor ikke begynne å skrive et?
|
|
85
96
|
your_drafts: Dine utkast
|
|
86
|
-
inbound:
|
|
87
|
-
at: klokken
|
|
88
|
-
at_an_unknown_date: på ukjent dato
|
|
89
|
-
inbound_links: Innkommende lenker
|
|
90
|
-
made_a_link_to_you_on: opprettet en lenke til deg den
|
|
91
|
-
no_one_made_link_to_you_yet: Ingen har lenket til deg
|
|
92
|
-
you_have_no_internet_connection: Du har ingen internettforbindelse
|
|
93
97
|
index:
|
|
98
|
+
textile_deprecated_html: The Textile text filter has been deprecated and will
|
|
99
|
+
be removed soon. Some of your content still uses this filter. Run the <code>publify:textile_to_markdown</code>
|
|
100
|
+
rake task to convert it to Markdown, or convert your content manually.
|
|
94
101
|
welcome_back: Velkommen tilbake, %{user_name}!
|
|
95
102
|
overview:
|
|
96
103
|
change_your_blog_presentation: endre utseende på bloggen din
|
|
97
|
-
customization_explain_html: Du kan også tilpasse utseendet, %{theme_link}
|
|
98
|
-
|
|
104
|
+
customization_explain_html: Du kan også tilpasse utseendet, %{theme_link}
|
|
105
|
+
eller %{sidebar_link}.
|
|
106
|
+
dashboard_explain_html: Her får du en rask oversikt over hva som foregår på
|
|
107
|
+
din Publify-blogg og hva du kan gjøre. Kanskje du ønsker å %{available_actions}.
|
|
99
108
|
enable_plugins: aktivere plugins
|
|
100
109
|
help_explain_html: Hvis du trenger hjelp, %{doc_link}.
|
|
101
110
|
read_our_documentation: les dokumentasjonen vår
|
|
102
|
-
update_your_profile_or_change_your_password: oppdatere profilen din eller
|
|
111
|
+
update_your_profile_or_change_your_password: oppdatere profilen din eller
|
|
112
|
+
endre passordet ditt
|
|
103
113
|
write_a_page: skrive en side
|
|
104
114
|
write_a_post: skrive en artikkel
|
|
105
|
-
publify_version:
|
|
106
|
-
error: Du bruker en gammel versjon av Publify. Du bør oppgradere snarest. Last ned og installer <a href='http://publify.co/stable.tgz'>siste Publify-versjon</a>
|
|
107
|
-
notice: Det finnes en ny versjon av Publify. Hva med å oppgradere til <a href='http://publify.co/stable.tgz'>siste Publify-versjon</a>?
|
|
108
|
-
warning: Det finnes en ny versjon av Publify som kan inneholde viktige feilrettinger. Hva med å oppgradere til <a href='http://publify.co/stable.tgz'>siste Publify-versjon</a>?
|
|
109
115
|
welcome:
|
|
110
116
|
approved_count:
|
|
111
117
|
one: 1 godkjent
|
|
112
118
|
other: "%{count} godkjente"
|
|
113
119
|
zero: ingen godkjente
|
|
114
|
-
articles_and_comments_count_since: "%{articles_count} artikler og %{comments_count}
|
|
120
|
+
articles_and_comments_count_since: "%{articles_count} artikler og %{comments_count}
|
|
121
|
+
kommentarer siden forrige besøk"
|
|
115
122
|
articles_count:
|
|
116
123
|
one: 1 artikkel
|
|
117
124
|
other: "%{count} artikler"
|
|
@@ -194,11 +201,12 @@ nb-NO:
|
|
|
194
201
|
save: Lagre
|
|
195
202
|
url: URL
|
|
196
203
|
your_comment: Din kommentar
|
|
197
|
-
ham:
|
|
198
|
-
by: by
|
|
199
|
-
created_on: 'on'
|
|
200
204
|
index:
|
|
205
|
+
actions: Actions
|
|
201
206
|
all: Alle
|
|
207
|
+
author: Forfatter
|
|
208
|
+
content: Innhold
|
|
209
|
+
created_at: Created at
|
|
202
210
|
feedback: Diskusjon
|
|
203
211
|
ham: Ikke-spam
|
|
204
212
|
no_feedback: Det finnes ingen diskusjon enda. Hva med å opprette en?
|
|
@@ -206,12 +214,8 @@ nb-NO:
|
|
|
206
214
|
presumed_spam: Antall spam
|
|
207
215
|
select_all: Velg alle
|
|
208
216
|
spam: Spam
|
|
217
|
+
status: Status
|
|
209
218
|
unapproved_comments: Kommentarer på vent
|
|
210
|
-
spam:
|
|
211
|
-
by: by
|
|
212
|
-
cancel: Avbryt
|
|
213
|
-
created_on: 'on'
|
|
214
|
-
this_comment_by_was_flagged_as_spam_html: Denne kommentaren av %{author} er flagget som spam, %{cancel_link}?
|
|
215
219
|
state:
|
|
216
220
|
ham: Ikke-spam
|
|
217
221
|
just_marked_as_ham: Kun markert som ikke-spam
|
|
@@ -237,6 +241,8 @@ nb-NO:
|
|
|
237
241
|
update_database_now: Oppdater database nå
|
|
238
242
|
you_are_up_to_date: Du er oppdatert!
|
|
239
243
|
notes:
|
|
244
|
+
edit:
|
|
245
|
+
notes: Notater
|
|
240
246
|
form:
|
|
241
247
|
cancel: Avbryt
|
|
242
248
|
compose_new_note: Skriv nytt notat
|
|
@@ -250,8 +256,14 @@ nb-NO:
|
|
|
250
256
|
publish_at: Publisert den
|
|
251
257
|
publish_settings: Publiseringsinnstillinger
|
|
252
258
|
tweet_id_like: Tweet-id av typen 123456
|
|
253
|
-
|
|
259
|
+
index:
|
|
254
260
|
notes: Notater
|
|
261
|
+
list:
|
|
262
|
+
actions: Actions
|
|
263
|
+
author: Forfatter
|
|
264
|
+
created_at: Created at
|
|
265
|
+
text_filter: Text filter
|
|
266
|
+
title: Tittel
|
|
255
267
|
show:
|
|
256
268
|
action_or_other_html: "%{first_action} eller %{second_action}"
|
|
257
269
|
are_you_sure: Er du sikker på at du vil slette dette notatet?
|
|
@@ -273,9 +285,12 @@ nb-NO:
|
|
|
273
285
|
title: Tittel
|
|
274
286
|
type_your_post: Skriv teksten din
|
|
275
287
|
index:
|
|
288
|
+
actions: Actions
|
|
276
289
|
author: Forfatter
|
|
290
|
+
created_at: Created at
|
|
277
291
|
manage_pages: Administrer sider
|
|
278
292
|
new_page: Ny side
|
|
293
|
+
text_filter: Text filter
|
|
279
294
|
title: Tittel
|
|
280
295
|
new:
|
|
281
296
|
success: Side opprettet
|
|
@@ -286,7 +301,8 @@ nb-NO:
|
|
|
286
301
|
cancel: Avbryt
|
|
287
302
|
default: Standard
|
|
288
303
|
description: Beskrivelse
|
|
289
|
-
explain: Malnavnet er det filnavnet Publify vil se etter når en artikkel av
|
|
304
|
+
explain: Malnavnet er det filnavnet Publify vil se etter når en artikkel av
|
|
305
|
+
den typen skal vises. Det bør finnes i designtemaet ditt under views/articles/malnavn.html.erb
|
|
290
306
|
name: Navn
|
|
291
307
|
or: eller
|
|
292
308
|
post_types: Artikkeltyper
|
|
@@ -316,7 +332,7 @@ nb-NO:
|
|
|
316
332
|
are_you_sure: Er du sikker?
|
|
317
333
|
content_type: Innholdstype (MIME Content Type)
|
|
318
334
|
date: Dato
|
|
319
|
-
delete:
|
|
335
|
+
delete: Slett
|
|
320
336
|
file_size: Filstørrelse
|
|
321
337
|
filename: Filnavn
|
|
322
338
|
media_library: Media-bibliotek
|
|
@@ -332,45 +348,49 @@ nb-NO:
|
|
|
332
348
|
warning: Kan ikke laste opp
|
|
333
349
|
seo:
|
|
334
350
|
general:
|
|
335
|
-
canonical_url: Kanonisk URL
|
|
336
351
|
custom_tracking_code: Tilpasset tracking-kode
|
|
337
352
|
do_not_index_tags: Ikke indekser tagger
|
|
338
353
|
dofollow: Dofollow
|
|
339
|
-
explain: Her kan du legge til det du vil skal inkluderes i din applikasjons-header,
|
|
340
|
-
|
|
341
|
-
explain_moderate_feedback: Det kan være en idé å moderere diskusjoner når
|
|
342
|
-
|
|
343
|
-
|
|
354
|
+
explain: Her kan du legge til det du vil skal inkluderes i din applikasjons-header,
|
|
355
|
+
som for eksempel tracking-kode for en analyseservice.
|
|
356
|
+
explain_moderate_feedback: Det kan være en idé å moderere diskusjoner når
|
|
357
|
+
du slår på denne
|
|
358
|
+
explain_rss_description: 'Du kan bruke følgende tagger: %author% (forfatternavn),
|
|
359
|
+
%blog_url% (blogg-URL), %blog_name% (bloggtittel) og %permalink_url% (en
|
|
360
|
+
lenke til den artikkelen du vil beskytte)'
|
|
361
|
+
explain_tag_index_html: Slår du på denne, vil metataggene <code>noindex, follow</code>
|
|
362
|
+
bli lagt til på alle taggsider, og dermed fjerne dem fra søkemotorer og
|
|
363
|
+
forhindre problemer med duplisert innhold
|
|
344
364
|
general_settings: Generelle innstillinger
|
|
345
365
|
google: Google
|
|
346
366
|
google_analytics: Google Analytics
|
|
347
367
|
google_webmaster_tools_validation_link: Google Webmaster Tools valideringslenke
|
|
348
|
-
human: Menneskene bak
|
|
349
|
-
humans_txt: humans.txt
|
|
350
368
|
indexing: Indeksering
|
|
351
369
|
meta_description: Metabeskrivelse
|
|
352
370
|
meta_keywords: Metanøkkelord
|
|
353
|
-
read_more_about_html: Les mer om %{link}
|
|
354
371
|
robots_txt: Robots.txt
|
|
355
372
|
rss_description_message: Melding for RSS-beskrivelse
|
|
356
373
|
this_will_display: Den vil vises på bunnen av hver artikkel i RSS-feeden
|
|
357
|
-
use_canonical_url: Bruk kanonisk URL
|
|
358
374
|
use_dofollow_in_comments: Bruk dofollow i kommentarer
|
|
359
375
|
use_meta_keywords: Bruk metanøkkelord
|
|
360
376
|
use_rss_description: Bruk RSS-beskrivelse
|
|
361
377
|
permalinks:
|
|
362
378
|
custom: Tilpasset
|
|
363
379
|
date_and_title: Dato og tittel
|
|
364
|
-
explain: Publify tilbyr deg muligheten til å opprette en tilpasset URL-struktur
|
|
380
|
+
explain: Publify tilbyr deg muligheten til å opprette en tilpasset URL-struktur
|
|
381
|
+
for dine permalenker og arkiver. Dette kan forbedre estetikken, brukervennligheten
|
|
382
|
+
og foroverkompatibiliteten til dine lenker.
|
|
365
383
|
help_on_permalink_settings: Hjelp om permalenke-innstillinger
|
|
366
384
|
month_and_title: Måned og tittel
|
|
367
385
|
permalink_format: Permalenkeformat
|
|
368
386
|
sample: Her er noen eksempler for å hjelpe deg i gang.
|
|
369
387
|
title_only: Bare tittel
|
|
370
|
-
you_can_custom_your_url_structure: 'Du kan tilbasse URL-strukturen din ved
|
|
388
|
+
you_can_custom_your_url_structure: 'Du kan tilbasse URL-strukturen din ved
|
|
389
|
+
å bruke følgende tagger:'
|
|
371
390
|
your_article_day: Artikkelens publiseringsdag
|
|
372
391
|
your_article_month: Artikkelens publiseringmåned
|
|
373
|
-
your_article_slug_html: Forenklet fra artikkeltittelen. <strong>Det er påkrevd
|
|
392
|
+
your_article_slug_html: Forenklet fra artikkeltittelen. <strong>Det er påkrevd
|
|
393
|
+
å bruke denne taggen</strong>.
|
|
374
394
|
your_article_year: Artikkelens publiseringsår
|
|
375
395
|
show:
|
|
376
396
|
cancel: Avbryt
|
|
@@ -390,7 +410,8 @@ nb-NO:
|
|
|
390
410
|
paginated_archives: Arkivliste over flere sider
|
|
391
411
|
replaced_by_the_archive_date: Erstattet med arkivdato
|
|
392
412
|
replaced_by_the_content_body: Erstattet med artikkelinnholdet
|
|
393
|
-
replaced_with_the_article_categories: Erstattet med artikkelens kategorier
|
|
413
|
+
replaced_with_the_article_categories: Erstattet med artikkelens kategorier
|
|
414
|
+
(kommaseparert)
|
|
394
415
|
replaced_with_the_article_page_title: Erstattet med artikkelens/sidens tittel
|
|
395
416
|
replaced_with_the_article_tags: Erstattet med artikkelens tagger (kommaseparert)
|
|
396
417
|
replaced_with_the_category_tag_name: Erstattet med kategori-/taggnavn
|
|
@@ -407,7 +428,8 @@ nb-NO:
|
|
|
407
428
|
short_statuses_lists: Lister over statusoppdateringer
|
|
408
429
|
the_blog_s_name: Bloggens navn
|
|
409
430
|
the_blog_s_tagline_description: Bloggens undertittel/beskrivelse
|
|
410
|
-
these_tags_can_be_included: Disse taggene kan brukes i malene, og vil bli
|
|
431
|
+
these_tags_can_be_included: Disse taggene kan brukes i malene, og vil bli
|
|
432
|
+
erstattet når siden vises.
|
|
411
433
|
title_template: Mønster for tittel
|
|
412
434
|
settings:
|
|
413
435
|
display:
|
|
@@ -442,16 +464,25 @@ nb-NO:
|
|
|
442
464
|
enable_feedback_moderation: Aktiver moderering av diskusjoner
|
|
443
465
|
enable_recaptcha: Aktiver reCaptcha
|
|
444
466
|
enable_spam_protection: Aktiver spam-beskyttelse
|
|
445
|
-
explain_feedback_moderation: Du kan aktivere moderering av diskusjoner for
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
467
|
+
explain_feedback_moderation: Du kan aktivere moderering av diskusjoner for
|
|
468
|
+
hele bloggen. Dersom du gjør det vil ingen kommentarer vises i bloggen din
|
|
469
|
+
uten at du har godkjent dem
|
|
470
|
+
explain_reject_comments: Publify vil automatisk avvise kommentarer som inneholder
|
|
471
|
+
flere enn et visst antall lenker
|
|
472
|
+
explain_spam_protection: Når du aktiverer spam-beskyttelse vil Publify sammenlikne
|
|
473
|
+
IP-adressen til deltakere, samt innholdet i artiklene, mot lokale svartelister
|
|
474
|
+
og svartelister på internett. Godt forsvar mot spam-roboter
|
|
475
|
+
explain_spamfiltering_html: Publify kan settes opp til å bruke spamfilter-servicen
|
|
476
|
+
<a href='http://akismet.com'>Akismet</a>. Du må registrere deg hos Akismet
|
|
477
|
+
og få en API-nøkkel før du kan bruke servicen deres. Hvis du har en Akismet-nøkkel,
|
|
478
|
+
oppgi den her
|
|
449
479
|
feedback: Diskusjon
|
|
450
480
|
feedback_settings: Diskusjonsinnstillinger
|
|
451
481
|
max_links: Maks antall lenker
|
|
452
482
|
none: ingen
|
|
453
483
|
or: eller
|
|
454
|
-
remember_to_set_your_recaptcha: Husk å sette reCaptcha-nøklene dine i filen
|
|
484
|
+
remember_to_set_your_recaptcha: Husk å sette reCaptcha-nøklene dine i filen
|
|
485
|
+
config/initializers/recaptcha.rb
|
|
455
486
|
set_to_0_to_never_disable_comments: Sett til 0 for å aldri deaktivere kommentarer
|
|
456
487
|
set_to_0_to_never_reject_comments: Sett til 0 for å aldri forkaste kommentarer
|
|
457
488
|
spam: Spam
|
|
@@ -463,8 +494,13 @@ nb-NO:
|
|
|
463
494
|
blog_subtitle: Undertittel for blogg
|
|
464
495
|
blog_url: Blogg-URL
|
|
465
496
|
cancel: Avbryt
|
|
466
|
-
email_address_used_to_notify: Epost-adresse som brukes av Publify til å sende
|
|
467
|
-
|
|
497
|
+
email_address_used_to_notify: Epost-adresse som brukes av Publify til å sende
|
|
498
|
+
meldinger
|
|
499
|
+
explain_allow_users_to_register_html: Du kan tillate brukere å registrere
|
|
500
|
+
seg på bloggen din. Som standard vil de registreres som bidragsytere, et
|
|
501
|
+
upriviligert kontonivå som kun gir dem en egen profil på websiden. Dersom
|
|
502
|
+
du ikke ønsker at brukere skal kunne registrere seg, så kan du legge dem
|
|
503
|
+
til selv under brukerkontoer.
|
|
468
504
|
general_settings: Generelle innstillinger
|
|
469
505
|
items_to_display_in_admin_lists: Antall elementer som skal vises i adminlisten
|
|
470
506
|
language: Språk
|
|
@@ -506,9 +542,10 @@ nb-NO:
|
|
|
506
542
|
design: Design
|
|
507
543
|
display: Display
|
|
508
544
|
documentation: Dokumentasjon
|
|
509
|
-
feedback:
|
|
545
|
+
feedback: Diskusjon
|
|
510
546
|
general_settings: General settings
|
|
511
547
|
global_seo_settings: Global SEO settings
|
|
548
|
+
home: Hjem
|
|
512
549
|
in_page_plugins: I side-plugins
|
|
513
550
|
logged_in_as: Innlogget som %{login}
|
|
514
551
|
logout_html: Logg ut »
|
|
@@ -533,7 +570,8 @@ nb-NO:
|
|
|
533
570
|
write: Write
|
|
534
571
|
twitter_alert:
|
|
535
572
|
fill_the_twitter_credentials: skrive inn oauth-token
|
|
536
|
-
how_to_setup_twitter_html: Hvis du vil sende statusoppdateringer til Twitter,
|
|
573
|
+
how_to_setup_twitter_html: Hvis du vil sende statusoppdateringer til Twitter,
|
|
574
|
+
må du %{twitter_settings_link} som Twitter ga deg etter at du %{twitter_registration_link}.
|
|
537
575
|
registered_your_application: registrerte appen din
|
|
538
576
|
sidebar:
|
|
539
577
|
config:
|
|
@@ -542,8 +580,13 @@ nb-NO:
|
|
|
542
580
|
you_have_no_plugins_installed: You have no plugins installed
|
|
543
581
|
index:
|
|
544
582
|
cancel: Avbryt
|
|
545
|
-
download_more_plugins_html: Du kan laste ned og installere sidemarg-plugins
|
|
546
|
-
|
|
583
|
+
download_more_plugins_html: Du kan laste ned og installere sidemarg-plugins
|
|
584
|
+
fra vår offisielle <a href='https://github.com/fdv/publify/wiki/Sidebar-plugins'>plugin-samling</a>.
|
|
585
|
+
Alt du trenger å gjøre er å plassere theme-mappen i din vendor/plugins-mappe.
|
|
586
|
+
explain_how_its_works: Dra og slipp for å endre hva som vises i sidemargen
|
|
587
|
+
på denne bloggen. Du kan fjerne elementer fra oversikten ved å klikke 'fjern'.
|
|
588
|
+
Endringer lagres med det samme, men aktiveres ikke før du klikker på 'Publiser
|
|
589
|
+
endringer'.
|
|
547
590
|
or: eller
|
|
548
591
|
publish_changes: Publiser endringer
|
|
549
592
|
sidebar: Sidemarg
|
|
@@ -560,6 +603,7 @@ nb-NO:
|
|
|
560
603
|
no_tags: Det finnes ingen tagger enda. Hva med å opprette en?
|
|
561
604
|
or: eller
|
|
562
605
|
save: Lagre
|
|
606
|
+
view: View
|
|
563
607
|
themes:
|
|
564
608
|
index:
|
|
565
609
|
active_theme: "%{name} - Aktivt tema"
|
|
@@ -627,7 +671,7 @@ nb-NO:
|
|
|
627
671
|
no_articles_found: Fant ingen artikler
|
|
628
672
|
archives_article:
|
|
629
673
|
posted_in: posted til
|
|
630
|
-
|
|
674
|
+
article_author:
|
|
631
675
|
posted_by: Skrevet av
|
|
632
676
|
article_excerpt:
|
|
633
677
|
continue_reading: Continue reading
|
|
@@ -647,7 +691,7 @@ nb-NO:
|
|
|
647
691
|
comment_markup_help: Hjelp med markup for kommentar
|
|
648
692
|
leave_url_email: legg igjen URL/epost
|
|
649
693
|
preview_comment: Vis eksempel på kommentar
|
|
650
|
-
your_blog:
|
|
694
|
+
your_blog: Din blogg
|
|
651
695
|
your_email: Din epost
|
|
652
696
|
your_message: Beskjed
|
|
653
697
|
your_name: Ditt navn
|
|
@@ -672,14 +716,17 @@ nb-NO:
|
|
|
672
716
|
contact_information: Kontaktinformasjon
|
|
673
717
|
jabber: 'Jabber:'
|
|
674
718
|
msn: 'MSN:'
|
|
675
|
-
this_author_has_not_published_any_article_yet: Forfatteren har ikke publisert
|
|
719
|
+
this_author_has_not_published_any_article_yet: Forfatteren har ikke publisert
|
|
720
|
+
noen artikler enda
|
|
676
721
|
twitter: 'Twitter:'
|
|
677
722
|
web_site: 'Hjemmeside:'
|
|
678
723
|
yahoo: 'Yahoo:'
|
|
679
724
|
comments:
|
|
680
725
|
comment:
|
|
681
726
|
said: sa
|
|
682
|
-
this_comment_has_been_flagged_for_moderator_approval: Denne kommentaren har
|
|
727
|
+
this_comment_has_been_flagged_for_moderator_approval: Denne kommentaren har
|
|
728
|
+
blitt flagget for godkjenning av moderator. Den vil ikke bli vist på bloggen
|
|
729
|
+
før moderatoren godkjenner den.
|
|
683
730
|
date:
|
|
684
731
|
abbr_month_names:
|
|
685
732
|
-
|
|
@@ -713,17 +760,25 @@ nb-NO:
|
|
|
713
760
|
characters_minimum: Minimum %{min} characters
|
|
714
761
|
errors:
|
|
715
762
|
article_type_already_exist: Denne artikkeltypen finnes allerede
|
|
716
|
-
cant_end_with_rss_or_atom: Kan ikke slutte på .rss eller .atom. Disse er forbeholdt
|
|
763
|
+
cant_end_with_rss_or_atom: Kan ikke slutte på .rss eller .atom. Disse er forbeholdt
|
|
764
|
+
feed-URL-er
|
|
717
765
|
no_notes_found: Ingen notater funnet...
|
|
718
766
|
no_posts_found: Ingen poster funnet...
|
|
719
767
|
page_not_found: Fant ikke side
|
|
720
768
|
permalink_need_a_title: 'Permalink-formatet må ha en identifikator : %%title%%'
|
|
721
769
|
problem_sending_to_twitter: Ojsann, noe gikk galt
|
|
722
|
-
render_sidebar: Det ser ut til at noe gikk galt. Kanskje noen av dine sidemarg-plugins
|
|
770
|
+
render_sidebar: Det ser ut til at noe gikk galt. Kanskje noen av dine sidemarg-plugins
|
|
771
|
+
faktisk mangler, og du bør enten reinstallere dem eller fjerne dem manuelt.
|
|
723
772
|
the_page_you_are_looking_for: Siden du ser etter er flyttet eller finnes ikke.
|
|
724
773
|
generic:
|
|
725
774
|
change: Endre
|
|
775
|
+
conversation: Conversation
|
|
776
|
+
delete: Slett
|
|
777
|
+
edit: Rediger
|
|
778
|
+
mark_as_ham: Mark as ham
|
|
779
|
+
mark_as_spam: Mark as spam
|
|
726
780
|
save: Lagre
|
|
781
|
+
short_url: Short url
|
|
727
782
|
helper:
|
|
728
783
|
at: kl.
|
|
729
784
|
langs:
|
|
@@ -761,7 +816,8 @@ nb-NO:
|
|
|
761
816
|
publisher: Blogg-publisering
|
|
762
817
|
setup:
|
|
763
818
|
article:
|
|
764
|
-
body: Welcome to Publify. This is your first article. Edit or delete it, then
|
|
819
|
+
body: Welcome to Publify. This is your first article. Edit or delete it, then
|
|
820
|
+
start blogging!
|
|
765
821
|
title: Hello World!
|
|
766
822
|
index:
|
|
767
823
|
blog_name: Bloggnavn
|
|
@@ -770,7 +826,9 @@ nb-NO:
|
|
|
770
826
|
your_mail: Din epost
|
|
771
827
|
page:
|
|
772
828
|
about: Om
|
|
773
|
-
body: Dette er et eksempel på en Publify-side. Du kan redigere den med informasjon
|
|
829
|
+
body: Dette er et eksempel på en Publify-side. Du kan redigere den med informasjon
|
|
830
|
+
om deg selv eller bloggen din, slik at leserne vet hvem du er. Du kan lage
|
|
831
|
+
så mange du vil av slike sider, og håndtere alt innholdet med Publify.
|
|
774
832
|
tags:
|
|
775
833
|
index:
|
|
776
834
|
there_are_no_tags: Det er ingen tagg
|
data/config/locales/nl.yml
CHANGED
|
@@ -5,8 +5,9 @@ nl:
|
|
|
5
5
|
back_to_login: Terug naar login
|
|
6
6
|
confirm:
|
|
7
7
|
admin: admin
|
|
8
|
-
dont_lose_the_mail_sent: Verlies de e-mail verzonden naar %{email}, want anders
|
|
9
|
-
|
|
8
|
+
dont_lose_the_mail_sent: Verlies de e-mail verzonden naar %{email}, want anders
|
|
9
|
+
kun je niet meer inloggen
|
|
10
|
+
login: 'Login: %{login}'
|
|
10
11
|
proceed_to: Ga door naar %{link}
|
|
11
12
|
success: Je bent succesvol aangemeld.
|
|
12
13
|
create_account: Maak een account aan
|
|
@@ -29,6 +30,7 @@ nl:
|
|
|
29
30
|
access_granted:
|
|
30
31
|
error: Fout, je mag dit niet doen
|
|
31
32
|
article_list:
|
|
33
|
+
feedback: Reacties
|
|
32
34
|
no_articles: Er zijn nog geen artikelen. Waarom maak je er niet een?
|
|
33
35
|
autosave:
|
|
34
36
|
success: Artikel is opgeslagen
|
|
@@ -37,9 +39,10 @@ nl:
|
|
|
37
39
|
form:
|
|
38
40
|
allow_comments: Sta reacties toe
|
|
39
41
|
allow_comments_status:
|
|
40
|
-
|
|
41
|
-
|
|
42
|
+
disabled: uitgezet
|
|
43
|
+
enabled: aangezet
|
|
42
44
|
allowed_comments_html: Comments are %{allow_comment}
|
|
45
|
+
article_filter: Artikel filter
|
|
43
46
|
article_type: Article type
|
|
44
47
|
cancel: Terug
|
|
45
48
|
default: Default
|
|
@@ -57,20 +60,28 @@ nl:
|
|
|
57
60
|
save_as_draft: Opslaan als concept
|
|
58
61
|
status: Status
|
|
59
62
|
tags: Trefwoorden
|
|
60
|
-
tags_explanation_html: Separate tags with commas. Use double quotes (")
|
|
63
|
+
tags_explanation_html: Separate tags with commas. Use double quotes (")
|
|
64
|
+
around multi-word tags, e.g. "opera house".
|
|
61
65
|
title: Titel
|
|
62
66
|
type_your_post: Type your post
|
|
63
67
|
visibility: Visibility
|
|
64
68
|
index:
|
|
69
|
+
actions: Actions
|
|
65
70
|
all_articles: All articles
|
|
71
|
+
author: Auteur
|
|
72
|
+
created_at: Created at
|
|
66
73
|
drafts: Drafts
|
|
74
|
+
feedback: Reacties
|
|
67
75
|
manage_articles: Beheer artikelen
|
|
68
76
|
new_article: Nieuw artikel
|
|
69
77
|
publication_date: Publication date
|
|
70
78
|
publication_pending: Publication pending
|
|
71
79
|
published: Gepubliceerd
|
|
80
|
+
published_at: Publication date
|
|
72
81
|
search: Zoek
|
|
73
82
|
select_an_author: Select an author
|
|
83
|
+
text_filter: Text filter
|
|
84
|
+
title: Titel
|
|
74
85
|
withdrawn: Withdrawn
|
|
75
86
|
update:
|
|
76
87
|
success: Artikel is succesvol bijgewerkt.
|
|
@@ -83,38 +94,34 @@ nl:
|
|
|
83
94
|
drafts:
|
|
84
95
|
no_drafts_yet: No drafts yet, why don't you start and write one
|
|
85
96
|
your_drafts: Your drafts
|
|
86
|
-
inbound:
|
|
87
|
-
at: at
|
|
88
|
-
at_an_unknown_date: at an unknown date
|
|
89
|
-
inbound_links: Binnenkomende links
|
|
90
|
-
made_a_link_to_you_on: " maakte een link naar je met als tekst "
|
|
91
|
-
no_one_made_link_to_you_yet: Niemand maakte nog een link naar je
|
|
92
|
-
you_have_no_internet_connection: Je hebt geen internetverbinding
|
|
93
97
|
index:
|
|
98
|
+
textile_deprecated_html: The Textile text filter has been deprecated and will
|
|
99
|
+
be removed soon. Some of your content still uses this filter. Run the <code>publify:textile_to_markdown</code>
|
|
100
|
+
rake task to convert it to Markdown, or convert your content manually.
|
|
94
101
|
welcome_back: Welkom terug, %{user_name}!
|
|
95
102
|
overview:
|
|
96
103
|
change_your_blog_presentation: je blog presentatie aanpassen
|
|
97
|
-
customization_explain_html: Je kunt ook wat design doen, %{theme_link} of
|
|
98
|
-
|
|
104
|
+
customization_explain_html: Je kunt ook wat design doen, %{theme_link} of
|
|
105
|
+
%{sidebar_link}
|
|
106
|
+
dashboard_explain_html: Deze pagina geeft je een snel overzicht van wat er
|
|
107
|
+
gebeurt op je Type blog en wat je doen kunt. Misschien wil je %{available_actions}
|
|
99
108
|
enable_plugins: plugins instellen
|
|
100
109
|
help_explain_html: If you need help, %{doc_link}.
|
|
101
110
|
read_our_documentation: read our documentation
|
|
102
|
-
update_your_profile_or_change_your_password: je profiel bijwerken of je wachtwoord
|
|
111
|
+
update_your_profile_or_change_your_password: je profiel bijwerken of je wachtwoord
|
|
112
|
+
wijzigen
|
|
103
113
|
write_a_page: een pagina schrijven
|
|
104
114
|
write_a_post: een post schrijven
|
|
105
|
-
publify_version:
|
|
106
|
-
error: You are late from at least one major version of Publify. You should upgrade immediately. Download and install <a href='http://publify.co/stable.tgz'>the latest Publify version</a>
|
|
107
|
-
notice: There's a new version of Publify available. Why don't you upgrade to <a href='http://publify.co/stable.tgz'>the latest Publify version</a> ?
|
|
108
|
-
warning: There's a new version of Publify available which may contain important bug fixes. Why don't you upgrade to <a href='http://publify.co/stable.tgz'>the latest Publify version</a> ?
|
|
109
115
|
welcome:
|
|
110
116
|
approved_count:
|
|
111
117
|
one: 1 approved
|
|
112
118
|
other: "%{count} approved"
|
|
113
119
|
zero: no approved
|
|
114
|
-
articles_and_comments_count_since: "%{articles_count} artikels en %{comments_count}
|
|
120
|
+
articles_and_comments_count_since: "%{articles_count} artikels en %{comments_count}
|
|
121
|
+
commentaren zijn geplaatst sinds je laatste bezoek"
|
|
115
122
|
articles_count:
|
|
116
123
|
one: 1 artikel
|
|
117
|
-
other: "%
|
|
124
|
+
other: "%{count} artikelen"
|
|
118
125
|
zero: geen artikelen
|
|
119
126
|
comments_count:
|
|
120
127
|
one: 1 comment
|
|
@@ -125,7 +132,7 @@ nl:
|
|
|
125
132
|
one: 1 draft
|
|
126
133
|
other: "%{count} drafts"
|
|
127
134
|
zero: no draft
|
|
128
|
-
feedback:
|
|
135
|
+
feedback: Reacties
|
|
129
136
|
notes_count:
|
|
130
137
|
one: 1 note
|
|
131
138
|
other: "%{count} notes"
|
|
@@ -186,7 +193,7 @@ nl:
|
|
|
186
193
|
success: Verwijderd
|
|
187
194
|
edit:
|
|
188
195
|
action_or_other_html: "%{first_action} of %{second_action}"
|
|
189
|
-
author:
|
|
196
|
+
author: Auteur
|
|
190
197
|
cancel: Cancel
|
|
191
198
|
comments_for_html: Commentaren voor %{article_link}
|
|
192
199
|
edit_a_comment: Edit a comment
|
|
@@ -194,11 +201,12 @@ nl:
|
|
|
194
201
|
save: Opslaan
|
|
195
202
|
url: Url
|
|
196
203
|
your_comment: Your comment
|
|
197
|
-
ham:
|
|
198
|
-
by: by
|
|
199
|
-
created_on: 'on'
|
|
200
204
|
index:
|
|
205
|
+
actions: Actions
|
|
201
206
|
all: All
|
|
207
|
+
author: Auteur
|
|
208
|
+
content: Inhoud
|
|
209
|
+
created_at: Created at
|
|
202
210
|
feedback: Reacties
|
|
203
211
|
ham: Ham
|
|
204
212
|
no_feedback: Er zijn nog geen reacties. Waarom maak je er geen?
|
|
@@ -206,12 +214,8 @@ nl:
|
|
|
206
214
|
presumed_spam: Presumed spam
|
|
207
215
|
select_all: Select all
|
|
208
216
|
spam: Spam
|
|
217
|
+
status: Status
|
|
209
218
|
unapproved_comments: Niet goedgekeurde reacties
|
|
210
|
-
spam:
|
|
211
|
-
by: by
|
|
212
|
-
cancel: Terug
|
|
213
|
-
created_on: 'on'
|
|
214
|
-
this_comment_by_was_flagged_as_spam_html: Dit commentaar van %{author} was gemarkeerd als spam, %{cancel_link}?
|
|
215
219
|
state:
|
|
216
220
|
ham: Ham
|
|
217
221
|
just_marked_as_ham: Zojuist gemarkeerd als Ham
|
|
@@ -237,6 +241,8 @@ nl:
|
|
|
237
241
|
update_database_now: Werk database nu bij
|
|
238
242
|
you_are_up_to_date: Je bent bij de tijd!
|
|
239
243
|
notes:
|
|
244
|
+
edit:
|
|
245
|
+
notes: Notes
|
|
240
246
|
form:
|
|
241
247
|
cancel: Terug
|
|
242
248
|
compose_new_note: Compose new note
|
|
@@ -250,8 +256,14 @@ nl:
|
|
|
250
256
|
publish_at: Publiceren op
|
|
251
257
|
publish_settings: Publicatie instellingen
|
|
252
258
|
tweet_id_like: Tweet id like 123456
|
|
253
|
-
|
|
259
|
+
index:
|
|
254
260
|
notes: Notes
|
|
261
|
+
list:
|
|
262
|
+
actions: Actions
|
|
263
|
+
author: Auteur
|
|
264
|
+
created_at: Created at
|
|
265
|
+
text_filter: Text filter
|
|
266
|
+
title: Titel
|
|
255
267
|
show:
|
|
256
268
|
action_or_other_html: "%{first_action} of %{second_action}"
|
|
257
269
|
are_you_sure: Are you sure you want to delete this note
|
|
@@ -273,9 +285,12 @@ nl:
|
|
|
273
285
|
title: Titel
|
|
274
286
|
type_your_post: Type your post
|
|
275
287
|
index:
|
|
288
|
+
actions: Actions
|
|
276
289
|
author: Auteur
|
|
290
|
+
created_at: Created at
|
|
277
291
|
manage_pages: Beheer pagina's
|
|
278
292
|
new_page: Nieuwe pagina
|
|
293
|
+
text_filter: Text filter
|
|
279
294
|
title: Titel
|
|
280
295
|
new:
|
|
281
296
|
success: Pagina is succesvol aangemaakt
|
|
@@ -286,7 +301,9 @@ nl:
|
|
|
286
301
|
cancel: Terug
|
|
287
302
|
default: Default
|
|
288
303
|
description: Omschrijving
|
|
289
|
-
explain: The template name is the filename Publify will look for when calling
|
|
304
|
+
explain: The template name is the filename Publify will look for when calling
|
|
305
|
+
an article of that type. It should be in your theme under views/articles/template
|
|
306
|
+
name.html.erb
|
|
290
307
|
name: Naam
|
|
291
308
|
or: or
|
|
292
309
|
post_types: Post Types
|
|
@@ -316,7 +333,7 @@ nl:
|
|
|
316
333
|
are_you_sure: Weet je het zeker?
|
|
317
334
|
content_type: Content Type
|
|
318
335
|
date: Datum
|
|
319
|
-
delete:
|
|
336
|
+
delete: Verwijderen
|
|
320
337
|
file_size: Bestandsgrootte
|
|
321
338
|
filename: Bestandsnaam
|
|
322
339
|
media_library: Media Library
|
|
@@ -332,42 +349,47 @@ nl:
|
|
|
332
349
|
warning: Kon niet uploaden
|
|
333
350
|
seo:
|
|
334
351
|
general:
|
|
335
|
-
canonical_url: Canonical Url
|
|
336
352
|
custom_tracking_code: Custom tracking code
|
|
337
353
|
do_not_index_tags: Do not index tags
|
|
338
354
|
dofollow: Dofollow
|
|
339
|
-
explain: Here you can add anything you want to appear in your application
|
|
340
|
-
|
|
341
|
-
explain_moderate_feedback: You may want to moderate feedback when turning
|
|
342
|
-
|
|
343
|
-
|
|
355
|
+
explain: Here you can add anything you want to appear in your application
|
|
356
|
+
header, such as analytics service tracking code.
|
|
357
|
+
explain_moderate_feedback: You may want to moderate feedback when turning
|
|
358
|
+
this on
|
|
359
|
+
explain_rss_description: 'You can use the following tags: %author% (author
|
|
360
|
+
name), %blog_url% (this blog URL), %blog_name% (this blog title) and %permalink_url%
|
|
361
|
+
(a link to the article you want to protect)'
|
|
362
|
+
explain_tag_index_html: Checking this box will add <code>noindex, follow</code>
|
|
363
|
+
meta tags in every tags page, removing them from search engines and preventing
|
|
364
|
+
duplicate content issues
|
|
344
365
|
general_settings: General settings
|
|
345
366
|
google: Google
|
|
346
367
|
google_analytics: Google Analytics
|
|
347
|
-
google_webmaster_tools_validation_link: Google Webmaster Tools validation
|
|
348
|
-
|
|
349
|
-
humans_txt: Human
|
|
368
|
+
google_webmaster_tools_validation_link: Google Webmaster Tools validation
|
|
369
|
+
link
|
|
350
370
|
indexing: Indexing
|
|
351
371
|
meta_description: Meta-beschrijving
|
|
352
372
|
meta_keywords: Meta-kewords
|
|
353
|
-
read_more_about_html: Read more about %{link}
|
|
354
373
|
robots_txt: Robots.txt
|
|
355
374
|
rss_description_message: RSS description message
|
|
356
|
-
this_will_display: Dit zorgt er voor dat onderaan elke post in je RSS-feed
|
|
357
|
-
|
|
375
|
+
this_will_display: Dit zorgt er voor dat onderaan elke post in je RSS-feed
|
|
376
|
+
verschijnt
|
|
358
377
|
use_dofollow_in_comments: Use dofollow in comments
|
|
359
378
|
use_meta_keywords: Use meta keywords
|
|
360
379
|
use_rss_description: Gebruik RSS beschrijving
|
|
361
380
|
permalinks:
|
|
362
381
|
custom: Custom
|
|
363
382
|
date_and_title: Date and title
|
|
364
|
-
explain: Publify offers you the ability to create a custom URL structure for
|
|
383
|
+
explain: Publify offers you the ability to create a custom URL structure for
|
|
384
|
+
your permalinks and archives. This can improve the aesthetics, usability,
|
|
385
|
+
and forward-compatibility of your links.
|
|
365
386
|
help_on_permalink_settings: Help on permalink settings
|
|
366
387
|
month_and_title: Month and title
|
|
367
388
|
permalink_format: Permalink format
|
|
368
389
|
sample: Here are some examples to get you started.
|
|
369
390
|
title_only: Title only
|
|
370
|
-
you_can_custom_your_url_structure: 'You can custom your URL structure using
|
|
391
|
+
you_can_custom_your_url_structure: 'You can custom your URL structure using
|
|
392
|
+
the following tags:'
|
|
371
393
|
your_article_day: your article day of publication.
|
|
372
394
|
your_article_month: your article month of publication.
|
|
373
395
|
your_article_slug_html: your article slug. <strong>Using this slug is mandatory</strong>.
|
|
@@ -390,30 +412,35 @@ nl:
|
|
|
390
412
|
paginated_archives: Paginated archives
|
|
391
413
|
replaced_by_the_archive_date: Replaced by the archive date
|
|
392
414
|
replaced_by_the_content_body: Replaced by the content body
|
|
393
|
-
replaced_with_the_article_categories: Replaced with the article categories
|
|
415
|
+
replaced_with_the_article_categories: Replaced with the article categories
|
|
416
|
+
(comma separated)
|
|
394
417
|
replaced_with_the_article_page_title: Replaced with the article/page title
|
|
395
418
|
replaced_with_the_article_tags: Replaced with the article tags (comma separated)
|
|
396
419
|
replaced_with_the_category_tag_name: Replaced with the category/tag name
|
|
397
420
|
replaced_with_the_current_date: Replaced with the current date
|
|
398
421
|
replaced_with_the_current_month: Replaced with the current month
|
|
399
422
|
replaced_with_the_current_page_number: Replaced with the current page number
|
|
400
|
-
replaced_with_the_current_search_phrase: Replaced with the current search
|
|
423
|
+
replaced_with_the_current_search_phrase: Replaced with the current search
|
|
424
|
+
phrase
|
|
401
425
|
replaced_with_the_current_time: Replaced with the current time
|
|
402
426
|
replaced_with_the_current_year: Replaced with the current year
|
|
403
427
|
replaced_with_the_post_page_excerpt: Replaced with the post/page excerpt
|
|
404
|
-
replaced_with_the_title_of_the_article_page: Replaced with the title of the
|
|
428
|
+
replaced_with_the_title_of_the_article_page: Replaced with the title of the
|
|
429
|
+
article/page
|
|
405
430
|
search_results: Search results
|
|
406
431
|
short_statuses: Short statuses
|
|
407
432
|
short_statuses_lists: Short statuses lists
|
|
408
433
|
the_blog_s_name: The blog's name
|
|
409
434
|
the_blog_s_tagline_description: The blog's tagline / description
|
|
410
|
-
these_tags_can_be_included: These tags can be included in your templates and
|
|
435
|
+
these_tags_can_be_included: These tags can be included in your templates and
|
|
436
|
+
will be replaced when displaying the page.
|
|
411
437
|
title_template: Title template
|
|
412
438
|
settings:
|
|
413
439
|
display:
|
|
414
440
|
cancel: Terug
|
|
415
441
|
custom_url: Custom URL shortener domain
|
|
416
|
-
custom_url_help: If you have a custom domain for URL shortening, enter it
|
|
442
|
+
custom_url_help: If you have a custom domain for URL shortening, enter it
|
|
443
|
+
here.
|
|
417
444
|
date_format: Date format
|
|
418
445
|
default_archives_show: articles on the archives page
|
|
419
446
|
default_article_show: articles on the homepage
|
|
@@ -442,17 +469,27 @@ nl:
|
|
|
442
469
|
enable_feedback_moderation: Feedback controle aanzetten
|
|
443
470
|
enable_recaptcha: Enable reCaptcha
|
|
444
471
|
enable_spam_protection: Gebruik spam-bescherming
|
|
445
|
-
explain_feedback_moderation: Je kunt voor de hele site feedback controle aanzetten.
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
472
|
+
explain_feedback_moderation: Je kunt voor de hele site feedback controle aanzetten.
|
|
473
|
+
Als je dat doet zal geen enkel commentaar op je blog verschijnen totdat
|
|
474
|
+
je het goedkeurt
|
|
475
|
+
explain_reject_comments: Publify zal automatisch commentaren verwijderen die
|
|
476
|
+
meer dan een bepaald aantal links bevatten
|
|
477
|
+
explain_spam_protection: Het aanzetten van spambescherming zorgt dat publify
|
|
478
|
+
het IP-adres en de inhoud van reacties vergelijkt met lokale en centrale
|
|
479
|
+
zwarte lijsten. Een goede bescherming tegen spam robots
|
|
480
|
+
explain_spamfiltering_html: Publify kan (optioneel) de <a href='http://akismet.com'>Akismet</a>
|
|
481
|
+
spam-filter dienst gebruiken. Je moet een registratie bij Akismet hebben
|
|
482
|
+
en een API sleutel voordat je deze dienst kunt gebruiken. Als je een Akismet
|
|
483
|
+
sleutel hebt, vul die dan hier in
|
|
484
|
+
feedback: Reacties
|
|
450
485
|
feedback_settings: Feedback settings
|
|
451
486
|
max_links: Max Links
|
|
452
487
|
none: none
|
|
453
488
|
or: or
|
|
454
|
-
remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside
|
|
455
|
-
|
|
489
|
+
remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside
|
|
490
|
+
config/initializers/recaptcha.rb
|
|
491
|
+
set_to_0_to_never_disable_comments: Zet op 0 om commentaren altijd toe te
|
|
492
|
+
staan
|
|
456
493
|
set_to_0_to_never_reject_comments: Zet op 0 om commentaren nooit te weigeren
|
|
457
494
|
spam: Spam
|
|
458
495
|
spam_protection: Spam protection
|
|
@@ -463,8 +500,13 @@ nl:
|
|
|
463
500
|
blog_subtitle: Blog ondertitel
|
|
464
501
|
blog_url: Blog URL
|
|
465
502
|
cancel: Terug
|
|
466
|
-
email_address_used_to_notify: E-mail adres dat Publify gebruikt om notificaties
|
|
467
|
-
|
|
503
|
+
email_address_used_to_notify: E-mail adres dat Publify gebruikt om notificaties
|
|
504
|
+
te versturen
|
|
505
|
+
explain_allow_users_to_register_html: Je kunt gebruikers toestaan zich te
|
|
506
|
+
registreren bij je blog. Standaard zullen ze contributors worden, een soort
|
|
507
|
+
account zonder rechten behalve het hebben van een profiel op de site. Als
|
|
508
|
+
je niet wilt dat gebruikers zich registreren kun je ze altijd zelf toevoegen
|
|
509
|
+
in het gebruikers deel.
|
|
468
510
|
general_settings: Algemene instellingen
|
|
469
511
|
items_to_display_in_admin_lists: Items to display in admin lists
|
|
470
512
|
language: Taal
|
|
@@ -506,9 +548,10 @@ nl:
|
|
|
506
548
|
design: Design
|
|
507
549
|
display: Display
|
|
508
550
|
documentation: Documentation
|
|
509
|
-
feedback:
|
|
551
|
+
feedback: Reacties
|
|
510
552
|
general_settings: General settings
|
|
511
553
|
global_seo_settings: Global SEO settings
|
|
554
|
+
home: Begin
|
|
512
555
|
in_page_plugins: In page plugins
|
|
513
556
|
logged_in_as: Logged in as %{login}
|
|
514
557
|
logout_html: Log out »
|
|
@@ -533,7 +576,8 @@ nl:
|
|
|
533
576
|
write: Write
|
|
534
577
|
twitter_alert:
|
|
535
578
|
fill_the_twitter_credentials: fill in the OAuth credentials
|
|
536
|
-
how_to_setup_twitter_html: If you want to push short statuses on Twitter,
|
|
579
|
+
how_to_setup_twitter_html: If you want to push short statuses on Twitter,
|
|
580
|
+
you need to %{twitter_settings_link} Twitter gave you after you %{twitter_registration_link}.
|
|
537
581
|
registered_your_application: registered your application
|
|
538
582
|
sidebar:
|
|
539
583
|
config:
|
|
@@ -542,8 +586,14 @@ nl:
|
|
|
542
586
|
you_have_no_plugins_installed: You have no plugins installed
|
|
543
587
|
index:
|
|
544
588
|
cancel: Terug
|
|
545
|
-
download_more_plugins_html: You can download and install sidebar plugins from
|
|
546
|
-
|
|
589
|
+
download_more_plugins_html: You can download and install sidebar plugins from
|
|
590
|
+
our official <a href='https://github.com/fdv/publify/wiki/Sidebar-plugins'>plugin
|
|
591
|
+
repository</a>. All you have to do is upload the theme directory in your
|
|
592
|
+
vendor/plugins directory.
|
|
593
|
+
explain_how_its_works: Sleep de onderdelen heen en weer om de zijbalk van
|
|
594
|
+
dit blog aan te passen. Om dingen te verwijderen klik je op verwijderen Wijzigen
|
|
595
|
+
worden automatisch opgeslagen, maar niet geactiveerd totdat je de 'Publiceer'
|
|
596
|
+
knop klikt
|
|
547
597
|
or: or
|
|
548
598
|
publish_changes: Publiceer wijzigingen
|
|
549
599
|
sidebar: Zijbalk
|
|
@@ -560,6 +610,7 @@ nl:
|
|
|
560
610
|
no_tags: Er zijn nog geen trefwoorden. Waarom begin je er niet een te maken?
|
|
561
611
|
or: or
|
|
562
612
|
save: Opslaan
|
|
613
|
+
view: View
|
|
563
614
|
themes:
|
|
564
615
|
index:
|
|
565
616
|
active_theme: "%{name} - Actieve thema's"
|
|
@@ -627,7 +678,7 @@ nl:
|
|
|
627
678
|
no_articles_found: Geen artikelen gevonden
|
|
628
679
|
archives_article:
|
|
629
680
|
posted_in: geplaatst in
|
|
630
|
-
|
|
681
|
+
article_author:
|
|
631
682
|
posted_by: Geplaatst door
|
|
632
683
|
article_excerpt:
|
|
633
684
|
continue_reading: Continue reading
|
|
@@ -647,7 +698,7 @@ nl:
|
|
|
647
698
|
comment_markup_help: Comment Markup Help
|
|
648
699
|
leave_url_email: plaats url/e-mail
|
|
649
700
|
preview_comment: Bekijk reactie
|
|
650
|
-
your_blog:
|
|
701
|
+
your_blog: Jouw blog
|
|
651
702
|
your_email: Jouw e-mail
|
|
652
703
|
your_message: Jouw bericht
|
|
653
704
|
your_name: Jouw naam
|
|
@@ -672,14 +723,16 @@ nl:
|
|
|
672
723
|
contact_information: Contact information
|
|
673
724
|
jabber: 'Jabber:'
|
|
674
725
|
msn: 'MSN:'
|
|
675
|
-
this_author_has_not_published_any_article_yet: This author has not published
|
|
726
|
+
this_author_has_not_published_any_article_yet: This author has not published
|
|
727
|
+
any article yet
|
|
676
728
|
twitter: 'Twitter:'
|
|
677
729
|
web_site: 'Web site:'
|
|
678
730
|
yahoo: 'Yahoo:'
|
|
679
731
|
comments:
|
|
680
732
|
comment:
|
|
681
733
|
said: zei
|
|
682
|
-
this_comment_has_been_flagged_for_moderator_approval: Dit commentaar is gemarkeerd
|
|
734
|
+
this_comment_has_been_flagged_for_moderator_approval: Dit commentaar is gemarkeerd
|
|
735
|
+
voor goedkeuring. Het zal niet getoond worden totdat de auteur het goedkeurt.
|
|
683
736
|
date:
|
|
684
737
|
abbr_month_names:
|
|
685
738
|
-
|
|
@@ -713,17 +766,26 @@ nl:
|
|
|
713
766
|
characters_minimum: Minimum %{min} characters
|
|
714
767
|
errors:
|
|
715
768
|
article_type_already_exist: This article type already exists
|
|
716
|
-
cant_end_with_rss_or_atom: Mag niet eindigen met .rss of .atom. Die zijn gereserveerd
|
|
769
|
+
cant_end_with_rss_or_atom: Mag niet eindigen met .rss of .atom. Die zijn gereserveerd
|
|
770
|
+
voor feed URLs
|
|
717
771
|
no_notes_found: No notes found...
|
|
718
772
|
no_posts_found: No posts found...
|
|
719
773
|
page_not_found: Page not found
|
|
720
774
|
permalink_need_a_title: 'You need a permalink format with an identifier : %%title%%'
|
|
721
775
|
problem_sending_to_twitter: Oooops something wrong happened
|
|
722
|
-
render_sidebar: It seems something went wrong. Maybe some of your sidebars are
|
|
723
|
-
|
|
776
|
+
render_sidebar: It seems something went wrong. Maybe some of your sidebars are
|
|
777
|
+
actually missing and you should either reinstall them or remove them manually
|
|
778
|
+
the_page_you_are_looking_for: The page you are looking for has moved or does not
|
|
779
|
+
exist.
|
|
724
780
|
generic:
|
|
725
781
|
change: Change
|
|
782
|
+
conversation: Conversation
|
|
783
|
+
delete: Verwijderen
|
|
784
|
+
edit: Bewerken
|
|
785
|
+
mark_as_ham: Mark as ham
|
|
786
|
+
mark_as_spam: Mark as spam
|
|
726
787
|
save: Opslaan
|
|
788
|
+
short_url: Short url
|
|
727
789
|
helper:
|
|
728
790
|
at: at
|
|
729
791
|
langs:
|
|
@@ -761,7 +823,8 @@ nl:
|
|
|
761
823
|
publisher: Blog publisher
|
|
762
824
|
setup:
|
|
763
825
|
article:
|
|
764
|
-
body: Welcome to Publify. This is your first article. Edit or delete it, then
|
|
826
|
+
body: Welcome to Publify. This is your first article. Edit or delete it, then
|
|
827
|
+
start blogging!
|
|
765
828
|
title: Hello World!
|
|
766
829
|
index:
|
|
767
830
|
blog_name: Naam van je blog
|
|
@@ -770,7 +833,9 @@ nl:
|
|
|
770
833
|
your_mail: Je email
|
|
771
834
|
page:
|
|
772
835
|
about: Over
|
|
773
|
-
body: This is an example of a Publify page. You can edit this to write information
|
|
836
|
+
body: This is an example of a Publify page. You can edit this to write information
|
|
837
|
+
about yourself or your site so readers know who you are. You can create as
|
|
838
|
+
many pages as this one as you like and manage all of your content inside Publify.
|
|
774
839
|
tags:
|
|
775
840
|
index:
|
|
776
841
|
there_are_no_tags: Er zijn geen tags
|