From f46e29e51b0c91e92f35865fa7002e1e3135685c Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Thu, 14 Nov 2013 16:25:49 +0100 Subject: [PATCH] move lang to locale for seo titles --- app/views/admin/seo/titles.html.erb | 104 ++++++++++++++-------------- config/locales/da.yml | 33 +++++++++ config/locales/de.yml | 33 +++++++++ config/locales/en.yml | 33 +++++++++ config/locales/es-MX.yml | 33 +++++++++ config/locales/fr.yml | 33 +++++++++ config/locales/he-IL.yml | 33 +++++++++ config/locales/it.yml | 33 +++++++++ config/locales/ja.yml | 33 +++++++++ config/locales/lt.yml | 35 +++++++++- config/locales/nb-NO.yml | 33 +++++++++ config/locales/nl.yml | 33 +++++++++ config/locales/pl.yml | 33 +++++++++ config/locales/pt-BR.yml | 33 +++++++++ config/locales/ro.yml | 33 +++++++++ config/locales/ru.yml | 33 +++++++++ config/locales/zh-CN.yml | 33 +++++++++ config/locales/zh-TW.yml | 33 +++++++++ lang/da_DK.rb | 2 - lang/de_DE.rb | 1 - lang/es_MX.rb | 9 --- lang/fr_FR.rb | 47 ------------- lang/he_IL.rb | 41 ----------- lang/it_IT.rb | 22 ------ lang/ja_JP.rb | 52 -------------- lang/lt_LT.rb | 1 - lang/nb_NO.rb | 40 ----------- lang/nl_NL.rb | 67 ------------------ lang/pl_PL.rb | 50 ------------- lang/pt_BR.rb | 3 - lang/ro_RO.rb | 13 ---- lang/ru_RU.rb | 2 - lang/zh_CN.rb | 14 ---- lang/zh_TW.rb | 13 ---- 34 files changed, 614 insertions(+), 430 deletions(-) diff --git a/app/views/admin/seo/titles.html.erb b/app/views/admin/seo/titles.html.erb index bca480e890..38fbd1314d 100644 --- a/app/views/admin/seo/titles.html.erb +++ b/app/views/admin/seo/titles.html.erb @@ -1,5 +1,5 @@ <%- content_for :page_heading do %> -

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

+

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

<% end %> <%= error_messages_for 'blog' %> @@ -7,45 +7,45 @@ <%= form_tag :action => 'update' do %>
- <%= _("Home") %> + <%= t(".home") %>
- +
<%= text_field(:setting, :home_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :home_desc_template, :rows => 3, :class => 'span5')%>
- <%= _("Articles") %> + <%= t(".articles") %>
- +
<%= text_field(:setting, :article_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :article_desc_template, :rows => 3, :class => 'span5')%>
- <%= _("Pages") %> + <%= t(".pages") %>
- +
<%= text_field(:setting, :page_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :page_desc_template, :rows => 3, :class => 'span5')%>
@@ -53,30 +53,30 @@
- <%= _("Paginated archives") %> + <%= t(".paginated_archives") %>
- +
<%= text_field(:setting, :paginated_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :paginated_desc_template, :rows => 3, :class => 'span5')%>
- <%= _("Dated archives") %> + <%= t(".dated_archives") %>
- +
<%= text_field(:setting, :archives_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :archives_desc_template, :rows => 3, :class => 'span5')%>
@@ -84,30 +84,30 @@
- <%= _("Categories") %> + <%= t(".categories") %>
- +
<%= text_field(:setting, :category_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :category_desc_template, :rows => 3, :class => 'span5')%>
- <%= _("Tags") %> + <%= t(".tags") %>
- +
<%= text_field(:setting, :tag_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :tag_desc_template, :rows => 3, :class => 'span5')%>
@@ -115,15 +115,15 @@
- <%= _("Author page") %> + <%= t(".author_page") %>
- +
<%= text_field(:setting, :author_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :author_desc_template, :rows => 3, :class => 'span5')%>
@@ -131,15 +131,15 @@
- <%= _("Search results") %> + <%= t(".search_results") %>
- +
<%= text_field(:setting, :search_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :search_desc_template, :rows => 3, :class => 'span5')%>
@@ -147,15 +147,15 @@
- <%= _("Short statuses lists") %> + <%= t(".short_statuses_lists") %>
- +
<%= text_field(:setting, :statuses_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :statuses_desc_template, :rows => 3, :class => 'span5')%>
@@ -163,87 +163,87 @@
- <%= _("Short statuses") %> + <%= t(".short_statuses") %>
- +
<%= text_field(:setting, :status_title_template, { :class => 'span5'})%>
- +
<%= text_area(:setting, :status_desc_template, :rows => 3, :class => 'span5')%>
-

<%= _("Help on title settings")%>

-

<%= _("These tags can be included in your templates and will be replaced when displaying the page.") %>

+

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

