1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

More capitalised lang strings, fixed some unset or incorrect variables

git-svn-id: file:///svn/phpbb/trunk@3469 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud
2003-02-17 06:20:41 +00:00
parent 615e676b02
commit 83c605a6e2
9 changed files with 79 additions and 94 deletions

View File

@@ -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',