aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-11-14 21:31:46 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-11-14 21:31:46 +0000
commitaa34816c6f9b4b36188abc27a376415b20dd899a (patch)
tree72a6fae9f9919b4a338cfa69142c16c99c78ffd6 /phpBB/language
parent029ecff8f85bba1c2ab92358ec9ec33f2b3bf6d5 (diff)
downloadforums-aa34816c6f9b4b36188abc27a376415b20dd899a.tar
forums-aa34816c6f9b4b36188abc27a376415b20dd899a.tar.gz
forums-aa34816c6f9b4b36188abc27a376415b20dd899a.tar.bz2
forums-aa34816c6f9b4b36188abc27a376415b20dd899a.tar.xz
forums-aa34816c6f9b4b36188abc27a376415b20dd899a.zip
erm, did I forget this
git-svn-id: file:///svn/phpbb/trunk@4666 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_main.php17
1 files 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 <b>0</b> article',
- 'POSTED_ARTICLES_TOTAL' => 'Our users have posted a total of <b>%d</b> articles',
- 'POSTED_ARTICLE_TOTAL' => 'Our users have posted a total of <b>%d</b> article',
- 'POSTED_TOPICS_ZERO_TOTAL' => 'Our users have posted a total of <b>0</b> topic',
- 'POSTED_TOPICS_TOTAL' => 'Our users have posted a total of <b>%d</b> topics',
- 'POSTED_TOPIC_TOTAL' => 'Our users have posted a total of <b>%d</b> topic',
- 'NEWEST_USER' => 'The newest registered user is <b>%s%s%s</b>',
- 'REGISTERED_USERS_ZERO_TOTAL' => 'We have <b>0</b> registered users',
- 'REGISTERED_USERS_TOTAL' => 'We have <b>%d</b> registered users',
- 'REGISTERED_USER_TOTAL' => 'We have <b>%d</b> registered user',
+ 'TOTAL_POSTS_ZERO' => 'Total posts <b>0</b>',
+ 'TOTAL_POSTS_OTHER' => 'Total posts <b>%d</b>',
+ 'TOTAL_TOPICS_ZERO' => 'Total topics <b>0</b>',
+ 'TOTAL_TOPICS_OTHER' => 'Total topics <b>%d</b>',
+ 'TOTAL_USERS_ZERO' => 'Total users <b>0</b>',
+ 'TOTAL_USERS_OTHER' => 'Total users <b>%d</b>',
+ 'NEWEST_USER' => 'Newest user <b>%s%s%s</b>',
'POST_STICKY' => 'Sticky',