+

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

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
%title%<%= _("Replaced with the title of the article/page") %><%= t(".replaced_with_the_title_of_the_article_page") %>
%blog_name%<%= _("The blog's name") %><%= t(".the_blog_s_name") %>
%blog_subtitle%<%= _("The blog's tagline / description") %><%= t(".the_blog_s_tagline_description") %>
%excerpt%<%= _("Replaced with the post/page excerpt") %><%= t(".replaced_with_the_post_page_excerpt") %>
%tags%<%= _("Replaced with the article tags (comma separated)") %><%= t(".replaced_with_the_article_tags") %>
%categories<%= _("Replaced with the article categories (comma separated)") %><%= t(".replaced_with_the_article_categories") %>
%title<%= _("Replaced with the article/page title") %><%= t(".replaced_with_the_article_page_title") %>
%name%<%= _("Replaced with the category/tag name") %><%= t(".replaced_with_the_category_tag_name") %>
%search%<%= _("Replaced with the current search phrase") %><%= t(".replaced_with_the_current_search_phrase") %>
%currenttime%<%= _("Replaced with the current time") %><%= t(".replaced_with_the_current_time") %>
%currentdate%<%= _("Replaced with the current date") %><%= t(".replaced_with_the_current_date") %>
%currentmonth%<%= _("Replaced with the current month") %><%= t(".replaced_with_the_current_month") %>
%currentyear%<%= _("Replaced with the current year") %><%= t(".replaced_with_the_current_year") %>
%page%<%= _("Replaced with the current page number") %><%= t(".replaced_with_the_current_page_number") %>
%date%<%= _("Replaced by the archive date") %><%= t(".replaced_by_the_archive_date") %>
%body%<%= _("Replaced by the content body") %><%= t(".replaced_by_the_content_body") %>
<%= save_settings %> diff --git a/config/locales/da.yml b/config/locales/da.yml index 273371d01a..e07f5f1704 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -6,6 +6,39 @@ da: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "Artikler" + pages: "Sider" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Kategorier" + tags: "Tags" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/de.yml b/config/locales/de.yml index 466ffc00c1..727eef2ebb 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -6,6 +6,39 @@ de: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "Articles" + pages: "Seiten" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Categories" + tags: "Tags" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/en.yml b/config/locales/en.yml index 72e8d2555a..5f9c185589 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -6,6 +6,39 @@ en: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "Articles" + pages: "Pages" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Categories" + tags: "Tags" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/es-MX.yml b/config/locales/es-MX.yml index cfa1626ea9..ee85de2ce3 100644 --- a/config/locales/es-MX.yml +++ b/config/locales/es-MX.yml @@ -6,6 +6,39 @@ es-MX: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "Articles" + pages: "Pages" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Categories" + tags: "Tags" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 5f6507bd07..f4b726ebb2 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -6,6 +6,39 @@ fr: last: "Last" admin: seo: + titles: + title_settings: "Paramétrage des titres" + home: "Home" + title_template: "Titre" + description_template: "Description" + articles: "Articles" + pages: "Pages" + paginated_archives: "Archives paginées" + dated_archives: "Archives par date" + categories: "Categories" + tags: "Tags" + author_page: "Page d'auteur" + search_results: "Résultats de recherche" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Aide sur le Paramétrage des titres" + these_tags_can_be_included: "Ces tags peuvent être ajoutés dans le template et seront remplacés lors de l'affichage de la page" + replaced_with_the_title_of_the_article_page: "Remplacé par le titre de l'article ou de la page" + the_blog_s_name: "Le nom du blog" + the_blog_s_tagline_description: "Le sous-titre du blog" + replaced_with_the_post_page_excerpt: "Remplacé par l'introduction de l'article ou de la page" + replaced_with_the_article_tags: "Remplacé par les tags de l'article (séparés par une virgule)" + replaced_with_the_article_categories: "Remplacé par les catégories de l'article (séparées par une virgule)" + replaced_with_the_article_page_title: "Remplacé par le titre de l'article ou de la page" + replaced_with_the_category_tag_name: "Remplacé par le nom de la catégorie ou du mot-clé" + replaced_with_the_current_search_phrase: "Remplacé avec le contenu de la recherche" + replaced_with_the_current_time: "Remplacé par l'heure actuelle" + replaced_with_the_current_date: "Remplacé par la date du jour" + replaced_with_the_current_month: "Remplacé par le mois en cours" + replaced_with_the_current_year: "Remplacé par l'année en cours" + replaced_with_the_current_page_number: "Remplacé par le numéro de la page" + replaced_by_the_archive_date: "Remplacé par la date de l'archive" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "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." permalinks: "Permaliens" diff --git a/config/locales/he-IL.yml b/config/locales/he-IL.yml index 47772d046b..79d6f8bd9a 100644 --- a/config/locales/he-IL.yml +++ b/config/locales/he-IL.yml @@ -6,6 +6,39 @@ he-IL: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "בית" + title_template: "Title template" + description_template: "Description template" + articles: "כתבות" + pages: "דפים" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "קטגוריות" + tags: "תוויות" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/it.yml b/config/locales/it.yml index a14bfd3cd2..6451019ab3 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -6,6 +6,39 @@ it: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "Articles" + pages: "Pagine" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Categories" + tags: "Tags" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 09392f3cdf..0d1e939d22 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -6,6 +6,39 @@ ja: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "記事" + pages: "ページ" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "カテゴリ" + tags: "タグ" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 2b3ef0cd07..da170da386 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -6,6 +6,39 @@ lt: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "Articles" + pages: "Seiten" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Categories" + tags: "Žymės" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" @@ -227,7 +260,7 @@ lt: article_filter: "Article filter" save_as_draft: "Save as draft" categories: "Categories" - tags: "Tags" + tags: "Žymės" tags_explaination: "Separate tags with commas. Use double quotes (") around multi-word tags, e.g. "opera house"." categories: new_category: "New Category" diff --git a/config/locales/nb-NO.yml b/config/locales/nb-NO.yml index 594ec3ee20..fd7862ff34 100644 --- a/config/locales/nb-NO.yml +++ b/config/locales/nb-NO.yml @@ -6,6 +6,39 @@ nb-NO: last: "Last" admin: seo: + titles: + title_settings: "Tittelinnstillinger" + home: "Hjem" + title_template: "Mønster for tittel" + description_template: "Mønster for beskrivelse" + articles: "Artikler" + pages: "Sider" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Kategorier" + tags: "Tags" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Hjelp med tittelinnstillinger" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Erstatted med tittelen til artikkelen/siden" + the_blog_s_name: "Bloggens navn" + the_blog_s_tagline_description: "Bloggens undertittel/beskrivelse" + replaced_with_the_post_page_excerpt: "Erstattet med utdrag fra artikkelen/siden" + replaced_with_the_article_tags: "Erstattet med artikkelens tags (kommaseparert)" + replaced_with_the_article_categories: "Erstattet med artikkelens kategorier (kommaseparert)" + replaced_with_the_article_page_title: "Erstattet med artikkelens/sidens tittel" + replaced_with_the_category_tag_name: "Erstattet med kategori-/tagnavn" + replaced_with_the_current_search_phrase: "Erstattet med nåværende søketekst" + replaced_with_the_current_time: "Erstattet med nåværende tid" + replaced_with_the_current_date: "Erstattet med nåværende dato" + replaced_with_the_current_month: "Erstattet med nåværende måned" + replaced_with_the_current_year: "Erstattet med nåværende år" + replaced_with_the_current_page_number: "Erstattet med nåværende sidetall" + replaced_by_the_archive_date: "Erstattet av arkivdato" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify tilbyr deg muligheten til å opprette en tilpasset URL-struktur for dine permalenker og arkiver. Dette kan forbedre estetikken, brukervennligheten og foroverkompatibiliteten til dine lenker." permalinks: "Permalenker" diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 0a6a113d5e..9195933775 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -6,6 +6,39 @@ nl: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Begin" + title_template: "Title template" + description_template: "Description template" + articles: "Artikelen" + pages: "Pagina's" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Categoriën" + tags: "Trefwoorden" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/pl.yml b/config/locales/pl.yml index d88fdd9c81..6bd75747f6 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -6,6 +6,39 @@ pl: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "Articles" + pages: "Strony" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Categories" + tags: "Tagi" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index d587816879..39bb179626 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -6,6 +6,39 @@ pt-BR: last: "Anterior" admin: seo: + titles: + title_settings: "Title settings" + home: "Início" + title_template: "Title template" + description_template: "Description template" + articles: "Articles" + pages: "Páginas" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Categorias" + tags: "Tags" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/ro.yml b/config/locales/ro.yml index fde4faeac8..a337e20e50 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -6,6 +6,39 @@ ro: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "Articles" + pages: "Pagini" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Categories" + tags: "Tags" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 130510efd5..04de2ce8d7 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -6,6 +6,39 @@ ru: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "Articles" + pages: "Pages" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "Категории" + tags: "Теги" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Постоянные ссылки" diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index 609a25b6ee..013b5d40d8 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -6,6 +6,39 @@ zh-CN: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "首页" + title_template: "Title template" + description_template: "Description template" + articles: "文章" + pages: "页数" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "分类" + tags: "标签" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 0dd165742e..2ab3339677 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -6,6 +6,39 @@ zh-TW: last: "Last" admin: seo: + titles: + title_settings: "Title settings" + home: "Home" + title_template: "Title template" + description_template: "Description template" + articles: "文章" + pages: "頁數" + paginated_archives: "Paginated archives" + dated_archives: "Dated archives" + categories: "分類" + tags: "標示標籤" + author_page: "Author page" + search_results: "Search results" + short_statuses_lists: "Short statuses lists" + short_statuses: "Short statuses" + help_on_title_settings: "Help on title settings" + these_tags_can_be_included: "These tags can be included in your templates and will be replaced when displaying the page." + replaced_with_the_title_of_the_article_page: "Replaced with the title of the article/page" + the_blog_s_name: "The blog's name" + the_blog_s_tagline_description: "The blog's tagline / description" + replaced_with_the_post_page_excerpt: "Replaced with the post/page excerpt" + replaced_with_the_article_tags: "Replaced with the article tags (comma separated)" + replaced_with_the_article_categories: "Replaced with the article categories (comma separated)" + replaced_with_the_article_page_title: "Replaced with the article/page title" + replaced_with_the_category_tag_name: "Replaced with the category/tag name" + replaced_with_the_current_search_phrase: "Replaced with the current search phrase" + replaced_with_the_current_time: "Replaced with the current time" + replaced_with_the_current_date: "Replaced with the current date" + replaced_with_the_current_month: "Replaced with the current month" + replaced_with_the_current_year: "Replaced with the current year" + replaced_with_the_current_page_number: "Replaced with the current page number" + replaced_by_the_archive_date: "Replaced by the archive date" + replaced_by_the_content_body: "Replaced by the content body" permalinks: explain: "Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links." permalinks: "Permalinks" diff --git a/lang/da_DK.rb b/lang/da_DK.rb index 958332cbb1..b6ed753c23 100644 --- a/lang/da_DK.rb +++ b/lang/da_DK.rb @@ -41,7 +41,6 @@ # app/views/admin/content/destroy.html.erb l.store "Are you sure you want to delete this article", "Er du sikker på du vil slette denne artikel" l.store "Delete this article", "Slet denne artikel" - l.store "Articles", "Artikler" # app/views/admin/content/index.html.erb l.store "Search articles that contain ...", "Søg efter artikler der indeholder..." @@ -68,7 +67,6 @@ l.store "Your posts : %d", "Dine artikler : %d" l.store "Total comments : %d", "Total kommentarer : %d" l.store "Spam comments : %d", "Spam kommentarer : %d" - l.store "Pages", "Sider" l.store "Are you sure you want to delete the page", "Er du sikker på du vil slette denne side" l.store "Delete this page", "Slet denne side" diff --git a/lang/de_DE.rb b/lang/de_DE.rb index 91c20bdb21..c88740ef9b 100644 --- a/lang/de_DE.rb +++ b/lang/de_DE.rb @@ -34,7 +34,6 @@ # app/views/admin/dashboard/_publify_dev.html.erb l.store "Oh no, nothing new", "" l.store "Limit to spam", "Einschränken auf Spam" - l.store "Pages","Seiten" l.store "Are you sure you want to delete the page", "Sind Sie sicher, diese Seite zu löschen" l.store "Delete this page", "Diese Seite löschen" diff --git a/lang/es_MX.rb b/lang/es_MX.rb index 4659ea083b..014de24539 100644 --- a/lang/es_MX.rb +++ b/lang/es_MX.rb @@ -64,15 +64,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/titles.html.erb - 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 "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" diff --git a/lang/fr_FR.rb b/lang/fr_FR.rb index 264c532e39..b6e61262e2 100644 --- a/lang/fr_FR.rb +++ b/lang/fr_FR.rb @@ -173,32 +173,6 @@ l.store "Titles", "Titre des pages" 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." - # app/views/admin/seo/titles.html.erb - l.store "Title settings", "Paramétrage des titres" - l.store "Title template", "Titre" - l.store "Description template", "Description" - l.store "Paginated archives", "Archives paginées" - l.store "Dated archives", "Archives par date" - l.store "Author page", "Page d'auteur" - l.store "Search results", "Résultats de recherche" - l.store "Help on title settings", "Aide sur le Paramétrage des titres" - l.store "Replaced with the title of the article/page", "Remplacé par le titre de l'article ou de la page" - l.store "The blog's name", "Le nom du blog" - l.store "The blog's tagline / description", "Le sous-titre du blog" - l.store "Replaced with the post/page excerpt", "Remplacé par l'introduction de l'article ou de la page" - l.store "Replaced with the article tags (comma separated)", "Remplacé par les tags de l'article (séparés par une virgule)" - l.store "Replaced with the article categories (comma separated)", "Remplacé par les catégories de l'article (séparées par une virgule)" - l.store "Replaced with the article/page title", "Remplacé par le titre de l'article ou de la page" - l.store "Replaced with the category/tag name", "Remplacé par le nom de la catégorie ou du mot-clé" - l.store "Replaced with the current search phrase", "Remplacé avec le contenu de la recherche" - l.store "Replaced with the current time", "Remplacé par l'heure actuelle" - l.store "Replaced with the current date", "Remplacé par la date du jour" - l.store "Replaced with the current month", "Remplacé par le mois en cours" - l.store "Replaced with the current year", "Remplacé par l'année en cours" - l.store "Replaced with the current page number", "Remplacé par le numéro de la page" - l.store "Replaced by the archive date", "Remplacé par la date de l'archive" - l.store "These tags can be included in your templates and will be replaced when displaying the page.", "Ces tags peuvent être ajoutés dans le template et seront remplacés lors de l'affichage de la page" - # app/views/admin/settings/errors.html.erb l.store "Error 404", "Erreur 404 (le document demandé n'existe pas)" l.store "Message", "Message" @@ -368,44 +342,23 @@ # app/views/admin/users/new.html.erb l.store "Add User", "Ajouter un utilisateur" - - # app/views/articles/_article.html.erb l.store "Posted by", "Publié par" - # app/view/admin/ l.store "All notes", "Toutes les notes" l.store "Statuses", "Notes" - - - - # app/views/articles/_article_excerpt.html.erb l.store "Continue reading", "Lire plus" - - # app/views/articles/_comment_failed.html.erb l.store "Oops, something wrong happened, the comment could not be saved", "Oops, quelque chose s'est mal déroulé. Votre commentaire n'a donc pu être enregistré." - - # app/views/articles/_comment_form.html.erb l.store "Your name", "Votre nom " l.store "Your email", "Votre courriel" l.store "Your message", "Votre commentaire" l.store "Comment Markup Help", "Aide sur le balisage des commentaires" l.store "Preview comment", "Prévisualiser le commentaire" l.store "leave url/email", "laissez votre url/courriel" - - # app/views/articles/_comment_list.html.erb l.store "No comments", "Pas de commentaires" - - # app/views/articles/archives.html.erb l.store "No articles found", "Aucun article ne correspond à la recherche" l.store "posted in", "publié dans" - - # app/views/articles/comment_preview.html.erb l.store "is about to say", "va dire" - - # app/views/articles/groupings.html.erb l.store "There are", "Il y a" - - # app/views/articles/read.html.erb l.store "Leave a response", "Réagir à ce billet" l.store "Trackbacks", "Rétroliens" l.store "Use the following link to trackback from your own site", "Utilisez le lien ci-dessous pour envoyer un rétrolien depuis votre site" diff --git a/lang/he_IL.rb b/lang/he_IL.rb index 4d78e7bdea..e44d417a46 100644 --- a/lang/he_IL.rb +++ b/lang/he_IL.rb @@ -10,11 +10,6 @@ l.store "login", "" l.store "signup", "" l.store "Recover your password", "" - - # app/controllers/admin/categories_controller.rb - l.store "Category was successfully saved.", "" - l.store "Category could not be saved.", "" - # app/controllers/admin/content_controller.rb l.store "Error, you are not allowed to perform this action", "שגיאה, אינך רשאי לבצע פעולה זו" l.store "Preview", "תצוגה מקדימה" @@ -52,8 +47,6 @@ # app/controllers/admin/sidebar_controller.rb l.store "It seems something went wrong. Maybe some of your sidebars are actually missing and you should either reinstall them or remove them manually", "" - - # app/controllers/admin/tags_controller.rb l.store "Tag was successfully updated.", "התוית עודכנה בהצלחה." # app/controllers/admin/themes_controller.rb @@ -71,7 +64,6 @@ l.store "Delete content", "מחק תוכן" l.store "Are you sure?", "האם אתה בטוח? " l.store "Please select", "אנא בחר" - l.store "All categories", "" l.store "All authors", "" l.store "All published dates", "" l.store "There are no %s yet. Why don't you start and create one?", "" @@ -113,18 +105,10 @@ l.store "Spam?", "ספאם ?" l.store "Just Marked As Spam", "סומן כספאם" - # app/views/admin/categories/_categories.html.erb l.store "Reorder", "סדר מחדש" l.store "Sort alphabetically", "מיין לפי האלף-בית" - - # app/views/admin/categories/destroy.html.erb l.store "Are you sure you want to delete the category ", "האם אתה בטוח שברצונך למחוק את הקטגורייה ?" l.store "Delete this category", "מחק קטגורייה זו" - - # app/views/admin/categories/new.html.erb - l.store "%s Category", "" - - # app/views/admin/categories/reorder.html.erb l.store "(Done)", "(בוצע)" # app/views/admin/content/_attachment.html.erb @@ -142,7 +126,6 @@ # app/views/admin/content/destroy.html.erb l.store "Are you sure you want to delete this article", "האם אתה בטוח שברצונך למחוק כתבה זו" l.store "Delete this article", "מחק כתבה זו" - l.store "Articles", "כתבות" l.store "Most popular", "הכי פופלריים" l.store "Nothing to show yet", "אין מה להציג כרגע" l.store "No posts yet, why don't you start and write one", "אין כתבות עדיין, למה שלא תתחיל לכתוב כתבה חדשה" @@ -156,7 +139,6 @@ l.store "Limit to spam", "סווג כספאם" l.store "Comments for", "תגובות על" l.store "Search Comments and Trackbacks that contain", "חפש תגובות או עוקבים-חזרה המכילים" - l.store "Pages", "דפים" l.store "Are you sure you want to delete the page", "האם אתה בטוח שברצונך למחוק דף זה ?" l.store "Delete this page", "מחק דף זה" l.store "Previous page", "הדף הקודם" @@ -205,11 +187,6 @@ l.store "Show full article on feed", "הצג כתבה מלאה במזין החדשות" l.store "Feedburner ID", "" l.store "Search Engine Optimisation", "אופטימיזצית מנוע חיפוש" - l.store "Format of permalink", "" - l.store "Meta description", "" - l.store "Search Engine Optimization", "" - - # app/views/admin/settings/update_database.html.erb l.store "Information", "מידע" l.store "Current database version", "גרסת בסיס הנתונים הנוכחית" l.store "New database version", "גירסת בסיס הנתונים החדשה" @@ -254,23 +231,14 @@ l.store "Adds basic search sidebar in your Publify blog", "" l.store "Static", "" l.store "Static content, like links to other sites, advertisements, or blog meta-information", "" - l.store "Show most popular tags for this blog", "" l.store "RSS and Atom feeds", "" l.store "XML Syndication", "" l.store "remove", "supprimer" - - # app/views/admin/tags/_form.html.erb l.store "Display name", "שם התצוגה" - - # app/views/admin/tags/destroy.html.erb l.store "Are you sure you want to delete the tag", "האם אתה בטוח שרצונך למחוק תווית זו ?" l.store "Delete this tag", "מחק תוויות זו" - - # app/views/admin/tags/edit.html.erb l.store "Editing ", "עורך" l.store "Back to tags list", "חזרה לרשימת התוויות" - - # app/views/admin/tags/index.html.erb l.store "Display Name", "שם תצוגה" l.store "Manage tags", "נהל תוויות" @@ -422,15 +390,6 @@ l.store "add me to Twitter", "" l.store "Trackbacks for", "עוקבי חזרה עבור" - - l.store "Search results for:", "" - - # themes/true-blue-3/views/categories/index.html.erb - - # themes/true-blue-3/views/categories/show.html.erb - l.store "Previous", "" - - # vendor/plugins/archives_sidebar/views/content.rhtml l.store "Archives", "ארכיון" # vendor/plugins/authors_sidebar/views/content.rhtml diff --git a/lang/it_IT.rb b/lang/it_IT.rb index 030eebab79..bb3064d0fd 100644 --- a/lang/it_IT.rb +++ b/lang/it_IT.rb @@ -9,11 +9,6 @@ l.store "login", "" l.store "signup", "" l.store "Recover your password", "" - - # app/controllers/admin/categories_controller.rb - l.store "Category was successfully saved.", "" - l.store "Category could not be saved.", "" - # app/controllers/admin/content_controller.rb l.store "Error, you are not allowed to perform this action", "" l.store "Preview", "" @@ -23,11 +18,6 @@ l.store "Deleted %d item(s)", "" l.store "Confirmed classification of %s item(s)", "Conferma classificazione di %s elementi" l.store "Not implemented", "Non implementato" - - # app/controllers/admin/profiles_controller.rb - l.store "User was successfully updated.", "" - - # app/controllers/admin/resources_controller.rb l.store "Error occurred while updating Content Type.", "Si e' verificato un errore mentre aggiornavo il tipo di contenuto." l.store "complete", "completato" l.store "File uploaded: ", "File inviata: " @@ -42,14 +32,6 @@ # app/controllers/admin/sidebar_controller.rb l.store "It seems something went wrong. Maybe some of your sidebars are actually missing and you should either reinstall them or remove them manually", "" - - # app/controllers/admin/tags_controller.rb - l.store "Tag was successfully updated.", "" - - # app/controllers/admin/themes_controller.rb - l.store "Theme changed successfully", "" - l.store "You are not authorized to open this file", "" - l.store "File saved successfully", "" l.store "Store", "Salva" l.store "All categories", "Tutte le categorie" l.store "All authors", "Tutte le autori" @@ -115,7 +97,6 @@ l.store "No posts yet, why don't you start and write one", "" l.store "Limit to spam", "Limita a spam" l.store "Search Comments and Trackbacks that contain", "Cerca commenti o trackback che contengono" - l.store "Pages","Pagine" l.store "Are you sure you want to delete the page", "Sei sicuro di voler eliminare questa pagina" l.store "Delete this page", "Elimina questa pagina" @@ -211,12 +192,9 @@ l.store "Adds basic search sidebar in your Publify blog", "" l.store "Static", "" l.store "Static content, like links to other sites, advertisements, or blog meta-information", "" - l.store "Show most popular tags for this blog", "" l.store "RSS and Atom feeds", "" l.store "XML Syndication", "" l.store "remove", "supprimer" - - # app/views/admin/tags/_form.html.erb l.store "Display name", "Nome visualizzato" l.store "Active theme", "Tema Attivo" l.store "Choose a theme", "Seleziona un tema" diff --git a/lang/ja_JP.rb b/lang/ja_JP.rb index 08ef382505..6ab35dcd92 100644 --- a/lang/ja_JP.rb +++ b/lang/ja_JP.rb @@ -8,11 +8,6 @@ l.store "Successfully logged out", "ログアウトしました" l.store "login", "ログイン" l.store "signup", "サインアップ" - - # app/controllers/admin/categories_controller.rb - l.store "Category was successfully saved.", "" - l.store "Category could not be saved.", "" - # app/controllers/admin/content_controller.rb l.store "Error, you are not allowed to perform this action", "あなたのアカウントではこの操作は許可されていません" l.store "Preview", "" @@ -68,12 +63,8 @@ l.store "Just Marked As Spam", "スパムマーク" l.store "Reorder", "並べ替え" l.store "Sort alphabetically", "アルファベット順に並べ替え" - - # app/views/admin/categories/destroy.html.erb l.store "Are you sure you want to delete the category ", "このカテゴリを削除してもよろしいですか? " l.store "Delete this category", "このカテゴリを削除" - - # app/views/admin/categories/reorder.html.erb l.store "(Done)", "(完了)" # app/views/admin/content/_attachment.html.erb @@ -90,7 +81,6 @@ # app/views/admin/content/destroy.html.erb l.store "Are you sure you want to delete this article", "本当にこの記事を削除してよろしいですか?" l.store "Delete this article", "この記事を削除" - l.store "Articles", "記事" l.store "Search articles that contain ...", "以下の語句を含む記事を検索" @@ -106,7 +96,6 @@ l.store "Limit to spam", "スパムコメント" l.store "Search Comments and Trackbacks that contain", "以下の語句を含むコメントおよびトラックバックを検索" l.store "Page settings", "ページ設定" - l.store "Pages","ページ" l.store "Are you sure you want to delete the page", "本当にこのページを削除してよろしいですか?" l.store "Delete this page", "このページを削除" l.store "Your profile", "あなたのプロフィール" @@ -265,8 +254,6 @@ l.store "State", "状態" l.store "%s user", "%s" l.store "Add User", "ユーザーの追加" - - # app/views/articles/_article.html.erb l.store "Posted by", "投稿者" l.store "Continue reading", "" @@ -278,19 +265,10 @@ l.store "Your message", "メッセージ" l.store "Comment Markup Help", "コメントのマークアップヘルプ" l.store "Preview comment", "前のコメント" - # app/views/articles/_trackback.html.erb l.store "From", "From" - - # app/views/articles/archives.html.erb l.store "No articles found", "記事が見つかりませんでした" - l.store "posted in", "" - l.store "is about to say", "〜について言う" - - # 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", "トラックバックリンク" @@ -318,11 +296,8 @@ # app/views/shared/_search.html.erb l.store "Live Search", "" - l.store "Powered by %s", "" l.store "Designed by %s ", "" - - # test/mocks/themes/typographic/views/articles/_article.html.erb l.store "Continue reading...", "続きを読む‥" l.store "This entry was posted on %s", "" l.store "and %s", "" @@ -349,34 +324,7 @@ 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", "" - - # themes/true-blue-3/helpers/theme_helper.rb - l.store "You are here: ", "" - - # themes/true-blue-3/views/articles/_article.html.erb - l.store "%%a, %%d %%b %%Y %%H:%%M", "" - - l.store "Email address", "" - 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", "〜へのトラックバック" - - # themes/true-blue-3/views/articles/search.html.erb - l.store "Search results for:", "" - - # themes/true-blue-3/views/categories/index.html.erb - l.store "Read all articles in %s", "" - - # themes/true-blue-3/views/categories/show.html.erb - l.store "Previous", "" - - # vendor/plugins/archives_sidebar/views/content.rhtml l.store "Archives", "アーカイブ" # vendor/plugins/authors_sidebar/views/content.rhtml diff --git a/lang/lt_LT.rb b/lang/lt_LT.rb index beabe6154f..510686b95d 100644 --- a/lang/lt_LT.rb +++ b/lang/lt_LT.rb @@ -66,7 +66,6 @@ l.store "Total posts : %d", "" l.store "Your posts : %d", "" l.store "Limit to spam", "Spamo limitas" - l.store "Pages","Seiten" l.store "Are you sure you want to delete the page", "Sind Sie sicher, diese Seite zu löschen" l.store "Delete this page", "Diese Seite löschen" l.store "Your profile", "" diff --git a/lang/nb_NO.rb b/lang/nb_NO.rb index 0a94ae93f7..d84e3bccf7 100644 --- a/lang/nb_NO.rb +++ b/lang/nb_NO.rb @@ -101,10 +101,7 @@ # app/controllers/application_controller.rb l.store "Localization.rtl", "" - - # app/controllers/articles_controller.rb l.store "No posts found...", "Ingen poster." - # app/controllers/grouping_controller.rb l.store "page", "side" l.store "Store", "Lagre" @@ -171,7 +168,6 @@ l.store "Publish at", "Offentliggjort den" l.store "Are you sure you want to delete this article", "Er du sikker på du vil slette denne artikkelen" l.store "Delete this article", "Slett denne artikkelen" - l.store "Articles", "Artikler" l.store "Latest Comments", "Siste kommentarer" # app/views/admin/dashboard/_popular.html.erb @@ -205,7 +201,6 @@ l.store "%s", "" l.store "Search Comments and Trackbacks that contain", "Søk etter kommentarer og Trackbacks som inneholder" l.store "Page settings", "Sideinnstillinger" - l.store "Pages", "Sider" l.store "Are you sure you want to delete the page", "Er du sikker på du vil slette denne siden" l.store "Delete this page", "Slett denne side" l.store "Your profile", "Din profil" @@ -231,25 +226,6 @@ l.store "Medium size", "Mellomstor" l.store "Original size", "Opprinnelig størrelse" 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 "Title settings", "Tittelinnstillinger" - l.store "Title template", "Mønster for tittel" - l.store "Description template", "Mønster for beskrivelse" - l.store "Help on title settings", "Hjelp med tittelinnstillinger" - l.store "Replaced with the title of the article/page", "Erstatted med tittelen til artikkelen/siden" - l.store "The blog's name", "Bloggens navn" - l.store "The blog's tagline / description", "Bloggens undertittel/beskrivelse" - l.store "Replaced with the post/page excerpt", "Erstattet med utdrag fra artikkelen/siden" - l.store "Replaced with the article tags (comma separated)", "Erstattet med artikkelens tags (kommaseparert)" - l.store "Replaced with the article categories (comma separated)", "Erstattet med artikkelens kategorier (kommaseparert)" - l.store "Replaced with the article/page title", "Erstattet med artikkelens/sidens tittel" - l.store "Replaced with the category/tag name", "Erstattet med kategori-/tagnavn" - l.store "Replaced with the current search phrase", "Erstattet med nåværende søketekst" - l.store "Replaced with the current time", "Erstattet med nåværende tid" - l.store "Replaced with the current date", "Erstattet med nåværende dato" - l.store "Replaced with the current month", "Erstattet med nåværende måned" - l.store "Replaced with the current year", "Erstattet med nåværende år" - l.store "Replaced with the current page number", "Erstattet med nåværende sidetall" - l.store "Replaced by the archive date", "Erstattet av arkivdato" l.store "Titles", "Titler" l.store "Enable comments by default", "Aktiver kommentarer som standard" @@ -406,11 +382,7 @@ # app/views/admin/users/new.html.erb l.store "Add User", "Legg til bruker" - - # app/views/articles/_article.html.erb l.store "Posted by", "Skrevet av" - - # app/views/articles/_article_excerpt.html.erb l.store "Continue reading", "Fortsett å lese" l.store "Oops, something wrong happened, the comment could not be saved", "Ojsann, noe galt skjedde. Kommentaren ble ikke lagret" @@ -465,8 +437,6 @@ # test/mocks/themes/typographic/layouts/default.html.erb l.store "Powered by %s", "Bloggen bruker %s" l.store "Designed by %s ", "Utformet av %s" - - # test/mocks/themes/typographic/views/articles/_article.html.erb l.store "Continue reading...", "Fortsett å lese..." l.store "This entry was posted on %s", "Denne artikkelen ble publisert %s" l.store "and %s", "og %s" @@ -500,24 +470,14 @@ # themes/true-blue-3/helpers/theme_helper.rb l.store "You are here: ", "Du er her: " l.store "%d comment", "%d kommentar" - - # themes/true-blue-3/views/articles/_article.html.erb l.store "Published on", "Publisert den" - l.store "%%a, %%d %%b %%Y %%H:%%M", "" - l.store "Email address", "Epostadresse" l.store "Your website", "Din hjemmeside" - - # themes/true-blue-3/views/articles/read.html.erb l.store "If you liked this article you can %s", "Hvis du likte denne artikkelen, kan du %s" l.store "add me to Twitter", "legge meg til på Twitter" l.store "Trackbacks for", "Trackbacks for" - - # themes/true-blue-3/views/articles/search.html.erb l.store "Search results for:", "Søkeresultater for:" - l.store "Read all articles in %s", "Les alle artikler i %s" - l.store "Previous", "Forrige" # vendor/plugins/archives_sidebar/app/views/archives_sidebar/_content.html.erb diff --git a/lang/nl_NL.rb b/lang/nl_NL.rb index 5c3a3e03a6..15880bc2f7 100644 --- a/lang/nl_NL.rb +++ b/lang/nl_NL.rb @@ -9,8 +9,6 @@ l.store "login", "inloggen" l.store "signup", "aanmelden" l.store "Recover your password", "Herstel uw wachtwoord" - - # app/controllers/admin/categories_controller.rb l.store "Category was successfully saved.", "Categorie succesvol opgeslagen." l.store "Category could not be saved.", "Categorie kon niet opgeslagen worden." @@ -52,8 +50,6 @@ # app/controllers/admin/sidebar_controller.rb l.store "It seems something went wrong. Maybe some of your sidebars are actually missing and you should either reinstall them or remove them manually", "Het lijkt er op dat er iets fout ging. Misschien ontbreken sommige zijbalken en moet je ze opnieuw installeren of handmatig verwijderen" - - # app/controllers/admin/tags_controller.rb l.store "Tag was successfully updated.", "Tag was succesvol bijgewerkt." # app/controllers/admin/themes_controller.rb @@ -67,8 +63,6 @@ # app/controllers/application_controller.rb l.store "Localization.rtl", "" - - # app/controllers/articles_controller.rb l.store "No posts found...", "Geen berichten gevonden..." l.store "Archives for", "Archieven voor" l.store "Archives for ", "Archieven voor " @@ -131,19 +125,11 @@ l.store "Spam?", "Spam?" l.store "Just Marked As Spam", "Zojuist gemarkeerd als Spam" l.store "Spam", "Spam" - - # app/views/admin/categories/_categories.html.erb l.store "Reorder", "Orden opnieuw" l.store "Sort alphabetically", "Sorteer alfabetisch" - - # app/views/admin/categories/destroy.html.erb l.store "Are you sure you want to delete the category ", "Weet je zeker dat je de categorie wilt verwijderen?" l.store "Delete this category", "Verwijder deze categorie" - - # app/views/admin/categories/new.html.erb l.store "%s Category", "%s Categorie" - - # app/views/admin/categories/reorder.html.erb l.store "(Done)", "(Gedaan)" # app/views/admin/content/_attachment.html.erb @@ -163,7 +149,6 @@ # app/views/admin/content/destroy.html.erb l.store "Are you sure you want to delete this article", "Weet je zeker dat je dit artikel wilt verwijderen?" l.store "Delete this article", "Verwijder dit artikel" - l.store "Articles", "Artikelen" # app/views/admin/content/index.html.erb l.store "Search articles that contain ...", "Zoek artikelen met ..." @@ -197,7 +182,6 @@ l.store "Comments for", "Commentaren voor" l.store "Search Comments and Trackbacks that contain", "Zoek commentaren en trackbacks die bevatten" l.store "Page settings", "Pagina instellingen" - l.store "Pages", "Pagina's" l.store "Are you sure you want to delete the page", "Weet je zeker dat je deze pagina wilt verwijderen" l.store "Delete this page", "Verwijder deze pagina" l.store "Your profile", "Je profiel" @@ -369,40 +353,22 @@ # app/views/admin/users/new.html.erb l.store "Add User", "Gebruiker toevoegen" - - # app/views/articles/_article.html.erb l.store "Posted by", "Geplaatst door" l.store "Continue reading", "Verder lezen" - - # app/views/articles/_comment.html.erb l.store "said", "zei" l.store "This comment has been flagged for moderator approval. It won't appear on this blog until the author approves it", "Dit commentaar is gemarkeerd voor goedkeuring. Het zal niet getoond worden totdat de auteur het goedkeurt." - - # app/views/articles/_comment_box.html.erb l.store "Your name", "Jouw naam" l.store "Your email", "Jouw e-mail" l.store "Your message", "Jouw bericht" l.store "Comment Markup Help", "" l.store "Preview comment", "Bekijk reactie" l.store "leave url/email", "plaats url/e-mail" - - # app/views/articles/_comment_failed.html.erb l.store "Oops, something wrong happened, the comment could not be saved", "Er is iets mis gegaan en je reactie is niet bewaard" - - # app/views/articles/_trackback.html.erb l.store "From", "Van" - - # app/views/articles/archives.html.erb l.store "No articles found", "Geen artikelen gevonden" l.store "posted in", "geplaatst in" - - # app/views/articles/comment_preview.html.erb l.store "is about to say", "gaat zeggen" - - # app/views/articles/groupings.html.erb l.store "There are", "Er zijn" - - # app/views/articles/read.html.erb l.store "Leave a response", "Geef een reactie" l.store "Trackbacks", "Trackbacks" l.store "Use the following link to trackback from your own site", "Gebruik de volgende link voor een trackback van jouw site" @@ -440,8 +406,6 @@ # test/mocks/themes/typographic/layouts/default.html.erb l.store "Powered by %s", "Powered by %s" l.store "Designed by %s ", "Ontworpen door %s" - - # test/mocks/themes/typographic/views/articles/_article.html.erb l.store "Continue reading...", "Lees meer..." l.store "This entry was posted on %s", "Dit bericht was geplaatst op %s" l.store "and %s", "en %s" @@ -452,11 +416,7 @@ l.store "Read full article", "Lees volledige artikel" l.store "comment", "reactie" l.store "trackback", "trackback" - - # test/mocks/themes/typographic/views/articles/_comment.html.erb l.store "later", "later" - - # test/mocks/themes/typographic/views/articles/_comment_form.html.erb l.store "Leave a comment", "Geef een reactie" l.store "Name %s", "Naam %s" l.store "enabled", "aangezet" @@ -465,8 +425,6 @@ l.store "Textile enabled", "Textile beschikbaar" l.store "Markdown enabled", "Markdown beschikbaar" l.store "required", "verplicht" - - # test/mocks/themes/typographic/views/articles/_comment_list.html.erb l.store "No comments", "Geen reacties" # test/mocks/themes/typographic/views/shared/_search.html.erb @@ -478,36 +436,11 @@ # themes/scribbish/layouts/default.html.erb l.store "styled with %s", "" - - # themes/scribbish/views/articles/_article.html.erb - l.store "Meta", "" - - # themes/true-blue-3/helpers/theme_helper.rb l.store "You are here: ", "Je bent hier: " 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:", "later:" - - # themes/true-blue-3/views/articles/_comment_form.html.erb l.store "Email address", "E-mailadres" l.store "Your website", "Je 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", "" - - # themes/true-blue-3/views/articles/search.html.erb - l.store "Search results for:", "" - - # themes/true-blue-3/views/categories/index.html.erb - l.store "Read all articles in %s", "" - - # themes/true-blue-3/views/categories/show.html.erb l.store "Previous", "Vorige" # vendor/plugins/archives_sidebar/views/content.rhtml diff --git a/lang/pl_PL.rb b/lang/pl_PL.rb index e9fbfc60c3..9d33c8da48 100644 --- a/lang/pl_PL.rb +++ b/lang/pl_PL.rb @@ -11,24 +11,6 @@ l.store "Successfully logged out", "" l.store "login", "" l.store "signup", "" - - # app/controllers/admin/categories_controller.rb - l.store "Category was successfully saved.", "" - l.store "Category could not be saved.", "" - - # app/controllers/admin/content_controller.rb - l.store "Error, you are not allowed to perform this action", "" - l.store "Preview", "" - - l.store "Not found", "" - l.store "Marked %d item(s) as Ham", "" - l.store "Confirmed classification of %s item(s)", "" - l.store "Not implemented", "" - - # app/controllers/admin/profiles_controller.rb - l.store "User was successfully updated.", "" - - # app/controllers/admin/resources_controller.rb l.store "Error occurred while updating Content Type.", "Wystąpił błąd w trakcie aktualizacji typu zawartości." l.store "complete", "zakończony" l.store "File uploaded: ", "Załadowany plik: " @@ -36,8 +18,6 @@ l.store "Metadata was successfully updated.", "Metadane zostały pomyślnie zaktualizowane." l.store "Not all metadata was defined correctly.", "Nie wszystkie metadane zostały poprawnie zdefiniowane." l.store "Content Type was successfully updated.", "Typ zawartości został pomyślnie zaktualizowany." - - # app/controllers/admin/settings_controller.rb l.store "config updated.", "konfiguracja zaktualizowana." l.store "All categories", "Wszystkie kategorie" l.store "All authors", "Wszystkie autorzy" @@ -45,7 +25,6 @@ l.store "There are no %s yet. Why don't you start and create one?", "" l.store "Edit", "Zmień" l.store "Unpublished", "" - l.store "Show help on Publify macros", "" l.store "Back to overview", "Wróć do podglądu" l.store "Tag", "" @@ -108,7 +87,6 @@ l.store "Total comments : %d", "Liczba wszystkich komentarzy: %d" l.store "Spam comments : %d", "Niechciane komentarze (spam): %d" l.store "Url", "Strona web" - l.store "Pages", "Strony" l.store "Are you sure you want to delete the page", "Czy na pewno chcesz usunąć tą stronę" l.store "Delete this page", "Usuń tą stronę" @@ -205,7 +183,6 @@ l.store "Sidebar", "" l.store "Publish changes", "Publikuj zmiany" l.store "Displays links to monthly archives", "" - l.store "Displays a list of authors ordered by name with links to their articles and profile", "" l.store "Livesearch", "" l.store "Adds livesearch to your Publify blog", "" l.store "This widget just displays links to Publify main site, this blog's admin and RSS.", "" @@ -255,8 +232,6 @@ # app/views/admin/users/new.html.erb l.store "Add User", "" - - # app/views/articles/_article.html.erb l.store "Posted by", "Opublikowane przez" l.store "Continue reading", "Czytaj dalej" @@ -268,17 +243,11 @@ l.store "Your message", "Treść" l.store "Comment Markup Help", "Pomoc języka formatowania" l.store "Preview comment", "Obejrzyj komentarz" - - # app/views/articles/_trackback.html.erb l.store "From", "Z" - - # app/views/articles/archives.html.erb l.store "No articles found", "Brak artykułów" l.store "posted in", "" l.store "is about to say", "zaraz powie" - - # app/views/articles/groupings.html.erb l.store "There are", "Istnieje" l.store "Leave a response", "Skomentuj" @@ -312,8 +281,6 @@ l.store "Powered by %s", "" l.store "Designed by %s ", "" - - # test/mocks/themes/typographic/views/articles/_article.html.erb l.store "This entry was posted on %s", "" l.store "and %s", "" l.store "You can follow any response to this entry through the %s", "" @@ -337,24 +304,7 @@ 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", "" - - # themes/true-blue-3/helpers/theme_helper.rb - l.store "You are here: ", "" - - # themes/true-blue-3/views/articles/_article.html.erb - l.store "%%a, %%d %%b %%Y %%H:%%M", "" - l.store "Your website", "" - - l.store "If you liked this article you can %s", "" - l.store "add me to Twitter", "" l.store "Trackbacks for", "Trackbacki do" - - # themes/true-blue-3/views/articles/search.html.erb - l.store "Search results for:", "" - l.store "Previous", "Poprzednie" # vendor/plugins/archives_sidebar/views/content.rhtml diff --git a/lang/pt_BR.rb b/lang/pt_BR.rb index 0d0c0fa7dc..a5f497213e 100644 --- a/lang/pt_BR.rb +++ b/lang/pt_BR.rb @@ -12,8 +12,6 @@ l.store "login", "entrar" l.store "signup", "registrar" l.store "Recover your password", "recupere sua senha" - - # app/controllers/admin/categories_controller.rb l.store "Category was successfully saved.", "Categoria salva com sucesso" l.store "Category could not be saved.", "Categoria não pode ser salva" @@ -164,7 +162,6 @@ l.store "Latest Posts", "" l.store "No posts yet, why don't you start and write one", "" l.store "Limit to spam", "Limitar a spam" - l.store "Pages","Páginas" l.store "Are you sure you want to delete the page", "¿Estás seguro que deseas eliminar esta página?" l.store "Delete this page", "Eliminar esta página" diff --git a/lang/ro_RO.rb b/lang/ro_RO.rb index 0dfad17c70..3d2b88fff5 100644 --- a/lang/ro_RO.rb +++ b/lang/ro_RO.rb @@ -8,18 +8,6 @@ l.store "Successfully logged out", "" l.store "login", "" l.store "signup", "" - - # app/controllers/admin/categories_controller.rb - l.store "Category was successfully saved.", "" - l.store "Category could not be saved.", "" - - # app/controllers/admin/content_controller.rb - l.store "Error, you are not allowed to perform this action", "" - l.store "Preview", "" - - l.store "Not found", "" - l.store "Confirmed classification of %s item(s)", "" - l.store "Not implemented", "" l.store "All categories", "toate categoriile" l.store "All authors", "toate autorii" l.store "All published dates", "toate timp" @@ -55,7 +43,6 @@ l.store "Are you sure you want to delete this article", "Ești sigur că dorești ștergerea acestui articol" l.store "Delete this article", "Șterge acest articol" l.store "Limit to spam", "Doar spam" - l.store "Pages","Pagini" l.store "Are you sure you want to delete the page", "Ești sigur că dorești să ștergi această pagină" l.store "Delete this page", "Șterge această pagină" l.store "Previous page", "Pagina anterioară" diff --git a/lang/ru_RU.rb b/lang/ru_RU.rb index 8565e2309f..0d445e5192 100644 --- a/lang/ru_RU.rb +++ b/lang/ru_RU.rb @@ -23,8 +23,6 @@ l.store "Edit", "Редактировать" l.store "Unpublished", "Не опубликован" l.store "There are no %s yet. Why don't you start and create one?", "Ничего нет. Почему бы не начать и не добавить?" # XXX - l.store "Short url:", "Короткий URL:" - l.store "Edit", "Редактировать" l.store "Show", "Показать" l.store "Unpublished", "Неопубликован" l.store "Show help on Publify macros", "Показать помощь по Publify-макросам" diff --git a/lang/zh_CN.rb b/lang/zh_CN.rb index 5d28d04616..e293f87b15 100644 --- a/lang/zh_CN.rb +++ b/lang/zh_CN.rb @@ -10,8 +10,6 @@ l.store "login", "登录" l.store "signup", "注册" l.store "Recover your password", "" - - # app/controllers/admin/categories_controller.rb l.store "Category was successfully saved.", "成功保存分类" l.store "Category could not be saved.", "无法保存分类" @@ -54,7 +52,6 @@ # app/controllers/admin/sidebar_controller.rb l.store "It seems something went wrong. Maybe some of your sidebars are actually missing and you should either reinstall them or remove them manually", "有错误发生,可能是一些侧边栏丢失,请尝试重新安装或者手动卸载。" - # app/controllers/admin/tags_controller.rb l.store "Tag was successfully updated.", "Tag已经更新" # app/controllers/admin/themes_controller.rb @@ -145,7 +142,6 @@ l.store "Publish at", "公开" l.store "Are you sure you want to delete this article", "确定删除本篇文章?" l.store "Delete this article", "删除本篇文章" - l.store "Articles", "文章" l.store "Search articles that contain ...", "搜索包含内容的文章 ..." # app/views/admin/dashboard/_comments.html.erb @@ -172,7 +168,6 @@ l.store "Total comments : %d", "评论总计:%d" l.store "Spam comments : %d", "垃圾评论:%d" l.store "Limit to spam", "限制垃圾郵件" - l.store "Pages","页数" l.store "Are you sure you want to delete the page", "你確定要刪除此頁?" l.store "Delete this page", "刪除此頁" l.store "Previous page", "前一頁" @@ -348,15 +343,6 @@ l.store "styled with %s", "" l.store "Trackbacks for", "作為引用" - - # themes/true-blue-3/views/articles/search.html.erb - l.store "Search results for:", "" - - l.store "Read all articles in %s", "" - - l.store "Previous", "" - - # vendor/plugins/archives_sidebar/views/content.rhtml l.store "Archives", "归档" # vendor/plugins/authors_sidebar/views/content.rhtml diff --git a/lang/zh_TW.rb b/lang/zh_TW.rb index 82bfda245c..071e29df62 100644 --- a/lang/zh_TW.rb +++ b/lang/zh_TW.rb @@ -8,17 +8,6 @@ l.store "Successfully logged out", "" l.store "login", "" l.store "signup", "" - - # app/controllers/admin/categories_controller.rb - l.store "Category was successfully saved.", "" - l.store "Category could not be saved.", "" - - # app/controllers/admin/content_controller.rb - l.store "Error, you are not allowed to perform this action", "" - l.store "Preview", "" - l.store "Not found", "" - l.store "Confirmed classification of %s item(s)", "" - l.store "Not implemented", "" l.store "Error occurred while updating Content Type.", "當更新內容類型時發生錯誤" l.store "complete", "完成" l.store "File uploaded: ", "檔案上傳: " @@ -63,7 +52,6 @@ # app/views/admin/content/destroy.html.erb l.store "Are you sure you want to delete this article", "確定刪除本篇文章?" l.store "Delete this article", "刪除本篇文章" - l.store "Articles", "文章" # app/views/admin/content/index.html.erb @@ -93,7 +81,6 @@ l.store "Limit to spam", "限制垃圾郵件" # app/views/admin/pages/destroy.html.erb - l.store "Pages","頁數" l.store "Are you sure you want to delete the page", "你確定要刪除此頁?" l.store "Delete this page", "刪除此頁"