Added default language pack (en-gb)
This commit is contained in:
24
catalog/product/category.php
Normal file
24
catalog/product/category.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_refine'] = 'Refine Search';
|
||||
$_['text_product'] = 'Products';
|
||||
$_['text_error'] = 'Category not found!';
|
||||
$_['text_empty'] = 'There are no products to list in this category.';
|
||||
$_['text_quantity'] = 'Qty:';
|
||||
$_['text_manufacturer'] = 'Brand:';
|
||||
$_['text_model'] = 'Product Code:';
|
||||
$_['text_points'] = 'Reward Points:';
|
||||
$_['text_price'] = 'Price:';
|
||||
$_['text_tax'] = 'Ex Tax:';
|
||||
$_['text_compare'] = 'Product Compare (%s)';
|
||||
$_['text_sort'] = 'Sort By:';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_name_asc'] = 'Name (A - Z)';
|
||||
$_['text_name_desc'] = 'Name (Z - A)';
|
||||
$_['text_price_asc'] = 'Price (Low > High)';
|
||||
$_['text_price_desc'] = 'Price (High > Low)';
|
||||
$_['text_rating_asc'] = 'Rating (Lowest)';
|
||||
$_['text_rating_desc'] = 'Rating (Highest)';
|
||||
$_['text_model_asc'] = 'Model (A - Z)';
|
||||
$_['text_model_desc'] = 'Model (Z - A)';
|
||||
$_['text_limit'] = 'Show:';
|
22
catalog/product/compare.php
Normal file
22
catalog/product/compare.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Product Comparison';
|
||||
|
||||
// Text
|
||||
$_['text_product'] = 'Product Details';
|
||||
$_['text_name'] = 'Product';
|
||||
$_['text_image'] = 'Image';
|
||||
$_['text_price'] = 'Price';
|
||||
$_['text_model'] = 'Model';
|
||||
$_['text_manufacturer'] = 'Brand';
|
||||
$_['text_availability'] = 'Availability';
|
||||
$_['text_instock'] = 'In Stock';
|
||||
$_['text_rating'] = 'Rating';
|
||||
$_['text_reviews'] = 'Based on %s reviews.';
|
||||
$_['text_summary'] = 'Summary';
|
||||
$_['text_weight'] = 'Weight';
|
||||
$_['text_dimension'] = 'Dimensions (L x W x H)';
|
||||
$_['text_compare'] = 'Product Compare (%s)';
|
||||
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">product comparison</a>!';
|
||||
$_['text_remove'] = 'Success: You have modified your product comparison!';
|
||||
$_['text_empty'] = 'You have not chosen any products to compare.';
|
27
catalog/product/manufacturer.php
Normal file
27
catalog/product/manufacturer.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Find Your Favorite Brand';
|
||||
|
||||
// Text
|
||||
$_['text_brand'] = 'Brand';
|
||||
$_['text_index'] = 'Brand Index:';
|
||||
$_['text_error'] = 'Brand not found!';
|
||||
$_['text_empty'] = 'There are no products to list.';
|
||||
$_['text_quantity'] = 'Qty:';
|
||||
$_['text_manufacturer'] = 'Brand:';
|
||||
$_['text_model'] = 'Product Code:';
|
||||
$_['text_points'] = 'Reward Points:';
|
||||
$_['text_price'] = 'Price:';
|
||||
$_['text_tax'] = 'Ex Tax:';
|
||||
$_['text_compare'] = 'Product Compare (%s)';
|
||||
$_['text_sort'] = 'Sort By:';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_name_asc'] = 'Name (A - Z)';
|
||||
$_['text_name_desc'] = 'Name (Z - A)';
|
||||
$_['text_price_asc'] = 'Price (Low > High)';
|
||||
$_['text_price_desc'] = 'Price (High > Low)';
|
||||
$_['text_rating_asc'] = 'Rating (Lowest)';
|
||||
$_['text_rating_desc'] = 'Rating (Highest)';
|
||||
$_['text_model_asc'] = 'Model (A - Z)';
|
||||
$_['text_model_desc'] = 'Model (Z - A)';
|
||||
$_['text_limit'] = 'Show:';
|
50
catalog/product/product.php
Normal file
50
catalog/product/product.php
Normal file
@ -0,0 +1,50 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_search'] = 'Search';
|
||||
$_['text_brand'] = 'Brand';
|
||||
$_['text_manufacturer'] = 'Brand:';
|
||||
$_['text_model'] = 'Product Code:';
|
||||
$_['text_reward'] = 'Reward Points:';
|
||||
$_['text_points'] = 'Price in reward points:';
|
||||
$_['text_stock'] = 'Availability:';
|
||||
$_['text_instock'] = 'In Stock';
|
||||
$_['text_tax'] = 'Ex Tax:';
|
||||
$_['text_discount'] = ' or more ';
|
||||
$_['text_option'] = 'Available Options';
|
||||
$_['text_minimum'] = 'This product has a minimum quantity of %s';
|
||||
$_['text_reviews'] = '%s reviews';
|
||||
$_['text_write'] = 'Write a review';
|
||||
$_['text_login'] = 'Please <a href="%s">login</a> or <a href="%s">register</a> to review';
|
||||
$_['text_no_reviews'] = 'There are no reviews for this product.';
|
||||
$_['text_note'] = '<span class="text-danger">Note:</span> HTML is not translated!';
|
||||
$_['text_success'] = 'Thank you for your review. It has been submitted to the webmaster for approval.';
|
||||
$_['text_related'] = 'Related Products';
|
||||
$_['text_tags'] = 'Tags:';
|
||||
$_['text_error'] = 'Product not found!';
|
||||
$_['text_payment_recurring'] = 'Payment Profile';
|
||||
$_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then';
|
||||
$_['text_payment_description'] = '%s every %d %s(s) for %d payment(s)';
|
||||
$_['text_payment_cancel'] = '%s every %d %s(s) until canceled';
|
||||
$_['text_day'] = 'day';
|
||||
$_['text_week'] = 'week';
|
||||
$_['text_semi_month'] = 'half-month';
|
||||
$_['text_month'] = 'month';
|
||||
$_['text_year'] = 'year';
|
||||
|
||||
// Entry
|
||||
$_['entry_qty'] = 'Qty';
|
||||
$_['entry_name'] = 'Your Name';
|
||||
$_['entry_review'] = 'Your Review';
|
||||
$_['entry_rating'] = 'Rating';
|
||||
$_['entry_good'] = 'Good';
|
||||
$_['entry_bad'] = 'Bad';
|
||||
|
||||
// Tabs
|
||||
$_['tab_description'] = 'Description';
|
||||
$_['tab_attribute'] = 'Specification';
|
||||
$_['tab_review'] = 'Reviews (%s)';
|
||||
|
||||
// Error
|
||||
$_['error_name'] = 'Warning: Review Name must be between 3 and 25 characters!';
|
||||
$_['error_text'] = 'Warning: Review Text must be between 25 and 1000 characters!';
|
||||
$_['error_rating'] = 'Warning: Please select a review rating!';
|
34
catalog/product/search.php
Normal file
34
catalog/product/search.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Search';
|
||||
$_['heading_tag'] = 'Tag - ';
|
||||
|
||||
// Text
|
||||
$_['text_search'] = 'Products meeting the search criteria';
|
||||
$_['text_keyword'] = 'Keywords';
|
||||
$_['text_category'] = 'All Categories';
|
||||
$_['text_sub_category'] = 'Search in subcategories';
|
||||
$_['text_empty'] = 'There is no product that matches the search criteria.';
|
||||
$_['text_quantity'] = 'Qty:';
|
||||
$_['text_manufacturer'] = 'Brand:';
|
||||
$_['text_model'] = 'Product Code:';
|
||||
$_['text_points'] = 'Reward Points:';
|
||||
$_['text_price'] = 'Price:';
|
||||
$_['text_tax'] = 'Ex Tax:';
|
||||
$_['text_reviews'] = 'Based on %s reviews.';
|
||||
$_['text_compare'] = 'Product Compare (%s)';
|
||||
$_['text_sort'] = 'Sort By:';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_name_asc'] = 'Name (A - Z)';
|
||||
$_['text_name_desc'] = 'Name (Z - A)';
|
||||
$_['text_price_asc'] = 'Price (Low > High)';
|
||||
$_['text_price_desc'] = 'Price (High > Low)';
|
||||
$_['text_rating_asc'] = 'Rating (Lowest)';
|
||||
$_['text_rating_desc'] = 'Rating (Highest)';
|
||||
$_['text_model_asc'] = 'Model (A - Z)';
|
||||
$_['text_model_desc'] = 'Model (Z - A)';
|
||||
$_['text_limit'] = 'Show:';
|
||||
|
||||
// Entry
|
||||
$_['entry_search'] = 'Search Criteria';
|
||||
$_['entry_description'] = 'Search in product descriptions';
|
24
catalog/product/special.php
Normal file
24
catalog/product/special.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Special Offers';
|
||||
|
||||
// Text
|
||||
$_['text_empty'] = 'There are no special offer products to list.';
|
||||
$_['text_quantity'] = 'Qty:';
|
||||
$_['text_manufacturer'] = 'Brand:';
|
||||
$_['text_model'] = 'Product Code:';
|
||||
$_['text_points'] = 'Reward Points:';
|
||||
$_['text_price'] = 'Price:';
|
||||
$_['text_tax'] = 'Ex Tax:';
|
||||
$_['text_compare'] = 'Product Compare (%s)';
|
||||
$_['text_sort'] = 'Sort By:';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_name_asc'] = 'Name (A - Z)';
|
||||
$_['text_name_desc'] = 'Name (Z - A)';
|
||||
$_['text_price_asc'] = 'Price (Low > High)';
|
||||
$_['text_price_desc'] = 'Price (High > Low)';
|
||||
$_['text_rating_asc'] = 'Rating (Lowest)';
|
||||
$_['text_rating_desc'] = 'Rating (Highest)';
|
||||
$_['text_model_asc'] = 'Model (A - Z)';
|
||||
$_['text_model_desc'] = 'Model (Z - A)';
|
||||
$_['text_limit'] = 'Show:';
|
Reference in New Issue
Block a user