diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-19 20:25:09 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-19 20:25:09 +0000 |
commit | aa169c57725ebf148e9b98af5117a2e0a067eb1b (patch) | |
tree | 07d0ad0c870f1f1931fad8c89ba03244e61e7c77 /update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php | |
parent | 3541cadd8b59dcc040570c64674350b21eb592af (diff) | |
download | instadisc-aa169c57725ebf148e9b98af5117a2e0a067eb1b.tar.gz instadisc-aa169c57725ebf148e9b98af5117a2e0a067eb1b.tar.bz2 instadisc-aa169c57725ebf148e9b98af5117a2e0a067eb1b.zip |
Update: Removed Series-related code
Refs #56
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 | 6 |
1 files changed, 2 insertions, 4 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 f7570aa..445290e 100644 --- a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php | |||
@@ -40,12 +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 | 'SERIES_URL' => 'Series Control URL', | 43 | 'SUBSCRIPTION_URL' => 'Subscription URL', |
44 | 'SUBSCRIPTION_ID' => 'Subscription ID', | ||
45 | 'ENCRYPTION' => 'Encryption Key', | 44 | 'ENCRYPTION' => 'Encryption Key', |
46 | 45 | ||
47 | 'SERIES_URL_DESC' => 'This is the XML-RPC URL of your Series Control.', | 46 | 'SUBSCRIPTION_URL_DESC' => 'This is a unique URI used to identify your subscription.', |
48 | 'SUBSCRIPTION_ID' => 'This is this subscription's unique identifier on your Series Control.', | ||
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.', | 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.', |
50 | 48 | ||
51 | '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!', |