diff options
| author | James Atkinson <thefinn@users.sourceforge.net> | 2001-05-16 00:49:06 +0000 |
|---|---|---|
| committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-05-16 00:49:06 +0000 |
| commit | 47dce29bbd496fef49ca2fd8172a3efffe863c64 (patch) | |
| tree | 9194eedd8f1bc94be243cc5848a5bc73c5f562d5 /phpBB/language | |
| parent | 6dfe84827d7a2a62bc688741e0a961b652c4b536 (diff) | |
| download | forums-47dce29bbd496fef49ca2fd8172a3efffe863c64.tar forums-47dce29bbd496fef49ca2fd8172a3efffe863c64.tar.gz forums-47dce29bbd496fef49ca2fd8172a3efffe863c64.tar.bz2 forums-47dce29bbd496fef49ca2fd8172a3efffe863c64.tar.xz forums-47dce29bbd496fef49ca2fd8172a3efffe863c64.zip | |
Added functionality for the next/prev buttions in viewtopic
git-svn-id: file:///svn/phpbb/trunk@301 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rwxr-xr-x | phpBB/language/lang_english.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 61c4751bca..8be5e9ba4d 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -178,6 +178,7 @@ $l_locktopic = "Lock this $l_topic"; $l_unlocktopic = "Unlock this $l_topic"; $l_movetopic = "Move this $l_topic"; $l_deletetopic = "Delete this $l_topic"; +$l_nomoretopics = "There are no more topics in this view."; // Functions $l_loggedinas = "Logged in as"; @@ -240,7 +241,7 @@ $l_faxinfo = " Fax Number: +1-604-742-1770<br> "; $l_coppa = "Your account has been created, however in complance with the COPPA act you must print out this page and have you parent or guardian mail it to: <br>$l_mailingaddress<br>Or fax it to: <br>$l_faxinfo<br> Once this information has been recived your account will be activated by the administrator and you will recive and email notification."; -$l_welcomesubj = "Welcome to $sitename Forums"; +$l_welcomesubj = "Welcome to ".$board_config['sitename']." Forums"; $l_welcomemail = " $l_welcomesubj, |
