Guest User

Language

a guest
Dec 15th, 2016
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <?php
  2.  
  3. $_['page_title'] = 'All Products List';
  4. $_['meta_description'] = 'All Products List';
  5. $_['meta_keyword'] = 'All Products List';
  6. $_['heading_title'] = 'All Products List';
  7.  
  8. // Text
  9.  
  10. $_['text_refine'] = 'Refine Search';
  11. $_['text_product'] = 'Products';
  12. $_['text_error'] = 'all products not found!';
  13. $_['text_empty'] = 'There are no products to list in this all products.';
  14. $_['text_quantity'] = 'Qty:';
  15. $_['text_manufacturer'] = 'Brand:';
  16. $_['text_model'] = 'Product Code:';
  17. $_['text_points'] = 'Reward Points:';
  18. $_['text_price'] = 'Price:';
  19. $_['text_tax'] = 'Ex Tax:';
  20. $_['text_compare'] = 'Product Compare (%s)';
  21. $_['text_sort'] = 'Sort By:';
  22. $_['text_default'] = 'Default';
  23. $_['text_name_asc'] = 'Name (A - Z)';
  24. $_['text_name_desc'] = 'Name (Z - A)';
  25. $_['text_price_asc'] = 'Price (Low &gt; High)';
  26. $_['text_price_desc'] = 'Price (High &gt; Low)';
  27. $_['text_rating_asc'] = 'Rating (Lowest)';
  28. $_['text_rating_desc'] = 'Rating (Highest)';
  29. $_['text_model_asc'] = 'Model (A - Z)';
  30. $_['text_model_desc'] = 'Model (Z - A)';
  31. $_['text_limit'] = 'Show:';
  32.  
  33.  
  34. $_['all_product'] = 'All Products';
Add Comment
Please, Sign In to add comment