28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']             = 'Subscription';
 | 
						|
$_['text_openbay']              = 'OpenBay Pro';
 | 
						|
$_['text_ebay']                 = 'eBay';
 | 
						|
 | 
						|
// Buttons
 | 
						|
$_['button_plan_change']  		= 'Change to plan';
 | 
						|
 | 
						|
// Columns
 | 
						|
$_['column_plan']  				= 'Plan name';
 | 
						|
$_['column_call_limit']  		= 'Call limit';
 | 
						|
$_['column_price']  			= 'Price (p/month)';
 | 
						|
$_['column_description']  		= 'Description';
 | 
						|
$_['column_current']  			= 'Current plan';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_subscription_current'] = 'Current plan';
 | 
						|
$_['text_subscription_avail']   = 'Available plans';
 | 
						|
$_['text_subscription_avail1']  = 'Changing plans will be immediate and unused calls will not be credited.';
 | 
						|
$_['text_ajax_acc_load_plan']   = 'PayPal subscription ID: ';
 | 
						|
$_['text_ajax_acc_load_plan2']  = ', you should cancel ALL other subscriptions from us';
 | 
						|
$_['text_load_my_plan']         = 'Loading your plan';
 | 
						|
$_['text_load_plans']           = 'Loading available plans';
 | 
						|
$_['text_subscription']         = 'Change your OpenBay Pro subscription';
 | 
						|
 | 
						|
// Errors
 | 
						|
$_['error_ajax_load']      		= 'Sorry, could not get a response. Try later.'; |