27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'eBay';
|
|
$_['text_openbay'] = 'OpenBay Pro';
|
|
$_['text_dashboard'] = 'eBay Dashboard';
|
|
|
|
// Text
|
|
$_['text_success'] = 'You have saved your changes to the eBay extension';
|
|
$_['text_heading_settings'] = 'Settings';
|
|
$_['text_heading_sync'] = 'Synchronise';
|
|
$_['text_heading_subscription'] = 'Change plan';
|
|
$_['text_heading_usage'] = 'Usage';
|
|
$_['text_heading_links'] = 'Item links';
|
|
$_['text_heading_item_import'] = 'Import items';
|
|
$_['text_heading_order_import'] = 'Import orders';
|
|
$_['text_heading_adds'] = 'Installed add-ons';
|
|
$_['text_heading_summary'] = 'eBay summary';
|
|
$_['text_heading_profile'] = 'Profiles';
|
|
$_['text_heading_template'] = 'Templates';
|
|
$_['text_heading_ebayacc'] = 'eBay account';
|
|
$_['text_heading_register'] = 'Register here';
|
|
|
|
// Error
|
|
$_['error_category_nosuggestions'] = 'Could not load any suggested categories';
|
|
$_['error_loading_catalog'] = 'eBay catalog search failed';
|
|
$_['error_generic_fail'] = 'An unknown error just happened!';
|
|
$_['error_no_products'] = 'No products found'; |