From a4dc69f6b6b53062dae592396be033b1260c5d8a Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Tue, 29 Oct 2013 14:54:31 +0100 Subject: [PATCH] Move seo index from lang to locale --- app/views/admin/seo/index.html.erb | 58 ++++++++++++------------ config/locales/da.yml | 28 ++++++++++++ config/locales/de.yml | 28 ++++++++++++ config/locales/en.yml | 28 ++++++++++++ config/locales/es-MX.yml | 28 ++++++++++++ config/locales/fr.yml | 28 ++++++++++++ config/locales/he-IL.yml | 28 ++++++++++++ config/locales/it.yml | 28 ++++++++++++ config/locales/ja.yml | 28 ++++++++++++ config/locales/lt.yml | 28 ++++++++++++ config/locales/nb-NO.yml | 28 ++++++++++++ config/locales/nl.yml | 28 ++++++++++++ config/locales/pl.yml | 28 ++++++++++++ config/locales/pt-BR.yml | 28 ++++++++++++ config/locales/ro.yml | 28 ++++++++++++ config/locales/ru.yml | 28 ++++++++++++ config/locales/zh-CN.yml | 28 ++++++++++++ config/locales/zh-TW.yml | 28 ++++++++++++ lang/da_DK.rb | 39 ---------------- lang/de_DE.rb | 43 ------------------ lang/es_MX.rb | 40 ----------------- lang/fr_FR.rb | 28 ------------ lang/he_IL.rb | 72 ------------------------------ lang/it_IT.rb | 58 ------------------------ lang/ja_JP.rb | 66 --------------------------- lang/lt_LT.rb | 59 ------------------------ lang/nb_NO.rb | 23 ---------- lang/nl_NL.rb | 62 ------------------------- lang/pl_PL.rb | 60 ------------------------- lang/pt_BR.rb | 39 ---------------- lang/ro_RO.rb | 41 ----------------- lang/ru_RU.rb | 4 -- lang/zh_CN.rb | 56 ----------------------- lang/zh_TW.rb | 67 --------------------------- 34 files changed, 505 insertions(+), 786 deletions(-) diff --git a/app/views/admin/seo/index.html.erb b/app/views/admin/seo/index.html.erb index 1b32f0130d..815aab5afc 100644 --- a/app/views/admin/seo/index.html.erb +++ b/app/views/admin/seo/index.html.erb @@ -1,112 +1,112 @@ <%- content_for :page_heading do %> -

<%= _("Global settings") %>

+

<%= t(".global_settings") %>

<% end %> <%= error_messages_for 'blog' %> <%= form_tag :action => 'update' do %>
- <%= _("General settings") %> + <%= t(".general_settings") %>
- +
-
- +
<%= text_area(:setting, :meta_description, :rows => 3, :class => 'span6')%>
- +
-

<%= "#{_('This will display')} #{_('at the bottom of each post in the RSS feed')}"%>

+

<%= t('.this_will_display') %>

<%= show_rss_description %>
- +
<%= text_area(:setting, :rss_description_text, :rows => 10, :class => 'span6')%> -

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)

+

<%= t('.explain_rss_description') %>

- <%= _("Indexing") %> + <%= t(".indexing") %>
- +
- +
<%= text_area(:setting, :robots, :rows => 10, :class => 'span6')%> <% unless robot_writable? -%> -

<%= _("You robots.txt file is not writeable. Publify won't be able to write it")%>

+

<%= t(".you_robots_txt_file_is_not_writeable") %>

<% end -%>
- +
-
- +
- <%= _("Google") %> + <%= t(".google") %>
- +
<%= text_field(:setting, :google_analytics, :class => 'span6')%>
- +
<%= text_field(:setting, :google_verification, :class => 'span6')%>
- +
<%= text_area(:setting, :custom_tracking_field, :rows => 3, :class => 'span6')%> -

<%= _("Here you can add anything you want to appear in your application header, such as analytics service tracking code.") %>

+

<%= t(".explain") %>

