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

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module Reviews!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_random']    	  = 'Random';
$_['text_latest']         = 'Latest';

// Entry
$_['entry_type']          = 'Type:';
$_['entry_header']        = 'Header:'; 
$_['entry_limit']         = 'Limit:'; 
$_['entry_text_limit']    = 'Text limit:'; 
$_['entry_image']         = 'Image (W x H):';
$_['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 Reviews!';
$_['error_image']         = 'Image width &amp; height dimensions required!';
?>