Commit b57be28f authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'internationalize_admin_users_statistics' into 'master'

Add I18n to Users Statistics in the Admin Area

See merge request gitlab-org/gitlab!26154
parents 8fea7831 ace2c3cb
- page_title 'Users statistics' - page_title s_('AdminArea|Users statistics')
%h3 Users statistics %h3
= s_('AdminArea|Users statistics')
%table.table %table.table
%tr %tr
%td Users total %td
= s_('AdminArea|Users total')
%td %td
= User.count = User.count
...@@ -11,7 +13,7 @@ ...@@ -11,7 +13,7 @@
- @roles_count.each do |row| - @roles_count.each do |row|
%tr %tr
%td %td
Users with highest role = s_('AdminArea|Users with highest role')
%strong %strong
= row['kind'] = row['kind']
%td %td
......
...@@ -1293,6 +1293,15 @@ msgstr "" ...@@ -1293,6 +1293,15 @@ msgstr ""
msgid "AdminArea|Stopping jobs failed" msgid "AdminArea|Stopping jobs failed"
msgstr "" msgstr ""
msgid "AdminArea|Users statistics"
msgstr ""
msgid "AdminArea|Users total"
msgstr ""
msgid "AdminArea|Users with highest role"
msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running." msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment