Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/language/english/catalog/
Upload File :
Current File : /var/www/alh/admin/language/english/catalog/download.php

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

// Text
$_['text_success']     = 'Success: You have modified downloads!';
$_['text_upload']      = 'Your file was successfully uploaded!';

// Column
$_['column_name']      = 'Download Name';
$_['column_remaining'] = 'Total Downloads Allowed';
$_['column_action']    = 'Action';

// Entry
$_['entry_name']       = 'Download Name:';
$_['entry_filename']   = 'Filename:<br /><span class="help">You can upload via the upload button or use FTP to upload to the download directory and enter the details below.<br /><br />It is also recommended that the filename and the mask are different to stop people trying to directly link to your downloads.</span>';
$_['entry_mask']       = 'Mask:';
$_['entry_remaining']  = 'Total Downloads Allowed:';
$_['entry_update']     = 'Push to Previous Customers:<br /><span class="help">Check this to update previously purchased versions as well.</span>';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify downloads!';
$_['error_name']       = 'Name must be between 3 and 64 characters!';
$_['error_upload']     = 'Upload required!';
$_['error_filename']   = 'Filename must be between 3 and 128 characters!';
$_['error_exists']     = 'File does not exist!';
$_['error_mask']       = 'Mask must be between 3 and 128 characters!';
$_['error_filetype']   = 'Invalid file type!';
$_['error_product']    = 'Warning: This download cannot be deleted as it is currently assigned to %s products!';
?>