shop.balmet.com

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

customer_search.php (1032B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Customer Searches Report';
      4 
      5 // Text
      6 $_['text_extension']    = 'Extensions';
      7 $_['text_edit']         = 'Edit Customer Searches Report';
      8 $_['text_success']      = 'Success: You have modified customer searches report!';
      9 $_['text_filter']       = 'Filter';
     10 $_['text_guest']        = 'Guest';
     11 $_['text_customer']     = '<a href="%s">%s</a>';
     12 
     13 // Column
     14 $_['column_keyword']    = 'Keyword';
     15 $_['column_products']   = 'Found Products';
     16 $_['column_category']   = 'Category';
     17 $_['column_customer']   = 'Customer';
     18 $_['column_ip']         = 'IP';
     19 $_['column_date_added'] = 'Date Added';
     20 
     21 // Entry
     22 $_['entry_date_start']  = 'Date Start';
     23 $_['entry_date_end']    = 'Date End';
     24 $_['entry_keyword']     = 'Keyword';
     25 $_['entry_customer']    = 'Customer';
     26 $_['entry_ip']          = 'IP';
     27 $_['entry_status']      = 'Status';
     28 $_['entry_sort_order']  = 'Sort Order';
     29 
     30 // Error
     31 $_['error_permission']  = 'Warning: You do not have permission to modify customer searches report!';