diff --git a/app/views/admin/feedback/index.html.erb b/app/views/admin/feedback/index.html.erb index 44a12419f2..a7c63c7b87 100644 --- a/app/views/admin/feedback/index.html.erb +++ b/app/views/admin/feedback/index.html.erb @@ -1,30 +1,31 @@ <%- content_for :page_heading do %> -

<%= _("Feedback") %>

+ +

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

<% end %> -<%= form_tag({:action => 'index'}, :method => :get, :class => 'form-inline') do %> +<%= form_tag({action: 'index'}, method: :get, class: 'form-inline') do %>
- <%= link_to(_("All"), controller: 'admin/feedback', action: :index) %> + <%= link_to(t(".all"), controller: 'admin/feedback', action: :index) %>   - <%= link_to(_("Unapproved comments"), controller: 'admin/feedback', action: :index, confirmed: 'f') %> + <%= link_to(t(".unapproved_comments"), controller: 'admin/feedback', action: :index, confirmed: 'f') %>   - <%= link_to(_("Ham"), controller: 'admin/feedback', action: :index, ham: 'f') %> + <%= link_to(t(".ham"), controller: 'admin/feedback', action: :index, ham: 'f') %>   - <%= link_to(_("Spam"), controller: 'admin/feedback', action: :index, spam: 'f') %> + <%= link_to(t(".spam"), controller: 'admin/feedback', action: :index, spam: 'f') %>   - <%= link_to(_("Presumed ham"), controller: 'admin/feedback', action: :index, presumed_ham: 'f') %> + <%= link_to(t(".presumed_ham"), controller: 'admin/feedback', action: :index, presumed_ham: 'f') %>   - <%= link_to(_("Presumed spam"), controller: 'admin/feedback', action: :index, published: 'f') %> + <%= link_to(t(".presumed_spam"), controller: 'admin/feedback', action: :index, published: 'f') %>  
- <%= submit_tag(_("Search"), {:class => 'btn'}) %> + <%= submit_tag(t(".search"), {:class => 'btn'}) %>
<% end %> @@ -39,10 +40,10 @@ - <%= _("Status")%> - <%= _("Comment Author")%> - <%= _("Comment")%> - <%= _("Article")%> + <%= t(".status")%> + <%= t(".comment_author")%> + <%= t(".comment")%> + <%= t(".article")%> <%= render_void_table(@feedback.size, 5) %> @@ -53,10 +54,10 @@ <%= display_pagination(@feedback, 5) %> - <%= _("Select all") %> + <%= t(".select_all") %> - <%= render 'button', { :position => 'bottom' } %> + <%= render 'button', { position: 'bottom' } %> <% end %>
diff --git a/config/locales/da.yml b/config/locales/da.yml index 57cfefc610..0feaf3a9ca 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -6,6 +6,20 @@ da: last: "Last" admin: feedback: + index: + feedback: "Diskussion" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Search" + status: "Status" + comment_author: "Comment Author" + comment: "Comment" + article: "Artikel" + select_all: "Select all" article: comments_for: "Kommentarer for %{title}" status: "Status" diff --git a/config/locales/de.yml b/config/locales/de.yml index 5cf8e61caf..bf5039f981 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -6,6 +6,20 @@ de: last: "Last" admin: feedback: + index: + feedback: "Diskussion" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Search" + status: "Status" + comment_author: "Comment Author" + comment: "Comment" + article: "Article" + select_all: "Select all" article: comments_for: "Kommentare für %{title}" status: "Status" diff --git a/config/locales/en.yml b/config/locales/en.yml index 42932e136f..dda0161c13 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -6,6 +6,20 @@ en: last: "Last" admin: feedback: + index: + feedback: "Feedback" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Search" + status: "Status" + comment_author: "Comment Author" + comment: "Comment" + article: "Article" + select_all: "Select all" article: comments_for: "Comments for %{title}" status: "Status" @@ -115,7 +129,7 @@ en: excerpt: "Excerpt" excerpt_explaination: "Excerpts are post summaries that show only on your blog homepage and won’t appear on the post itself" publish_settings: "Publish settings" - status: "Status:" + status: "Status" published: "Published" allowed_comments_and_trackbacks: "Comments are %{allow_comment} and trackbacks are %{allow_trackback}" change: "Change" diff --git a/config/locales/es-MX.yml b/config/locales/es-MX.yml index 584d321ec5..921442e446 100644 --- a/config/locales/es-MX.yml +++ b/config/locales/es-MX.yml @@ -6,6 +6,20 @@ es-MX: last: "Last" admin: feedback: + index: + feedback: "Feedback" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Search" + status: "Estado" + comment_author: "Comment Author" + comment: "Comment" + article: "Article" + select_all: "Select all" article: comments_for: "Comentarios para %{title}" status: "Estado" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 970284a7a0..1be2673680 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -6,6 +6,20 @@ fr: last: "Last" admin: feedback: + index: + feedback: "Commentaires" + all: "Tous" + unapproved_comments: "Commentaires non validés" + ham: "Valide" + spam: "Spam" + presumed_ham: "Probablement valide" + presumed_spam: "Probablement du spam" + search: "Chercher" + status: "État" + comment_author: "Auteur du commentaire" + comment: "Commentaire" + article: "Article" + select_all: "Tout sélectionner" article: comments_for: "Commentaire sur %{title}" status: "État" diff --git a/config/locales/he-IL.yml b/config/locales/he-IL.yml index a51341b98d..4160dd6690 100644 --- a/config/locales/he-IL.yml +++ b/config/locales/he-IL.yml @@ -6,6 +6,20 @@ he-IL: last: "Last" admin: feedback: + index: + feedback: "משוב" + all: "All" + unapproved_comments: "תגובות לא מאושרות" + ham: "לא-ספאם" + spam: "ספאם" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "חפש" + status: "מצב" + comment_author: "Comment Author" + comment: "תגובה" + article: "כתבה" + select_all: "Select all" article: comments_for: "תגובות עבור %{title}" status: "מצב" diff --git a/config/locales/it.yml b/config/locales/it.yml index 57eb30af51..d177062f51 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -6,6 +6,20 @@ it: last: "Last" admin: feedback: + index: + feedback: "Feedback" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Cerca" + status: "Stato" + comment_author: "Comment Author" + comment: "Comment" + article: "Article" + select_all: "Select all" article: comments_for: "Commenti per %{title}" status: "Stato" diff --git a/config/locales/ja.yml b/config/locales/ja.yml index f2ea82ab20..27bd736217 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -6,6 +6,20 @@ ja: last: "Last" admin: feedback: + index: + feedback: "フィードバック" + all: "All" + unapproved_comments: "未承認コメント" + ham: "承認" + spam: "スパム" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "検索" + status: "ステータス" + comment_author: "Comment Author" + comment: "Comment" + article: "記事" + select_all: "Select all" article: comments_for: "〜へコメント%{title}" status: "ステータス" diff --git a/config/locales/lt.yml b/config/locales/lt.yml index b973429880..6549da6de0 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -6,6 +6,20 @@ lt: last: "Last" admin: feedback: + index: + feedback: "Atsiliepimas" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Search" + status: "Statusas" + comment_author: "Comment Author" + comment: "Comment" + article: "Article" + select_all: "Select all" article: comments_for: "Komentarai %{title}" status: "Statusas" diff --git a/config/locales/nb-NO.yml b/config/locales/nb-NO.yml index de0497103d..7ebd7c0ed0 100644 --- a/config/locales/nb-NO.yml +++ b/config/locales/nb-NO.yml @@ -6,6 +6,20 @@ nb-NO: last: "Last" admin: feedback: + index: + feedback: "Diskusjon" + all: "All" + unapproved_comments: "Kommentarer på vent" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Søk" + status: "Status" + comment_author: "Kommentarforfatter" + comment: "Kommentar" + article: "Artikkel" + select_all: "Velg alle" article: comments_for: "Kommentarer for %{title}" status: "Status" diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 252e6a101f..0d39e93fbf 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -6,6 +6,20 @@ nl: last: "Last" admin: feedback: + index: + feedback: "Feedback" + all: "All" + unapproved_comments: "Niet goedgekeurde" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Zoek" + status: "Status" + comment_author: "Auteur commentaar" + comment: "Reactie" + article: "Artikel" + select_all: "Select all" article: comments_for: "Commentaren voor %{title}" status: "Status" diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 62345ad32f..02b962deef 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -6,6 +6,20 @@ pl: last: "Last" admin: feedback: + index: + feedback: "Komentarze" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Szukaj" + status: "Stan" + comment_author: "Comment Author" + comment: "Comment" + article: "Article" + select_all: "Select all" article: comments_for: "Komentarze do %{title}" status: "Stan" diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 562ca36fcb..2e1e9ff859 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -6,6 +6,20 @@ pt-BR: last: "Anterior" admin: feedback: + index: + feedback: "Feedback" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Buscar" + status: "Estado" + comment_author: "Comment Author" + comment: "Commentario" + article: "Article" + select_all: "Select all" article: comments_for: "Comentarios para %{title}" status: "Estado" diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 5052d27c50..930dc58cd7 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -6,6 +6,20 @@ ro: last: "Last" admin: feedback: + index: + feedback: "Feedback" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Search" + status: "Status" + comment_author: "Comment Author" + comment: "Comment" + article: "Article" + select_all: "Select all" article: comments_for: "Comentariile la %{title}" status: "Status" diff --git a/config/locales/ru.yml b/config/locales/ru.yml index f6dc631aa1..ed125d6a37 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -6,6 +6,20 @@ ru: last: "Last" admin: feedback: + index: + feedback: "Комментарии" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Найти" + status: "Status" + comment_author: "Comment Author" + comment: "Отправить комментарий" + article: "Article" + select_all: "Select all" article: comments_for: "Comments for %{title}" status: "Status" diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index 867dc814d3..2869b21f5d 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -6,6 +6,20 @@ zh-CN: last: "Last" admin: feedback: + index: + feedback: "回应" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "搜索" + status: "状态" + comment_author: "Comment Author" + comment: "Comment" + article: "Article" + select_all: "Select all" article: comments_for: "做出评论 %{title}" status: "状态" diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index c196c0a3c3..fa7db40702 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -6,6 +6,20 @@ zh-TW: last: "Last" admin: feedback: + index: + feedback: "回應" + all: "All" + unapproved_comments: "Unapproved comments" + ham: "Ham" + spam: "Spam" + presumed_ham: "Presumed ham" + presumed_spam: "Presumed spam" + search: "Search" + status: "身分" + comment_author: "Comment Author" + comment: "Comment" + article: "Article" + select_all: "Select all" article: comments_for: "做出評論 %{title}" status: "身分" diff --git a/lang/da_DK.rb b/lang/da_DK.rb index 727c7f4573..bf89d74d35 100644 --- a/lang/da_DK.rb +++ b/lang/da_DK.rb @@ -18,16 +18,11 @@ # app/controllers/admin/content_controller.rb l.store "Error, you are not allowed to perform this action", "" l.store "Preview", "" - l.store "Article was successfully created", "" - l.store "Article was successfully updated.", "" - l.store "Deleted", "" l.store "Not found", "" l.store "Deleted %d item(s)", "" - l.store "Marked %d item(s) as Ham", "" l.store "Confirmed classification of %s item(s)", "" l.store "Not implemented", "" - l.store "All spam have been deleted", "" l.store "Delete", "Slet" l.store "delete", "" l.store "Delete content", "" @@ -52,13 +47,6 @@ # app/models/blog.rb l.store "Can't end in .rss or .atom. These are reserved to be used for feed URLs", "" - - l.store "Unclassified", "" - l.store "Just Presumed Ham", "" - l.store "Ham?", "" - l.store "Just Marked As Ham", "" - l.store "Ham", "" - l.store "Reorder", "Arranger" l.store "Sort alphabetically", "Sortér alfabetisk" @@ -109,7 +97,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 "Article", "Artikel" l.store "Online", "Online" l.store "Pages", "Sider" l.store "Are you sure you want to delete the page", "Er du sikker på du vil slette denne side" @@ -198,7 +185,6 @@ l.store "Blog subtitle", "Blog undertitel" l.store "Blog URL", "Blogadresse" l.store "Language", "Sprog" - l.store "Allow users to register", "" 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", "" diff --git a/lang/de_DE.rb b/lang/de_DE.rb index 7104a9e706..ca599c552e 100644 --- a/lang/de_DE.rb +++ b/lang/de_DE.rb @@ -16,16 +16,11 @@ # app/controllers/admin/content_controller.rb l.store "Error, you are not allowed to perform this action", "" l.store "Preview", "" - l.store "Article was successfully created", "" - l.store "Article was successfully updated.", "" - l.store "Deleted", "" l.store "Not found", "" l.store "Deleted %d item(s)", "" - l.store "Marked %d item(s) as Ham", "" l.store "Confirmed classification of %s item(s)", "" l.store "Not implemented", "" - l.store "All spam have been deleted", "" l.store "Comment was successfully created.", "" l.store "Comment was successfully updated.", "" @@ -196,7 +191,6 @@ l.store "Blog subtitle", "Blog Untertitel" l.store "Blog URL", "Blog Adresse" l.store "Language", "Language" #Need translate - l.store "Allow users to register", "" 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 "Display", "Zeige" diff --git a/lang/es_MX.rb b/lang/es_MX.rb index e954c9d1c6..945c9fd37b 100644 --- a/lang/es_MX.rb +++ b/lang/es_MX.rb @@ -24,7 +24,6 @@ l.store "Deleted", "" l.store "Not found", "" l.store "Deleted %d item(s)", "" - l.store "Marked %d item(s) as Ham", "" l.store "Confirmed classification of %s item(s)", "" l.store "Not implemented", "" @@ -32,7 +31,6 @@ l.store "complete", "" l.store "File uploaded: ", "" l.store "Unable to upload", "" - l.store "Not all metadata was defined correctly.", "" # app/controllers/admin/settings_controller.rb l.store "Please review and save the settings before continuing", "" @@ -452,12 +450,6 @@ l.store "add me to Twitter", "" l.store "Trackbacks for", "Trackbacks para" - # 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/xml_sidebar/views/content.rhtml l.store "Syndicate", "" l.store "Category %s", "" diff --git a/lang/fr_FR.rb b/lang/fr_FR.rb index 84a089bdf5..4e1b29c729 100644 --- a/lang/fr_FR.rb +++ b/lang/fr_FR.rb @@ -162,15 +162,6 @@ l.store "In your spam queue:", "En attente de modération :" l.store "unconfirmed", "non validés" - # app/views/admin/feedback/index.html.erb - l.store "All", "Tous" - l.store "Unapproved comments", "Commentaires non validés" - l.store "Ham", "Valide" - l.store "Spam", "Spam" - l.store "Presumed ham", "Probablement valide" - l.store "Presumed spam", "Probablement du spam" - l.store "Select all", "Tout sélectionner" - # app/views/admin/pages/_form.html.erb l.store "Online", "En ligne" l.store "Page settings", "Paramètres de la page" diff --git a/lang/he_IL.rb b/lang/he_IL.rb index 8e887e9fdd..dd14c74442 100644 --- a/lang/he_IL.rb +++ b/lang/he_IL.rb @@ -111,10 +111,8 @@ l.store "Just Presumed Ham", "כנראה לא-ספאם" l.store "Ham?", "לא-ספאם ?" l.store "Just Marked As Ham", "סומן כלא-ספאם" - l.store "Ham", "לא-ספאם" l.store "Spam?", "ספאם ?" l.store "Just Marked As Spam", "סומן כספאם" - l.store "Spam", "ספאם" # app/views/admin/categories/_categories.html.erb l.store "Reorder", "סדר מחדש" @@ -158,21 +156,15 @@ l.store "Latest Posts", "" l.store "No posts yet, why don't you start and write one", "אין כתבות עדיין, למה שלא תתחיל לכתוב כתבה חדשה" - # app/views/admin/dashboard/_publify_dev.html.erb - l.store "Latest news from the Publify development blog", "" - l.store "Oh no, nothing new", "" - # app/views/admin/dashboard/_welcome.html.erb l.store "Welcome back, %s!", "ברוך הבא, %s!" l.store "Total posts : %d", "כתבות: %d" l.store "Your posts : %d", "הכתבות שלך: %d" l.store "Total comments : %d", "תגובות: %d" l.store "Spam comments : %d", "תגובות ספאם: %d" - l.store "Unapproved comments", "תגובות לא מאושרות" l.store "Limit to spam", "סווג כספאם" l.store "Comments for", "תגובות על" l.store "Search Comments and Trackbacks that contain", "חפש תגובות או עוקבים-חזרה המכילים" - l.store "Article", "כתבה" l.store "Online", "מוצג" l.store "Pages", "דפים" l.store "Are you sure you want to delete the page", "האם אתה בטוח שברצונך למחוק דף זה ?" diff --git a/lang/it_IT.rb b/lang/it_IT.rb index 95c1973561..8736bae8a0 100644 --- a/lang/it_IT.rb +++ b/lang/it_IT.rb @@ -21,7 +21,6 @@ l.store "Deleted", "" l.store "Not found", "" l.store "Deleted %d item(s)", "" - l.store "Marked %d item(s) as Ham", "" l.store "Confirmed classification of %s item(s)", "Conferma classificazione di %s elementi" l.store "Not implemented", "Non implementato" @@ -81,10 +80,6 @@ l.store "Can't end in .rss or .atom. These are reserved to be used for feed URLs", "" l.store "Unclassified", "" - l.store "Just Presumed Ham", "" - l.store "Ham?", "" - l.store "Just Marked As Ham", "" - l.store "Ham", "" l.store "Reorder", "Riordina" l.store "Sort alphabetically", "Ordina alfabeticamente" @@ -130,10 +125,7 @@ l.store "Total posts : %d", "" l.store "Your posts : %d", "" l.store "Limit to spam", "Limita a spam" - - l.store "Search Comments and Trackbacks that contain", "Cerca commenti o trackback che contengono" - l.store "Article", "" l.store "Online", "Online" l.store "Permanent link", "" @@ -201,7 +193,6 @@ l.store "Description template", "" 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 category/tag name", "" @@ -265,7 +256,6 @@ 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.", "" @@ -431,9 +421,6 @@ l.store "Password: %s", "" l.store "Don't lose the mail sent at %s or you won't be able to login anymore", "" - # app/views/shared/_search.html.erb - l.store "Live Search", "" - # test/mocks/themes/typographic/layouts/default.html.erb l.store "Powered by %s", "" l.store "Designed by %s ", "" @@ -473,12 +460,6 @@ l.store "add me to Twitter", "" l.store "Trackbacks for", "Trackbacks per" - - l.store "Search results for:", "" - - - l.store "Previous", "" - # vendor/plugins/archives_sidebar/views/content.rhtml l.store "Archives", "Archivi" diff --git a/lang/ja_JP.rb b/lang/ja_JP.rb index 8466d6aa12..2dc65bd8c8 100644 --- a/lang/ja_JP.rb +++ b/lang/ja_JP.rb @@ -68,20 +68,12 @@ l.store "direct link to this article", "" l.store "If you are reading this article elsewhere than", "" l.store "it has been illegally reproduced and without proper authorization", "" - - # app/models/blog.rb - l.store "Can't end in .rss or .atom. These are reserved to be used for feed URLs", "" - l.store "Unclassified", "未分類" l.store "Just Presumed Ham", "承認と推定" l.store "Ham?", "承認?" l.store "Just Marked As Ham", "承認マーク" - l.store "Ham", "承認" l.store "Spam?", "スパム?" l.store "Just Marked As Spam", "スパムマーク" - l.store "Spam", "スパム" - - # app/views/admin/categories/_categories.html.erb l.store "Reorder", "並べ替え" l.store "Sort alphabetically", "アルファベット順に並べ替え" @@ -113,7 +105,6 @@ # app/views/admin/dashboard/_popular.html.erb l.store "Most popular", "人気記事" - l.store "Welcome back, %s!", "お帰りなさいませ、%s 様" l.store "Total posts : %d", "総投稿数" l.store "Your posts : %d", "あなたの投稿数" @@ -121,10 +112,8 @@ l.store "Spam comments : %d", "スパムコメント数" l.store "All comments", "全てのコメント" l.store "Limit to ham", "有効コメント" - l.store "Unapproved comments", "未承認コメント" l.store "Limit to spam", "スパムコメント" l.store "Search Comments and Trackbacks that contain", "以下の語句を含むコメントおよびトラックバックを検索" - l.store "Article", "記事" l.store "Online", "オンライン" l.store "Page settings", "ページ設定" diff --git a/lang/lt_LT.rb b/lang/lt_LT.rb index 5c58744076..cb054479c0 100644 --- a/lang/lt_LT.rb +++ b/lang/lt_LT.rb @@ -42,13 +42,6 @@ # app/models/blog.rb l.store "Can't end in .rss or .atom. These are reserved to be used for feed URLs", "" - - l.store "Unclassified", "" - l.store "Just Presumed Ham", "" - l.store "Ham?", "" - l.store "Just Marked As Ham", "" - l.store "Ham", "" - l.store "Reorder", "Rikiuoti" l.store "Sort alphabetically", "Rikiuoti pagal abėcėlę" @@ -152,7 +145,6 @@ 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", "" @@ -256,7 +248,6 @@ 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.", "" - 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 "RSS and Atom feeds", "" diff --git a/lang/nb_NO.rb b/lang/nb_NO.rb index 125f0b354c..8b07bbb120 100644 --- a/lang/nb_NO.rb +++ b/lang/nb_NO.rb @@ -148,11 +148,8 @@ l.store "Just Presumed Ham", "Kun antatt Ham" l.store "Ham?", "Ham?" l.store "Just Marked As Ham", "Kun markert som Ham" - l.store "Ham", "Ham" l.store "Spam?", "Spam?" l.store "Just Marked As Spam", "Kun markert som Spam" - l.store "Spam", "Spam" - l.store "Reorder", "Arranger" l.store "Sort alphabetically", "Sorter alfabetisk" @@ -205,14 +202,11 @@ l.store "Limit to ham", "Begrens til Ham" l.store "Limit to presumed ham", "Begrens til antatt Ham" l.store "Limit to presumed spam", "Begrens til antatt Spam" - l.store "Unapproved comments", "Kommentarer på vent" l.store "Limit to spam", "Begrens til Spam" l.store "Are you sure you want to delete this %s", "Er du sikker på at du vil slette denne %s?" l.store "Delete this feedback", "Slett feedback" l.store "%s", "" l.store "Search Comments and Trackbacks that contain", "Søk etter kommentarer og Trackbacks som inneholder" - l.store "Article", "Artikkel" - l.store "Select all", "Velg alle" l.store "Online", "Online" l.store "Page settings", "Sideinnstillinger" l.store "Permanent link", "Permanent lenke" diff --git a/lang/nl_NL.rb b/lang/nl_NL.rb index b17a167b27..63b661d793 100644 --- a/lang/nl_NL.rb +++ b/lang/nl_NL.rb @@ -85,8 +85,6 @@ l.store "Delete content", "Verwijder inhoud" l.store "Are you sure?", "Weet je het zeker?" l.store "Please select", "Selecteren alstublieft" - l.store "All categories", "" - l.store "All authors", "" l.store "There are no %s yet. Why don't you start and create one?", "Er zijn nog geen %s. Waarom begin je er niet een te maken?" l.store "Edit", "Bewerken" l.store "Show", "Tonen" @@ -197,11 +195,9 @@ l.store "Spam comments : %d", "Spam reacties : %d" l.store "All comments", "Alle commentaren" l.store "Limit to ham", "Alleen ham" - l.store "Unapproved comments", "Niet goedgekeurde" l.store "Limit to spam", "Alleen spam" l.store "Comments for", "Commentaren voor" l.store "Search Comments and Trackbacks that contain", "Zoek commentaren en trackbacks die bevatten" - l.store "Article", "Artikel" l.store "Online", "Online" l.store "Page settings", "Pagina instellingen" l.store "Permanent link", "Permanente link" diff --git a/lang/pl_PL.rb b/lang/pl_PL.rb index 20ae8f30f9..10c51731d5 100644 --- a/lang/pl_PL.rb +++ b/lang/pl_PL.rb @@ -19,8 +19,6 @@ # app/controllers/admin/content_controller.rb l.store "Error, you are not allowed to perform this action", "" l.store "Preview", "" - l.store "Article was successfully created", "" - l.store "Article was successfully updated.", "" l.store "Deleted", "" l.store "Not found", "" @@ -88,19 +86,6 @@ l.store "1 post", "" l.store "%d posts", "" - # app/models/article.rb - l.store "Original article writen by", "" - l.store "direct link to this article", "" - l.store "it has been illegally reproduced and without proper authorization", "" - - # app/models/blog.rb - l.store "Can't end in .rss or .atom. These are reserved to be used for feed URLs", "" - - l.store "Unclassified", "" - l.store "Just Presumed Ham", "" - l.store "Ham?", "" - l.store "Just Marked As Ham", "" - l.store "Ham", "" l.store "Reorder", "Zmień porządek" l.store "Sort alphabetically", "Sortuj alfabetycznie" @@ -209,7 +194,6 @@ # app/views/admin/seo/titles.html.erb l.store "Description template", "" - l.store "Articles", "" l.store "Paginated archives", "" l.store "Dated archives", "" l.store "Search results", "" @@ -256,7 +240,6 @@ l.store "Blog subtitle", "Podtytuł bloga" l.store "Blog URL", "Adres URL bloga" l.store "Language", "Język" - l.store "Allow users to register", "" 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", "" diff --git a/lang/pt_BR.rb b/lang/pt_BR.rb index b60cf33908..53290a82f8 100644 --- a/lang/pt_BR.rb +++ b/lang/pt_BR.rb @@ -128,12 +128,8 @@ l.store "Unclassified", "Não classificado" l.store "Just Presumed Ham", "Ham apenas presumido" - l.store "Ham?", "" l.store "Just Marked As Ham", "Apenas marcado como Ham" - l.store "Ham", "" l.store "Just Marked As Spam", "Apenas marcado como Spam" - - # app/views/accounts/login.html.erb l.store "Submit", "Enviar" l.store "Reorder", "Reorganizar" @@ -253,7 +249,6 @@ l.store "Blog subtitle", "Subtítulo del blog" l.store "Blog URL", "URL del blog" l.store "Language", "Idioma" #Need translate - l.store "Allow users to register", "" 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", "" diff --git a/lang/ro_RO.rb b/lang/ro_RO.rb index 0cc27e7b40..bf90ec22c7 100644 --- a/lang/ro_RO.rb +++ b/lang/ro_RO.rb @@ -16,13 +16,10 @@ # app/controllers/admin/content_controller.rb l.store "Error, you are not allowed to perform this action", "" l.store "Preview", "" - l.store "Article was successfully created", "" - l.store "Article was successfully updated.", "" l.store "Deleted", "" l.store "Not found", "" l.store "Deleted %d item(s)", "" - l.store "Marked %d item(s) as Ham", "" l.store "Confirmed classification of %s item(s)", "" l.store "Not implemented", "" l.store "Delete", "Ștergere" @@ -39,19 +36,6 @@ l.store "1 post", "" l.store "%d posts", "" - # app/models/article.rb - l.store "If you are reading this article elsewhere than", "" - l.store "it has been illegally reproduced and without proper authorization", "" - - # app/models/blog.rb - l.store "Can't end in .rss or .atom. These are reserved to be used for feed URLs", "" - - l.store "Unclassified", "" - l.store "Just Presumed Ham", "" - l.store "Ham?", "" - l.store "Just Marked As Ham", "" - l.store "Ham", "" - l.store "Reorder", "Ordonează" l.store "Sort alphabetically", "Ordonează alfabetic" @@ -102,7 +86,6 @@ 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.", "" l.store "Show pages for this blog", "" - 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 "RSS and Atom feeds", "" @@ -160,7 +143,6 @@ l.store "Blog subtitle", "Subtitlul blogului" l.store "Blog URL", "Adresa blogului" l.store "Language", "Language" #Need translate - l.store "Allow users to register", "" 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", "" @@ -273,7 +255,6 @@ # app/views/admin/users/index.html.erb l.store "New User", "Utilizator nou" - l.store "Comments", "" l.store "State", "" l.store "%s user", "" l.store "Manage users", "" diff --git a/lang/zh_CN.rb b/lang/zh_CN.rb index 9f1b07d312..693e1556cc 100644 --- a/lang/zh_CN.rb +++ b/lang/zh_CN.rb @@ -247,7 +247,6 @@ l.store "Title settings", "" l.store "Title template", "" l.store "Description template", "" - l.store "Articles", "" l.store "Pages", "" l.store "Paginated archives", "" l.store "Dated archives", "" @@ -265,11 +264,6 @@ l.store "Replaced with the current year", "" l.store "Replaced with the current page number", "" l.store "Replaced by the archive date", "" - - # app/views/admin/settings/_submit.html.erb - l.store "Update settings", "" - - l.store "Spam protection", "" l.store "Enable comments by default", "預設為可以回應" l.store "Enable Trackbacks by default", "預設為可以引用" l.store "Enable feedback moderation", "適度可以反饋" @@ -300,7 +294,6 @@ l.store "Blog subtitle", "副標題" l.store "Blog URL", "博客URL" l.store "Language", "言語" - l.store "Allow users to register", "" 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", "" @@ -308,7 +301,6 @@ 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.", "" diff --git a/lang/zh_TW.rb b/lang/zh_TW.rb index 5adc58e878..6a092938a5 100644 --- a/lang/zh_TW.rb +++ b/lang/zh_TW.rb @@ -16,15 +16,11 @@ # app/controllers/admin/content_controller.rb l.store "Error, you are not allowed to perform this action", "" l.store "Preview", "" - l.store "Article was successfully created", "" - l.store "Article was successfully updated.", "" - l.store "Deleted", "" l.store "Not found", "" l.store "Deleted %d item(s)", "" l.store "Confirmed classification of %s item(s)", "" l.store "Not implemented", "" - l.store "All spam have been deleted", "" l.store "Error occurred while updating Content Type.", "當更新內容類型時發生錯誤" l.store "complete", "完成" l.store "File uploaded: ", "檔案上傳: " @@ -172,7 +168,6 @@ # app/views/admin/seo/titles.html.erb l.store "Description template", "" - l.store "Articles", "" l.store "Paginated archives", "" l.store "Dated archives", "" l.store "The blog's name", "" @@ -185,11 +180,6 @@ l.store "Replaced with the current year", "" l.store "Replaced with the current page number", "" l.store "Replaced by the archive date", "" - - # app/views/admin/settings/_submit.html.erb - l.store "Update settings", "" - - l.store "Spam protection", "" l.store "Enable comments by default", "預設為可以回應" l.store "Enable Trackbacks by default", "預設為可以引用" l.store "Enable feedback moderation", "適度可以反饋" @@ -220,7 +210,6 @@ l.store "Blog subtitle", "副標題" l.store "Blog URL", "部落格URL" l.store "Language", "言語" - l.store "Allow users to register", "" 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", ""