Added default language pack (en-gb)
This commit is contained in:
30
admin/extension/openbay/ebay_syncronise.php
Normal file
30
admin/extension/openbay/ebay_syncronise.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?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';
|
Reference in New Issue
Block a user