Current Path : /var/test/www/alh/admin/language/english/catalog/ |
Current File : /var/test/www/alh/admin/language/english/catalog/product.php |
<?php // Heading $_['heading_title'] = 'Products'; // Text $_['text_success'] = 'Success: You have modified products!'; $_['text_plus'] = '+'; $_['text_minus'] = '-'; $_['text_default'] = 'Default'; $_['text_image_manager'] = 'Image Manager'; $_['text_browse'] = 'Browse'; $_['text_clear'] = 'Clear'; $_['text_option'] = 'Option'; $_['text_option_value'] = 'Option Value'; $_['text_percent'] = 'Percentage'; $_['text_amount'] = 'Fixed Amount'; // Column $_['column_name'] = 'Product Name'; $_['column_model'] = 'Model'; $_['column_image'] = 'Image'; $_['column_price'] = 'Price'; $_['column_quantity'] = 'Quantity'; $_['column_status'] = 'Status'; $_['column_action'] = 'Action'; // Entry $_['entry_name'] = 'Product Name:'; $_['entry_meta_keyword'] = 'Meta Tag Keywords:'; $_['entry_meta_description'] = 'Meta Tag Description:'; $_['entry_description'] = 'Description:'; $_['entry_store'] = 'Stores:'; $_['entry_keyword'] = 'SEO Keyword:<br /><span class="help">Do not use spaces instead replace spaces with - and make sure the keyword is globally unique.</span>'; $_['entry_model'] = 'Model:'; $_['entry_sku'] = 'SKU:<br/><span class="help">Stock Keeping Unit</span>'; $_['entry_upc'] = 'UPC:<br/><span class="help">Universal Product Code</span>'; $_['entry_ean'] = 'EAN:<br/><span class="help">European Article Number</span>'; $_['entry_jan'] = 'JAN:<br/><span class="help">Japanese Article Number</span>'; $_['entry_isbn'] = 'ISBN:<br/><span class="help">International Standard Book Number</span>'; $_['entry_mpn'] = 'MPN:<br/><span class="help">Manufacturer Part Number</span>'; $_['entry_location'] = 'Location:'; $_['entry_shipping'] = 'Requires Shipping:'; $_['entry_manufacturer'] = 'Manufacturer:<br /><span class="help">(Autocomplete)</span>'; $_['entry_date_available'] = 'Date Available:'; $_['entry_quantity'] = 'Quantity:'; $_['entry_minimum'] = 'Minimum Quantity:<br/><span class="help">Force a minimum ordered amount</span>'; $_['entry_stock_status'] = 'Out Of Stock Status:<br/><span class="help">Status shown when a product is out of stock</span>'; $_['entry_price'] = 'Price:'; $_['entry_tax_class'] = 'Tax Class:'; $_['entry_points'] = 'Points:<br/><span class="help">Number of points needed to buy this item. If you don\'t want this product to be purchased with points leave as 0.</span>'; $_['entry_option_points'] = 'Points:'; $_['entry_subtract'] = 'Subtract Stock:'; $_['entry_weight_class'] = 'Weight Class:'; $_['entry_weight'] = 'Weight:'; $_['entry_length'] = 'Length Class:'; $_['entry_dimension'] = 'Dimensions (L x W x H):'; $_['entry_image'] = 'Image:'; $_['entry_customer_group'] = 'Customer Group:'; $_['entry_date_start'] = 'Date Start:'; $_['entry_date_end'] = 'Date End:'; $_['entry_priority'] = 'Priority:'; $_['entry_attribute'] = 'Attribute:'; $_['entry_attribute_group'] = 'Attribute Group:'; $_['entry_text'] = 'Text:'; $_['entry_option'] = 'Option:'; $_['entry_option_value'] = 'Option Value:'; $_['entry_required'] = 'Required:'; $_['entry_status'] = 'Status:'; $_['entry_sort_order'] = 'Sort Order:'; $_['entry_category'] = 'Categories:<br /><span class="help">(Autocomplete)</span>'; $_['entry_filter'] = 'Filters:<br /><span class="help">(Autocomplete)</span>'; $_['entry_download'] = 'Downloads:<br /><span class="help">(Autocomplete)</span>'; $_['entry_related'] = 'Related Products:<br /><span class="help">(Autocomplete)</span>'; $_['entry_tag'] = 'Product Tags:<br /><span class="help">comma separated</span>'; $_['entry_reward'] = 'Reward Points:'; $_['entry_layout'] = 'Layout Override:'; $_['entry_profile'] = 'Profile:'; $_['text_recurring_help'] = 'Recurring amounts are calculated by the frequency and cycles. <br />For example if you use a frequency of "week" and a cycle of "2", then the user will be billed every 2 weeks. <br />The length is the number of times the user will make a payment, set this to 0 if you want payments until they are cancelled.'; $_['text_recurring_title'] = 'Recurring payments'; $_['text_recurring_trial'] = 'Trial period'; $_['entry_recurring'] = 'Recurring billing:'; $_['entry_recurring_price'] = 'Recurring price:'; $_['entry_recurring_freq'] = 'Recurring frequency:'; $_['entry_recurring_cycle'] = 'Recurring cycles:<span class="help">How often its billed, must be 1 or more</span>'; $_['entry_recurring_length'] = 'Recurring length:<span class="help">0 = until cancelled</span>'; $_['entry_trial'] = 'Trial period:'; $_['entry_trial_price'] = 'Trial recurring price:'; $_['entry_trial_freq'] = 'Trial recurring frequency:'; $_['entry_trial_cycle'] = 'Trial recurring cycles:<span class="help">How often its billed, must be 1 or more</span>'; $_['entry_trial_length'] = 'Trial recurring length:'; $_['text_length_day'] = 'Day'; $_['text_length_week'] = 'Week'; $_['text_length_month'] = 'Month'; $_['text_length_month_semi'] = 'Semi Month'; $_['text_length_year'] = 'Year'; // Error $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; $_['error_permission'] = 'Warning: You do not have permission to modify products!'; $_['error_name'] = 'Product Name must be greater than 3 and less than 255 characters!'; $_['error_model'] = 'Product Model must be greater than 3 and less than 64 characters!'; ?>