shop.balmet.com

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

amazonus_stockupdates.php (645B)


      1 <?php
      2 // Heading
      3 $_['heading_title']        	= 'Stock updates';
      4 $_['text_openbay']			= 'OpenBay Pro';
      5 $_['text_amazon']			= 'Amazon US';
      6 
      7 // Text
      8 $_['text_empty']            = 'No results!';
      9 
     10 // Entry
     11 $_['entry_date_start']      = 'Date Start';
     12 $_['entry_date_end']        = 'Date End';
     13 
     14 // Column
     15 $_['column_ref']            = 'Ref';
     16 $_['column_date_requested'] = 'Date requested';
     17 $_['column_date_updated']   = 'Date updated';
     18 $_['column_status']         = 'Status';
     19 $_['column_sku']            = 'Amazon SKU';
     20 $_['column_stock']          = 'Stock';
     21 
     22 // Error
     23 $_['error_api_connection']  = 'Could not connect to the API';