shop.balmet.com

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

customer_group.php (1321B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Customer Groups';
      4 
      5 // Text
      6 $_['text_success']      = 'Success: You have modified customer groups!';
      7 $_['text_list']         = 'Customer Group List';
      8 $_['text_add']          = 'Add Customer Group';
      9 $_['text_edit']         = 'Edit Customer Group';
     10 
     11 // Column
     12 $_['column_name']       = 'Customer Group Name';
     13 $_['column_sort_order'] = 'Sort Order';
     14 $_['column_action']     = 'Action';
     15 
     16 // Entry
     17 $_['entry_name']        = 'Customer Group Name';
     18 $_['entry_description'] = 'Description';
     19 $_['entry_approval']    = 'Approve New Customers';
     20 $_['entry_sort_order']  = 'Sort Order';
     21 
     22 // Help
     23 $_['help_approval']     = 'Customers must be approved by an administrator before they can login.';
     24 
     25 // Error
     26 $_['error_permission']  = 'Warning: You do not have permission to modify customer groups!';
     27 $_['error_name']        = 'Customer Group Name must be between 3 and 32 characters!';
     28 $_['error_default']     = 'Warning: This customer group cannot be deleted as it is currently assigned as the default store customer group!';
     29 $_['error_store']       = 'Warning: This customer group cannot be deleted as it is currently assigned to %s stores!';
     30 $_['error_customer']    = 'Warning: This customer group cannot be deleted as it is currently assigned to %s customers!';