shop.balmet.com

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

search.php (1332B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Search';
      4 $_['heading_tag']       = 'Tag - ';
      5 
      6 // Text
      7 $_['text_search']       = 'Products meeting the search criteria';
      8 $_['text_keyword']      = 'Keywords';
      9 $_['text_category']     = 'All Categories';
     10 $_['text_sub_category'] = 'Search in subcategories';
     11 $_['text_empty']        = 'There is no product that matches the search criteria.';
     12 $_['text_quantity']     = 'Qty:';
     13 $_['text_manufacturer'] = 'Brand:';
     14 $_['text_model']        = 'Product Code:';
     15 $_['text_points']       = 'Reward Points:';
     16 $_['text_price']        = 'Price:';
     17 $_['text_tax']          = 'Ex Tax:';
     18 $_['text_reviews']      = 'Based on %s reviews.';
     19 $_['text_compare']      = 'Product Compare (%s)';
     20 $_['text_sort']         = 'Sort By:';
     21 $_['text_default']      = 'Default';
     22 $_['text_name_asc']     = 'Name (A - Z)';
     23 $_['text_name_desc']    = 'Name (Z - A)';
     24 $_['text_price_asc']    = 'Price (Low &gt; High)';
     25 $_['text_price_desc']   = 'Price (High &gt; Low)';
     26 $_['text_rating_asc']   = 'Rating (Lowest)';
     27 $_['text_rating_desc']  = 'Rating (Highest)';
     28 $_['text_model_asc']    = 'Model (A - Z)';
     29 $_['text_model_desc']   = 'Model (Z - A)';
     30 $_['text_limit']        = 'Show:';
     31 
     32 // Entry
     33 $_['entry_search']      = 'Search Criteria';
     34 $_['entry_description'] = 'Search in product descriptions';