Your IP : 216.73.216.95


Current Path : /var/test/www/alh/admin/language/english/simple_blog/
Upload File :
Current File : /var/test/www/alh/admin/language/english/simple_blog/article.php

<?php
// Heading
$_['heading_title']      	= 'Article';

// Text
$_['text_success']			= 'Success: You have modified articles!';
$_['text_browse']			= 'Browse';
$_['text_clear']			= 'Clear';
$_['text_default']			= 'Default';
$_['text_image_manager']	= 'Image Manager';
$_['text_add']	            = 'Add Article';
$_['text_edit']	            = 'Edit Article';

// Buttons
$_['button_add_description']= 'Add Description';
$_['button_add_articles']	= 'Add Article';

// Columns
$_['column_article_title']	= 'Article Title';
$_['column_author_name']	= 'Author Name';
$_['column_sort_order']		= 'Sort Order';
$_['column_status']			= 'Status';
$_['column_date_added']		= 'Date Added';
$_['column_action']			= 'Action';

// Tab
$_['tab_data']				= 'Content';
$_['tab_related']			= 'Related';
$_['tab_design']			= 'Design';

// Help
$_['help_title']            = 'Article Title must be unique.';
$_['help_author_name']      = 'Author name must be select on autocomplete.';
$_['help_image']            = 'This contain main article image.';
$_['help_featured_image']   = 'It will be displayed instead of main article image in article page and articles listings.';
$_['help_main_image']      = 'It will be displayed in recent articles.';

$_['help_productwise']      = '(Autocomplete)';
$_['help_article_related_method'] = 'This article related to single product or product category or product manufacturer, select according to requirement.';
$_['help_related_article_name'] = 'Article name must be select on autocomplete.';


// Entry
$_['entry_title']       	= 'Article Title:';
$_['entry_description']    	= 'Description:';
$_['entry_author_name']    	= 'Author Name:';
$_['entry_meta_description']= 'Meta Description:';
$_['entry_meta_keyword']	= 'Meta keyword:';
$_['entry_allow_comment']	= 'Allow comments for this article?:';
$_['entry_keyword']     	= 'SEO Keyword:';
$_['entry_image']     		= 'Image:';
$_['entry_featured_image']  = 'Featured Image:';
$_['entry_main_image']  = 'Main Image:';

$_['entry_sort_order']      = 'Sort Order:';
$_['entry_status']      	= 'Status:';
$_['entry_category']      	= 'Category:';
$_['entry_manufacturer']    = 'Manufacturer:';
$_['entry_product']    		= 'Product:';
$_['entry_productwise']   	= 'Product Name:';
$_['entry_store']      		= 'Store:';
$_['entry_layout']      	= 'Layout Override:';
$_['entry_additional_description'] = 'Additional Description';
$_['entry_article_related_method'] = 'Article Related Products:';
$_['entry_blog_related_articles'] = 'Related Articles';
$_['entry_category_wise']   = 'Category Wise';
$_['entry_manufacturer_wise'] = 'Manufacturer Wise';
$_['entry_product_wise']   	= 'Product Wise';
$_['entry_related_article_name'] = 'Article Name:';

// Error
$_['error_warning']			= 'Warning: Please check the form carefully for errors!';
$_['error_permission']  	= 'Warning: You do not have permission to modify article!';
$_['error_title']       	= 'Article Title must be greater than 3 and less than 100 characters!';
$_['error_title_found']     = 'Article Title already exists, article title must be unique!';
$_['error_description'] 	= 'Description must be greater than 3 characters!';
$_['error_author_name'] 	= 'Author name can\'t be blank!';
$_['error_author_not_found_list'] = 'Author not found in our list!';
$_['error_author_not_found']= 'Sorry Author not found in our list, please insert valid author name!';
$_['error_seo_not_found']   = 'Seo Keyword must be between 3 to 64 characters!';
$_['error_article_related']	= 'Warning: You can\'t delete article because currently it relate %s articles!';

$_['button_insert']			= 'Insert';