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

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module Ajax Tab!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_order']          = 'Order : ';
$_['text_limit']          = 'Product Count : ';
$_['text_type']           = 'Select Type <p class="help">select type to show in tab</p>';
$_['text_image'] = 'Image : ';
$_['text_image_w'] = 'W';
$_['text_image_h'] = 'H';
// Entry
$_['entry_layout']        = 'Layout:';
$_['entry_position']      = 'Position:';
$_['entry_status']        = 'Status:';
$_['entry_sort_order']    = 'Sort Order:';

// Error
$_['error_permission']    = 'Warning: You do not have permission to modify module Ajax Tab!';
?>