shop.balmet.com

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

download.php (399B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Account Downloads';
      4 
      5 // Text
      6 $_['text_account']      = 'Account';
      7 $_['text_downloads']    = 'Downloads';
      8 $_['text_empty']        = 'You have not made any previous downloadable orders!';
      9 
     10 // Column
     11 $_['column_order_id']   = 'Order ID';
     12 $_['column_name']       = 'Name';
     13 $_['column_size']       = 'Size';
     14 $_['column_date_added'] = 'Date Added';