1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Updates of various types, sizes, colours and accessories ...

git-svn-id: file:///svn/phpbb/trunk@3531 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-02-25 18:20:33 +00:00
parent 02bcd7e2e1
commit 1aa274d1e7
5 changed files with 471 additions and 404 deletions

View File

@@ -19,12 +19,22 @@
*
***************************************************************************/
// DEVELOPERS PLEASE NOTE
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'ENCODING' => 'iso-8859-15',
'DIRECTION' => 'ltr',
'LEFT' => 'left',
'RIGHT' => 'right',
'DATE_FORMAT' => 'd M Y',
'ENCODING' => 'iso-8859-15',
'DIRECTION' => 'ltr',
'LEFT' => 'left',
'RIGHT' => 'right',
'DATE_FORMAT' => 'd M Y',
'FORUM' => 'Forum',
'SUBFORUM' => 'Subforum',
@@ -45,6 +55,8 @@ $lang = array_merge($lang, array(
'TIME' => 'Time',
'HOURS' => 'Hours',
'MESSAGE' => 'Message',
'POST_TIME' => 'Post time',
'1_DAY' => '1 Day',
'7_DAYS' => '7 Days',
'2_WEEKS' => '2 Weeks',
@@ -54,7 +66,7 @@ $lang = array_merge($lang, array(
'1_YEAR' => '1 Year',
'ASCENDING' => 'Ascending',
'DESCENDING' => 'Descending',
'POST_TIME' => 'Post time',
'GO' => 'Go',
'JUMP_TO' => 'Jump to',
'SUBMIT' => 'Submit',
@@ -78,34 +90,72 @@ $lang = array_merge($lang, array(
'SELECT_FORUM' => 'Select a forum',
'VIEW_LATEST_POST' => 'View latest post',
'VIEW_NEWEST_POST' => 'View newest post',
'PAGE_OF' => 'Page <b>%d</b> of <b>%d</b>',
'PAGE_OF' => 'Page <b>%1$d</b> of <b>%2$d</b>',
'ICQ' => 'ICQ Number',
'AIM' => 'AIM Address',
'MSNM' => 'MSN Messenger',
'YIM' => 'Yahoo Messenger',
'Forum_Index' => 'Board Index',
'FORUM_INDEX' => 'Board Index',
'POST_NEW_TOPIC' => 'Post new topic',
'REPLY_TO_TOPIC' => 'Reply to topic',
'REPLY_WITH_QUOTE' => 'Reply with quote',
'RETURN_TOPIC' => 'Click %sHere%s to return to the topic',
'RETURN_FORUM' => 'Click %sHere%s to return to the forum',
'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',
'Post_new_topic' => 'Post new topic',
'Reply_to_topic' => 'Reply to topic',
'Reply_with_quote' => 'Reply with quote',
'Click_return_topic' => 'Click %sHere%s to return to the topic',
'Click_return_login' => 'Click %sHere%s to try again',
'Click_return_forum' => 'Click %sHere%s to return to the forum',
'Click_view_message' => 'Click %sHere%s to view your message',
'Click_return_mcp' => 'Click %sHere%s to return to the Moderator Control Panel',
'Click_return_group' => 'Click %sHere%s to return to group information',
'Admin_panel' => 'Go to Administration Panel',
'Board_disable' => 'Sorry but this board is currently unavailable',
'Board_unavailable' => 'Sorry but the board is temporarily unavailable, please try again in a few minutes',
'BOARD_DISABLE' => 'Sorry but this board is currently unavailable',
'BOARD_UNAVAILABLE' => 'Sorry but the board is temporarily unavailable, please try again in a few minutes',
'BOARD_BANNED' => 'You have been banned from this forum<br />Please contact the %sboard administrator%s for more information',
'G_ADMINISTRATORS' => 'ADMINISTRATORS',
'G_SUPER_MODERATORS'=> 'SUPER MODERATORS',
'G_MODERATORS' => 'MODERATORS',
'G_REGISTERED' => 'REGISTERED USERS',
'G_INACTIVE' => 'INACTIVE USERS',
'G_GUESTS' => 'GUESTS',
'YOU_LAST_VISIT' => 'You last visited on %s',
'CURRENT_TIME' => 'The time now is %s',
'SEARCH_NEW' => 'View posts since last visit',
'SEARCH_SELF' => 'View your posts',
'SEARCH_UNANSWERED' => 'View unanswered posts',
'REGISTER' => 'Register',
'PROFILE' => 'User Control Panel',
'SEARCH' => 'Search',
'MEMBERLIST' => 'Members',
'FAQ' => 'FAQ',
'USERS' => 'Users',
'USERGROUPS' => 'Groups',
'LAST_POST' => 'Last Post',
'MODERATOR' => 'Moderator',
'MODERATORS' => 'Moderators',
'New_pms' => '<b>%d</b> new messages',
'New_pm' => '<b>%d</b> new message',
'No_new_pm' => '<b>0</b> new messages',
'Unread_pms' => '<b>%d</b> unread messages',
'Unread_pm' => '<b>%d</b> unread message',
'No_unread_pm' => '<b>0</b> unread messages',
'You_new_pm' => 'A new private message is waiting for you in your Inbox',
'You_new_pms' => 'New private messages are waiting for you in your Inbox',
'You_no_new_pm' => 'No new private messages are waiting for you',
'RECORD_ONLINE_USERS' => 'Most users ever online was <b>%1$s</b> on %2$s',
'Registered_users' => 'Registered Users:',
'Browsing_forum_guest' => 'Users browsing this forum: %s and %d guest',
'Browsing_forum_guests' => 'Users browsing this forum: %s and %d guests',
'Browsing_forum_guest' => 'Users browsing this forum: %1$s and %2$d guest',
'Browsing_forum_guests' => 'Users browsing this forum: %1$s and %2$d guests',
'Online_users_zero_total' => 'In total there are <b>0</b> users online :: ',
'Online_users_total' => 'In total there are <b>%d</b> users online :: ',
'Online_user_total' => 'In total there is <b>%d</b> user online :: ',
@@ -118,40 +168,6 @@ $lang = array_merge($lang, array(
'Guest_users_zero_total' => '0 Guests',
'Guest_users_total' => '%d Guests',
'Guest_user_total' => '%d Guest',
'Record_online_users' => 'Most users ever online was <b>%s</b> on %s',
'Legend' => 'Legend',
'Admin_online_color' => '%sAdministrator%s',
'Mod_online_color' => '%sModerator%s',
'User_online_color' => '%sUser%s',
'You_last_visit' => 'You last visited on %s',
'Current_time' => 'The time now is %s',
'SEARCH_NEW' => 'View posts since last visit',
'SEARCH_SELF' => 'View your posts',
'SEARCH_UNANSWERED' => 'View unanswered posts',
'REGISTER' => 'Register',
'PROFILE' => 'User Control Panel',
'Edit_profile' => 'Edit your profile',
'SEARCH' => 'Search',
'MEMBERLIST' => 'Members',
'FAQ' => 'FAQ',
'BBCode_guide' => 'BBCode Guide',
'USERS' => 'Users',
'USERGROUPS' => 'Groups',
'LAST_POST' => 'Last Post',
'MODERATOR' => 'Moderator',
'MODERATORS' => 'Moderators',
'VIEW_MODERATORS' => 'List forum moderators',
'New_pms' => '<b>%d</b> new messages',
'New_pm' => '<b>%d</b> new message',
'No_new_pm' => '<b>0</b> new messages',
'Unread_pms' => '<b>%d</b> unread messages',
'Unread_pm' => '<b>%d</b> unread message',
'No_unread_pm' => '<b>0</b> unread messages',
'You_new_pm' => 'A new private message is waiting for you in your Inbox',
'You_new_pms' => 'New private messages are waiting for you in your Inbox',
'You_no_new_pm' => 'No new private messages are waiting for you',
'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',
@@ -162,7 +178,9 @@ $lang = array_merge($lang, array(
'Registered_users_total' => 'We have <b>%d</b> registered users',
'Registered_user_total' => 'We have <b>%d</b> registered user',
'Newest_user' => 'The newest registered user is <b>%s%s%s</b>',
'No_new_posts_last_visit' => 'No new posts since your last visit',
'NO_NEW_POSTS' => 'No new posts',
'NEW_POSTS' => 'New posts',
'NEW_POST' => 'New post',
@@ -170,9 +188,12 @@ $lang = array_merge($lang, array(
'NEW_POSTS_HOT' => 'New posts [ Popular ]',
'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]',
'NEW_POSTS_LOCKED' => 'New posts [ Locked ]',
'POST_STICKY' => 'Sticky',
'POST_ANNOUNCEMENT' => 'Announcement',
'FORUM_LOCKED' => 'Forum is locked',
'Enter_password' => 'Please enter your username and password to login',
'LOGIN' => 'Login',
'LOGOUT' => 'Logout',
@@ -181,72 +202,85 @@ $lang = array_merge($lang, array(
'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_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',
'Forum_not_exist' => 'The forum you selected does not exist',
'Reached_on_error' => 'You have reached this page in error',
'DISPLAY_TOPICS' => 'Display topics from previous',
'All_Topics' => 'All Topics',
'ALL_TOPICS' => 'All Topics',
'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',
'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',
'Rules_reply_can' => 'You <b>can</b> reply to topics in this forum',
'Rules_reply_cannot' => 'You <b>cannot</b> reply to topics in this forum',
'Rules_attach_can' => 'You <b>can</b> post attachments in this forum',
'Rules_attach_cannot' => 'You <b>cannot</b> post attachments in this forum',
'Rules_download_can' => 'You <b>can</b> download attachments in this forum',
'Rules_download_cannot' => 'You <b>cannot</b> download attachments in this forum',
'Rules_edit_can' => 'You <b>can</b> edit your posts in this forum',
'Rules_edit_cannot' => 'You <b>cannot</b> edit your posts in this forum',
'Rules_delete_can' => 'You <b>can</b> delete your posts in this forum',
'Rules_delete_cannot' => 'You <b>cannot</b> delete your posts in this forum',
'Rules_vote_can' => 'You <b>can</b> vote in polls in this forum',
'Rules_vote_cannot' => 'You <b>cannot</b> vote in polls in this forum',
'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',
'RULES_REPLY_CAN' => 'You <b>can</b> reply to topics in this forum',
'RULES_REPLY_CANNOT' => 'You <b>cannot</b> reply to topics in this forum',
'RULES_ATTACH_CAN' => 'You <b>can</b> post attachments in this forum',
'RULES_ATTACH_CANNOT' => 'You <b>cannot</b> post attachments in this forum',
'RULES_DOWNLOAD_CAN' => 'You <b>can</b> download attachments in this forum',
'RULES_DOWNLOAD_CANNOT' => 'You <b>cannot</b> download attachments in this forum',
'RULES_EDIT_CAN' => 'You <b>can</b> edit your posts in this forum',
'RULES_EDIT_CANNOT' => 'You <b>cannot</b> edit your posts in this forum',
'RULES_DELETE_CAN' => 'You <b>can</b> delete your posts in this forum',
'RULES_DELETE_CANNOT' => 'You <b>cannot</b> delete your posts in this forum',
'RULES_VOTE_CAN' => 'You <b>can</b> vote in polls in this forum',
'RULES_VOTE_CANNOT' => 'You <b>cannot</b> vote in polls in this forum',
'GUEST' => 'Guest',
'ACP' => '[ %sAdministration Control Panel%s ]',
'MCP' => '[ %sModerator Control Panel%s ]',
'No_topics_post_one' => 'There are no posts in this forum<br />Click on the <b>Post New Topic</b> link on this page to post one',
'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_TOPIC' => 'The requested topic 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',
'You_are_watching_forum' => 'You are now watching this forum',
'View_topic' => 'View topic',
'GUEST' => 'Guest',
'POST_SUBJECT' => 'Post subject',
'PRINT_TOPIC' => 'Printable version',
'VIEW_NEXT_TOPIC' => 'View next topic',
'VIEW_PREVIOUS_TOPIC' => 'View previous topic',
'VIEW_RESULTS' => 'View Results',
'No_newer_topics' => 'There are no newer topics in this forum',
'No_older_topics' => 'There are no older topics in this forum',
'Topic_post_not_exist' => 'The topic or post you requested does not exist',
'No_posts_topic' => 'No posts exist for this topic',
'POST_BELOW_KARMA' => 'This post was made by user <b>%s</b> whose karma is below your desired minimum. To display this post click %sHERE%s.',
'NO_NEWER_TOPICS' => 'There are no newer topics in this forum',
'NO_OLDER_TOPICS' => 'There are no older topics in this forum',
'POST_IGNORE' => 'This post was made by <b>%s</b> who is on your ignore list. To display this post click %sHERE%s.',
'POST_BELOW_KARMA' => 'This post was made by <b>%1$s</b> whose karma rating of <b>%2$d</b> is below your desired minimum. To display this post click %3$sHERE%4$s.',
'POST_ENCODING' => 'This post was made in a character set different to that being used here. Some text may display incorrectly. To view this post in its proper encoding click %sHERE%s.',
'DISPLAY_POSTS' => 'Display posts from previous',
'ALL_POSTS' => 'All Posts',
'BACK_TO_TOP' => 'Back to top',
'READ_PROFILE' => 'View users profile',
'SEND_EMAIL' => 'Send email',
'VISIT_WEBSITE' => 'Visit posters website',
'READ_PROFILE' => 'Profile',
'SEND_EMAIL' => 'Email',
'VISIT_WEBSITE' => 'WWW',
'ICQ_STATUS' => 'ICQ Status',
'EDIT_DELETE_POST' => 'Edit/Delete this post',
'VIEW_IP' => 'View IP of poster',
'DELETE_POST' => 'Delete this post',
'EDIT_POST' => 'Edit',
'VIEW_IP' => 'IP',
'DELETE_POST' => 'Delete',
'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered',
'wrote' => 'wrote',
'Quote' => 'Quote',
'Code' => 'Code',
'Edited_time_total' => 'Last edited by %s on %s, edited %d time in total',
'Edited_times_total' => 'Last edited by %s on %s, edited %d times in total',
'EDITED_TIME_TOTAL' => 'Last edited by %1$s on %2$s, edited %3$d time in total',
'EDITED_TIMES_TOTAL' => 'Last edited by %1$s on %2$s, edited %3$d times in total',
'QUICK_MOD' => 'Quick-mod tools',
'LOCK_TOPIC' => 'Lock topic',
'UNLOCK_TOPIC' => 'Unlock topic',
@@ -254,17 +288,15 @@ $lang = array_merge($lang, array(
'DELETE_TOPIC' => 'Delete topic',
'SPLIT_TOPIC' => 'Split topic',
'MERGE_TOPIC' => 'Merge topic',
'Stop_watching_topic' => 'Stop watching this topic',
'Start_watching_topic' => 'Watch this topic for replies',
'No_longer_watching_topic' => 'You are no longer watching this topic',
'You_are_watching_topic' => 'You are now watching this topic',
'Rate_topic' => 'Rate this topic',
'Very_poor' => 'Very Poor',
'Quite_poor' => 'Quite Poor',
'Unrated' => 'Unrated',
'Quite_good' => 'Quite Good',
'Very_good' => 'Very Good',
'Total_votes' => 'Total Votes',
'VIEW_RESULTS' => 'View Results',
'MESSAGE_BODY' => 'Message body',
'MESSAGE_BODY_EXPLAIN' => 'Enter your message here, it may contain no more than <b>%d</b> characters.',
@@ -278,6 +310,7 @@ $lang = array_merge($lang, array(
'EDIT_POST' => 'Edit post',
'OPTIONS' => 'Options',
'POST_NORMAL' => 'Normal',
'CONFIRM_DELETE' => 'Are you sure you want to delete this post?',
'Confirm_delete_poll' => 'Are you sure you want to delete this poll?',
'Cannot_edit_time' => 'You can no longer edit or delete that post',
@@ -293,16 +326,18 @@ $lang = array_merge($lang, array(
'No_post_id' => 'No post ID was specified',
'No_topic_id' => 'You must select a topic to reply to',
'No_valid_mode' => 'You can only post, reply edit or quote messages, please return and try again',
'User_cannot_post' => 'You cannot post in this forum',
'User_cannot_reply' => 'You cannot reply in this forum',
'User_cannot_quote' => 'You cannot quote posts in this forum',
'User_cannot_edit' => 'You cannot edit posts in this forum',
'User_cannot_delete' => 'You cannot delete posts in this forum',
'USER_CANNOT_POST' => 'You cannot post in this forum',
'USER_CANNOT_REPLY' => 'You cannot reply in this forum',
'USER_CANNOT_QUOTE' => 'You cannot quote posts in this forum',
'USER_CANNOT_EDIT' => 'You cannot edit posts in this forum',
'USER_CANNOT_DELETE' => 'You cannot delete posts in this forum',
'CANNOT_DELETE_REPLIED' => 'Sorry but you may not delete posts that have been replied to',
'CANNOT_DELETE_POLL' => 'Sorry but you cannot delete an active poll',
'EDIT_OWN_POSTS' => 'Sorry but you can only edit your own posts',
'DELETE_OWN_POSTS' => 'Sorry but you can only delete your own posts',
'No_such_post' => 'There is no such post, please return and try again',
'Edit_own_posts' => 'Sorry but you can only edit your own posts',
'Delete_own_posts' => 'Sorry but you can only delete your own posts',
'Cannot_delete_replied' => 'Sorry but you may not delete posts that have been replied to',
'Cannot_delete_poll' => 'Sorry but you cannot delete an active poll',
'Empty_poll_title' => 'You must enter a title for your poll',
'Too_few_poll_options' => 'You must enter at least two poll options',
'Too_many_poll_options' => 'You have tried to enter too many poll options',
@@ -328,16 +363,16 @@ $lang = array_merge($lang, array(
'DISABLE_BBCODE' => 'Disable BBCode',
'DISABLE_SMILIES' => 'Disable Smilies',
'DISABLE_MAGIC_URL' => 'Do not automatically parse URLs',
'HTML_is_ON' => 'HTML is <u>ON</u>',
'HTML_is_OFF' => 'HTML is <u>OFF</u>',
'BBCode_is_ON' => '%sBBCode%s is <u>ON</u>',
'BBCode_is_OFF' => '%sBBCode%s is <u>OFF</u>',
'Smilies_are_ON'=> 'Smilies are <u>ON</u>',
'Smilies_are_OFF'=> 'Smilies are <u>OFF</u>',
'Images_are_ON' => '[img] is <u>ON</u>',
'Images_are_OFF'=> '[img] is <u>OFF</u>',
'Flash_is_ON' => '[flash] is <u>ON</u>',
'Flash_is_OFF' => '[flash] is <u>ON</u>',
'HTML_IS_ON' => 'HTML is <u>ON</u>',
'HTML_IS_OFF' => 'HTML is <u>OFF</u>',
'BBCODE_IS_ON' => '%sBBCode%s is <u>ON</u>',
'BBCODE_IS_OFF' => '%sBBCode%s is <u>OFF</u>',
'SMILIES_ARE_ON'=> 'Smilies are <u>ON</u>',
'SMILIES_ARE_OFF'=> 'Smilies are <u>OFF</u>',
'IMAGES_ARE_ON' => '[img] is <u>ON</u>',
'IMAGES_ARE_OFF'=> '[img] is <u>OFF</u>',
'FLASH_IS_ON' => '[flash] is <u>ON</u>',
'FLASH_IS_OFF' => '[flash] is <u>ON</u>',
'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)',
'NOTIFY_REPLY' => 'Send me an email when a reply is posted',
'SAVE' => 'Save',
@@ -372,6 +407,7 @@ $lang = array_merge($lang, array(
'CLOSE_WINDOW' => 'Close Window',
'Topic_reply_notification' => 'Topic Reply Notification',
'User_control_panel' => 'User Control Panel',
'UCP_Main' => 'Control Panel',
'UCP_Profile' => 'Profile Settings',
@@ -434,6 +470,8 @@ $lang = array_merge($lang, array(
'Sentbox_size' => 'Your Sentbox is %d%% full',
'Savebox_size' => 'Your Savebox is %d%% full',
'Click_view_privmsg' => 'Click %sHere%s to visit your Inbox',
'Viewing_user_profile' => 'Viewing profile :: %s',
'About_user' => 'All about %s',
'Preferences' => 'Preferences',
@@ -543,6 +581,7 @@ $lang = array_merge($lang, array(
'AGREE' => 'I agree to these terms',
'CONFIRM_CODE' => 'Confirmation code',
'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image',
'Wrong_activation' => 'The activation key you supplied does not match any in the database',
'Send_password' => 'Send me a new password',
@@ -641,6 +680,8 @@ $lang = array_merge($lang, array(
'Subscribe' => 'Subscribe',
'Unsubscribe' => 'Unsubscribe',
'View_Information' => 'View Information',
'Search_query' => 'Search Query',
'Search_options' => 'Search Options',
'Search_keywords' => 'Search for Keywords',
@@ -670,6 +711,8 @@ $lang = array_merge($lang, array(
'No_search_match' => 'No topics or posts met your search criteria',
'Found_search_match' => 'Search found %d match',
'Found_search_matches' => 'Search found %d matches',
'Sorry_auth_announce' => 'Sorry but only %s can post announcements in this forum',
'Sorry_auth_sticky' => 'Sorry but only %s can post sticky messages in this forum',
'Sorry_auth_read' => 'Sorry but only %s can read topics in this forum',
@@ -685,7 +728,8 @@ $lang = array_merge($lang, array(
'Auth_Administrators' => '<b>administrators</b>',
'Not_Moderator' => 'You are not a moderator of this forum',
'Not_Authorised' => 'Not Authorised',
'You_been_banned' => 'You have been banned from this forum<br />Please contact the %sboard administrator%s for more information',
'Reg_users_zero_online' => 'There are 0 Registered users and ',
'Reg_users_online' => 'There are %d Registered users and ',
'Reg_user_online' => 'There is %d Registered user and ',
@@ -710,6 +754,7 @@ $lang = array_merge($lang, array(
'Viewing_priv_msgs' => 'Viewing Private Messages',
'Viewing_FAQ' => 'Viewing FAQ',
'MOD_CP' => 'Moderator Control Panel',
'MOD_CP_EXPLAIN' => 'Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics.',
'SELECT' => 'Select',