aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/extension/openbay/ebay_subscription.php
blob: 15cd3704941a9509e1473adcc9c754e901749885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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.';