Current Path : /var/www/alh/admin/language/english/simple_blog/ |
Current File : /var/www/alh/admin/language/english/simple_blog/author.php |
<?php // Heading $_['heading_title'] = 'Authors'; // Columns $_['column_author_name'] = 'Author Name'; $_['column_status'] = 'Status'; $_['column_date_added'] = 'Date Added'; $_['column_action'] = 'Action'; // Text $_['text_success'] = 'Success: You have modified the blog Authors!'; $_['text_default'] = 'Default'; $_['text_image_manager'] = 'Image Manager'; $_['text_browse'] = 'Browse'; $_['text_clear'] = 'Clear'; $_['text_add'] = 'Add Author'; $_['text_edit'] = 'Edit Author'; // Help $_['help_name'] = 'Author name must be unique.'; $_['help_keyword'] = 'Do not use spaces instead replace spaces with - and make sure the keyword is globally unique.'; $_['help_adminid'] = 'username of the admin account - see documentation'; // Entry $_['entry_name'] = 'Author Name:'; $_['entry_keyword'] = 'SEO Keyword:'; $_['entry_image'] = 'Avatar:'; $_['entry_type'] = 'Type:'; $_['entry_adminid'] = 'Admin Id:'; $_['entry_description'] = 'Description:'; $_['entry_ctitle'] = 'Custom Page Title:'; $_['entry_meta_description']= 'Meta Tag Description:'; $_['entry_meta_keyword'] = 'Meta Tag Keywords:'; $_['entry_status'] = 'Status:'; // Errors $_['error_warning'] = 'Warning: Please check form carefully for errors!'; $_['error_permission'] = 'Warning: You do not have permission to modify the authors!'; $_['error_name'] = 'Author Name must be between 3 and 255 characters!'; $_['error_author_found'] = 'Author Name already exists, author name must unique!'; $_['error_seo_not_found'] = 'Seo Keyword must be between 3 to 64 characters!'; $_['error_article'] = 'Warning: This Author cannot be deleted as it is currently assigned to %s articles!'; $_['button_insert'] = 'Insert';