Current Path : /var/www/alh/admin/language/english/catalog/ |
Current File : /var/www/alh/admin/language/english/catalog/category.php |
<?php // Heading $_['heading_title'] = 'Category'; // Text $_['text_success'] = 'Success: You have modified categories!'; $_['text_default'] = 'Default'; $_['text_image_manager'] = 'Image Manager'; $_['text_browse'] = 'Browse'; $_['text_clear'] = 'Clear'; // Column $_['column_name'] = 'Category Name'; $_['column_sort_order'] = 'Sort Order'; $_['column_action'] = 'Action'; // Entry $_['entry_name'] = 'Category Name:'; $_['entry_meta_keyword'] = 'Meta Tag Keywords:'; $_['entry_meta_description'] = 'Meta Tag Description:'; $_['entry_description'] = 'Description:'; $_['entry_parent'] = 'Parent:'; $_['entry_filter'] = 'Filters:<br /><span class="help">(Autocomplete)</span>'; $_['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_image'] = 'Image:'; $_['entry_top'] = 'Top:<br/><span class="help">Display in the top menu bar. Only works for the top parent categories.</span>'; $_['entry_column'] = 'Columns:<br/><span class="help">Number of columns to use for the bottom 3 categories. Only works for the top parent categories.</span>'; $_['entry_sort_order'] = 'Sort Order:'; $_['entry_status'] = 'Status:'; $_['entry_layout'] = 'Layout Override:'; // Error $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; $_['error_permission'] = 'Warning: You do not have permission to modify categories!'; $_['error_name'] = 'Category Name must be between 2 and 32 characters!'; ?>