<?php
// Heading
$_['heading_title']     = '<b><i>Oc Testimonials</i></b>';
$_['page_title']     = 'Oc Testimonials';

// Text  
$_['text_success']      = 'Success: You have modified Testimonials!';
$_['text_list']      = 'Testimonial list';
$_['text_form']      = 'Testimonial form';
$_['text_edit']      = 'Edit';
$_['text_testimonial'] = 'Testimonials';
$_['text_enabled']      = 'Enabled';
$_['text_disabled']     = 'Disabled';

// Column
$_['column_name']       = 'Customer Name';
$_['column_sort_order'] = 'Sort Order';
$_['column_status']     = 'Status';
$_['column_action']     = 'Action';

// Entry
$_['entry_name']        = 'Customer Name:';
$_['entry_title']        = 'Title:';
$_['entry_testimonial_limit'] = "Default Items per Page";
$_['entry_testimonial_image'] = "Testimonial Image Size";
$_['entry_image']        = 'Image File:';
$_['entry_description'] = 'Content:';
$_['entry_status']      = 'Status:';
$_['entry_sort_order']  = 'Sort Order:';

// Error
$_['error_warning']          = 'Warning: Please check the form carefully for errors!';
$_['error_permission']       = 'Warning: You do not have permission to modify Testimonials!';
$_['error_name']       		 = 'Customer Name must be greater than 3 and less than 255 characters!';
$_['error_title']       		 = 'Title must be greater than 3 and less than 255 characters!';
$_['error_description'] 	 = 'Content must exceed 3 characters!';
$_['error_image_testimonial'] 	 = 'Testimonial Image dimensions required!';
$_['error_testimonial_limit'] 	 = 'Testimonial Limit in Page required!';