1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

23
admin/user/user_group.php Normal file
View File

@ -0,0 +1,23 @@
<?php
// Heading
$_['heading_title'] = 'User Groups';
// Text
$_['text_success'] = 'Success: You have modified user groups!';
$_['text_list'] = 'User Group';
$_['text_add'] = 'Add User Group';
$_['text_edit'] = 'Edit User Group';
// Column
$_['column_name'] = 'User Group Name';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'User Group Name';
$_['entry_access'] = 'Access Permission';
$_['entry_modify'] = 'Modify Permission';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify user groups!';
$_['error_name'] = 'User Group Name must be between 3 and 64 characters!';
$_['error_user'] = 'Warning: This user group cannot be deleted as it is currently assigned to %s users!';