<?php
// Heading
$_['heading_title']      = '<b><i>OC Slide show</i></b>';
$_['page_title']      = 'OC Slide show';

//Tab
$_['tab_banner']       = 'Banner';

// Text
$_['text_success']       = 'Success: You have modified Slide show!';
$_['text_extension']      = 'Extensions';
$_['text_default']       = 'Default';
$_['text_image_manager'] = 'Image Manager';
$_['text_ocslideshow'] = 'Modules Config';
$_['text_ocslideshow_slide'] = 'Slides Manager';
$_['text_browse']        = 'Browse';
$_['text_clear']         = 'Clear';
$_['text_edit']        = 'Edit Slideshow Module';
$_['text_list']        = 'List Banner';
$_['text_form']        = 'Slideshow Form';
$_['text_banner_slider']        = 'Sliders List';

$_['button_add_banner'] = 'Add Item';
$_['button_insert'] = 'Add New';

// Column
$_['column_name']        = 'Banner Name';
$_['column_status']      = 'Status';
$_['column_action']      = 'Action';

// Entry
$_['entry_banner']         = 'Banners';
$_['entry_auto']         = 'Auto slide';
$_['entry_delay']         = 'Delay time';
$_['entry_hover']         = 'Hover';
$_['entry_nextback']         = 'Next back';
$_['entry_contrl']         = 'Control';
$_['entry_auto']         = 'Auto slide';
$_['entry_title']        = 'Title';
$_['entry_subtitle']        = 'Sub Title';
$_['entry_description']        = 'Description';
$_['entry_link']         = 'Link';
$_['entry_image']        = 'Image';
$_['entry_small_image']        = 'Small Image';
$_['entry_status']       = 'Status';
$_['entry_dimension']  = 'Dimension (W x H) and Resize Type';
$_['entry_width']      = 'Width of Banner';
$_['entry_store']      = 'Stores';
$_['entry_height']     = 'Height of Banner';
$_['entry_name']     = 'Name';
$_['entry_type']     = 'Type';
$_['entry_limit']     = 'Limit';
$_['entry_effect']   = 'Effect';


// Error
$_['error_permission']   = 'Warning: You do not have permission to modify Slideshow!';
$_['error_name']         = 'Banner Name must be between 3 and 64 characters!';
$_['error_delay']         = 'Delay time must required!';
$_['error_title']        = 'Banner Title must be between 2 and 64 characters!';
$_['error_default']      = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!';
$_['error_product']      = 'Warning: This layout cannot be deleted as it is currently assigned to %s products!';
$_['error_category']     = 'Warning: This layout cannot be deleted as it is currently assigned to %s categories!';
$_['error_information']  = 'Warning: This layout cannot be deleted as it is currently assigned to %s information pages!';
?>