shop.balmet.com

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

return.php (2733B)


      1 <?php
      2 // Heading
      3 $_['heading_title']        = 'Product Returns';
      4 
      5 // Text
      6 $_['text_success']         = 'Success: You have modified returns!';
      7 $_['text_list']            = 'Product Return List';
      8 $_['text_add']             = 'Add Product Return';
      9 $_['text_edit']            = 'Edit Product Return';
     10 $_['text_opened']          = 'Opened';
     11 $_['text_unopened']        = 'Unopened';
     12 $_['text_order']           = 'Order Information';
     13 $_['text_product']         = 'Product Information &amp; Reason for Return';
     14 $_['text_history']         = 'History';
     15 $_['text_history_add']     = 'Add History';
     16 
     17 // Column
     18 $_['column_return_id']     = 'Return ID';
     19 $_['column_order_id']      = 'Order ID';
     20 $_['column_customer']      = 'Customer';
     21 $_['column_product']       = 'Product';
     22 $_['column_model']         = 'Model';
     23 $_['column_status']        = 'Status';
     24 $_['column_date_added']    = 'Date Added';
     25 $_['column_date_modified'] = 'Date Modified';
     26 $_['column_comment']       = 'Comment';
     27 $_['column_notify']        = 'Customer Notified';
     28 $_['column_action']        = 'Action';
     29 
     30 // Entry
     31 $_['entry_customer']       = 'Customer';
     32 $_['entry_order_id']       = 'Order ID';
     33 $_['entry_date_ordered']   = 'Order Date';
     34 $_['entry_firstname']      = 'First Name';
     35 $_['entry_lastname']       = 'Last Name';
     36 $_['entry_email']          = 'E-Mail';
     37 $_['entry_telephone']      = 'Telephone';
     38 $_['entry_product']        = 'Product';
     39 $_['entry_model']          = 'Model';
     40 $_['entry_quantity']       = 'Quantity';
     41 $_['entry_opened']         = 'Opened';
     42 $_['entry_comment']        = 'Comment';
     43 $_['entry_return_reason']  = 'Return Reason';
     44 $_['entry_return_action']  = 'Return Action';
     45 $_['entry_return_status']  = 'Return Status';
     46 $_['entry_notify']         = 'Notify Customer';
     47 $_['entry_return_id']      = 'Return ID';
     48 $_['entry_date_added']     = 'Date Added';
     49 $_['entry_date_modified']  = 'Date Modified';
     50 
     51 // Help
     52 $_['help_product']         = '(Autocomplete)';
     53 
     54 // Error
     55 $_['error_warning']        = 'Warning: Please check the form carefully for errors!';
     56 $_['error_permission']     = 'Warning: You do not have permission to modify returns!';
     57 $_['error_order_id']       = 'Order ID required!';
     58 $_['error_firstname']      = 'First Name must be between 1 and 32 characters!';
     59 $_['error_lastname']       = 'Last Name must be between 1 and 32 characters!';
     60 $_['error_email']          = 'E-Mail Address does not appear to be valid!';
     61 $_['error_telephone']      = 'Telephone must be between 3 and 32 characters!';
     62 $_['error_product']        = 'Product Name must be greater than 3 and less than 255 characters!';
     63 $_['error_model']          = 'Product Model must be greater than 3 and less than 64 characters!';