about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/language/en
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-06 11:37:40 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-06 11:37:40 +0000
commitb0a04dab2757b6d3ff20f82ac8215c161a6eb030 (patch)
tree58005ed2c92d8897e103c9091c8d58cc26ef9feb /update/plugin/phpBB3/trunk/root/language/en
parent821e016263ef1f083c587f32d61d3a2f000a1ac4 (diff)
downloadinstadisc-b0a04dab2757b6d3ff20f82ac8215c161a6eb030.tar.gz
instadisc-b0a04dab2757b6d3ff20f82ac8215c161a6eb030.tar.bz2
instadisc-b0a04dab2757b6d3ff20f82ac8215c161a6eb030.zip
Update: Created phpBB3 plugin Subscription File
Also started on the plugin's update library, currently uses a function identical to the library's. May want to
change it so that it does more post-object work than the foreign function has to. Refs #7
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/language/en')
-rw-r--r--update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php2
1 files changed, 2 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 17880f5..aa90c6e 100644 --- a/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/language/en/mods/instadisc.php
@@ -45,6 +45,8 @@ $lang = array_merge($lang, array(
45 'USERNAME' => 'Username', 45 'USERNAME' => 'Username',
46 'PASSWORD' => 'Password', 46 'PASSWORD' => 'Password',
47 'ACTIVATION' => 'Activation Key', 47 'ACTIVATION' => 'Activation Key',
48
49 'LN' => "\n",
48)); 50));
49 51
50?> 52?>