30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Synchronise';
|
|
$_['text_openbay'] = 'OpenBay Pro';
|
|
$_['text_ebay'] = 'eBay';
|
|
|
|
// Buttons
|
|
$_['button_update'] = 'Update';
|
|
|
|
// Entry
|
|
$_['entry_sync_categories'] = 'Get eBay categories';
|
|
$_['entry_sync_shop'] = 'Get shop categories';
|
|
$_['entry_sync_setting'] = 'Get settings';
|
|
|
|
// Text
|
|
$_['text_complete'] = 'Complete';
|
|
$_['text_sync_desc'] = 'Sync your store with the latest available shipping and categories options from eBay, this data is only for the options when listing an item to eBay - it will not import categories to your store etc.';
|
|
$_['text_ebay_categories'] = 'This may take a while, wait 5 minutes before you do anything else.';
|
|
$_['text_category_import'] = 'Your eBay shop categories have been imported.';
|
|
$_['text_setting_import'] = 'Your settings have been imported.';
|
|
$_['text_sync'] = 'Update settings from eBay';
|
|
|
|
// Help
|
|
$_['help_sync_categories'] = 'This does not import any categories to your store!';
|
|
$_['help_sync_shop'] = 'This does not import any categories to your store!';
|
|
$_['help_sync_setting'] = 'This imports available payment types, shipping, locations and more.';
|
|
|
|
// Errors
|
|
$_['error_settings'] = 'There was an error loading the settings.';
|
|
$_['error_failed'] = 'Failed to load'; |