shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

download.php (1496B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Downloads';
      4 
      5 // Text
      6 $_['text_success']      = 'Success: You have modified downloads!';
      7 $_['text_list']         = 'Download List';
      8 $_['text_add']          = 'Add Download';
      9 $_['text_edit']         = 'Edit Download';
     10 $_['text_upload']       = 'Your file was successfully uploaded!';
     11 
     12 // Column
     13 $_['column_name']       = 'Download Name';
     14 $_['column_date_added'] = 'Date Added';
     15 $_['column_action']     = 'Action';
     16 
     17 // Entry
     18 $_['entry_name']        = 'Download Name';
     19 $_['entry_filename']    = 'Filename';
     20 $_['entry_mask']        = 'Mask';
     21 
     22 // Help
     23 $_['help_filename']     = 'You can upload via the upload button or use FTP to upload to the download directory and enter the details below.';
     24 $_['help_mask']         = 'It is recommended that the filename and the mask are different to stop people trying to directly link to your downloads.';
     25 
     26 // Error
     27 $_['error_permission']  = 'Warning: You do not have permission to modify downloads!';
     28 $_['error_name']        = 'Download Name must be between 3 and 64 characters!';
     29 $_['error_upload']      = 'Upload required!';
     30 $_['error_filename']    = 'Filename must be between 3 and 128 characters!';
     31 $_['error_exists']      = 'File does not exist!';
     32 $_['error_mask']        = 'Mask must be between 3 and 128 characters!';
     33 $_['error_filetype']    = 'Invalid file type!';
     34 $_['error_product']     = 'Warning: This download cannot be deleted as it is currently assigned to %s products!';