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.php4
1 files changed, 4 insertions, 0 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 a9d51a8..17880f5 100644 --- a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php
@@ -39,8 +39,12 @@ $lang = array_merge($lang, array(
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 43
43 'CENTRAL_SERVER' => 'Central Server', 44 'CENTRAL_SERVER' => 'Central Server',
45 'USERNAME' => 'Username',
46 'PASSWORD' => 'Password',
47 'ACTIVATION' => 'Activation Key',
44)); 48));
45 49
46?> 50?>