Ekdant-Online-Store/admininistrator/language/en-gb/catalog/download.php

43 lines
2.1 KiB
PHP
Raw Normal View History

2024-08-06 12:21:00 +00:00
<?php
// Heading
$_['heading_title'] = 'Downloads';
// Text
$_['text_success'] = 'Success: You have modified downloads!';
$_['text_list'] = 'Download List';
$_['text_add'] = 'Add Download';
$_['text_edit'] = 'Edit Download';
$_['text_upload'] = 'Your file was successfully uploaded!';
$_['text_report'] = 'Reports';
// Column
$_['column_name'] = 'Download Name';
$_['column_ip'] = 'IP';
$_['column_account'] = 'Accounts';
$_['column_store'] = 'Store';
$_['column_country'] = 'Country';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Download Name';
$_['entry_filename'] = 'Filename';
$_['entry_mask'] = 'Mask';
// Help
$_['help_filename'] = 'You can upload via the upload button or use FTP to upload to the download directory and enter the details below.';
$_['help_mask'] = 'It is recommended that the filename and the mask are different to stop people trying to directly link to your downloads.';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify downloads!';
$_['error_name'] = 'Download Name must be between 3 and 64 characters!';
$_['error_filename'] = 'Filename must be between 3 and 128 characters!';
$_['error_filename_character'] = 'Filename can only use characters a-z, 0-9, - and _!';
$_['error_directory'] = 'Downloads need to be within the storage/download directory!';
$_['error_exists'] = 'File does not exist!';
$_['error_mask'] = 'Mask must be between 3 and 128 characters!';
$_['error_mask_character'] = 'Mask can only use characters a-z, 0-9, - and _!';
$_['error_file_type'] = 'Invalid file type!';
$_['error_product'] = 'Warning: This download cannot be deleted as it is currently assigned to %s products!';