From c3200c107f1e5b297d3c351e7ce0b8aee61a7dc7 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 26 Feb 2003 19:30:01 +0000 Subject: [PATCH] viewonline lang updates git-svn-id: file:///svn/phpbb/trunk@3552 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_main.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 155c136c00..cd64140dd0 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -747,9 +747,11 @@ $lang = array_merge($lang, array( 'Forum_Location' => 'Forum Location', 'Last_updated' => 'Last Updated', 'Forum_index' => 'Forum index', - 'Reading_topic' => 'Reading topic in %s', + 'READING_FORUM' => 'Viewing topics in %s', + 'READING_TOPIC' => 'Reading topic in %s', 'Logging_on' => 'Logging on', - 'Posting_message' => 'Posting message in %s', + 'POSTING_MESSAGE' => 'Posting message in %s', + 'REPLYING_MESSAGE' => 'Replying to message in %s', 'Searching_forums' => 'Searching forums', 'Viewing_profile' => 'Viewing profile', 'Viewing_online' => 'Viewing who is online',