From c0c56db0fa453ea2d2405b6fdb9f3593113dc9f2 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 13 Apr 2017 21:49:07 +0200 Subject: Translate admin (#1702) * Translate the domain_block panel Signed-off-by: Thomas Citharel * Translate PubSubHubbub section Signed-off-by: Thomas Citharel * translate account section and correct typos * move reports translation & translate sidebar Signed-off-by: Thomas Citharel * normalize l18n --- app/views/admin/pubsubhubbub/index.html.haml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/views/admin/pubsubhubbub') diff --git a/app/views/admin/pubsubhubbub/index.html.haml b/app/views/admin/pubsubhubbub/index.html.haml index dcbb11c11..6b1d1ba4a 100644 --- a/app/views/admin/pubsubhubbub/index.html.haml +++ b/app/views/admin/pubsubhubbub/index.html.haml @@ -1,14 +1,14 @@ - content_for :page_title do - PubSubHubbub + = t('admin.pubsubhubbub.title') %table.table %thead %tr - %th Topic - %th Callback URL - %th Confirmed - %th Expires in - %th Last delivery + %th= t('admin.pubsubhubbub.topic') + %th= t('admin.pubsubhubbub.callback_url') + %th= t('admin.pubsubhubbub.confirmed') + %th= t('admin.pubsubhubbub.expires_in') + %th= t('admin.pubsubhubbub.last_delivery') %tbody - @subscriptions.each do |subscription| %tr -- cgit