ebay_links.php (3153B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Item links'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_ebay'] = 'eBay'; 6 7 // Buttons 8 $_['button_resync'] = 'Re-sync'; 9 $_['button_check_unlinked'] = 'Check unlinked items'; 10 $_['button_remove_link'] = 'Remove link'; 11 12 // Errors 13 $_['error_ajax_load'] = 'Sorry, could not get a response. Try later.'; 14 $_['error_validation'] = 'You need to register for your API token and enable the module.'; 15 $_['error_no_listings'] = 'No linked products found'; 16 $_['error_link_value'] = 'The product link is not value'; 17 $_['error_link_no_stock'] = 'A link cannot be created for an out of stock item. End the item manually on eBay.'; 18 $_['error_subtract_setting'] = 'This product is set not to subtract stock in OpenCart.'; 19 20 // Text 21 $_['text_linked_items'] = 'Linked items'; 22 $_['text_unlinked_items'] = 'Unlinked items'; 23 $_['text_alert_stock_local'] = 'Your eBay listing will be updated with your local stock levels!'; 24 $_['text_link_desc1'] = 'Linking your items will allow for stock control on your eBay listings.'; 25 $_['text_link_desc2'] = 'For each item that is updated the local stock (the stock available in your OpenCart store) will update your eBay listing'; 26 $_['text_link_desc3'] = 'Your local stock is stock that is available to sell. Your eBay stock levels should match this.'; 27 $_['text_link_desc4'] = 'Your allocated stock is items that have sold but not yet been paid for. These items should be set aside and not calculated in your available stock levels.'; 28 $_['text_text_linked_desc'] = 'Linked items are OpenCart items that have a link to an eBay listing.'; 29 $_['text_text_unlinked_desc'] = 'Unlinked items are listings on your eBay account that do not link to any of your OpenCart products.'; 30 $_['text_text_unlinked_info'] = 'Click the check unlinked items button to search your active eBay listings for unlinked items. This may take a long time if you have many eBay listings.'; 31 $_['text_text_loading_items'] = 'Loading items'; 32 $_['text_failed'] = 'Failed to load'; 33 $_['text_limit_reached'] = 'The maximum number of checks per request was reached, click the button to continue searching'; 34 $_['text_stock_error'] = 'Stock error'; 35 $_['text_listing_ended'] = 'Listing ended'; 36 $_['text_filter'] = 'Filter results'; 37 $_['text_filter_title'] = 'Title'; 38 $_['text_filter_range'] = 'Stock range'; 39 $_['text_filter_range_from'] = 'Min'; 40 $_['text_filter_range_to'] = 'Max'; 41 $_['text_filter_var'] = 'Include variants'; 42 43 // Tables 44 $_['column_action'] = 'Action'; 45 $_['column_status'] = 'Status'; 46 $_['column_variants'] = 'Variants'; 47 $_['column_item_id'] = 'eBay item ID'; 48 $_['column_product'] = 'Product'; 49 $_['column_product_auto'] = 'Product name (auto complete)'; 50 $_['column_listing_title'] = 'eBay listing title'; 51 $_['column_allocated'] = 'Allocated stock'; 52 $_['column_ebay_stock'] = 'eBay stock'; 53 $_['column_stock_available'] = 'Shop stock'; 54 $_['column_stock_reserve'] = 'Reserve level';