shop.balmet.com

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

product_viewed.php (620B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Products Viewed Report';
      4 
      5 // Text
      6 $_['text_extension']   = 'Extensions';
      7 $_['text_edit']        = 'Edit Products Viewed Report';
      8 $_['text_success']     = 'Success: You have reset the products viewed report!';
      9 
     10 // Column
     11 $_['column_name']      = 'Product Name';
     12 $_['column_model']     = 'Model';
     13 $_['column_viewed']    = 'Viewed';
     14 $_['column_percent']   = 'Percent';
     15 
     16 // Entry
     17 $_['entry_status']     = 'Status';
     18 $_['entry_sort_order'] = 'Sort Order';
     19 
     20 // Error
     21 $_['error_permission'] = 'Warning: You do not have permission to modify products viewed report!';