Current Path : /var/www/alh/admin/language/english/simple_blog/ |
Current File : /var/www/alh/admin/language/english/simple_blog/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 Files'; $_['text_clear'] = 'Clear Image'; $_['text_add'] = 'Add Category'; $_['text_edit'] = 'Edit Category'; // Column $_['column_name'] = 'Category Name'; $_['column_sort_order'] = 'Sort Order'; $_['column_status'] = 'Status'; $_['column_action'] = 'Action'; // Help $_['help_keyword'] = 'Key word must be globally unique.'; $_['help_column'] = 'Number of columns to use for the bottom 3 categories. Only works for the top parent categories.'; $_['help_article_limit'] = 'Number of articles displayed on page in this category.'; $_['help_top'] = 'Display in the top menu bar. Only works for the top parent categories.'; // Entry $_['entry_name'] = 'Category Name:'; $_['entry_meta_keyword'] = 'Meta Tag Keywords:'; $_['entry_meta_description'] = 'Meta Tag Description:'; $_['entry_description'] = 'Description:'; $_['entry_parent'] = 'Parent Category:'; $_['entry_store'] = 'Stores:'; $_['entry_keyword'] = 'SEO Keyword:'; $_['entry_image'] = 'Image:'; $_['entry_column'] = 'Columns:'; $_['entry_article_limit'] = 'Article limit per page:'; $_['entry_sort_order'] = 'Sort Order:'; $_['entry_status'] = 'Status:'; $_['entry_top'] = 'Top:'; $_['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 255 characters!'; $_['error_seo_not_found'] = 'Seo Keyword must be between 3 to 64 characters!'; $_['error_article'] = 'Warning: This Category cannot be deleted as it is currently assigned to %s articles!'; $_['button_insert'] = 'Insert';