shop.balmet.com

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

etsy_settings.php (1886B)


      1 <?php
      2 // Headings
      3 $_['heading_title']        		= 'Marketplace settings';
      4 $_['text_openbay']              = 'OpenBay Pro';
      5 $_['text_etsy']                 = 'Etsy';
      6 
      7 // Text
      8 $_['text_success']     			= 'Your settings have been saved';
      9 $_['text_status']         		= 'Status';
     10 $_['text_account_ok']  			= 'Connection to Etsy OK';
     11 $_['text_token_register']       = 'Register';
     12 $_['text_api_ok']       		= 'API connection OK';
     13 $_['text_pull_orders']    		= 'Pull orders';
     14 $_['text_sync_settings']    	= 'Sync settings';
     15 $_['text_complete']    			= 'Complete';
     16 $_['text_failed']    			= 'Failed';
     17 $_['text_orders_imported']    	= 'Order pull has been requested';
     18 $_['text_api_status']           = 'API connection';
     19 $_['text_edit']           		= 'Edit Etsy settings';
     20 $_['text_register_banner']      = 'Click here if you need to register for an account';
     21 
     22 // Entry
     23 $_['entry_import_def_id']       = 'Import default status (unpaid):';
     24 $_['entry_import_paid_id']      = 'Paid status:';
     25 $_['entry_import_shipped_id']   = 'Shipped status:';
     26 $_['entry_encryption_key']      = 'Encryption key 1';
     27 $_['entry_encryption_iv']       = 'Encryption key 2';
     28 $_['entry_token']            	= 'API token';
     29 $_['entry_address_format']      = 'Default address format';
     30 $_['entry_debug']				= 'Enable logging';
     31 
     32 // Error
     33 $_['error_api_connect']         = 'Failed to connect to the API';
     34 $_['error_account_info']    	= 'Unable to verify API connection to Etsy ';
     35 
     36 // Tabs
     37 $_['tab_api_info']            	= 'API details';
     38 
     39 // Help
     40 $_['help_address_format']  		= 'Only used if the linked country does not have an address format set-up already.';
     41 $_['help_sync_settings']  		= 'This will update your database with the latest setting options such as condition types, dates and more.';
     42 $_['help_pull_orders']  		= 'This will trigger a manual import of new and updated orders.';