From 4151ceff62e900e4d0bcf7f7a284bce89289b1ce Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 6 Aug 2008 01:40:15 +0000 Subject: Update: Continued to work on ACP for phpBB3 plugin The module now has two working form elements, Subscription Title and Central Server (URL). They both read and write to the database. Refs #7 --- update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'update/plugin/phpBB3/trunk/root/language/en/mods') 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 629adba..a9d51a8 100644 --- a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php @@ -36,6 +36,11 @@ $lang = array_merge($lang, array( 'INSTADISC' => 'InstaDisc', 'INSTADISC_EXPLAIN' => 'Welcome to the InstaDisc Update Server admin panel. To set up your subscriptions, you have to do a few things. For more information, see', 'INSTADISC_LINK_TEXT' => 'the InstaDisc phpBB3 plugin page', + + 'SUBSCRIPTION' => 'Subscription', + 'SUBSCRIPTION_TITLE' => 'Subscription Title', + + 'CENTRAL_SERVER' => 'Central Server', )); ?> -- cgit 1.4.1