<?php
$_['lang_heading']                  = 'Profiles';
$_['lang_ebay']                         = 'eBay';
$_['lang_openbay']                  = 'OpenBay Pro';
$_['lang_page_title']               = 'OpenBay Pro for eBay';
$_['lang_btn_add']                  = 'Add profile';
$_['lang_btn_edit']                 = 'Edit';
$_['lang_btn_delete']               = 'Delete';
$_['lang_btn_cancel']               = 'Cancel';
$_['lang_btn_return']               = 'Return';
$_['lang_btn_save']                 = 'Save';
$_['lang_btn_remove']               = 'Remove';
$_['lang_yes']                      = 'Yes';
$_['lang_no']                       = 'No';

$_['lang_title_list']               = 'Profiles';
$_['lang_title_list_add']           = 'Add Profile';
$_['lang_title_list_edit']          = 'Edit Profile';
$_['lang_no_results']               = 'No profiles found';
$_['lang_profile_name']             = 'Name';
$_['lang_profile_default']          = 'Default';
$_['lang_profile_type']             = 'Type';
$_['lang_profile_desc']             = 'Description';
$_['lang_profile_action']           = 'Action';
$_['lang_no_template']              = 'Template ID does not exist';
$_['lang_added']                    = 'New profile has been added';
$_['lang_updated']                  = 'Profile has been updated';

$_['lang_error_name']               = 'You must enter a profile name';

$_['lang_tab_shipping']             = 'Shipping';
$_['lang_tab_general']              = 'General';
$_['lang_tab_returns']              = 'Returns';
$_['lang_tab_template']             = 'Template';
$_['lang_tab_gallery']              = 'Gallery';
$_['lang_tab_settings']             = 'Settings';

$_['lang_shipping_postcode']    = 'Postal/Zip code location';
$_['lang_shipping_location']    = 'Town or State location';
$_['lang_shipping_despatch']    = 'Despatch time<span class="help">(Max days to send)</span>';
$_['lang_shipping_nat']         = 'National shipping services';
$_['lang_shipping_intnat']      = 'International shipping services';
$_['lang_shipping_first']       = 'First item: ';
$_['lang_shipping_add']         = 'Additional items: ';
$_['lang_shipping_service']     = 'Service: ';
$_['lang_shipping_in_desc']     = 'Freight info in description<span class="help">US,UK,AU & CA only</span>';
$_['lang_shipping_getitfast']   = 'Get It Fast!';


$_['lang_returns_accept']       = 'Returns accepted';
$_['lang_returns_inst']         = 'Return Policy';
$_['lang_returns_days']         = 'Return Days';
$_['lang_returns_days10']       = '10 Days';
$_['lang_returns_days14']       = '14 Days';
$_['lang_returns_days30']       = '30 Days';
$_['lang_returns_days60']       = '60 Days';
$_['lang_returns_type']         = 'Return Type';
$_['lang_returns_type_money']   = 'Money back';
$_['lang_returns_type_exch']    = 'Money back or exchange';
$_['lang_returns_costs']        = 'Return Shipping costs';
$_['lang_returns_costs_b']      = 'Buyer pays';
$_['lang_returns_costs_s']      = 'Seller pays';

$_['lang_template_choose']      = 'Default template<span class="help">A default template will auto load when listing to save time</span>';
$_['lang_image_gallery']        = 'Gallery image size<span class="help">Pixel size of gallery images that are added to your template.</span>';
$_['lang_image_thumb']          = 'Thumbnail image size<span class="help">Pixel size of thumbnail images that are added to your template.</span>';
$_['lang_image_super']          = 'Supersize images';
$_['lang_image_gallery_plus']   = 'Gallery plus';
$_['lang_image_all_ebay']       = 'Add all images to eBay';
$_['lang_image_all_template']   = 'Add all images to template';
$_['lang_image_exclude_default']= 'Exclude default image<span class="help">Only for bulk listing feature! Will not include the default product image in theme image list</span>';
$_['lang_confirm_delete']       = 'Are you sure you want to delete the profile?';

$_['lang_private_auction']      = 'List items as private auction';
$_['invalid_permission']        = 'You do not have permission to edit profiles';
