Your IP : 216.73.216.95


Current Path : /var/test/www/alh/admin/language/english/openbay/
Upload File :
Current File : /var/test/www/alh/admin/language/english/openbay/ebay_profile.php

<?php
//Headings
$_['lang_heading']              = 'Profiles';
$_['lang_ebay']                 = 'eBay';
$_['lang_openbay']              = 'OpenBay Pro';
$_['lang_page_title']           = 'OpenBay Pro for eBay';

//Buttons
$_['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';

//General profile options
$_['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_yes']                  = 'Yes';
$_['lang_no']                   = 'No';

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

//Shipping Profile
$_['lang_shipping_dispatch_country']    = 'Shipping from country';
$_['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_shipping_zones']               = 'Ship to zones';
$_['lang_shipping_worldwide']           = 'Worldwide';

//Returns profile
$_['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_returns_restock']      = 'Restocking Fee';

//Template profile
$_['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?';

//General profile
$_['lang_general_private']      = 'List items as private auction';
$_['lang_general_price']        = 'Price % modification <span class="help">0 is default, -10 will reduce by 10%, 10 will increase by 10% (only used on bulk listing)</span>';

//Success messages
$_['lang_added']                = 'New profile has been added';
$_['lang_updated']              = 'Profile has been updated';

//Errors
$_['invalid_permission']        = 'You do not have permission to edit profiles';
$_['lang_error_name']           = 'You must enter a profile name';
$_['lang_no_template']          = 'Template ID does not exist';
$_['lang_error_missing_settings'] = 'You cannot add,edit or delete profiles until you syncronise your eBay settings';
?>