etsy_create.php (2937B)
1 <?php 2 // Headings 3 $_['heading_title'] = 'New listing'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_etsy'] = 'Etsy'; 6 7 // Tabs 8 $_['tab_additional'] = 'Additional information'; 9 10 // Text 11 $_['text_option'] = 'Select option'; 12 $_['text_category_selected'] = 'Category selected'; 13 $_['text_material_add'] = 'Add Material'; 14 $_['text_material_remove'] = 'Remove Material'; 15 $_['text_tag_add'] = 'Add Tag'; 16 $_['text_tag_remove'] = 'Remove Tag'; 17 $_['text_created'] = 'Your listing has been created'; 18 $_['text_listing_id'] = 'Listing ID'; 19 $_['text_img_upload'] = 'Uploading image'; 20 $_['text_img_upload_done'] = 'Uploaded image'; 21 $_['text_create'] = 'Create a new Etsy listing'; 22 23 // Entry 24 $_['entry_title'] = 'Product title'; 25 $_['entry_description'] = 'Description'; 26 $_['entry_price'] = 'Price'; 27 $_['entry_non_taxable'] = 'Non taxable'; 28 $_['entry_category'] = 'Category selection'; 29 $_['entry_who_made'] = 'Who made it?'; 30 $_['entry_when_made'] = 'When was it made?'; 31 $_['entry_recipient'] = 'Who is it for?'; 32 $_['entry_occasion'] = 'What occasion is it for?'; 33 $_['entry_is_supply'] = 'Is this a supply?'; 34 $_['entry_state'] = 'Listing status'; 35 $_['entry_style'] = 'Style Tag 1'; 36 $_['entry_style_2'] = 'Style Tag 2'; 37 $_['entry_processing_min'] = 'Processing time min'; 38 $_['entry_processing_max'] = 'Processing time max'; 39 $_['entry_materials'] = 'Materials'; 40 $_['entry_tags'] = 'Tags'; 41 $_['entry_shipping'] = 'Shipping profile'; 42 $_['entry_shop'] = 'Shop section'; 43 $_['entry_is_custom'] = 'Can it be customised?'; 44 $_['entry_image'] = 'Main image'; 45 $_['entry_image_other'] = 'Other images'; 46 47 // Help 48 $_['help_description'] = 'All HTML has been removed from your description as it is not supported on Etsy'; 49 50 // Errors 51 $_['error_no_shipping'] = 'You have not setup any shipping profiles!'; 52 $_['error_no_shop_secton'] = 'You have not setup any shop sections!'; 53 $_['error_no_img_url'] = 'No image selected for upload'; 54 $_['error_no_listing_id'] = 'No listing ID supplied'; 55 $_['error_title_length'] = 'Title is too long'; 56 $_['error_title_missing'] = 'Title is missing'; 57 $_['error_desc_missing'] = 'Description is missing or empty'; 58 $_['error_price_missing'] = 'Price is missing or empty'; 59 $_['error_category'] = 'Category not selected'; 60 $_['error_style_1_tag'] = 'Style 1 tag is not valid'; 61 $_['error_style_2_tag'] = 'Style 2 tag is not valid'; 62 $_['error_materials'] = 'You can only add 13 materials'; 63 $_['error_tags'] = 'You can only add 13 tags'; 64 $_['error_stock_max'] = 'The maximum stock you can list on Etsy is 999, you have %s in stock'; 65 $_['error_image_max'] = 'The maximum number of images you can use on Etsy is 5, you have chosen %s'; 66 $_['error_variant'] = 'Variant items on Etsy.com are not yet supported by OpenBay Pro';