diff options
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 21 |
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', |
