1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

Added online users output to page header and from that, index

git-svn-id: file:///svn/phpbb/trunk@209 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-04-28 20:14:05 +00:00
parent ec21217a2a
commit 0e2d4c9903
4 changed files with 106 additions and 47 deletions

View File

@@ -42,6 +42,16 @@ $l_emailaddress = "Email Address";
$l_preferences = "Preferences";
$l_welcometo = "Welcome to";
$l_There = "There";
$l_is = "is";
$l_are = "are";
$l_Registered = "Registered";
$l_online = "online";
$l_users = "users";
$l_user = "user";
$l_and = "and";
$l_None = "None";
$l_log_me_in = "Log me in automatically";
$l_all_times = "All times are";