Improve user groups listing

This commit is contained in:
Frédéric Guillot
2020-04-05 12:05:41 -07:00
parent 95d8df405d
commit 1f6a42ace7
36 changed files with 94 additions and 92 deletions

View File

@@ -1417,6 +1417,6 @@ return array(
'Do you really want to make the tag "%s" global?' => 'Вы действительно хотите сделать метку "%s" глобальной?',
'Enable global tags for this project' => 'Разрешить глобальные метки в этом проекте',
'Group membership(s):' => 'Состоит в группах:',
// 'hover mouse over group-icon, to show all group-memberships' => '',
// '%s is a member of the following group(s):' => '',
// '%s is a member of the following group(s): %s' => '',
// '%d/%d group(s) shown' => '',
);