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

// Text
$_['text_success']           = 'Success: You have modified albums Image!';
$_['text_default']           = 'Default';
$_['text_image_manager']     = 'Image Manager';
$_['text_select_all']        = 'select all';
$_['text_unselect_all']      = 'unselect all';
$_['text_pagination']         = 'Showing {start} to {end} of {total} ({pages} Pages)';
// Column
$_['column_name']            = 'Image Name';
$_['column_sort_order']      = 'Sort Order';
$_['column_action']          = 'Action';
$_['comlumn_image']          = 'Image';
// Entry
$_['entry_albums']           = 'Albums';
$_['entry_name']             = 'Image Title:';
$_['entry_description']      = 'Text:';
$_['entry_store']            = 'Stores:';
$_['entry_keyword']          = 'SEO Keyword:<br/><span class="help">This must be globally unique.</span>';
$_['entry_image']            = 'Image:';
$_['entry_top']              = 'Top:<br/><span class="help">Display in the top menu bar.and you want it to be independent, do not select any category</span>';
$_['entry_column']           = 'Columns:<br/><span class="help">Number of columns to use for the bottom 3 categories. Only works for the top parent categories.</span>';
$_['entry_sort_order']       = 'Sort Order:';
$_['entry_status']           = 'Status:';
$_['entry_layout']           = 'Layout Override:';
$_['entry_image']            = 'Image Image:<br /><span class="help">Thumbnail for Image</span>';

$_['entry_showdate']         = 'Show Create Date';
$_['entry_showvote']         = 'Show Vote';
$_['entry_showview']         = 'Show View';

// Error 
$_['error_warning']          = 'Warning: Please check the form carefully for errors!';
$_['error_permission']       = 'Warning: You do not have permission to modify categories!';
$_['error_name']             = 'Image title Name must be between 2 and 32 characters!';
?>