shop.balmet.com

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

order_status.php (1129B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Order Statuses';
      4 
      5 // Text
      6 $_['text_success']     = 'Success: You have modified order statuses!';
      7 $_['text_list']        = 'Order Status List';
      8 $_['text_add']         = 'Add Order Status';
      9 $_['text_edit']        = 'Edit Order Status';
     10 
     11 // Column
     12 $_['column_name']      = 'Order Status Name';
     13 $_['column_action']    = 'Action';
     14 
     15 // Entry
     16 $_['entry_name']       = 'Order Status Name';
     17 
     18 // Error
     19 $_['error_permission'] = 'Warning: You do not have permission to modify order statuses!';
     20 $_['error_name']       = 'Order Status Name must be between 3 and 32 characters!';
     21 $_['error_default']    = 'Warning: This order status cannot be deleted as it is currently assigned as the default store order status!';
     22 $_['error_download']   = 'Warning: This order status cannot be deleted as it is currently assigned as the default download status!';
     23 $_['error_store']      = 'Warning: This order status cannot be deleted as it is currently assigned to %s stores!';
     24 $_['error_order']      = 'Warning: This order status cannot be deleted as it is currently assigned to %s orders!';