product.php (2493B)
1 <?php 2 // Text 3 $_['text_search'] = 'Search'; 4 $_['text_brand'] = 'Brand'; 5 $_['text_manufacturer'] = 'Brand:'; 6 $_['text_model'] = 'Product Code:'; 7 $_['text_reward'] = 'Reward Points:'; 8 $_['text_points'] = 'Price in reward points:'; 9 $_['text_stock'] = 'Availability:'; 10 $_['text_instock'] = 'In Stock'; 11 $_['text_tax'] = 'Ex Tax:'; 12 $_['text_discount'] = ' or more '; 13 $_['text_option'] = 'Available Options'; 14 $_['text_minimum'] = 'This product has a minimum quantity of %s'; 15 $_['text_reviews'] = '%s reviews'; 16 $_['text_write'] = 'Write a review'; 17 $_['text_login'] = 'Please <a href="%s">login</a> or <a href="%s">register</a> to review'; 18 $_['text_no_reviews'] = 'There are no reviews for this product.'; 19 $_['text_note'] = '<span class="text-danger">Note:</span> HTML is not translated!'; 20 $_['text_success'] = 'Thank you for your review. It has been submitted to the webmaster for approval.'; 21 $_['text_related'] = 'Related Products'; 22 $_['text_tags'] = 'Tags:'; 23 $_['text_error'] = 'Product not found!'; 24 $_['text_payment_recurring'] = 'Payment Profile'; 25 $_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then'; 26 $_['text_payment_description'] = '%s every %d %s(s) for %d payment(s)'; 27 $_['text_payment_cancel'] = '%s every %d %s(s) until canceled'; 28 $_['text_day'] = 'day'; 29 $_['text_week'] = 'week'; 30 $_['text_semi_month'] = 'half-month'; 31 $_['text_month'] = 'month'; 32 $_['text_year'] = 'year'; 33 34 // Entry 35 $_['entry_qty'] = 'Qty'; 36 $_['entry_name'] = 'Your Name'; 37 $_['entry_review'] = 'Your Review'; 38 $_['entry_rating'] = 'Rating'; 39 $_['entry_good'] = 'Good'; 40 $_['entry_bad'] = 'Bad'; 41 42 // Tabs 43 $_['tab_description'] = 'Description'; 44 $_['tab_attribute'] = 'Specification'; 45 $_['tab_review'] = 'Reviews (%s)'; 46 47 // Error 48 $_['error_name'] = 'Warning: Review Name must be between 3 and 25 characters!'; 49 $_['error_text'] = 'Warning: Review Text must be between 25 and 1000 characters!'; 50 $_['error_rating'] = 'Warning: Please select a review rating!';