aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-05-11 23:16:31 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-05-11 23:16:31 +0000
commitd3adc86325503a66c7fe0bf95ca1877855ebc7bb (patch)
tree58583159c35e372cb70e3a395708e9d54d4fb5d2 /phpBB/language
parentcaaf04c1971c49985c13a19c0711b6b74e3f17e6 (diff)
downloadforums-d3adc86325503a66c7fe0bf95ca1877855ebc7bb.tar
forums-d3adc86325503a66c7fe0bf95ca1877855ebc7bb.tar.gz
forums-d3adc86325503a66c7fe0bf95ca1877855ebc7bb.tar.bz2
forums-d3adc86325503a66c7fe0bf95ca1877855ebc7bb.tar.xz
forums-d3adc86325503a66c7fe0bf95ca1877855ebc7bb.zip
Memberlist working. Pagination seems to have problems. Might be generate_pagination code...
git-svn-id: file:///svn/phpbb/trunk@272 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/lang_english.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 78ab7eb5e3..61c4751bca 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -149,6 +149,8 @@ $l_date_format_explanation = "Only change this if you know what you are doing!";
$l_password_if_changed = "You only need to supply a password if you want to change it.";
$l_password_confirm_if_changed = "You only need to confirm your password if you changed it above.";
+$l_top10 = "Top 10 Posters";
+$l_alpha = "Sorta Alphabetical";
// Viewforum
$l_viewforum = "View Forum";