ebay_newbulk.php (4344B)
1 <?php 2 //Heading 3 $_['heading_title'] = 'New listings'; 4 $_['text_ebay'] = 'eBay'; 5 $_['text_openbay'] = 'Openbay Pro'; 6 7 // Buttons 8 $_['text_none'] = 'None'; 9 $_['text_preview'] = 'Preview'; 10 $_['text_add'] = 'Add'; 11 $_['text_preview_all'] = 'Verify all'; 12 $_['text_submit'] = 'Submit'; 13 $_['text_features'] = 'Features'; 14 $_['text_catalog'] = 'Select catalog'; 15 $_['text_catalog_search'] = 'Search catalog'; 16 $_['text_search_term'] = 'Search term'; 17 $_['text_close'] = 'Close'; 18 $_['text_bulk'] = 'Create new listings in bulk'; 19 20 //Form options / text 21 $_['text_pixels'] = 'Pixels'; 22 $_['text_other'] = 'Other'; 23 24 //Profile names 25 $_['text_profile'] = 'Profiles'; 26 $_['text_profile_theme'] = 'Theme profile'; 27 $_['text_profile_shipping'] = 'Shipping profile'; 28 $_['text_profile_returns'] = 'Returns profile'; 29 $_['text_profile_generic'] = 'Generic profile'; 30 31 // Text 32 $_['text_title'] = 'Title'; 33 $_['text_price'] = 'Price'; 34 $_['text_stock'] = 'Stock'; 35 $_['text_search'] = 'Search'; 36 $_['text_loading'] = 'Loading details'; 37 $_['text_preparing0'] = 'Preparing'; 38 $_['text_preparing1'] = 'of'; 39 $_['text_preparing2'] = 'elements'; 40 $_['entry_condition'] = 'Condition'; 41 $_['text_duration'] = 'Duration'; 42 $_['text_category'] = 'Category'; 43 $_['text_exists'] = 'Some items are already listed on eBay so have been removed'; 44 $_['text_error_count'] = 'You have selected %s items, it may take a while to process your data'; 45 $_['text_verifying'] = 'Verifying items'; 46 $_['text_processing'] = 'Processing <span id="activeItems"></span> items'; 47 $_['text_listed'] = 'Item listed! ID: '; 48 $_['text_ajax_confirm_listing'] = 'Are you sure you want to bulk list these items?'; 49 $_['text_bulk_plan_error'] = 'Your current plan does not allow for bulk uploads, upgrade your plan <a href="%s">here</a>'; 50 $_['text_item_limit'] = 'You cannot list these items as you would exceed your plan limit, upgrade your plan <a href="%s">here</a>'; 51 $_['text_search_text'] = 'Enter some search text'; 52 $_['text_catalog_no_products'] = 'No catalog items found'; 53 $_['text_search_failed'] = 'Search failed'; 54 $_['text_esc_key'] = 'The splash page has been hidden but may not have finished loading'; 55 $_['text_loading_categories'] = 'Loading categories'; 56 $_['text_loading_condition'] = 'Loading product conditions'; 57 $_['text_loading_duration'] = 'Loading listing durations'; 58 $_['text_total_fee'] = 'Total fees'; 59 $_['text_category_choose'] = 'Find category'; 60 $_['text_suggested'] = 'Suggested categories'; 61 $_['text_product_identifiers'] = 'Product identifiers'; 62 $_['text_ean'] = 'EAN'; 63 $_['text_upc'] = 'UPC'; 64 $_['text_isbn'] = 'ISBN'; 65 $_['text_identifier_not_required'] = 'Not required'; 66 67 //Errors 68 $_['text_error_ship_profile'] = 'You need to have a default shipping profile set up'; 69 $_['text_error_generic_profile'] = 'You need to have a default generic profile set up'; 70 $_['text_error_return_profile'] = 'You need to have a default return profile set up'; 71 $_['text_error_theme_profile'] = 'You need to have a default theme profile set up'; 72 $_['text_error_variants'] = 'Items with variations cannot be bulk listed and have been unselected'; 73 $_['text_error_stock'] = 'Some items are not in stock and have been removed'; 74 $_['text_error_no_product'] = 'There is no eligible products selected to use the bulk upload feature'; 75 $_['text_error_reverify'] = 'There was an error, you should edit and re-verify the items'; 76 $_['error_missing_settings'] = 'You cannot bulk list items until you syncronise your eBay settings'; 77 $_['text_error_no_selection'] = 'You must select at least 1 item to list';