Files
translate/admin/language/ukrainian/openbay/ebay_syncronise.php
2014-12-07 08:59:25 +02:00

29 lines
1.3 KiB
PHP
Executable File

<?php
// Heading
$_['heading_title'] = 'Syncronise';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Buttons
$_['button_update'] = 'Update';
// Entry
$_['entry_sync_categories'] = 'Get main eBay categories';
$_['entry_sync_shop'] = 'Get you 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.';
// 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';