shop.balmet.com

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

recent.php (737B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Latest Orders';
      4 
      5 // Text
      6 $_['text_extension']    = 'Extensions';
      7 $_['text_success']      = 'Success: You have modified dashboard recent orders!';
      8 $_['text_edit']         = 'Edit Dashboard Recent Orders';
      9 
     10 // Column
     11 $_['column_order_id']   = 'Order ID';
     12 $_['column_customer']   = 'Customer';
     13 $_['column_status']     = 'Status';
     14 $_['column_total']      = 'Total';
     15 $_['column_date_added'] = 'Date Added';
     16 $_['column_action']     = 'Action';
     17 
     18 
     19 // Entry
     20 $_['entry_status']      = 'Status';
     21 $_['entry_sort_order']  = 'Sort Order';
     22 $_['entry_width']       = 'Width';
     23 
     24 // Error
     25 $_['error_permission']  = 'Warning: You do not have permission to modify dashboard recent orders!';