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

// Entry
$_['entry_name']    	  = 'Module Name';
$_['entry_title']    		= 'Title';
$_['entry_limit']      	  = 'Limit:';
$_['entry_status']        = 'Status:';
$_['entry_rows']             = 'Rows';
$_['entry_items']             = 'Items';
$_['entry_auto']             = 'Auto Slide';
$_['entry_speed']             = 'Slide Speed';
$_['entry_navigation']             = 'Show Navigation';
$_['entry_pagination']             = 'Show Pagination';
$_['entry_width']             = 'Testimonial Image Width';
$_['entry_height']             = 'Testimonial Image Height';

// Text
$_['text_extension']      = 'Extensions';
$_['text_success']        = 'Success: You have modified the Testimonial module!';
$_['text_edit']         = 'Edit Testimonial Module';

// Error
$_['error_warning']                    = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify module testimonials!';
$_['error_name']    = 'Module Name must be between 3 and 64 characters!';
$_['error_width']      = 'Width required!';
$_['error_height']     = 'Height required!';
?>