about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/language/en
diff options
context:
space:
mode:
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/language/en')
-rw-r--r--update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php17
1 files changed, 5 insertions, 12 deletions
diff --git a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php index c82e10d..f7570aa 100644 --- a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php
@@ -38,21 +38,14 @@ $lang = array_merge($lang, array(
38 'INSTADISC_LINK_TEXT' => 'the InstaDisc phpBB3 plugin page', 38 'INSTADISC_LINK_TEXT' => 'the InstaDisc phpBB3 plugin page',
39 39
40 'SUBSCRIPTION' => 'Subscription', 40 'SUBSCRIPTION' => 'Subscription',
41 'SUBSCRIPTION_TITLE' => 'Subscription Title',
42 'SUBSCRIPTION_FILE' => 'Subscription File URL',
43
44 'CENTRAL_SERVER' => 'Central Server',
45 'USERNAME' => 'Username',
46 'PASSWORD' => 'Password',
47 'ACTIVATION' => 'Activation Key',
48 41
42 'SUBSCRIPTION_TITLE' => 'Subscription Title',
43 'SERIES_URL' => 'Series Control URL',
44 'SUBSCRIPTION_ID' => 'Subscription ID',
49 'ENCRYPTION' => 'Encryption Key', 45 'ENCRYPTION' => 'Encryption Key',
50 46
51 'SUBSCRIPTION_FILE_DESC' => 'This is the URL of your subscription file', 47 'SERIES_URL_DESC' => 'This is the XML-RPC URL of your Series Control.',
52 'CENTRAL_SERVER_DESC' => 'This is the Central Server\'s XML-RPC URL. They should have provided this for you in an email and also on their site.', 48 'SUBSCRIPTION_ID' => 'This is this subscription's unique identifier on your Series Control.',
53 'USERNAME_DESC' => 'Enter the username you registered for at your Central Server',
54 'PASSWORD_DESC' => 'Enter the password to go with the username above',
55 'ACTIVATION_DESC' => 'After submitting your subscription for sponsership at your Central Server, it should provide you with an Activation Key',
56 'ENCRYPTION_DESC' => 'If you have the PHP module "mcrypt" installed, you can password protect this subscription so that users who wish to subscribe to it must provide the correct password. Leave this field blank if you do not wish to encrypt this subscription.', 49 'ENCRYPTION_DESC' => 'If you have the PHP module "mcrypt" installed, you can password protect this subscription so that users who wish to subscribe to it must provide the correct password. Leave this field blank if you do not wish to encrypt this subscription.',
57 50
58 'ID_CHANGES_SAVED' => 'The changes you made to your InstaDisc settings have been saved!', 51 'ID_CHANGES_SAVED' => 'The changes you made to your InstaDisc settings have been saved!',