about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/language
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-06 01:40:15 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-06 01:40:15 +0000
commit4151ceff62e900e4d0bcf7f7a284bce89289b1ce (patch)
tree6ed9fde5cbc9157c9c873a348a3c0645341ba035 /update/plugin/phpBB3/trunk/root/language
parent28dc434be00db44ebd028fc7663fd794a5a4e964 (diff)
downloadinstadisc-4151ceff62e900e4d0bcf7f7a284bce89289b1ce.tar.gz
instadisc-4151ceff62e900e4d0bcf7f7a284bce89289b1ce.tar.bz2
instadisc-4151ceff62e900e4d0bcf7f7a284bce89289b1ce.zip
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
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/language')
-rw-r--r--update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php5
1 files changed, 5 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 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(
36 'INSTADISC' => 'InstaDisc', 36 'INSTADISC' => 'InstaDisc',
37 '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', 37 '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',
38 'INSTADISC_LINK_TEXT' => 'the InstaDisc phpBB3 plugin page', 38 'INSTADISC_LINK_TEXT' => 'the InstaDisc phpBB3 plugin page',
39
40 'SUBSCRIPTION' => 'Subscription',
41 'SUBSCRIPTION_TITLE' => 'Subscription Title',
42
43 'CENTRAL_SERVER' => 'Central Server',
39)); 44));
40 45
41?> 46?>