about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/language
diff options
context:
space:
mode:
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?>