shop.balmet.com

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

ebay_settings.php (6873B)


      1 <?php
      2 // Heading
      3 $_['heading_title']        		  = 'Marketplace settings';
      4 $_['text_openbay']				  = 'OpenBay Pro';
      5 $_['text_ebay']					  = 'eBay';
      6 
      7 // Text
      8 $_['text_developer']				= 'Developer / support';
      9 $_['text_app_settings']				= 'Application settings';
     10 $_['text_default_import']			= 'Default import settings';
     11 $_['text_payments']					= 'Payments';
     12 $_['text_notify_settings']			= 'Notification settings';
     13 $_['text_listing']					= 'Listing defaults';
     14 $_['text_token_register']			= 'Register for your eBay token';
     15 $_['text_token_renew']				= 'Renew your eBay token';
     16 $_['text_application_settings']		= 'Your application settings allow you to configure the way OpenBay Pro works and integrates with your system.';
     17 $_['text_import_description']		= 'Customise the status of an order during different stages. You cannot use a status on an eBay order that does not exist in this list.';
     18 $_['text_payments_description']		= 'Pre populate your payment options for new listings, this will save you entering them for every new listing you create.';
     19 $_['text_allocate_1']				= 'When customer buys';
     20 $_['text_allocate_2']				= 'When customer had paid';
     21 $_['text_developer_description']	= 'You should not use this area unless instructed to do so';
     22 $_['text_payment_paypal']			= 'PayPal accepted';
     23 $_['text_payment_paypal_add']		= 'PayPal email address';
     24 $_['text_payment_cheque']			= 'Cheque accepted';
     25 $_['text_payment_card']				= 'Cards accepted';
     26 $_['text_payment_desc']				= 'See description (e.g. bank transfer)';
     27 $_['text_tax_use_listing'] 			= 'Use tax rate set in eBay listing';
     28 $_['text_tax_use_value']			= 'Use a set value for everything';
     29 $_['text_tax_use_product']			= 'Calculate tax based on buyer country and product tax group';
     30 $_['text_notifications']			= 'Control when customers receive notifications from the application. Enabling update emails can improve your DSR ratings as the user will get updates about their order.';
     31 $_['text_listing_1day']             = '1 day';
     32 $_['text_listing_3day']             = '3 days';
     33 $_['text_listing_5day']             = '5 days';
     34 $_['text_listing_7day']             = '7 days';
     35 $_['text_listing_10day']            = '10 days';
     36 $_['text_listing_30day']            = '30 days';
     37 $_['text_listing_gtc']              = 'GTC- Good till cancelled';
     38 $_['text_api_status']               = 'API connection status';
     39 $_['text_api_ok']                   = 'Connection OK, token expires';
     40 $_['text_api_failed']               = 'Validation failed';
     41 $_['text_api_other']        		= 'Other actions';
     42 $_['text_create_date_0']            = 'When added to OpenCart';
     43 $_['text_create_date_1']            = 'When created on eBay';
     44 $_['text_obp_detail_update']        = 'Update your store URL &amp; contact email';
     45 $_['text_success']					= 'Your settings have been saved';
     46 $_['text_edit']						= 'Edit eBay settings';
     47 
     48 // Entry
     49 $_['entry_status']				  = 'Status';
     50 $_['entry_token']				  = 'Token';
     51 $_['entry_secret']				  = 'Secret';
     52 $_['entry_string1']				  = 'Encryption string 1';
     53 $_['entry_string2']				  = 'Encryption string 2';
     54 $_['entry_end_items']			  = 'End items?';
     55 $_['entry_relist_items']		  = 'Relist when back in stock?';
     56 $_['entry_disable_soldout']		  = 'Disable product when no stock?';
     57 $_['entry_debug']				  = 'Enable logging';
     58 $_['entry_currency']			  = 'Default currency';
     59 $_['entry_stock_allocate']		  = 'Allocate stock';
     60 $_['entry_created_hours']		  = 'New order age limit';
     61 $_['entry_developer_locks']		  = 'Remove order locks?';
     62 $_['entry_payment_instruction']	  = 'Payment instructions';
     63 $_['entry_payment_immediate']	  = 'Immediate payment required';
     64 $_['entry_payment_types']		  = 'Payment types';
     65 $_['entry_brand_disable']		  = 'Disable brand link';
     66 $_['entry_duration']			  = 'Default listing duration';
     67 $_['entry_measurement']			  = 'Measurement system';
     68 $_['entry_address_format']		  = 'Default address format';
     69 $_['entry_timezone_offset']		  = 'Timezone offset';
     70 $_['entry_tax_listing']			  = 'Product tax';
     71 $_['entry_tax']					  = 'Tax % used for everything';
     72 $_['entry_create_date']			  = 'Created date for new orders';
     73 $_['entry_notify_order_update']	  = 'Order updates';
     74 $_['entry_notify_buyer']		  = 'New order - buyer';
     75 $_['entry_notify_admin']		  = 'New order - admin';
     76 $_['entry_import_pending']		  = 'Import unpaid orders:';
     77 $_['entry_import_def_id']		  = 'Import default status:';
     78 $_['entry_import_paid_id']		  = 'Paid status:';
     79 $_['entry_import_shipped_id']	  = 'Shipped status:';
     80 $_['entry_import_cancelled_id']	  = 'Cancelled status:';
     81 $_['entry_import_refund_id']	  = 'Refunded status:';
     82 $_['entry_import_part_refund_id'] = 'Partially refunded status:';
     83 
     84 // Tabs
     85 $_['tab_api_info']				  = 'API details';
     86 $_['tab_setup']					  = 'Settings';
     87 $_['tab_defaults']				  = 'Listing defaults';
     88 
     89 // Help
     90 $_['help_disable_soldout']		  = 'When the item sells out it then disables the product in OpenCart';
     91 $_['help_relist_items'] 		  = 'If an item link existed before it will relist previous item if back in stock';
     92 $_['help_end_items']    		  = 'If items sell out, should the listing be ended on eBay?';
     93 $_['help_currency']     		  = 'Based on currencies from your store';
     94 $_['help_created_hours']   		  = 'Orders are new when younger than this limit (in hours). Default is 72';
     95 $_['help_stock_allocate'] 		  = 'When should stock be allocated from the store?';
     96 $_['help_payment_instruction']    = 'Be as descriptive as possible. Do you require payment within a certain time? Do they call to pay by card? Do you have any special payment terms?';
     97 $_['help_payment_immediate'] 	  = 'Immediate payment stops unpaid buyers, as an item is not sold until they pay.';
     98 $_['help_listing_tax']     		  = 'If you use the rate from listings ensure your items have the correct tax in eBay';
     99 $_['help_tax']             		  = 'Used when you import items or orders';
    100 $_['help_duration']    			  = 'GTC is only available is you have an eBay shop.';
    101 $_['help_address_format']      	  = 'Only used if the country does not have an address format set-up already.';
    102 $_['help_create_date']         	  = 'Choose which created time will appear on an order when it is imported';
    103 $_['help_timezone_offset']     	  = 'Based on hours. 0 is GMT timezone. Only works if eBay time is used for order creation.';
    104 $_['help_notify_admin']   		  = 'Notify the store admin with the default new order email';
    105 $_['help_notify_order_update']	  = 'This is for automated updates, for example if you update an order in eBay and the new status is updated in your store automatically.';
    106 $_['help_notify_buyer']        	  = 'Notify the user with the default new order email';
    107 $_['help_measurement']        	  = 'Choose what measurement system you want to use for listings';
    108 
    109 // Buttons
    110 $_['button_update']               = 'Update';
    111 $_['button_repair_links']    	  = 'Repair item links';
    112 
    113 // Error
    114 $_['error_api_connect']           = 'Failed to connect to the API';