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
%tr
%td Users total
%td
= s_('AdminArea|Users total')
%td
= User.count
......@@ -11,7 +13,7 @@
- @roles_count.each do |row|
%tr
%td
Users with highest role
= s_('AdminArea|Users with highest role')
%strong
= row['kind']
%td
......
......@@ -1293,6 +1293,15 @@ msgstr ""
msgid "AdminArea|Stopping jobs failed"
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."
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