<?php
//menu
$_['text_news']                        = 'News CMS';
$_['text_news_setting']                = 'News CMS Setting';
$_['text_news_install']                = 'Install';
$_['text_news_uninstall']              = 'Uninstall';
$_['text_news_category']               = 'News Category';
$_['text_news_article']                = 'New Article';
$_['text_news_comment']                = 'New Comment';
$_['button_update'] = 'Update';
$_['heading_title'] = 'News CMS Setting';
$_['head_news'] = 'News Configuration';
$_['head_category'] = 'For category';
$_['head_article'] = 'For Article';
$_['head_comment'] = 'For Comment';

$_['head_gallery'] = 'Gallery Setting';

$_['text_news_gallery'] = 'Gallery';
			
$_['text_news_albums'] = 'Albums';
$_['text_news_images'] = 'Images';
			
// Text in setting
//entry
$_['entry_subcategory'] = 'Sub Category :<span class="help">Include sub category in category list</span> ';
$_['entry_datetime'] = 'Datetime Fortmat : <br /><span class="help">Returns date formatted according to given format ex:Y-m-d H:i:s</span>';
$_['entry_itemperpage'] = 'Item/Page :';
$_['entry_thumbsetting'] = 'Category Thumbnail :<span class="help">Thumbnail of category list</span>';
$_['entry_thumbsetting_w'] = 'W :';
$_['entry_thumbsetting_h'] = 'H :';
$_['entry_description_limit'] = 'Description Limit :<span class="help">Description charasec limit in category list show</span>';
$_['entry_showview'] = 'Show View:';
$_['entry_showdesc'] = 'Show Category Description:';
$_['entry_showdate'] = 'Show Creatdate :<span class="help">Show creat date in category list</span>';
$_['entry_showvote'] = 'Show Vote :<span class="help">Show vote in category list</span>';
$_['entry_showcommentcount'] = 'Show Comment Count :<span class="help">Show comment count in category list</span>';
$_['entry_news_yes'] = 'Yes';
$_['entry_news_no'] = 'No';
$_['entry_article_showdate'] = 'Show Creatdate :<span class="help">Show creat date in Article </span>';
$_['entry_article_showvote'] = 'Show Vote :<span class="help">Show vote in Article list</span>';
$_['entry_commentperpage'] = 'Comment / Page :';

$_['entry_article_sharescript'] = 'Share Script<span class="help"> You cant type html,javascript to this !</span>';
$_['entry_gallery_albums'] = 'Gallery Albums Setting ';
$_['entry_gallery_images'] = 'Gallery Images Setting ';
$_['entry_gallery_theme'] = 'Gallery Theme';
$_['entry_subalbums'] = 'Sub Albums :<span class="help">Include sub Albums in Albums list</span> ';
//Text read more
$_['entry_showreadmore'] = 'Show Readmore :<span class="help">The read more text is : Read more , you can change this in language file </span>';
$_['entry_showfield_title'] = 'Show field title :';
$_['entry_showfield_website'] = 'Show field website :';
$_['entry_autopublish'] =  'Auto Publish <span class="help">Auto Comment Published Yes Or No</span>';
$_['entry_automail'] =  'Auto Send Mail <span class="help">Auto send admin mail when new comment</span>';
//Gravatar
$_['entry_show_gravatar'] = 'Show Gravatar: <span class="help">Auto get avatar form Gravatar</span>';
$_['entry_gravatar_resize'] = 'Gravatar Resize :';
$_['error_gravatar_thumb'] = 'Warning: Gravatar Thumbnail must be value';
// Text
$_['text_success']           = 'Success: You have modified News Setting!';
$_['text_default']           = 'Default';
$_['text_image_manager']     = 'Image Manager';
// Error 
$_['error_warning']          = 'Warning: Please check the form carefully for errors!';
$_['error_permission']       = 'Warning: You do not have permission to modify News Setting!';

$_['error_news_config_item'] = 'Warning: Item per page must be greater than 1';
$_['error_news_config_catthumb'] = 'Warning: Thumbnail must be value';
$_['error_news_config_desclimit'] = 'Warning: Description must be value and greater than 1';
$_['error_news_config_comment_perpage'] = 'Warning : Commnet per page must be value and greater than 1';

$_['error_news_config_album'] = 'Warning: Album per page must be greater than 1';
$_['error_news_config_image'] = 'Warning: Image per page must be greater than 1';
$_['error_news_config_order'] = 'Warning: Order must be value';
$_['error_news_config_albumsthumb'] = 'Warning: Album Thumbnail must be value';
$_['error_news_config_imagesthumb'] = 'Warning: Image Thumbnail must be value';
//gallery
$_['entry_gallerytomenu'] = 'Gallery Top Menu <p class="help">Include Gallery to top menu</p>';
$_['entry_gallery_order'] = 'Order <p class="help">Order in top menu</p>';
$_['entry_albumsperpage'] = 'Item of Albums / Page';
$_['entry_albumsthumbsetting'] = 'Thumbnail of Albums listing';
$_['entry_imagesperpage'] = 'Item of Images / Page';
$_['entry_imagesthumbsetting'] = 'Thumbnail of Imgaes listing';
$_['entry_gallery_sharescript'] = 'Sharescript in imgae show';
$_['entry_gallerysub'] = 'Include Sub Albums <p class="help">Include sub albums images in root albums</p>';
$_['entry_gallery_showcount'] = 'Image Count <p class="help">Show images count</p>';
$_['entry_gallery_showview'] = 'Total Image view <p class="help">Show total images view</p>';
$_['entry_gallery_showvote'] = 'Total Image vote <p class="help">Show total images vote</p>';
$_['entry_gallery_showcreatdate'] = 'Show Creatdate';
?>