30 lines
1.1 KiB
PHP
30 lines
1.1 KiB
PHP
<?php
|
|
// * @source See SOURCE.txt for source and other copyright.
|
|
// * @license GNU General Public License version 3; see LICENSE.txt
|
|
|
|
// 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';
|
|
$_['entry_hide'] = 'Hide extensions';
|
|
|
|
// Help
|
|
$_['help_hide'] = 'Selected extensions will not be displayed on the pages of the module, payments, deliveries';
|
|
|
|
// 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!'; |