shop.balmet.com

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

ebay.php (1227B)


      1 <?php
      2 // Heading
      3 $_['heading_title']         	   = 'eBay';
      4 $_['text_openbay']				   = 'OpenBay Pro';
      5 $_['text_dashboard']			   = 'eBay Dashboard';
      6 
      7 // Text
      8 $_['text_success']         		   = 'You have saved your changes to the eBay extension';
      9 $_['text_heading_settings']        = 'Settings';
     10 $_['text_heading_sync']            = 'Synchronise';
     11 $_['text_heading_subscription']    = 'Change plan';
     12 $_['text_heading_usage']           = 'Usage';
     13 $_['text_heading_links']           = 'Item links';
     14 $_['text_heading_item_import']     = 'Import items';
     15 $_['text_heading_order_import']    = 'Import orders';
     16 $_['text_heading_adds']            = 'Installed add-ons';
     17 $_['text_heading_summary']         = 'eBay summary';
     18 $_['text_heading_profile']         = 'Profiles';
     19 $_['text_heading_template']        = 'Templates';
     20 $_['text_heading_ebayacc']         = 'eBay account';
     21 $_['text_heading_register']        = 'Register here';
     22 
     23 // Error
     24 $_['error_category_nosuggestions'] = 'Could not load any suggested categories';
     25 $_['error_loading_catalog']        = 'eBay catalog search failed';
     26 $_['error_generic_fail']           = 'An unknown error just happened!';
     27 $_['error_no_products']         	= 'No products found';