Your IP : 216.73.216.95


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

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

// Text
$_['text_success']				= 'Success: You have modified comments!';
$_['text_add']	                = 'Add Comment';
$_['text_edit']	                = 'Edit Comment';

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

// Buttons
$_['button_add_reply']			= 'Add Comment Reply';

// Help
$_['help_article']              = 'Article name must select on autocomplete.';

// Tab
$_['tab_comment']				= 'Comment';

// Entry
$_['entry_author']				= 'Author Name:';
$_['entry_article']				= 'Article Name:';
$_['entry_status']				= 'Status:';
$_['entry_comment']				= 'Comment:';
$_['entry_reply_comment']		= 'Reply';

// Error
$_['error_warning']				= 'Warning: Please check the form carefully for errors!';
$_['error_permission']  		= 'Warning: You do not have permission to modify comment!';
$_['error_author']				= 'Author name must be between 3 to 63 characters!';
$_['error_comment']				= 'Comment must be between 3 to 1000 characters!';
$_['error_article_title']  		= 'Article Title must be require!';
$_['error_article_title_not_found']	= 'Article Title not found in our list!';

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