shop.balmet.com

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

attribute_group.php (988B)


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