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

// Text
$_['text_module']      	  = 'Modules';
$_['tab_module']      	  = 'Module';
$_['text_success']     	  = 'Success: You have modified module!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_no'] 		  	  = 'No';
$_['text_yes'] 		  	  = 'Yes';
$_['text_root'] 		  = 'All reviews';
$_['text_all_manufacturers'] = 'All manufacturers';
$_['text_date_added'] 	  = 'Sort by last added';
$_['text_rating'] 		  = 'Sort by most rated';
$_['text_textlenght']     = 'Sort by review text lenght';
$_['text_random'] 		  = 'Random fetching';

// Buttons
$_['button_apply'] 		  = 'Save and stay';
$_['button_save'] 		  = 'Save and exit';

// Entry
$_['entry_main_options']          = 'MODULE MAIN OPTIONS';
$_['entry_scroller_options']      = 'SCROLLER OPTIONS';
$_['entry_product_options']       = 'REVIEW BLOCK OPTIONS';

$_['entry_layout']        = 'Layout:';
$_['entry_position']      = 'Position:';
$_['entry_sort'] 	  	  = 'Advanced options<br><span class="help">sorts and filters</span>';
$_['entry_source']        = 'Review source:<br><span class="help">auto subcategories fetching</span>';
$_['entry_manufacturer']  = 'Filter by manufacturer:<br><span class="help">Get reviews with specified manufacturers</span>';
$_['entry_minrate']       = 'Hide reviews with rate less than<br /><span class="help">Leave it empty to OFF</span>';
$_['stars']       		  = '<span class="help" style="display: inline-block;">stars</span>';
$_['entry_minprice']      = 'Show reviews only on produts which price greater than<br /><span class="help">Leave it empty to OFF</span>';
$_['entry_count']         = 'Reviews count<br><span class="help">max reviews for scrolling</span>';
$_['entry_visible']       = 'Visible<br><span class="help">count of visible reviews</span>';
$_['entry_scroll']        = 'Scroll step<br><span class="help">count of reviews sliding in scroll step</span>';
$_['entry_status']        = 'Status';
$_['entry_title']         = 'Header title';
$_['entry_autoscroll']    = 'Autoscroll(sec)<br><span class="help">Period of automated scroll event in seconds. Leave it empty to OFF this feature</span>';
$_['entry_type']          = '&larr; Circular &rarr;<br><span class="help">If "Yes" manual scrolling will work in both ways</span>';
$_['entry_animationspeed']  = 'Animation speed<br><span class="help">mls</span>';
$_['entry_hoverpause']    = 'Pause autoscrolling on mouseover?';
$_['entry_show_link']      = 'Show link to reviews list page?';
$_['entry_disableauto']   = 'Disable autoscrolling by clicking next/prev?';

$_['entry_show_nick']     = 'Show Autor name?';
$_['entry_show_date']     = 'Show review date?';
$_['entry_show_rate']     = 'Show rating?';
$_['entry_show_text']     = 'Show comment text?';
$_['entry_cut_text']      = '<span class="help" style="display: inline-block;">words limit</span>';
$_['entry_image']         = 'Show product image?';
$_['entry_image_size']    = '<span class="help" style="display: inline-block;">sizes (W x H):</span>';

$_['entry_sort_order']    = 'Sort Order:';

// Error
$_['error_permission'] 	  = 'Warning: You do not have permission to modify module reviewer!';
$_['error_count']     	  = 'Pls fill "Reviews count" field in Module %s';
$_['error_visible']       = 'Pls fill "Visible" field in Module %s';
$_['error_image']      	  = 'Pls fill all Image size fields in Module %s';
$_['error_scroll']        = 'Pls fill "Scroll step" field in Module %s';
$_['error_animationspeed']  = 'Pls fill "Animation speed" field in Module %s';
?>