diff --git a/config/locales/da.yml b/config/locales/da.yml index 0388c7dd18..e24b002dcd 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -5,6 +5,34 @@ da: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "Generelle indstillinger" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/config/locales/de.yml b/config/locales/de.yml index 2e2173a4b3..236c2fe72d 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -5,6 +5,34 @@ de: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "Allgemeine Einstellungen" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/config/locales/en.yml b/config/locales/en.yml index e3a60eebc6..c3729acb7e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -5,6 +5,34 @@ en: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "General settings" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/config/locales/es-MX.yml b/config/locales/es-MX.yml index a46e992518..860c9c48e0 100644 --- a/config/locales/es-MX.yml +++ b/config/locales/es-MX.yml @@ -5,6 +5,34 @@ es-MX: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "Preferencias generales" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "¿Estás seguro que deseas eliminar este %{element}?" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index c0762a52c3..aa9719d6b6 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -5,6 +5,34 @@ fr: next: "Suivant" last: "Last" admin: + seo: + index: + global_settings: "Options générales" + general_settings: "Options générales" + meta_keywords: "Meta mots-clés" + use_meta_keywords: "Utiliser les meta mots-clés" + meta_description: "Meta description" + use_rss_description: "Utilisation de la description RSS" + this_will_display: "Cela affichera en bas de chacun de vos articles sur le flux RSS" + rss_description_message: "Message de description du flux RSS" + indexing: "Indexation" + do_not_index_categories: "Ne pas indexer les catégories" + do_not_index_tags: "Ne pas indexer les labels" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Mettre les commentaires en dofollow" + canonical_url: "Canonical Url" + use_canonical_url: "Utiliser les URL canoniques" + read_more_about: "En savoir plus à propos de %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Lien de validation des Google Webmaster Tools." + custom_tracking_code: "Code de tracking personnalisé" + explain: "Ici, vous pouve ajouter tout ce que vous souhaitez voir apparaître dans l'en-tête de votre blog, comme le code de suivi d'un service de statistiques." + explain_category_index: "Sélectionner cette option ajoutera le métalabel noindex, follow dans toutes les pages de chaque categorie. Cela les enlevera des moteurs de recherches et préviendra ainsi des problèmes de contenu dupliqué." + explain_tag_index: "Sélectionner cette option ajoutera le métalabel noindex, follow dans toutes les pages de chaque label. Cela les enlevera des moteurs de recherches et préviendra ainsi des problèmes de contenu dupliqué." + explain_moderate_feedback: "Si vous activez cette option, peut-être devriez-vous également activer la modération des commentaires." + 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)" shared: destroy: are_you_sure: "Êtes-vous certain de vouloir supprimer ce %{element}" diff --git a/config/locales/he-IL.yml b/config/locales/he-IL.yml index e550e682c0..40ea154964 100644 --- a/config/locales/he-IL.yml +++ b/config/locales/he-IL.yml @@ -5,6 +5,34 @@ he-IL: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "הגדרות כלליות" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "האם אתה בטוח שברצונך למחוק את %{element} הזו?" diff --git a/config/locales/it.yml b/config/locales/it.yml index e09875ab45..f5d055c54a 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -5,6 +5,34 @@ it: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "Configurazione generale" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Sei sicuro di voler eliminare questo %{element}?" diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 6b00f8dbd3..9129b5ee87 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -5,6 +5,34 @@ ja: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "一般設定" + meta_keywords: "METAタグKeywords" + use_meta_keywords: "Use meta keywords" + meta_description: "METAタグDescription" + use_rss_description: "RSSにDescription表示をする" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/config/locales/lt.yml b/config/locales/lt.yml index b7fc835db4..c0472ac067 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -5,6 +5,34 @@ lt: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "Pagrindiniai nustatymai" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Ar jūs tikrai nori ištrinti šį %{element}?" diff --git a/config/locales/nb-NO.yml b/config/locales/nb-NO.yml index 86c2efa0f3..2341ab5422 100644 --- a/config/locales/nb-NO.yml +++ b/config/locales/nb-NO.yml @@ -5,6 +5,34 @@ nb-NO: next: "Neste" last: "Last" admin: + seo: + index: + global_settings: "Globale innstillinger" + general_settings: "Generelle innstillinger" + meta_keywords: "Metanøkkelord" + use_meta_keywords: "Bruk metanøkkelord" + meta_description: "Metabeskrivelse" + use_rss_description: "Bruk RSS-beskrivelse" + this_will_display: "Dette vil vise på bunnen av hver artikkel i RSS-feeden" + rss_description_message: "Melding for RSS-beskrivelse" + indexing: "Indekserer" + do_not_index_categories: "Ikke indekser kategorier" + do_not_index_tags: "Ikke indekser tagger" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Bruk dofollow i kommentarer" + canonical_url: "Kanonisk URL" + use_canonical_url: "Bruk kanonisk URL" + read_more_about: "Les mer om %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "Kanskje du ønsker å moderere feedbacks når du slår på denne" + 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)" shared: destroy: are_you_sure: "Er du sikker på at du vil slette denne %{element}?" diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 9d22114eab..564fb4afd3 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -5,6 +5,34 @@ nl: next: "Volgende" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "General settings" + meta_keywords: "Meta-kewords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta-beschrijving" + use_rss_description: "Gebruik RSS beschrijving" + this_will_display: "Dit zorgt er voor dat onderaan elke post in je RSS-feed verschijnt" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/config/locales/pl.yml b/config/locales/pl.yml index e747487247..62541ac89b 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -5,6 +5,34 @@ pl: next: "Następne" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "Ustawienia ogólne" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 852ec01bdb..8f871aa166 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -5,6 +5,34 @@ pt-BR: next: "Próximo" last: "Anterior" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "Preferencias generales" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/config/locales/ro.yml b/config/locales/ro.yml index e770f53fad..8ebad0c0c5 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -5,6 +5,34 @@ ro: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "Setări generale" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 46a03440c7..03561f0484 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -5,6 +5,34 @@ ru: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "Основные настройки" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Вы уверены, что хотите удалить %{element}?" diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index e8f57187fb..a8a9e985cc 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -5,6 +5,34 @@ zh-CN: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "一般設定" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 7c6947eff3..93724f1933 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -5,6 +5,34 @@ zh-TW: next: "Next" last: "Last" admin: + seo: + index: + global_settings: "Global settings" + general_settings: "一般設定" + meta_keywords: "Meta keywords" + use_meta_keywords: "Use meta keywords" + meta_description: "Meta description" + use_rss_description: "Use RSS description" + this_will_display: "This will display at the bottom of each post in the RSS feed" + rss_description_message: "RSS description message" + indexing: "Indexing" + do_not_index_categories: "Do not index categories" + do_not_index_tags: "Do not index tags" + robots_txt: "Robots.txt" + dofollow: "Dofollow" + use_dofollow_in_comments: "Use dofollow in comments" + canonical_url: "Canonical Url" + use_canonical_url: "Use canonical URL" + read_more_about: "Read more about %{link}" + google: "Google" + google_analytics: "Google Analytics" + google_webmaster_tools_validation_link: "Google Webmaster Tools validation link" + custom_tracking_code: "Custom tracking code" + explain: "Here you can add anything you want to appear in your application header, such as analytics service tracking code." + explain_category_index: "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues" + explain_tag_index: "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues" + explain_moderate_feedback: "You may want to moderate feedback when turning this on" + 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)" shared: destroy: are_you_sure: "Are you sure you want to delete this %{element}" diff --git a/lang/da_DK.rb b/lang/da_DK.rb index 9b842f026f..958332cbb1 100644 --- a/lang/da_DK.rb +++ b/lang/da_DK.rb @@ -84,29 +84,6 @@ l.store "Are you sure you want to delete this file", "Er du sikker på du vil slette denne fil" l.store "Delete this file from the webserver?", "Slet denne fil fra webserveren?" l.store "File Uploads", "Fil Uploads" - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "Titles", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Use dofollow in comments", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" l.store "Enable comments by default", "Aktiver kommentarer som standard" l.store "Enable Trackbacks by default", "Aktiver Trackbacks som standard" l.store "Enable feedback moderation", "Aktiver feedback moderation" @@ -144,22 +121,6 @@ l.store "articles in my news feed by default", "artikler i min nyhedsfeed som standard" l.store "Show full article on feed", "Vis hele artiklen i min feed" l.store "Feedburner ID", "" - l.store "General settings", "Generelle indstillinger" - l.store "You can use your Google Feedburner account instead of Publify feed URL. To enable this, fill this form with your Feedburner ID.", "" - - # app/views/admin/settings/seo.html.erb - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "Information" l.store "Current database version", "Nuværende database version" l.store "New database version", "Ny database version" diff --git a/lang/de_DE.rb b/lang/de_DE.rb index e633e54e44..037b4b7644 100644 --- a/lang/de_DE.rb +++ b/lang/de_DE.rb @@ -44,29 +44,6 @@ l.store "Are you sure you want to delete this file", "Sind Sie sicher, diese Datei zu löschen" l.store "Delete this file from the webserver?", "Diese Datei vom Webserver löschen?" l.store "File Uploads", "Dateianhänge" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "Titles", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Robots.txt", "" - l.store "Use dofollow in comments", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" l.store "Enable comments by default", "Kommentare per default erlauben" l.store "Enable Trackbacks by default", "Trackbacks per default aktivieren" l.store "Enable feedback moderation", "Moderation von Kommentaren aktivieren" @@ -90,7 +67,6 @@ l.store "Publify will automatically reject comments and trackbacks which contain over a certain amount of links in them", "Publify kann automatisch Kommentare und Trackbacks abweisen, die mehr als eine bestimmte Anzahl von Links enthalten" l.store "Set to 0 to never reject comments", "Wert 0 bewirkt, dass Kommentare nie abgewiesen werden" - # app/views/admin/settings/index.html.erb l.store "Your blog", "Mein Blog" l.store "Blog name", "Blog Titel" l.store "Blog subtitle", "Blog Untertitel" @@ -102,22 +78,6 @@ l.store "articles on my homepage by default", "Artikel auf einmal auf meiner Homepage" l.store "articles in my news feed by default", "Artikel auf einmal in meinen RSS News Feeds" l.store "Show full article on feed", "Ganzen Artikel im RSS News Feed anzeigen" - l.store "Feedburner ID", "" - l.store "General settings", "Allgemeine Einstellungen" - l.store "You can use your Google Feedburner account instead of Publify feed URL. To enable this, fill this form with your Feedburner ID.", "" - - # app/views/admin/settings/seo.html.erb - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Robots.txt", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "Information" l.store "Current database version", "Aktuelle Datenbank Version" l.store "New database version", "Neue Datenbank Version" @@ -147,7 +107,6 @@ # app/views/admin/sidebar/_target.html.erb l.store "Drag some plugins here to fill your sidebar", "Ziehen Sie Plugins hierher, um sie in die Seitenleiste aufzunehmen" - # app/views/admin/sidebar/index.html.erb l.store "Drag and drop to change the sidebar items displayed on this blog. To remove items from the sidebar just click 'remove'. Changes are saved immediately, but not activated until you click the 'Publish changes' button", "Verwenden Sie Drag&Drop, um die Einträge der Seitenleiste ihres Blogs zu ändern. Um Einträge zu löschen, klicken Sie auf 'remove'. Änderungen sind hier sofort sichtbar, werden aber erst permanent aktiviert, wenn Sie 'Änderungen veröffentlichen' klicken." l.store "Available Items", "Verfügbare Einträge" l.store "Active Sidebar items", "Aktive Einträge der Seitenleiste" @@ -199,7 +158,6 @@ # app/views/admin/users/edit.html.erb l.store "Edit User", "Benutzer bearbeiten" - # app/views/admin/users/index.html.erb l.store "New User", "Neuer Benutzer" l.store "Comments", "" l.store "State", "" @@ -377,7 +335,6 @@ l.store "Posted date", "Angelegt am" l.store "Preview Article", "Artikel Vorschau " l.store "Read", "Lesen" - l.store "Read more", "Mehr lesen" l.store "Rebuild cached HTML", "Im Cache gespeicherte HTML Seiten neu generieren" l.store "Recent comments", "Neueste Kommentare" l.store "Recent trackbacks", "Neueste Trackbacks" diff --git a/lang/es_MX.rb b/lang/es_MX.rb index 6132c1420a..b339dd9c09 100644 --- a/lang/es_MX.rb +++ b/lang/es_MX.rb @@ -109,25 +109,6 @@ l.store "articles on my homepage by default", "artículos en mi página de inicio por default" l.store "articles in my news feed by default", "artículos en mi feed RSS" l.store "Show full article on feed", "Mostrar artículo completo en el feed" - l.store "Feedburner ID", "" - l.store "General settings", "Preferencias generales" - l.store "You can use your Google Feedburner account instead of Publify feed URL. To enable this, fill this form with your Feedburner ID.", "" - - # app/views/admin/settings/seo.html.erb - l.store "Format of permalink", "" - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Index categories", "" - l.store "Index tags", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - l.store "Information", "Información" l.store "Current database version", "Versión actual de la base de datos" l.store "New database version", "Nueva versión de la base de datos" @@ -336,27 +317,6 @@ l.store "Designed by %s ported to publify by %s ", "" l.store "styled with %s", "" - - # themes/scribbish/views/articles/_article.html.erb - l.store "Meta", "" - l.store "permalink", "" - - # themes/true-blue-3/helpers/theme_helper.rb - l.store "You are here: ", "" - l.store "%d comment", "" - - # themes/true-blue-3/views/articles/_article.html.erb - l.store "%%a, %%d %%b %%Y %%H:%%M", "" - - # themes/true-blue-3/views/articles/_comment.html.erb - l.store "later:", "" - - # themes/true-blue-3/views/articles/_comment_form.html.erb - l.store "Your website", "" - - # themes/true-blue-3/views/articles/read.html.erb - l.store "If you liked this article you can %s", "" - l.store "add me to Twitter", "" l.store "Trackbacks for", "Trackbacks para" # vendor/plugins/xml_sidebar/views/content.rhtml diff --git a/lang/fr_FR.rb b/lang/fr_FR.rb index 2e618f4285..a8889645c4 100644 --- a/lang/fr_FR.rb +++ b/lang/fr_FR.rb @@ -163,43 +163,15 @@ l.store "Next page", "Page suivante" # app/views/admin/resources/destroy.html.erb - l.store "Delete this file from the webserver?", "Supprimer complètement ce fichier du site ?" - l.store "File Uploads", "Ajout de fichiers" l.store "Thumbnail", "Miniatures" l.store "Medium size", "Taille moyenne" l.store "Original size", "Fichier original" l.store "Files", "Fichiers" l.store "Browse", "Parcourir" - - # app/views/admin/seo/index.html.erb l.store "SEO", "Référencement" l.store "Global SEO settings", "Options générales" l.store "Titles", "Titre des pages" - l.store "General settings", "Options générales" - l.store "Use meta keywords", "Utiliser les meta mots-clés" - l.store "Meta description", "Meta description" - l.store "Meta keywords", "Meta mots-clés" - l.store "Use RSS description", "Utilisation de la description RSS" - l.store "RSS description message", "Message de description du flux RSS" - l.store "Indexing", "Indexation" - l.store "Do not index categories", "Ne pas indexer les catégories" - l.store "Checking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues", "Sélectionner cette option ajoutera le métalabel noindex, follow dans toutes les pages de chaque categorie. Cela les enlevera des moteurs de recherches et préviendra ainsi des problèmes de contenu dupliqué." - l.store "Do not index tags", "Ne pas indexer les labels" - l.store "Checking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues", "Sélectionner cette option ajoutera le métalabel noindex, follow dans toutes les pages de chaque label. Cela les enlevera des moteurs de recherches et préviendra ainsi des problèmes de contenu dupliqué." - l.store "Robots.txt", "Robots.txt" l.store "You robots.txt file is not writeable. Publify won't be able to write it", "Publify ne peut pas écrire dans votre fichier robots.txt." - l.store "Use dofollow in comments", "Mettre les commentaires en dofollow" - l.store "You may want to moderate feedback when turning this on", "Si vous activez cette option, peut-être devriez-vous également activer la modération des commentaires." - l.store "Use canonical URL", "Utiliser les URL canoniques" - l.store "Read more about %s", "En savoir plus à propos de %s" - l.store "Google", "Google" - l.store "Google Analytics", "Google Analytics" - l.store "Google Webmaster Tools validation link", "Lien de validation des Google Webmaster Tools." - l.store "Custom tracking code", "Code de tracking personnalisé" - l.store "Global settings", "Options générales" - l.store "This will display", "Cela affichera" - l.store "at the bottom of each post in the RSS feed", "en bas de chacun de vos articles sur le flux RSS" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "Ici, vous pouve ajouter tout ce que vous souhaitez voir apparaître dans l'en-tête de votre blog, comme le code de suivi d'un service de statistiques." # app/views/admin/seo/permalinks.html.erb l.store "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.", "Les exemples ci-dessous vous aideront à démarrerPublify vous offre la possibilité de créer une structure d'URL personnalisée pour vos liens permanents et vos archives. Cela peut vous permettre d'améliorer l'esthétique, l'utilisabilité et la viralité de vos liens." diff --git a/lang/he_IL.rb b/lang/he_IL.rb index f2a9044fd6..4d78e7bdea 100644 --- a/lang/he_IL.rb +++ b/lang/he_IL.rb @@ -165,63 +165,6 @@ l.store "Are you sure you want to delete this file", "האם אתה בטוח שברצונך למחוק קובץ זה ?" l.store "Delete this file from the webserver?", "למחוק קובץ זה מהשרת" l.store "File Uploads", "העלאות קבצים" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "Titles", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Do not index categories", "" - l.store "Do not index tags", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Use canonical URL", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/seo/permalinks.html.erb - l.store "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.", "" - l.store "Here are some examples to get you started.", "" - l.store "Permalink format", "" - l.store "Month and title", "" - l.store "Title only", "" - l.store "You can custom your URL structure using the following tags:", "" - l.store "Permalinks", "" - l.store "Custom", "" - - # app/views/admin/seo/titles.html.erb - l.store "Title settings", "" - l.store "Home", "" - l.store "Title template", "" - l.store "Description template", "" - l.store "Paginated archives", "" - l.store "Dated archives", "" - l.store "Search results", "" - l.store "Help on title settings", "" - l.store "The blog's name", "" - l.store "The blog's tagline / description", "" - l.store "Replaced with the category/tag name", "" - l.store "Replaced with the current search phrase", "" - l.store "Replaced with the current time", "" - l.store "Replaced with the current month", "" - l.store "Replaced with the current year", "" - - # app/views/admin/settings/_submit.html.erb - l.store "Update settings", "" - l.store "Enable comments by default", "אפשר תגובות כברירת מחדל" l.store "Enable Trackbacks by default", "אפשר עוקבים-חזרה כברירת מחדל" l.store "Enable feedback moderation", "אפשר ביקורת על המשוב" @@ -261,25 +204,10 @@ l.store "articles in my news feed by default", "כתבות במזין החדשות שלי" l.store "Show full article on feed", "הצג כתבה מלאה במזין החדשות" l.store "Feedburner ID", "" - l.store "General settings", "הגדרות כלליות" - l.store "You can use your Google Feedburner account instead of Publify feed URL. To enable this, fill this form with your Feedburner ID.", "" - - # app/views/admin/settings/seo.html.erb l.store "Search Engine Optimisation", "אופטימיזצית מנוע חיפוש" l.store "Format of permalink", "" - l.store "Google Analytics", "" - l.store "Google verification link", "" l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Index categories", "" - l.store "Index tags", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" l.store "Search Engine Optimization", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" # app/views/admin/settings/update_database.html.erb l.store "Information", "מידע" diff --git a/lang/it_IT.rb b/lang/it_IT.rb index ec0b12e868..f7a37656db 100644 --- a/lang/it_IT.rb +++ b/lang/it_IT.rb @@ -137,50 +137,6 @@ l.store "Are you sure you want to delete this file", "Sei sicuro di voler eliminare questo file" l.store "Delete this file from the webserver?", "Eliminare questo file dal webserver ?" l.store "File Uploads", "Invia file" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Do not index tags", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/seo/permalinks.html.erb - l.store "Here are some examples to get you started.", "" - l.store "Permalinks", "" - l.store "Custom", "" - - l.store "Description template", "" - l.store "Paginated archives", "" - l.store "The blog's name", "" - l.store "The blog's tagline / description", "" - l.store "Replaced with the category/tag name", "" - l.store "Replaced with the current search phrase", "" - l.store "Replaced with the current time", "" - l.store "Replaced with the current date", "" - l.store "Replaced with the current month", "" - l.store "Replaced with the current year", "" - l.store "Replaced by the archive date", "" - - # app/views/admin/settings/_submit.html.erb - l.store "Update settings", "" - l.store "Enable comments by default", "Abilita commenti di defaault" l.store "Enable Trackbacks by default", "Abilita Trackbacks come default" l.store "Enable feedback moderation", "Abilita la moderazione dei feedback" @@ -219,23 +175,9 @@ l.store "articles in my news feed by default", "articoli nei miei rss feed" l.store "Show full article on feed", "Visualizza articolo completo su feed" l.store "Feedburner ID", "" - l.store "General settings", "Configurazione generale" # app/views/admin/settings/seo.html.erb l.store "Search Engine Optimisation", "Ottimizzazione motori di ricerca" - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Index tags", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "Informazioni" l.store "Current database version", "Versione corrente del database" l.store "New database version", "Nuova versione del database" diff --git a/lang/ja_JP.rb b/lang/ja_JP.rb index 43fe7aaec1..08ef382505 100644 --- a/lang/ja_JP.rb +++ b/lang/ja_JP.rb @@ -116,59 +116,6 @@ l.store "Are you sure you want to delete this file", "本当にこのファイルを削除してよろしいですか?" l.store "Delete this file from the webserver?", "webサーバーからこのファイルを削除しますか?" l.store "File Uploads", "ファイルアップロード" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "Titles", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Do not index categories", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/seo/permalinks.html.erb - l.store "Here are some examples to get you started.", "" - l.store "Month and title", "" - l.store "Title only", "" - l.store "your article slug. Using this slug is mandatory.", "" - l.store "your article year of publication.", "" - l.store "your article month of publication.", "" - l.store "your article day of publication.", "" - l.store "Permalinks", "" - l.store "Custom", "" - - # app/views/admin/seo/titles.html.erb - l.store "Title settings", "" - l.store "Title template", "" - l.store "Description template", "" - l.store "Articles", "" - l.store "Paginated archives", "" - l.store "Search results", "" - l.store "Help on title settings", "" - l.store "The blog's tagline / description", "" - l.store "Replaced with the article categories (comma separated)", "" - l.store "Replaced with the current search phrase", "" - l.store "Replaced with the current time", "" - l.store "Replaced with the current date", "" - l.store "Replaced with the current month", "" - l.store "Replaced with the current year", "" - l.store "Replaced by the archive date", "" - l.store "Enable comments by default", "デフォルトでコメントを有効にする" l.store "Enable Trackbacks by default", "デフォルトでトラックバックを許可する" l.store "Enable feedback moderation", "フィードバック承認機能を有効にする" @@ -208,28 +155,15 @@ l.store "articles in my news feed by default", "RSSフィードのデフォルト記事数" l.store "Show full article on feed", "記事の全文をフィードに表示" l.store "Feedburner ID", "" - l.store "General settings", "一般設定" # app/views/admin/settings/seo.html.erb - l.store "Search Engine Optimisation", "" l.store "Format of permalink", "パーマリンクの書式" - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "METAタグDescription" - l.store "Meta keywords", "METAタグKeywords" - l.store "Use RSS description", "RSSにDescription表示をする" l.store "Index categories", "カテゴリのインデックス" l.store "Unchecking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues", "このボックスのチェックを外すと、全てのカテゴリのページにnoindex, followのMETAタグを付与します。すると検索エンジンからそれらのページが削除され、コンテンツ重複の防止になります" l.store "Index tags", "タグのインデックス" l.store "Unchecking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues", "このボックスのチェックを外すと、全てのタグのページにnoindex, followのMETAタグを付与します。すると検索エンジンからそれらのページが削除され、コンテンツ重複の防止になります" - l.store "Robots.txt", "" l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" l.store "Search Engine Optimization", "検索エンジン最適化" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "インフォメーション" l.store "Current database version", "現在のデータベースのバージョン" l.store "New database version", "新しいデータベースのバージョン" diff --git a/lang/lt_LT.rb b/lang/lt_LT.rb index 3dcdd9e4ce..beabe6154f 100644 --- a/lang/lt_LT.rb +++ b/lang/lt_LT.rb @@ -75,50 +75,6 @@ l.store "Are you sure you want to delete this file", "Sind Sie sicher, diese Datei zu löschen" l.store "Delete this file from the webserver?", "Diese Datei vom Webserver löschen?" l.store "File Uploads", "Dateianhänge" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "Titles", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Robots.txt", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/seo/permalinks.html.erb - l.store "Here are some examples to get you started.", "" - l.store "Permalinks", "" - l.store "Custom", "" - - # app/views/admin/seo/titles.html.erb - l.store "Description template", "" - l.store "Paginated archives", "" - l.store "Dated archives", "" - l.store "The blog's name", "" - l.store "The blog's tagline / description", "" - l.store "Replaced with the category/tag name", "" - l.store "Replaced with the current time", "" - l.store "Replaced with the current date", "" - l.store "Replaced with the current month", "" - l.store "Replaced with the current year", "" - l.store "Replaced by the archive date", "" - - # app/views/admin/settings/_submit.html.erb - l.store "Update settings", "" - l.store "Enable comments by default", "Kommentare per default erlauben" l.store "Enable Trackbacks by default", "Trackbacks per default aktivieren" l.store "Enable feedback moderation", "Moderation von Kommentaren aktivieren" @@ -156,21 +112,6 @@ l.store "articles on my homepage by default", "straipsniai pradžioje pagal nutylėjimą" l.store "articles in my news feed by default", "straipsniai naujienų sraute pagal nutylėjimą" l.store "Show full article on feed", "Rodyti pilną straipsnį RSS sraute" - l.store "Feedburner ID", "" - l.store "General settings", "Pagrindiniai nustatymai" - - # app/views/admin/settings/seo.html.erb - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Robots.txt", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "Information" l.store "Current database version", "Aktuelle Datenbank Version" l.store "New database version", "Neue Datenbank Version" diff --git a/lang/nb_NO.rb b/lang/nb_NO.rb index 9b4bc1a84b..db8da96e75 100644 --- a/lang/nb_NO.rb +++ b/lang/nb_NO.rb @@ -230,30 +230,7 @@ l.store "Thumbnail", "Thumbnail" l.store "Medium size", "Mellomstor" l.store "Original size", "Opprinnelig størrelse" - - # app/views/admin/seo/index.html.erb - l.store "General settings", "Generelle innstillinger" - l.store "Use meta keywords", "Bruk metanøkkelord" - l.store "Meta description", "Metabeskrivelse" - l.store "Meta keywords", "Metanøkkelord" - l.store "Use RSS description", "Bruk RSS-beskrivelse" - l.store "RSS description message", "Melding for RSS-beskrivelse" - l.store "Indexing", "Indekserer" - l.store "Do not index categories", "Ikke indekser kategorier" - l.store "Do not index tags", "Ikke indekser tagger" - l.store "Robots.txt", "Robots.txt" l.store "You robots.txt file is not writeable. Publify won't be able to write it", "Din robots.txt er ikke skrivbar. Publify vil ikke kunne skrive til den" - l.store "Use dofollow in comments", "Bruk dofollow i kommentarer" - l.store "You may want to moderate feedback when turning this on", "Kanskje du ønsker å moderere feedbacks når du slår på denne" - l.store "Use canonical URL", "Bruk kanonisk URL" - l.store "Read more about %s", "Les mer om %s" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Global settings", "Globale innstillinger" - l.store "This will display", "Dette vil vise" - l.store "at the bottom of each post in the RSS feed", "på bunnen av hver artikkel i RSS-feeden" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" # app/views/admin/seo/permalinks.html.erb l.store "Format of permalink", "Permalinkformat" diff --git a/lang/nl_NL.rb b/lang/nl_NL.rb index fb89844d84..5c3a3e03a6 100644 --- a/lang/nl_NL.rb +++ b/lang/nl_NL.rb @@ -209,57 +209,6 @@ l.store "Delete this file from the webserver?", "Verwijder dit bestand van de webserver?" l.store "File Uploads", "Bestand Uploads" l.store "Thumbnail", "Voorafbeelding" - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "Titles", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Do not index categories", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/seo/permalinks.html.erb - l.store "Here are some examples to get you started.", "" - l.store "your article slug. Using this slug is mandatory.", "" - l.store "your article year of publication.", "" - l.store "your article month of publication.", "" - l.store "your article day of publication.", "" - l.store "Permalinks", "" - l.store "Custom", "" - - # app/views/admin/seo/titles.html.erb - l.store "Home", "" - l.store "Description template", "" - l.store "Articles", "" - l.store "Paginated archives", "" - l.store "Dated archives", "" - l.store "Search results", "" - l.store "The blog's name", "" - l.store "The blog's tagline / description", "" - l.store "Replaced with the article categories (comma separated)", "" - l.store "Replaced with the category/tag name", "" - l.store "Replaced with the current search phrase", "" - l.store "Replaced with the current time", "" - l.store "Replaced with the current date", "" - l.store "Replaced with the current month", "" - l.store "Replaced with the current year", "" - l.store "Replaced by the archive date", "" - - # app/views/admin/settings/_submit.html.erb l.store "Update settings", "Werk instellingen bij" l.store "Enable comments by default", "Commentaren standaard toestaan" @@ -307,20 +256,9 @@ # app/views/admin/settings/seo.html.erb l.store "Search Engine Optimisation", "Zoekmachine optimalisatie" l.store "Format of permalink", "Formaat van permalink" - l.store "Google Analytics", "Google Analytics" l.store "Google verification link", "Google verification link" - l.store "Meta description", "Meta-beschrijving" - l.store "Meta keywords", "Meta-kewords" - l.store "Use RSS description", "Gebruik RSS beschrijving" - l.store "Index categories", "" - l.store "Unchecking this box will add noindex, follow meta tags in every category page, removing them from search engines and preventing duplicate content issues", "Het uitzetten van dit vinkje zal de meta-tags noindex, follow toevoegen aan elke categorie pagina, zodat die niet door zoekmachines geïndexeerd wordt; dit voorkomt dubbele hits" - l.store "Unchecking this box will add noindex, follow meta tags in every tags page, removing them from search engines and preventing duplicate content issues", "Het uitzetten van dit vinkje zal de meta-tags noindex, follow toevoegen aan elke tag pagina, zodat die niet door zoekmachines geïndexeerd wordt; dit voorkomt dubbele hits" - l.store "Robots.txt", "Robots.txt" l.store "You robots.txt file is not writeable. Publify won't be able to write it", "Je robots.txt bestand is niet schrijfbaar. Publify kan het niet wijzigen" l.store "Search Engine Optimization", "Zoekmachine optimalisatie" - l.store "This will display", "Dit zorgt er voor dat " - l.store "at the bottom of each post in the RSS feed", " onderaan elke post in je RSS-feed verschijnt" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" # app/views/admin/settings/update_database.html.erb l.store "Information", "Informatie" diff --git a/lang/pl_PL.rb b/lang/pl_PL.rb index ff305a665d..e9fbfc60c3 100644 --- a/lang/pl_PL.rb +++ b/lang/pl_PL.rb @@ -125,52 +125,6 @@ l.store "Are you sure you want to delete this file", "Czy na pewno chcesz skasować ten plik" l.store "Delete this file from the webserver?", "Skasować ten plik z serwera?" l.store "File Uploads", "Wysłane pliki" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "Titles", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - l.store "Here are some examples to get you started.", "" - l.store "your article slug. Using this slug is mandatory.", "" - l.store "your article year of publication.", "" - l.store "your article month of publication.", "" - l.store "your article day of publication.", "" - l.store "Permalinks", "" - l.store "Custom", "" - - # app/views/admin/seo/titles.html.erb - l.store "Description template", "" - l.store "Paginated archives", "" - l.store "Search results", "" - l.store "The blog's name", "" - l.store "The blog's tagline / description", "" - l.store "Replaced with the category/tag name", "" - l.store "Replaced with the current search phrase", "" - l.store "Replaced with the current time", "" - l.store "Replaced with the current month", "" - l.store "Replaced with the current year", "" - - # app/views/admin/settings/_submit.html.erb - l.store "Update settings", "" - l.store "Enable comments by default", "Komentarze domyślnie włączone" l.store "Enable Trackbacks by default", "Trackbacki domyślnie włączone" l.store "Enable feedback moderation", "Włącz moderację komentarzy" @@ -209,24 +163,10 @@ l.store "articles in my news feed by default", "domyślnie artykułów w subskrypcji RSS" l.store "Show full article on feed", "Pokaż pełną treść artykułu w subskrypcji RSS" l.store "Feedburner ID", "" - l.store "General settings", "Ustawienia ogólne" l.store "You can use your Google Feedburner account instead of Publify feed URL. To enable this, fill this form with your Feedburner ID.", "" # app/views/admin/settings/seo.html.erb l.store "Search Engine Optimisation", "Optymalizacja silnika wyszukiwania" - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Search Engine Optimization", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "Informacja" l.store "Current database version", "Aktualna wersja bazy danych" l.store "New database version", "Nowa wersja bazy danych" diff --git a/lang/pt_BR.rb b/lang/pt_BR.rb index bf5760128b..0d0c0fa7dc 100644 --- a/lang/pt_BR.rb +++ b/lang/pt_BR.rb @@ -175,29 +175,6 @@ l.store "Are you sure you want to delete this file", "¿Estás seguro que deseas eliminar este archivo?" l.store "Delete this file from the webserver?", "¿Eliminar este archivo del servidor?" l.store "File Uploads", "Archivos subidos" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "Titles", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Use dofollow in comments", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" l.store "Enable comments by default", "Habilitar comentarios por default" l.store "Enable Trackbacks by default", "Habilitar Trackbacks por default" l.store "Enable feedback moderation", "Habilitar moderación de comentarios y trackbacks" @@ -234,22 +211,6 @@ l.store "articles on my homepage by default", "artículos en mi página de inicio por default" l.store "articles in my news feed by default", "artículos en mi feed RSS" l.store "Show full article on feed", "Mostrar artículo completo en el feed" - l.store "Feedburner ID", "" - l.store "General settings", "Preferencias generales" - - # app/views/admin/settings/seo.html.erb - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "Información" l.store "Current database version", "Versión actual de la base de datos" l.store "New database version", "Nueva versión de la base de datos" diff --git a/lang/ro_RO.rb b/lang/ro_RO.rb index 749465a662..0dfad17c70 100644 --- a/lang/ro_RO.rb +++ b/lang/ro_RO.rb @@ -73,29 +73,6 @@ l.store "RSS and Atom feeds", "" l.store "XML Syndication", "" l.store "remove", "supprimer" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Use dofollow in comments", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" l.store "Enable comments by default", "Implicit comentariile să fie active" l.store "Enable Trackbacks by default", "Implicit retrolegăturile să fie active" l.store "Enable feedback moderation", "Activează moderarea comentariilor" @@ -119,7 +96,6 @@ l.store "Publify will automatically reject comments and trackbacks which contain over a certain amount of links in them", "Publify va respinge automat comentarii și retrolegături care conțin mai mult decît un anumit număr de legături" l.store "Set to 0 to never reject comments", "Comentariile nu vor fi respinse niciodată dacă alegi valoarea 0" - # app/views/admin/settings/index.html.erb l.store "Your blog", "Site" l.store "Blog name", "Numele blogului" l.store "Blog subtitle", "Subtitlul blogului" @@ -133,22 +109,7 @@ l.store "articles in my news feed by default", "articole implicit în RSS" l.store "Show full article on feed", "Include articole complete în RSS" l.store "Feedburner ID", "" - l.store "General settings", "Setări generale" l.store "You can use your Google Feedburner account instead of Publify feed URL. To enable this, fill this form with your Feedburner ID.", "" - - # app/views/admin/settings/seo.html.erb - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "Informații" l.store "Current database version", "Versiunea curentă a bazei de date" l.store "New database version", "Versiunea nouă a bazei de date" @@ -179,7 +140,6 @@ # app/views/admin/sidebar/_target.html.erb l.store "Drag some plugins here to fill your sidebar", "Trage plugin-uri aici pentru a popula bara laterală" - # app/views/admin/sidebar/index.html.erb l.store "Drag and drop to change the sidebar items displayed on this blog. To remove items from the sidebar just click 'remove'. Changes are saved immediately, but not activated until you click the 'Publish changes' button", "Trage și lasă obiecte pe bara laterală pentru a o modifica în blog. Pentru a șterge obiecte din bara laterală, apasă pe 'șterge'. Modificările se salvează imediat, dar nu vor fi activate pînă cînd apeși butonul 'publică'" l.store "Available Items", "Obiecte disponibile" l.store "Active Sidebar items", "Obiecte utilizate" @@ -222,7 +182,6 @@ # app/views/admin/users/edit.html.erb l.store "Edit User", "Editează un utilizator" - # app/views/admin/users/index.html.erb l.store "New User", "Utilizator nou" l.store "State", "" l.store "%s user", "" diff --git a/lang/ru_RU.rb b/lang/ru_RU.rb index 6a4fec34db..ba8e4aa03d 100644 --- a/lang/ru_RU.rb +++ b/lang/ru_RU.rb @@ -84,16 +84,12 @@ l.store "Delete this redirection", "Удалить это перенаправление" l.store "Redirects", "Перенаправления" - # app/views/admin/profiles/index.html.erb l.store "Your profile", "Ваш профиль" - # app/views/admin/seo/index.html.erb l.store "Titles", "Заголовки" - l.store "General settings", "Основные настройки" l.store "Permalinks", "Постоянные ссылки" - # app/views/admin/settings/index.html.erb l.store "Your blog", "Ваш блог" l.store "Blog name", "Имя блога" l.store "Blog subtitle", "Подзаголовок блога" diff --git a/lang/zh_CN.rb b/lang/zh_CN.rb index 7ee98203c3..5d28d04616 100644 --- a/lang/zh_CN.rb +++ b/lang/zh_CN.rb @@ -181,42 +181,6 @@ l.store "Are you sure you want to delete this file", "你確定要刪除此檔案?" l.store "Delete this file from the webserver?", "從網路伺服器刪除此檔案?" l.store "File Uploads", "檔案上載" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Robots.txt", "" - l.store "Use dofollow in comments", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - l.store "Description template", "" - l.store "Pages", "" - l.store "Paginated archives", "" - l.store "Dated archives", "" - l.store "Search results", "" - l.store "The blog's name", "" - l.store "The blog's tagline / description", "" - l.store "Replaced with the post/page excerpt", "" - l.store "Replaced with the category/tag name", "" - l.store "Replaced with the current search phrase", "" - l.store "Replaced with the current time", "" - l.store "Replaced with the current month", "" - l.store "Replaced with the current year", "" - l.store "Replaced with the current page number", "" l.store "Enable comments by default", "預設為可以回應" l.store "Enable Trackbacks by default", "預設為可以引用" l.store "Enable feedback moderation", "適度可以反饋" @@ -241,7 +205,6 @@ l.store "Publify will automatically reject comments and trackbacks which contain over a certain amount of links in them", "Publify會自動回絕评论和引用,包含某些可靠的連結總數" l.store "Set to 0 to never reject comments", "設定0回絕不回絕的评论" - # app/views/admin/settings/index.html.erb l.store "Your blog", "你的博客" l.store "Blog name", "博客名稱" l.store "Blog subtitle", "副標題" @@ -254,24 +217,7 @@ l.store "articles on my homepage by default", "預設的首頁文章" l.store "articles in my news feed by default", "預設的feed文章" l.store "Show full article on feed", "顯示全部feed文章" - l.store "General settings", "一般設定" - l.store "You can use your Google Feedburner account instead of Publify feed URL. To enable this, fill this form with your Feedburner ID.", "" - - # app/views/admin/settings/seo.html.erb l.store "Search Engine Optimisation", "SEO" - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Search Engine Optimization", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "資訊" l.store "Current database version", "當前的資料庫版本" l.store "New database version", "新資料庫版本" @@ -302,7 +248,6 @@ # app/views/admin/sidebar/_target.html.erb l.store "Drag some plugins here to fill your sidebar", "拖曳一些plugins填滿你的sidebar" - # app/views/admin/sidebar/index.html.erb l.store "Drag and drop to change the sidebar items displayed on this blog. To remove items from the sidebar just click 'remove'. Changes are saved immediately, but not activated until you click the 'Publish changes' button", "在這個博客顯示拖曳改變的sidebar選項。從sidebar選項移除會立即存檔,但是不會執行直到你輸入<公開>鍵" l.store "Available Items", "可用的項目" l.store "Active Sidebar items", "有效的側邊欄項目" @@ -356,7 +301,6 @@ # app/views/admin/users/edit.html.erb l.store "Edit User", "修改使用者" - # app/views/admin/users/index.html.erb l.store "New User", "新的使用者" l.store "Comments", "评论" l.store "State", "" diff --git a/lang/zh_TW.rb b/lang/zh_TW.rb index 7f1881a262..82bfda245c 100644 --- a/lang/zh_TW.rb +++ b/lang/zh_TW.rb @@ -107,53 +107,6 @@ l.store "Delete this file from the webserver?", "從網路伺服器刪除此檔案?" l.store "File Uploads", "檔案上載" l.store "Browse", "" - - # app/views/admin/seo/index.html.erb - l.store "SEO", "" - l.store "Global SEO settings", "" - l.store "Titles", "" - l.store "General settings", "" - l.store "Use meta keywords", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "RSS description message", "" - l.store "Indexing", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "Use dofollow in comments", "" - l.store "Use canonical URL", "" - l.store "Read more about %s", "" - l.store "Google", "" - l.store "Google Analytics", "" - l.store "Google Webmaster Tools validation link", "" - l.store "Custom tracking code", "" - l.store "Global settings", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/seo/permalinks.html.erb - l.store "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.", "" - l.store "Here are some examples to get you started.", "" - l.store "your article slug. Using this slug is mandatory.", "" - l.store "your article year of publication.", "" - l.store "your article month of publication.", "" - l.store "your article day of publication.", "" - l.store "Permalinks", "" - l.store "Custom", "" - - # app/views/admin/seo/titles.html.erb - l.store "Description template", "" - l.store "Paginated archives", "" - l.store "The blog's name", "" - l.store "The blog's tagline / description", "" - l.store "Replaced with the category/tag name", "" - l.store "Replaced with the current search phrase", "" - l.store "Replaced with the current time", "" - l.store "Replaced with the current month", "" - l.store "Replaced with the current year", "" - l.store "Replaced with the current page number", "" l.store "Enable comments by default", "預設為可以回應" l.store "Enable Trackbacks by default", "預設為可以引用" l.store "Enable feedback moderation", "適度可以反饋" @@ -184,31 +137,13 @@ l.store "Blog subtitle", "副標題" l.store "Blog URL", "部落格URL" l.store "Language", "言語" - l.store "You can allow users to register to your blog. By default, they will register as contributors, an unpriviledged account level which grant them no rights but own a profile on the site. If you don't want users to register, you can thus add them by yourself in the users part of this admin.", "" l.store "Items to display in admin lists", "" l.store "Publishing options", "" l.store "Display", "顯示" l.store "articles on my homepage by default", "預設的首頁文章" l.store "articles in my news feed by default", "預設的feed文章" l.store "Show full article on feed", "顯示全部feed文章" - l.store "Feedburner ID", "" - l.store "General settings", "一般設定" - l.store "You can use your Google Feedburner account instead of Publify feed URL. To enable this, fill this form with your Feedburner ID.", "" - - # app/views/admin/settings/seo.html.erb l.store "Search Engine Optimisation", "SEO" - l.store "Google Analytics", "" - l.store "Google verification link", "" - l.store "Meta description", "" - l.store "Meta keywords", "" - l.store "Use RSS description", "" - l.store "Robots.txt", "" - l.store "You robots.txt file is not writeable. Publify won't be able to write it", "" - l.store "This will display", "" - l.store "at the bottom of each post in the RSS feed", "" - l.store "Here you can add anything you want to appear in your application header, such as analytics service tracking code.", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "資訊" l.store "Current database version", "當前的資料庫版本" l.store "New database version", "新資料庫版本" @@ -300,7 +235,6 @@ l.store "%s user", "" # app/views/articles/_article.html.erb l.store "Posted by", "貼上" - l.store "Continue reading", "" # app/views/articles/_comment.html.erb l.store "said", "發言" @@ -324,7 +258,6 @@ # app/views/articles/groupings.html.erb l.store "There are", "有" - # app/views/articles/read.html.erb l.store "Leave a response", "離開一個回應" l.store "Trackbacks", "引用" l.store "Use the following link to trackback from your own site", "從你所屬的網點用隨後的連結去引用"