ebay_profile.php (7224B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Profiles'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_ebay'] = 'eBay'; 6 7 //Tabs 8 $_['tab_returns'] = 'Returns'; 9 $_['tab_template'] = 'Template'; 10 $_['tab_gallery'] = 'Gallery'; 11 $_['tab_settings'] = 'Settings'; 12 13 //Shipping Profile 14 $_['text_shipping_dispatch_country'] = 'Shipping from country'; 15 $_['text_shipping_postcode'] = 'Postal/Zip code location'; 16 $_['text_shipping_location'] = 'Town or State location'; 17 $_['text_shipping_despatch'] = 'Despatch time'; 18 $_['text_shipping_despatch_help'] = 'This is the maximum number of days you will take to send the item'; 19 $_['text_shipping_nat'] = 'National shipping services'; 20 $_['text_shipping_intnat'] = 'International shipping services'; 21 $_['text_shipping_first'] = 'First item'; 22 $_['text_shipping_add'] = 'Additional items'; 23 $_['text_shipping_service'] = 'Service'; 24 $_['text_shipping_in_desc'] = 'Freight info in description'; 25 $_['text_shipping_getitfast'] = 'Get It Fast!'; 26 $_['text_shipping_zones'] = 'Ship to zones'; 27 $_['text_shipping_worldwide'] = 'Worldwide'; 28 $_['text_shipping_type_nat'] = 'National shipping type'; 29 $_['text_shipping_type_int'] = 'International shipping type'; 30 $_['text_shipping_flat'] = 'Flat rate'; 31 $_['text_shipping_calculated'] = 'Calculated'; 32 $_['text_shipping_freight'] = 'Freight'; 33 $_['text_shipping_handling'] = 'Handling fee'; 34 $_['text_shipping_cod'] = 'Cash on delivery fee'; 35 $_['text_shipping_handling_nat'] = 'Handling fee (national)'; 36 $_['entry_shipping_handling_int'] = 'Handling fee (international)'; 37 $_['entry_shipping_pickupdropoff'] = 'Click and Collect'; 38 $_['entry_shipping_pickupinstore'] = 'Available for In-Store Pickup'; 39 $_['entry_shipping_global_shipping'] = 'Use eBay global shipping service'; 40 $_['entry_shipping_promotion_discount'] = 'Combined shipping discounts (national)'; 41 $_['entry_shipping_promotion_discount_international'] = 'Combined shipping discounts (international)'; 42 43 //Returns profile 44 $_['text_returns_accept'] = 'Returns accepted'; 45 $_['text_returns_inst'] = 'Return Policy'; 46 $_['text_returns_days'] = 'Return Days'; 47 $_['text_returns_days10'] = '10 Days'; 48 $_['text_returns_days14'] = '14 Days'; 49 $_['text_returns_days30'] = '30 Days'; 50 $_['text_returns_days60'] = '60 Days'; 51 $_['text_returns_type'] = 'Return Type'; 52 $_['text_returns_type_money'] = 'Money back'; 53 $_['text_returns_type_exch'] = 'Money back or exchange'; 54 $_['text_returns_costs'] = 'Return Shipping costs'; 55 $_['text_returns_costs_b'] = 'Buyer pays'; 56 $_['text_returns_costs_s'] = 'Seller pays'; 57 $_['text_returns_restock'] = 'Restocking Fee'; 58 $_['text_list'] = 'Profile list'; 59 60 //Template profile 61 $_['text_template_choose'] = 'Default template'; 62 $_['text_template_choose_help'] = 'A default template will auto load when listing to save time'; 63 $_['text_image_gallery'] = 'Gallery image size'; 64 $_['text_image_gallery_help'] = 'Pixel size of gallery images that are added to your template.'; 65 $_['text_image_thumb'] = 'Thumbnail image size'; 66 $_['text_image_thumb_help'] = 'Pixel size of thumbnail images that are added to your template.'; 67 $_['text_image_super'] = 'Supersize images'; 68 $_['text_image_gallery_plus'] = 'Gallery plus'; 69 $_['text_image_all_ebay'] = 'Add all images to eBay'; 70 $_['text_image_all_template'] = 'Add all images to template'; 71 $_['text_image_exclude_default'] = 'Exclude default image'; 72 $_['text_image_exclude_default_help'] = 'Only for bulk listing feature! Will not include the default product image in theme image list'; 73 $_['text_confirm_delete'] = 'Are you sure you want to delete the profile?'; 74 $_['text_width'] = 'Width'; 75 $_['text_height'] = 'Height'; 76 $_['text_px'] = 'px'; 77 $_['text_add'] = 'Add profile'; 78 $_['text_edit'] = 'Edit profile'; 79 80 //General profile 81 $_['text_general_private'] = 'List items as private auction'; 82 $_['text_general_price'] = 'Price % modification'; 83 $_['text_general_price_help'] = '0 is default, -10 will reduce by 10%, 10 will increase by 10% (only used on bulk listing)'; 84 85 //General profile options 86 $_['text_profile_name'] = 'Name'; 87 $_['text_profile_default'] = 'Default'; 88 $_['text_profile_type'] = 'Type'; 89 $_['text_profile_desc'] = 'Description'; 90 $_['text_profile_action'] = 'Action'; 91 92 // Profile types 93 $_['text_type_shipping'] = 'Shipping'; 94 $_['text_type_returns'] = 'Returns'; 95 $_['text_type_template'] = 'Template & gallery'; 96 $_['text_type_general'] = 'General settings'; 97 98 //Success messages 99 $_['text_added'] = 'New profile has been added'; 100 $_['text_updated'] = 'Profile has been updated'; 101 102 //Errors 103 $_['error_permission'] = 'You do not have permission to edit profiles'; 104 $_['error_name'] = 'You must enter a profile name'; 105 $_['error_no_template'] = 'Template ID does not exist'; 106 $_['error_missing_settings'] = 'You cannot add,edit or delete profiles until you syncronise your eBay settings'; 107 108 //Help 109 $_['help_shipping_promotion_discount'] = 'Offer national buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.'; 110 $_['help_shipping_promotion_discount_international'] = 'Offer international buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.';