1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

View File

@ -0,0 +1,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.';