aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-17 06:20:41 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-17 06:20:41 +0000
commit83c605a6e222c9d64659c3037f4dddca4fe59c05 (patch)
tree3f407d030f3373b059b23fd91593b974b1d35aa0 /phpBB/language
parent615e676b0241fab7c4ab92ed5963c2769e34b7e1 (diff)
downloadforums-83c605a6e222c9d64659c3037f4dddca4fe59c05.tar
forums-83c605a6e222c9d64659c3037f4dddca4fe59c05.tar.gz
forums-83c605a6e222c9d64659c3037f4dddca4fe59c05.tar.bz2
forums-83c605a6e222c9d64659c3037f4dddca4fe59c05.tar.xz
forums-83c605a6e222c9d64659c3037f4dddca4fe59c05.zip
More capitalised lang strings, fixed some unset or incorrect variables
git-svn-id: file:///svn/phpbb/trunk@3469 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_main.php21
1 files changed, 12 insertions, 9 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index 534fe9b466..40a7368ac2 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -128,11 +128,11 @@ $lang = array_merge($lang, array(
'SEARCH_NEW' => 'View posts since last visit',
'SEARCH_SELF' => 'View your posts',
'SEARCH_UNANSWERED' => 'View unanswered posts',
- 'Register' => 'Register',
- 'Profile' => 'Control Panel',
+ 'REGISTER' => 'Register',
+ 'PROFILE' => 'Control Panel',
'Edit_profile' => 'Edit your profile',
- 'Search' => 'Search',
- 'Memberlist' => 'Members',
+ 'SEARCH' => 'Search',
+ 'MEMBERLIST' => 'Members',
'FAQ' => 'FAQ',
'BBCode_guide' => 'BBCode Guide',
'USERS' => 'Users',
@@ -153,6 +153,9 @@ $lang = array_merge($lang, array(
'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',
'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',
@@ -179,8 +182,8 @@ $lang = array_merge($lang, array(
'No_forums' => 'This board has no forums',
'Private_Message' => 'Private Message',
'Private_Messages' => 'Private Messages',
- 'Who_is_Online' => 'Who is Online',
- 'Mark_all_forums' => 'Mark all forums read',
+ 'WHO_IS_ONLINE' => 'Who is Online',
+ 'MARK_FORUMS_READ' => 'Mark all forums read',
'Forums_marked_read' => 'All forums have been marked read',
'View_forum' => 'View Forum',
'Forum_not_exist' => 'The forum you selected does not exist',
@@ -191,7 +194,7 @@ $lang = array_merge($lang, array(
'Topic_Sticky' => '<b>Sticky:</b>',
'Topic_Moved' => '<b>Moved:</b>',
'Topic_Poll' => '<b>[ Poll ]</b>',
- 'Mark_all_topics' => 'Mark all topics read',
+ 'MARK_TOPICS_READ' => 'Mark all topics read',
'Topics_marked_read' => 'The topics for this forum have now been marked read',
'Rules_post_can' => 'You <b>can</b> post new topics in this forum',
'Rules_post_cannot' => 'You <b>cannot</b> post new topics in this forum',
@@ -388,7 +391,7 @@ $lang = array_merge($lang, array(
'Savebox' => 'Savebox',
'Sentbox' => 'Sentbox',
'Flag' => 'Flag',
- 'Subject' => 'Subject',
+ 'SUBJECT' => 'Subject',
'From' => 'From',
'To' => 'To',
'Date' => 'Date',
@@ -417,7 +420,7 @@ $lang = array_merge($lang, array(
'Send_a_reply' => 'Reply to a private message',
'Edit_message' => 'Edit private message',
'Notification_subject' => 'New Private Message has arrived',
- 'FIND_USERNAME' => 'Find a username',
+ 'Find_username' => 'Find a username',
'Find' => 'Find',
'No_match' => 'No matches found',
'No_such_folder' => 'No such folder exists',