diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-26 12:47:27 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-26 12:47:27 +0000 |
commit | 8a60622f0f5a5923e71ec035371e3b6722c8cae2 (patch) | |
tree | 7ae4db8c8f70d3dbd08c0218834eac46ed03abdc /phpBB/language/lang_english.php | |
parent | bb1679af9a8079e5531ef743e51c548a6e7e820b (diff) | |
download | forums-8a60622f0f5a5923e71ec035371e3b6722c8cae2.tar forums-8a60622f0f5a5923e71ec035371e3b6722c8cae2.tar.gz forums-8a60622f0f5a5923e71ec035371e3b6722c8cae2.tar.bz2 forums-8a60622f0f5a5923e71ec035371e3b6722c8cae2.tar.xz forums-8a60622f0f5a5923e71ec035371e3b6722c8cae2.zip |
Altered displayed text for previous x days select
git-svn-id: file:///svn/phpbb/trunk@329 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english.php')
-rwxr-xr-x | phpBB/language/lang_english.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 09dcb0cf29..d5cf1acf87 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -54,6 +54,15 @@ $l_log_me_in = "Log me in automatically"; $l_all_times = "All times are"; $l_hours = "hours"; +$l_All_Topics = "All Topics"; +$l_Day = "Day"; +$l_Days = "Days"; +$l_Week = "Week"; +$l_Weeks = "Weeks"; +$l_Month = "Month"; +$l_Months = "Months"; +$l_Year = "Year"; + $l_anonymous = "Anonymous"; // Post $l_guest = "Guest"; // Whosonline $l_noposts = "No $l_posts"; |