diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-28 19:08:18 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-28 19:08:18 +0000 |
commit | 65e7975414f6b6887fed9834bb6e1a3fa6d12863 (patch) | |
tree | 87863220c0e0f15a85e45749b5a0b3ba41067aeb /update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php | |
parent | dbdf94e953b0b1fe7c19e98888d512d6d16ee4cf (diff) | |
download | instadisc-65e7975414f6b6887fed9834bb6e1a3fa6d12863.tar.gz instadisc-65e7975414f6b6887fed9834bb6e1a3fa6d12863.tar.bz2 instadisc-65e7975414f6b6887fed9834bb6e1a3fa6d12863.zip |
Update: Modifed phpBB3 ACP
Also modified subscription file to look pretty and to show verification when the subscription is encrypted. Fixes #68
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.php | 4 |
1 files changed, 2 insertions, 2 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 445290e..20819bb 100644 --- a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php | |||
@@ -40,10 +40,10 @@ $lang = array_merge($lang, array( | |||
40 | 'SUBSCRIPTION' => 'Subscription', | 40 | 'SUBSCRIPTION' => 'Subscription', |
41 | 41 | ||
42 | 'SUBSCRIPTION_TITLE' => 'Subscription Title', | 42 | 'SUBSCRIPTION_TITLE' => 'Subscription Title', |
43 | 'SUBSCRIPTION_URL' => 'Subscription URL', | 43 | 'SUBSCRIPTION_FILE' => 'Subscription File URL', |
44 | 'ENCRYPTION' => 'Encryption Key', | 44 | 'ENCRYPTION' => 'Encryption Key', |
45 | 45 | ||
46 | 'SUBSCRIPTION_URL_DESC' => 'This is a unique URI used to identify your subscription.', | 46 | 'SUBSCRIPTION_FILE_DESC' => 'This is the URL of your subscription file', |
47 | '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.', | 47 | '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.', |
48 | 48 | ||
49 | 'ID_CHANGES_SAVED' => 'The changes you made to your InstaDisc settings have been saved!', | 49 | 'ID_CHANGES_SAVED' => 'The changes you made to your InstaDisc settings have been saved!', |