shop.balmet.com

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

compare.php (930B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Product Comparison';
      4 
      5 // Text
      6 $_['text_product']      = 'Product Details';
      7 $_['text_name']         = 'Product';
      8 $_['text_image']        = 'Image';
      9 $_['text_price']        = 'Price';
     10 $_['text_model']        = 'Model';
     11 $_['text_manufacturer'] = 'Brand';
     12 $_['text_availability'] = 'Availability';
     13 $_['text_instock']      = 'In Stock';
     14 $_['text_rating']       = 'Rating';
     15 $_['text_reviews']      = 'Based on %s reviews.';
     16 $_['text_summary']      = 'Summary';
     17 $_['text_weight']       = 'Weight';
     18 $_['text_dimension']    = 'Dimensions (L x W x H)';
     19 $_['text_compare']      = 'Product Compare (%s)';
     20 $_['text_success']      = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">product comparison</a>!';
     21 $_['text_remove']       = 'Success: You have modified your product comparison!';
     22 $_['text_empty']        = 'You have not chosen any products to compare.';