product.php (5185B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Products'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified products!'; 7 $_['text_list'] = 'Product List'; 8 $_['text_add'] = 'Add Product'; 9 $_['text_edit'] = 'Edit Product'; 10 $_['text_filter'] = 'Filter'; 11 $_['text_plus'] = '+'; 12 $_['text_minus'] = '-'; 13 $_['text_default'] = 'Default'; 14 $_['text_option'] = 'Option'; 15 $_['text_option_value'] = 'Option Value'; 16 $_['text_percent'] = 'Percentage'; 17 $_['text_amount'] = 'Fixed Amount'; 18 $_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.'; 19 20 // Column 21 $_['column_name'] = 'Product Name'; 22 $_['column_model'] = 'Model'; 23 $_['column_image'] = 'Image'; 24 $_['column_price'] = 'Price'; 25 $_['column_quantity'] = 'Quantity'; 26 $_['column_status'] = 'Status'; 27 $_['column_action'] = 'Action'; 28 29 // Entry 30 $_['entry_name'] = 'Product Name'; 31 $_['entry_description'] = 'Description'; 32 $_['entry_meta_title'] = 'Meta Tag Title'; 33 $_['entry_meta_keyword'] = 'Meta Tag Keywords'; 34 $_['entry_meta_description'] = 'Meta Tag Description'; 35 $_['entry_store'] = 'Stores'; 36 $_['entry_keyword'] = 'Keyword'; 37 $_['entry_model'] = 'Model'; 38 $_['entry_sku'] = 'SKU'; 39 $_['entry_upc'] = 'UPC'; 40 $_['entry_ean'] = 'EAN'; 41 $_['entry_jan'] = 'JAN'; 42 $_['entry_isbn'] = 'ISBN'; 43 $_['entry_mpn'] = 'MPN'; 44 $_['entry_location'] = 'Location'; 45 $_['entry_shipping'] = 'Requires Shipping'; 46 $_['entry_manufacturer'] = 'Manufacturer'; 47 $_['entry_date_available'] = 'Date Available'; 48 $_['entry_quantity'] = 'Quantity'; 49 $_['entry_minimum'] = 'Minimum Quantity'; 50 $_['entry_stock_status'] = 'Out Of Stock Status'; 51 $_['entry_price'] = 'Price'; 52 $_['entry_tax_class'] = 'Tax Class'; 53 $_['entry_points'] = 'Points'; 54 $_['entry_option_points'] = 'Points'; 55 $_['entry_subtract'] = 'Subtract Stock'; 56 $_['entry_weight_class'] = 'Weight Class'; 57 $_['entry_weight'] = 'Weight'; 58 $_['entry_dimension'] = 'Dimensions (L x W x H)'; 59 $_['entry_length_class'] = 'Length Class'; 60 $_['entry_length'] = 'Length'; 61 $_['entry_width'] = 'Width'; 62 $_['entry_height'] = 'Height'; 63 $_['entry_image'] = 'Image'; 64 $_['entry_additional_image'] = 'Additional Images'; 65 $_['entry_customer_group'] = 'Customer Group'; 66 $_['entry_date_start'] = 'Date Start'; 67 $_['entry_date_end'] = 'Date End'; 68 $_['entry_priority'] = 'Priority'; 69 $_['entry_attribute'] = 'Attribute'; 70 $_['entry_attribute_group'] = 'Attribute Group'; 71 $_['entry_text'] = 'Text'; 72 $_['entry_option'] = 'Option'; 73 $_['entry_option_value'] = 'Option Value'; 74 $_['entry_required'] = 'Required'; 75 $_['entry_status'] = 'Status'; 76 $_['entry_sort_order'] = 'Sort Order'; 77 $_['entry_category'] = 'Categories'; 78 $_['entry_filter'] = 'Filters'; 79 $_['entry_download'] = 'Downloads'; 80 $_['entry_related'] = 'Related Products'; 81 $_['entry_tag'] = 'Product Tags'; 82 $_['entry_reward'] = 'Reward Points'; 83 $_['entry_layout'] = 'Layout Override'; 84 $_['entry_recurring'] = 'Recurring Profile'; 85 86 // Help 87 $_['help_sku'] = 'Stock Keeping Unit'; 88 $_['help_upc'] = 'Universal Product Code'; 89 $_['help_ean'] = 'European Article Number'; 90 $_['help_jan'] = 'Japanese Article Number'; 91 $_['help_isbn'] = 'International Standard Book Number'; 92 $_['help_mpn'] = 'Manufacturer Part Number'; 93 $_['help_manufacturer'] = '(Autocomplete)'; 94 $_['help_minimum'] = 'Force a minimum ordered amount'; 95 $_['help_stock_status'] = 'Status shown when a product is out of stock'; 96 $_['help_points'] = 'Number of points needed to buy this item. If you don\'t want this product to be purchased with points leave as 0.'; 97 $_['help_category'] = '(Autocomplete)'; 98 $_['help_filter'] = '(Autocomplete)'; 99 $_['help_download'] = '(Autocomplete)'; 100 $_['help_related'] = '(Autocomplete)'; 101 $_['help_tag'] = 'Comma separated'; 102 103 // Error 104 $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; 105 $_['error_permission'] = 'Warning: You do not have permission to modify products!'; 106 $_['error_name'] = 'Product Name must be greater than 1 and less than 255 characters!'; 107 $_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!'; 108 $_['error_model'] = 'Product Model must be greater than 1 and less than 64 characters!'; 109 $_['error_keyword'] = 'SEO URL already in use!'; 110 $_['error_unique'] = 'SEO URL must be unique!';