From aa34816c6f9b4b36188abc27a376415b20dd899a Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 14 Nov 2003 21:31:46 +0000 Subject: [PATCH] erm, did I forget this git-svn-id: file:///svn/phpbb/trunk@4666 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_main.php | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 8b4f313b57..af693f441d 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -339,16 +339,13 @@ $lang = array( 'GUEST_USERS_TOTAL' => '%d Guests', 'GUEST_USER_TOTAL' => '%d Guest', - 'POSTED_ARTICLES_ZERO_TOTAL'=> 'Our users have posted a total of 0 article', - 'POSTED_ARTICLES_TOTAL' => 'Our users have posted a total of %d articles', - 'POSTED_ARTICLE_TOTAL' => 'Our users have posted a total of %d article', - 'POSTED_TOPICS_ZERO_TOTAL' => 'Our users have posted a total of 0 topic', - 'POSTED_TOPICS_TOTAL' => 'Our users have posted a total of %d topics', - 'POSTED_TOPIC_TOTAL' => 'Our users have posted a total of %d topic', - 'NEWEST_USER' => 'The newest registered user is %s%s%s', - 'REGISTERED_USERS_ZERO_TOTAL' => 'We have 0 registered users', - 'REGISTERED_USERS_TOTAL' => 'We have %d registered users', - 'REGISTERED_USER_TOTAL' => 'We have %d registered user', + 'TOTAL_POSTS_ZERO' => 'Total posts 0', + 'TOTAL_POSTS_OTHER' => 'Total posts %d', + 'TOTAL_TOPICS_ZERO' => 'Total topics 0', + 'TOTAL_TOPICS_OTHER' => 'Total topics %d', + 'TOTAL_USERS_ZERO' => 'Total users 0', + 'TOTAL_USERS_OTHER' => 'Total users %d', + 'NEWEST_USER' => 'Newest user %s%s%s', 'POST_STICKY' => 'Sticky',