shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

user_group.php (807B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'User Groups';
      4 
      5 // Text
      6 $_['text_success']     = 'Success: You have modified user groups!';
      7 $_['text_list']        = 'User Group';
      8 $_['text_add']         = 'Add User Group';
      9 $_['text_edit']        = 'Edit User Group';
     10 
     11 // Column
     12 $_['column_name']      = 'User Group Name';
     13 $_['column_action']    = 'Action';
     14 
     15 // Entry
     16 $_['entry_name']       = 'User Group Name';
     17 $_['entry_access']     = 'Access Permission';
     18 $_['entry_modify']     = 'Modify Permission';
     19 
     20 // Error
     21 $_['error_permission'] = 'Warning: You do not have permission to modify user groups!';
     22 $_['error_name']       = 'User Group Name must be between 3 and 64 characters!';
     23 $_['error_user']       = 'Warning: This user group cannot be deleted as it is currently assigned to %s users!';