shop.balmet.com

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

ebay_listing.php (1294B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'eBay Listing';
      4 
      5 // Text
      6 $_['text_extension']    = 'Extensions';
      7 $_['text_success']      = 'Success: You have modified module eBay featured!';
      8 $_['text_edit']        	= 'Edit eBay module';
      9 $_['text_list']         = 'Layout List';
     10 $_['text_register']     = 'You need to register and enable OpenBay Pro for eBay!';
     11 $_['text_about'] 		= 'The eBay display module allows you to display products from your eBay account directly on your website.';
     12 $_['text_latest']       = 'Latest';
     13 $_['text_random']       = 'Random';
     14 
     15 // Entry
     16 $_['entry_name']        = 'Module Name';
     17 $_['entry_username']    = 'eBay username';
     18 $_['entry_keywords']    = 'Search Keywords';
     19 $_['entry_description'] = 'Include Description Search';
     20 $_['entry_limit']       = 'Limit';
     21 $_['entry_length']      = 'Length';
     22 $_['entry_width']       = 'Width';
     23 $_['entry_height']      = 'Height';
     24 $_['entry_site']   		= 'eBay Site';
     25 $_['entry_sort']   		= 'Sort by';
     26 $_['entry_status']   	= 'Status';
     27 
     28 // Error
     29 $_['error_permission']  = 'Warning: You do not have permission to modify module eBay!';
     30 $_['error_name']        = 'Module Name must be between 3 and 64 characters!';
     31 $_['error_width']       = 'Width required!';
     32 $_['error_height']      = 'Height required!';