diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-26 19:30:01 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-26 19:30:01 +0000 |
commit | c3200c107f1e5b297d3c351e7ce0b8aee61a7dc7 (patch) | |
tree | 41b66606c04e81da9051e39fb5a436791cd74ce4 /phpBB/language/en | |
parent | fa8fd70cbc5ab30ca0088704271a2f407b01d91b (diff) | |
download | forums-c3200c107f1e5b297d3c351e7ce0b8aee61a7dc7.tar forums-c3200c107f1e5b297d3c351e7ce0b8aee61a7dc7.tar.gz forums-c3200c107f1e5b297d3c351e7ce0b8aee61a7dc7.tar.bz2 forums-c3200c107f1e5b297d3c351e7ce0b8aee61a7dc7.tar.xz forums-c3200c107f1e5b297d3c351e7ce0b8aee61a7dc7.zip |
viewonline lang updates
git-svn-id: file:///svn/phpbb/trunk@3552 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/lang_main.php | 6 |
1 files 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', |