diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-06 01:59:52 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-06 01:59:52 +0000 |
commit | 11bb0e1e6e0fd0effa8ab9b9fe02bda3405776a0 (patch) | |
tree | dfd8fb08127793b8fed61b8bd172d22107314911 /update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php | |
parent | 4151ceff62e900e4d0bcf7f7a284bce89289b1ce (diff) | |
download | instadisc-11bb0e1e6e0fd0effa8ab9b9fe02bda3405776a0.tar.gz instadisc-11bb0e1e6e0fd0effa8ab9b9fe02bda3405776a0.tar.bz2 instadisc-11bb0e1e6e0fd0effa8ab9b9fe02bda3405776a0.zip |
Update: Completed phpBB3 plugin's ACP
Also used a new method of providing the subscription file's URL as static text instead inside a text box. Refs #7
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, 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 | ?> |