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

// Text
$_['text_success']           = 'Success: You have modified Albums!';
$_['text_default']           = 'Default';
$_['text_image_manager']     = 'Image Manager';

// Column
$_['column_name']            = 'Albums Name';
$_['column_sort_order']      = 'Sort Order';
$_['column_action']          = 'Action';
$_['column_image']           = 'Image';
// Entry
$_['entry_name']             = 'Albums Name:';
$_['entry_meta_keyword'] 	 = 'Meta Tag Keywords:';
$_['entry_meta_description'] = 'Meta Tag Description:';
$_['entry_description']      = 'Description:';
$_['entry_parent']           = 'Parent Albums:';
$_['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. Only works for the top parent categories.</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:';

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