first commit
This commit is contained in:
17
admin/lang/english/usersGroups.php
Normal file
17
admin/lang/english/usersGroups.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$txt_str['usersGroups'] = [
|
||||
'module' => 'Users groups',
|
||||
'toolbar_add' => 'Add group',
|
||||
'toolbar_list' => 'Group list',
|
||||
'toolbar_help' => 'Help',
|
||||
'titleAdd' => 'New group',
|
||||
'titleEdit' => 'Modify group ',
|
||||
'flapGroup' => 'User group',
|
||||
'flapUsers' => 'Users in the group',
|
||||
'confirmDelete' => 'Are you sure you want to delete this group?',
|
||||
'erased' => 'Deleted',
|
||||
'name' => 'Group name',
|
||||
'description' => 'Description',
|
||||
'users_in_group' => 'Users count in group',
|
||||
];
|
||||
Reference in New Issue
Block a user