about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php
diff options
context:
space:
mode:
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php')
-rw-r--r--update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php33
1 files changed, 21 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 17023c6..c82e10d 100644 --- a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php
@@ -33,22 +33,31 @@ if (empty($lang) || !is_array($lang))
33$lang = array_merge($lang, array( 33$lang = array_merge($lang, array(
34 'ACP_INSTADISC' => 'InstaDisc', 34 'ACP_INSTADISC' => 'InstaDisc',
35 35
36 'INSTADISC' => 'InstaDisc', 36 'INSTADISC' => 'InstaDisc',
37 'INSTADISC_EXPLAIN' => 'Welcome to the InstaDisc Update Server admin panel. To set up your subscriptions, you have to do a few things. For more information, see', 37 'INSTADISC_EXPLAIN' => 'Welcome to the InstaDisc Update Server admin panel. To set up your subscriptions, you have to do a few things. For more information, see',
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', 41 'SUBSCRIPTION_TITLE' => 'Subscription Title',
42 'SUBSCRIPTION_FILE' => 'Subscription File URL', 42 'SUBSCRIPTION_FILE' => 'Subscription File URL',
43 43
44 'CENTRAL_SERVER' => 'Central Server', 44 'CENTRAL_SERVER' => 'Central Server',
45 'USERNAME' => 'Username', 45 'USERNAME' => 'Username',
46 'PASSWORD' => 'Password', 46 'PASSWORD' => 'Password',
47 'ACTIVATION' => 'Activation Key', 47 'ACTIVATION' => 'Activation Key',
48 48
49 'ENCRYPTION' => 'Encryption Key', 49 'ENCRYPTION' => 'Encryption Key',
50 50
51 'LN' => "\n", 51 'SUBSCRIPTION_FILE_DESC' => 'This is the URL of your subscription file',
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.',
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.',
57
58 'ID_CHANGES_SAVED' => 'The changes you made to your InstaDisc settings have been saved!',
59
60 'LN' => "\n",
52)); 61));
53 62
54?> 63?>