diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-19 14:17:56 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-19 14:17:56 +0000 |
| commit | 1129c4e0aa126f44d36cc017aa37a11fd29d036c (patch) | |
| tree | c695e5c8edf20233d483d145a87129df82bb476a /phpBB/language | |
| parent | 8870e21858f327edb4e8ed154a52426d22ca2ee5 (diff) | |
| download | forums-1129c4e0aa126f44d36cc017aa37a11fd29d036c.tar forums-1129c4e0aa126f44d36cc017aa37a11fd29d036c.tar.gz forums-1129c4e0aa126f44d36cc017aa37a11fd29d036c.tar.bz2 forums-1129c4e0aa126f44d36cc017aa37a11fd29d036c.tar.xz forums-1129c4e0aa126f44d36cc017aa37a11fd29d036c.zip | |
Modified as per Nathans suggestion
git-svn-id: file:///svn/phpbb/trunk@186 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rwxr-xr-x | phpBB/language/lang_english.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 3d6a11eb66..4e43b66993 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -297,9 +297,21 @@ $l_titletext = "Title & Text"; $l_search = "Search"; $l_nomatches = "No records match that query. Please broaden your search."; -// Whosonline + +// Viewonline $l_whosonline = "Who's online?"; $l_nousers = "No Users are currently browsing the forums"; +$l_forum_location = "Location in the forum"; +$l_last_updated = "Last Updated"; +$l_forum_index = "Forum Index"; +$l_loggin_on = "Logging on"; +$l_searching = "Searching the forum"; +$l_registering = "Registering"; +$l_viewing_profiles = "Viewing member profiles"; +$l_viewing_members = "Viewing member list"; +$l_altering_profile = "Altering their profile"; +$l_viewing_online = "Viewing who is online"; +$l_viewing_faq = "Viewing the board FAQ"; // Editpost |
