shop.balmet.com

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

sale_coupon.php (732B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Coupons Report';
      4 
      5 // Text
      6 $_['text_extension']   = 'Extensions';
      7 $_['text_edit']        = 'Edit Coupons Report';
      8 $_['text_success']     = 'Success: You have modified coupon report!';
      9 $_['text_filter']      = 'Filter';
     10 
     11 // Column
     12 $_['column_name']      = 'Coupon Name';
     13 $_['column_code']      = 'Code';
     14 $_['column_orders']    = 'Orders';
     15 $_['column_total']     = 'Total';
     16 $_['column_action']    = 'Action';
     17 
     18 // Entry
     19 $_['entry_date_start'] = 'Date Start';
     20 $_['entry_date_end']   = 'Date End';
     21 $_['entry_status']     = 'Status';
     22 $_['entry_sort_order'] = 'Sort Order';
     23 
     24 // Error
     25 $_['error_permission']  = 'Warning: You do not have permission to modify coupon report!';