1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00

More updates ... this is still a mess :D

git-svn-id: file:///svn/phpbb/trunk@3548 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-02-26 17:16:30 +00:00
parent f684613815
commit ea1b4dcd14

View File

@ -45,6 +45,7 @@ $lang = array_merge($lang, array(
'VIEWS' => 'Views',
'POST' => 'Post',
'POSTS' => 'Posts',
'ANNOUNCEMENTS' => 'Announcements',
'POSTED' => 'Posted',
'RATING' => 'Rating',
'USERNAME' => 'Username',
@ -108,8 +109,7 @@ $lang = array_merge($lang, array(
'RETURN_LOGIN' => 'Click %sHere%s to try again',
'RETURN_MCP' => 'Click %sHere%s to return to the Moderator Control Panel',
'RETURN_GROUP' => 'Click %sHere%s to return to the Group Control Panel',
'Click_view_message' => 'Click %sHere%s to view your message',
'VIEW_MESSAGE' => 'Click %sHere%s to view your message',
'BOARD_DISABLE' => 'Sorry but this board is currently unavailable',
@ -202,22 +202,21 @@ $lang = array_merge($lang, array(
'LOG_ME_IN' => 'Log me on automatically each visit',
'Error_login' => 'You have specified an incorrect or inactive username or an invalid password',
'Index' => 'Index',
'No_Posts' => 'No Posts',
'NO_FORUMS' => 'This board has no forums',
'NO_FORUM' => 'The forum you selected does not exist',
'Private_Message' => 'Private Message',
'Private_Messages' => 'Private Messages',
'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',
'Reached_on_error' => 'You have reached this page in error',
'DISPLAY_TOPICS' => 'Display topics from previous',
'ALL_TOPICS' => 'All Topics',
'Topic_Announcement' => '<b>Announcement:</b>',
'Topic_Sticky' => '<b>Sticky:</b>',
'Topic_Moved' => '<b>Moved:</b>',
'Topic_Poll' => '<b>[ Poll ]</b>',
'TOPIC_ANNOUNCEMENT' => '<b>Announcement:</b>',
'TOPIC_STICKY' => '<b>Sticky:</b>',
'TOPIC_MOVED' => '<b>Moved:</b>',
'TOPIC_POLL' => '<b>[ Poll ]</b>',
'MARK_TOPICS_READ' => 'Mark all topics read',
'Topics_marked_read' => 'The topics for this forum have now been marked read',
@ -243,11 +242,13 @@ $lang = array_merge($lang, array(
'MCP' => '[ %sModerator Control Panel%s ]',
'NO_MODE' => 'No mode specified.',
'NO_TOPICS' => 'There are no posts in this forum<br />Click on the <b>Post New Topic</b> link on this page to post one.',
'NO_FORUMS' => 'This board has no forums',
'NO_FORUM' => 'The forum you selected does not exist',
'NO_TOPICS' => 'There are no topics or posts in this forum.',
'NO_TOPIC' => 'The requested topic does not exist.',
'NO_POSTS' => 'No Posts were found.',
'NO_POST' => 'The requested post does not exist.',
'Stop_watching_forum' => 'Stop watching this forum',
'Start_watching_forum' => 'Watch this forum for new posts',
'No_longer_watching_forum' => 'You are no longer watching this forum',