From 11bb0e1e6e0fd0effa8ab9b9fe02bda3405776a0 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 6 Aug 2008 01:59:52 +0000 Subject: 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 --- update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php') 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( 'SUBSCRIPTION' => 'Subscription', 'SUBSCRIPTION_TITLE' => 'Subscription Title', + 'SUBSCRIPTION_FILE' => 'Subscription File URL', 'CENTRAL_SERVER' => 'Central Server', + 'USERNAME' => 'Username', + 'PASSWORD' => 'Password', + 'ACTIVATION' => 'Activation Key', )); ?> -- cgit 1.4.1