ebay_subscription.php (1093B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Subscription'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_ebay'] = 'eBay'; 6 7 // Buttons 8 $_['button_plan_change'] = 'Change to plan'; 9 10 // Columns 11 $_['column_plan'] = 'Plan name'; 12 $_['column_call_limit'] = 'Call limit'; 13 $_['column_price'] = 'Price (p/month)'; 14 $_['column_description'] = 'Description'; 15 $_['column_current'] = 'Current plan'; 16 17 // Text 18 $_['text_subscription_current'] = 'Current plan'; 19 $_['text_subscription_avail'] = 'Available plans'; 20 $_['text_subscription_avail1'] = 'Changing plans will be immediate and unused calls will not be credited.'; 21 $_['text_ajax_acc_load_plan'] = 'PayPal subscription ID: '; 22 $_['text_ajax_acc_load_plan2'] = ', you should cancel ALL other subscriptions from us'; 23 $_['text_load_my_plan'] = 'Loading your plan'; 24 $_['text_load_plans'] = 'Loading available plans'; 25 $_['text_subscription'] = 'Change your OpenBay Pro subscription'; 26 27 // Errors 28 $_['error_ajax_load'] = 'Sorry, could not get a response. Try later.';