diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-25 00:05:28 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-25 00:05:28 +0000 |
| commit | 18294c2230978831241ad6993c5941f13a964af8 (patch) | |
| tree | 4909a9b958cdfd9ba2e8307b1d59b8be9797a5ac /phpBB/language/en/lang_main.php | |
| parent | 9482bb75ca63c5be50f92a873d9a1818e9cef811 (diff) | |
| download | forums-18294c2230978831241ad6993c5941f13a964af8.tar forums-18294c2230978831241ad6993c5941f13a964af8.tar.gz forums-18294c2230978831241ad6993c5941f13a964af8.tar.bz2 forums-18294c2230978831241ad6993c5941f13a964af8.tar.xz forums-18294c2230978831241ad6993c5941f13a964af8.zip | |
Output total posts/topics
git-svn-id: file:///svn/phpbb/trunk@3712 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 45558ec92f..e54ddef0fb 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -201,9 +201,8 @@ $lang = array( 'POST_TOPIC_LOCKED' => 'Topic is locked', - 'FOUND_USERS_TOTAL' => '%s Users', - 'FOUND_TOPIC_TOTAL' => '%s Topics', - 'FOUND_POSTS_TOTAL' => '%s Posts', + 'LIST_USER' => '1 User', + 'LIST_USERS' => '%d Users', 'LOGIN' => 'Login', @@ -270,6 +269,9 @@ $lang = array( 'NOT_WATCHING_FORUM' => 'You are no longer watching this forum', 'ARE_WATCHING_FORUM' => 'You are now watching this forum', + 'VIEW_FORUM_TOPIC' => '1 Topic', + 'VIEW_FORUM_TOPICS' => '%d Topics', + 'VIEW_TOPIC' => 'View topic', 'LOGIN_VIEWTOPIC' => 'The board administrator requires you to be registered and logged in to view this topic.', @@ -327,6 +329,8 @@ $lang = array( 'TOTAL_VOTES' => 'Total Votes', 'VIEW_RESULTS' => 'View Results', + 'VIEW_TOPIC_POST' => '1 Post', + 'VIEW_TOPIC_POSTS' => '%d Posts', 'MESSAGE_BODY' => 'Message body', 'MESSAGE_BODY_EXPLAIN' => 'Enter your message here, it may contain no more than <b>%d</b> characters.', |
