<?php
// Heading
$_['heading_title']       = 'Multi Image Uploader';

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module Multi Image Uploader!';


// Entry
$_['entry_folder']          = 'Folder to save images:<br /><span class="help">The folder will be created automaticly, if doesn\'t exist. The files will be stored inside the folder after you hit save button.</span>';
$_['entry_segmet']        = 'Segment images:<br /><span class="help">The segmentation is done, when you hit save button.</span>';
$_['entry_segmet_by_none']        = 'No segment';
$_['entry_segmet_by_date']        = 'By Date';
$_['entry_delete_def_image']      = 'Delete Default image as additinal image<br /><span class="help">If set to "NO", the default image will be keeped as additional image.</span>';
$_['text_yes'] = "YES, DELETE";
$_['text_no'] = "NO, KEEP";

$_['entry_status']        = 'Status:';

// Errors
$_['error_folder'] = 'Please specify folder';
?>