shop.balmet.com

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

manufacturer.php (1335B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Manufacturers';
      4 
      5 // Text
      6 $_['text_success']      = 'Success: You have modified manufacturers!';
      7 $_['text_list']         = 'Manufacturer List';
      8 $_['text_add']          = 'Add Manufacturer';
      9 $_['text_edit']         = 'Edit Manufacturer';
     10 $_['text_default']      = 'Default';
     11 $_['text_percent']      = 'Percentage';
     12 $_['text_amount']       = 'Fixed Amount';
     13 $_['text_keyword']      = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
     14 
     15 // Column
     16 $_['column_name']       = 'Manufacturer Name';
     17 $_['column_sort_order'] = 'Sort Order';
     18 $_['column_action']     = 'Action';
     19 
     20 // Entry
     21 $_['entry_name']        = 'Manufacturer Name';
     22 $_['entry_store']       = 'Stores';
     23 $_['entry_keyword']     = 'Keyword';
     24 $_['entry_image']       = 'Image';
     25 $_['entry_sort_order']  = 'Sort Order';
     26 $_['entry_type']        = 'Type';
     27 
     28 // Error
     29 $_['error_permission']  = 'Warning: You do not have permission to modify manufacturers!';
     30 $_['error_name']        = 'Manufacturer Name must be between 1 and 64 characters!';
     31 $_['error_keyword']     = 'SEO URL already in use!';
     32 $_['error_unique']      = 'SEO URL must be unique!';
     33 $_['error_product']     = 'Warning: This manufacturer cannot be deleted as it is currently assigned to %s products!';