diff --git a/app/views/list/list.erb b/app/views/list/list.erb index e9e9dc96aa3..f4cf448191a 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -8,7 +8,7 @@
<% end %> -<%= t 'powered_by' %>
+<%= t 'powered_by_html' %>
<% if @category %> <% content_for :head do %> diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 9339a92bb5f..5f513c312a9 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -20,7 +20,7 @@ <% end %> -<%= t 'powered_by' %>
+<%= t 'powered_by_html' %>
<% content_for :head do %> <%= auto_discovery_link_tag(@topic_view, {action: :feed, format: :rss}, title: t('rss_posts_in_topic', topic: @topic_view.title), type: 'application/rss+xml') %> diff --git a/config/locales/server.cs.yml b/config/locales/server.cs.yml index 0e8492156e7..3cc05a63d36 100644 --- a/config/locales/server.cs.yml +++ b/config/locales/server.cs.yml @@ -2,7 +2,7 @@ cs: title: "Discourse" topics: "Témata" loading: "Nahrávám" - powered_by: 'Systém běží na Discourse, nejlepší zážitek je se zapnutým JavaScriptem' + powered_by_html: 'Systém běží na Discourse, nejlepší zážitek je se zapnutým JavaScriptem' via: "%{username} přes %{site_name}" is_reserved: "je rezervováno" @@ -13,7 +13,7 @@ cs: has_already_been_used: "již bylo použito" invalid_characters: "obsahuje neplatné znaky" is_invalid: "je neplatné; zkuste se vyjádřit více popisně" - next_page: "další strana →" + next_page: "další strana →" by: "Od" topics_in_category: "Témata v kategorii '%{category}'" rss_posts_in_topic: "RSS feed tématu '%{topic}'" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 91956b106c6..014f0b9cb56 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2,7 +2,7 @@ en: title: "Discourse" topics: "Topics" loading: "Loading" - powered_by: 'Powered by Discourse, best viewed with JavaScript enabled' + powered_by_html: 'Powered by Discourse, best viewed with JavaScript enabled' via: "%{username} via %{site_name}" is_reserved: "is reserved" @@ -13,7 +13,7 @@ en: has_already_been_used: "has already been used" invalid_characters: "contains invalid characters" is_invalid: "is invalid; try to be a little more descriptive" - next_page: "next page →" + next_page: "next page →" by: "By" topics_in_category: "Topics in the '%{category}' category" rss_posts_in_topic: "RSS feed of '%{topic}'" diff --git a/config/locales/server.fr.yml b/config/locales/server.fr.yml index d08373c16e7..52043417be6 100644 --- a/config/locales/server.fr.yml +++ b/config/locales/server.fr.yml @@ -9,7 +9,7 @@ fr: title: "Discourse" topics: "Discussions" loading: "Chargement" - powered_by: 'Propulsé par Discourse, best viewed with JavaScript enabled' + powered_by_html: 'Propulsé par Discourse, best viewed with JavaScript enabled' via: "%{username} via %{site_name}" is_reserved: "est réservé" @@ -20,7 +20,7 @@ fr: has_already_been_used: "a déjà été utilisé" invalid_characters: "contient des caractères invalides" is_invalid: "est invalide; essayez d'être plus précis" - next_page: "page suivante →" + next_page: "page suivante →" by: "Par" topics_in_category: "Discussions dans la catégorie '%{category}'" rss_posts_in_topic: "Flux RSS de '%{topic}'"