diff options
Diffstat (limited to 'public/admin/language/en-gb/extension/openbay/ebay_edit.php')
-rw-r--r-- | public/admin/language/en-gb/extension/openbay/ebay_edit.php | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/extension/openbay/ebay_edit.php b/public/admin/language/en-gb/extension/openbay/ebay_edit.php new file mode 100644 index 0000000..06a78eb --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_edit.php @@ -0,0 +1,59 @@ +<?php +// Heading +$_['heading_title'] = 'Revise eBay listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Tab +$_['tab_recommendations'] = 'Recommendations'; + +// Text +$_['text_revise'] = 'Revise listing'; +$_['text_loading'] = 'Getting item information from eBay'; +$_['text_error_loading'] = 'There was an error getting the information from eBay'; +$_['text_saved'] = 'Listing has been saved'; +$_['text_alert_removed'] = 'The listing has been unlinked'; +$_['text_alert_ended'] = 'The listing has been ended on eBay'; +$_['text_listing_info'] = 'Listing information'; +$_['text_check_recommendations'] = 'Checking for eBay listing recommendations'; +$_['text_success_recommendations'] = 'There are no listing improvement recommendations for this item!'; +$_['text_reserved_forsale'] = 'items will be for sale on eBay'; +$_['text_reserved_stock'] = 'will be reserved'; + +// Buttons +$_['button_view'] = 'View listing'; +$_['button_remove'] = 'Remove link'; +$_['button_end'] = 'End listing'; +$_['button_retry'] = 'Retry'; + +// Entry +$_['entry_title'] = 'Title'; +$_['entry_price'] = 'Selling price (Includes any tax)'; +$_['entry_stock_store'] = 'Local stock'; +$_['entry_stock_listed'] = 'eBay stock'; +$_['entry_stock_reserve'] = 'Reserve level'; +$_['entry_stock_matrix_active'] = 'Stock matrix (active)'; +$_['entry_stock_matrix_inactive'] = 'Stock matrix (inactive)'; + +// Column +$_['column_sku'] = 'SKU'; +$_['column_stock_listed'] = 'Listed'; +$_['column_stock_reserve'] = 'Reserve'; +$_['column_stock_total'] = 'In stock'; +$_['column_price'] = 'Price'; +$_['column_status'] = 'Active'; +$_['column_add'] = 'Add'; +$_['column_combination'] = 'Combination'; + +// Help +$_['help_stock_store'] = 'This is the level of stock on in OpenCart'; +$_['help_stock_listed'] = 'This is the current level of stock for sale on eBay'; +$_['help_stock_reserve'] = 'Maximum level of stock that you want available on eBay (0 = no reserve limit).<br />Use lower stock amounts if you have eBay restrictions, when items sell the level will update back to your reserve until you sell out.<br />Do not use very low amounts like 1 or 2, if you do the listing will end if a buyer purchases all items at once.'; + +// Error +$_['error_ended'] = 'The linked listing has ended, you are unable to edit it. You should remove the link.'; +$_['error_reserve'] = 'You cannot set the reserve higher than the local stock'; +$_['error_no_sku'] = 'No SKU found!'; +$_['error_no_item_id'] = 'Item ID is missing from the request'; +$_['error_recommendations_load'] = 'Unable to load item recommendations'; +$_['error_name_length'] = 'Product name must be under 80 characters';
\ No newline at end of file |