Verzeichnisstruktur phpBB-2.0.0


Veröffentlicht
03.04.2002

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

lang_main.php

Zuletzt modifiziert: 09.10.2024, 12:51 - Dateigröße: 46.57 KiB


0001  <?php
0002  /***************************************************************************
0003   *                            lang_main.php [English]
0004   *                              -------------------
0005   *     begin                : Sat Dec 16 2000
0006   *     copyright            : (C) 2001 The phpBB Group
0007   *     email                : support@phpbb.com
0008   *
0009   *     $Id$
0010   *
0011   ****************************************************************************/
0012   
0013  /***************************************************************************
0014   *
0015   *   This program is free software; you can redistribute it and/or modify
0016   *   it under the terms of the GNU General Public License as published by
0017   *   the Free Software Foundation; either version 2 of the License, or
0018   *   (at your option) any later version.
0019   *
0020   ***************************************************************************/
0021   
0022  //
0023  // CONTRIBUTORS:
0024  //     Add your details here if wanted, e.g. Name, username, email address, website
0025  // 2002-08-27  Philip M. White        - fixed many grammar problems
0026  //
0027   
0028  //
0029  // The format of this file is ---> $lang['message'] = 'text';
0030  //
0031  // You should also try to set a locale and a character encoding (plus direction). The encoding and direction
0032  // will be sent to the template. The locale may or may not work, it's dependent on OS support and the syntax
0033  // varies ... give it your best guess!
0034  //
0035   
0036  $lang['ENCODING'] = 'iso-8859-1';
0037  $lang['DIRECTION'] = 'ltr';
0038  $lang['LEFT'] = 'left';
0039  $lang['RIGHT'] = 'right';
0040  $lang['DATE_FORMAT'] =  'd M Y'; // This should be changed to the default date format for your language, php date() format
0041   
0042  // This is optional, if you would like a _SHORT_ message output
0043  // along with our copyright message indicating you are the translator
0044  // please add it here.
0045  // $lang['TRANSLATION'] = '';
0046   
0047  //
0048  // Common, these terms are used
0049  // extensively on several pages
0050  //
0051  $lang['Forum'] = 'Forum';
0052  $lang['Category'] = 'Category';
0053  $lang['Topic'] = 'Topic';
0054  $lang['Topics'] = 'Topics';
0055  $lang['Replies'] = 'Replies';
0056  $lang['Views'] = 'Views';
0057  $lang['Post'] = 'Post';
0058  $lang['Posts'] = 'Posts';
0059  $lang['Posted'] = 'Posted';
0060  $lang['Username'] = 'Username';
0061  $lang['Password'] = 'Password';
0062  $lang['Email'] = 'Email';
0063  $lang['Poster'] = 'Poster';
0064  $lang['Author'] = 'Author';
0065  $lang['Time'] = 'Time';
0066  $lang['Hours'] = 'Hours';
0067  $lang['Message'] = 'Message';
0068   
0069  $lang['1_Day'] = '1 Day';
0070  $lang['7_Days'] = '7 Days';
0071  $lang['2_Weeks'] = '2 Weeks';
0072  $lang['1_Month'] = '1 Month';
0073  $lang['3_Months'] = '3 Months';
0074  $lang['6_Months'] = '6 Months';
0075  $lang['1_Year'] = '1 Year';
0076   
0077  $lang['Go'] = 'Go';
0078  $lang['Jump_to'] = 'Jump to';
0079  $lang['Submit'] = 'Submit';
0080  $lang['Reset'] = 'Reset';
0081  $lang['Cancel'] = 'Cancel';
0082  $lang['Preview'] = 'Preview';
0083  $lang['Confirm'] = 'Confirm';
0084  $lang['Spellcheck'] = 'Spellcheck';
0085  $lang['Yes'] = 'Yes';
0086  $lang['No'] = 'No';
0087  $lang['Enabled'] = 'Enabled';
0088  $lang['Disabled'] = 'Disabled';
0089  $lang['Error'] = 'Error';
0090   
0091  $lang['Next'] = 'Next';
0092  $lang['Previous'] = 'Previous';
0093  $lang['Goto_page'] = 'Goto page';
0094  $lang['Joined'] = 'Joined';
0095  $lang['IP_Address'] = 'IP Address';
0096   
0097  $lang['Select_forum'] = 'Select a forum';
0098  $lang['View_latest_post'] = 'View latest post';
0099  $lang['View_newest_post'] = 'View newest post';
0100  $lang['Page_of'] = 'Page <b>%d</b> of <b>%d</b>'; // Replaces with: Page 1 of 2 for example
0101   
0102  $lang['ICQ'] = 'ICQ Number';
0103  $lang['AIM'] = 'AIM Address';
0104  $lang['MSNM'] = 'MSN Messenger';
0105  $lang['YIM'] = 'Yahoo Messenger';
0106   
0107  $lang['Forum_Index'] = '%s Forum Index';  // eg. sitename Forum Index, %s can be removed if you prefer
0108   
0109  $lang['Post_new_topic'] = 'Post new topic';
0110  $lang['Reply_to_topic'] = 'Reply to topic';
0111  $lang['Reply_with_quote'] = 'Reply with quote';
0112   
0113  $lang['Click_return_topic'] = 'Click %sHere%s to return to the topic'; // %s's here are for uris, do not remove!
0114  $lang['Click_return_login'] = 'Click %sHere%s to try again';
0115  $lang['Click_return_forum'] = 'Click %sHere%s to return to the forum';
0116  $lang['Click_view_message'] = 'Click %sHere%s to view your message';
0117  $lang['Click_return_modcp'] = 'Click %sHere%s to return to the Moderator Control Panel';
0118  $lang['Click_return_group'] = 'Click %sHere%s to return to group information';
0119   
0120  $lang['Admin_panel'] = 'Go to Administration Panel';
0121   
0122  $lang['Board_disable'] = 'Sorry, but this board is currently unavailable.  Please try again later.';
0123   
0124   
0125  //
0126  // Global Header strings
0127  //
0128  $lang['Registered_users'] = 'Registered Users:';
0129  $lang['Browsing_forum'] = 'Users browsing this forum:';
0130  $lang['Online_users_zero_total'] = 'In total there are <b>0</b> users online :: ';
0131  $lang['Online_users_total'] = 'In total there are <b>%d</b> users online :: ';
0132  $lang['Online_user_total'] = 'In total there is <b>%d</b> user online :: ';
0133  $lang['Reg_users_zero_total'] = '0 Registered, ';
0134  $lang['Reg_users_total'] = '%d Registered, ';
0135  $lang['Reg_user_total'] = '%d Registered, ';
0136  $lang['Hidden_users_zero_total'] = '0 Hidden and ';
0137  $lang['Hidden_user_total'] = '%d Hidden and ';
0138  $lang['Hidden_users_total'] = '%d Hidden and ';
0139  $lang['Guest_users_zero_total'] = '0 Guests';
0140  $lang['Guest_users_total'] = '%d Guests';
0141  $lang['Guest_user_total'] = '%d Guest';
0142  $lang['Record_online_users'] = 'Most users ever online was <b>%s</b> on %s'; // first %s = number of users, second %s is the date.
0143   
0144  $lang['Admin_online_color'] = '%sAdministrator%s';
0145  $lang['Mod_online_color'] = '%sModerator%s';
0146   
0147  $lang['You_last_visit'] = 'You last visited on %s'; // %s replaced by date/time
0148  $lang['Current_time'] = 'The time now is %s'; // %s replaced by time
0149   
0150  $lang['Search_new'] = 'View posts since last visit';
0151  $lang['Search_your_posts'] = 'View your posts';
0152  $lang['Search_unanswered'] = 'View unanswered posts';
0153   
0154  $lang['Register'] = 'Register';
0155  $lang['Profile'] = 'Profile';
0156  $lang['Edit_profile'] = 'Edit your profile';
0157  $lang['Search'] = 'Search';
0158  $lang['Memberlist'] = 'Memberlist';
0159  $lang['FAQ'] = 'FAQ';
0160  $lang['BBCode_guide'] = 'BBCode Guide';
0161  $lang['Usergroups'] = 'Usergroups';
0162  $lang['Last_Post'] = 'Last Post';
0163  $lang['Moderator'] = 'Moderator';
0164  $lang['Moderators'] = 'Moderators';
0165   
0166   
0167  //
0168  // Stats block text
0169  //
0170  $lang['Posted_articles_zero_total'] = 'Our users have posted a total of <b>0</b> articles'; // Number of posts
0171  $lang['Posted_articles_total'] = 'Our users have posted a total of <b>%d</b> articles'; // Number of posts
0172  $lang['Posted_article_total'] = 'Our users have posted a total of <b>%d</b> article'; // Number of posts
0173  $lang['Registered_users_zero_total'] = 'We have <b>0</b> registered users'; // # registered users
0174  $lang['Registered_users_total'] = 'We have <b>%d</b> registered users'; // # registered users
0175  $lang['Registered_user_total'] = 'We have <b>%d</b> registered user'; // # registered users
0176  $lang['Newest_user'] = 'The newest registered user is <b>%s%s%s</b>'; // a href, username, /a 
0177   
0178  $lang['No_new_posts_last_visit'] = 'No new posts since your last visit';
0179  $lang['No_new_posts'] = 'No new posts';
0180  $lang['New_posts'] = 'New posts';
0181  $lang['New_post'] = 'New post';
0182  $lang['No_new_posts_hot'] = 'No new posts [ Popular ]';
0183  $lang['New_posts_hot'] = 'New posts [ Popular ]';
0184  $lang['No_new_posts_locked'] = 'No new posts [ Locked ]';
0185  $lang['New_posts_locked'] = 'New posts [ Locked ]';
0186  $lang['Forum_is_locked'] = 'Forum is locked';
0187   
0188   
0189  //
0190  // Login
0191  //
0192  $lang['Enter_password'] = 'Please enter your username and password to log in.';
0193  $lang['Login'] = 'Log in';
0194  $lang['Logout'] = 'Log out';
0195   
0196  $lang['Forgotten_password'] = 'I forgot my password';
0197   
0198  $lang['Log_me_in'] = 'Log me on automatically each visit';
0199   
0200  $lang['Error_login'] = 'You have specified an incorrect or inactive username, or an invalid password.';
0201   
0202   
0203  //
0204  // Index page
0205  //
0206  $lang['Index'] = 'Index';
0207  $lang['No_Posts'] = 'No Posts';
0208  $lang['No_forums'] = 'This board has no forums';
0209   
0210  $lang['Private_Message'] = 'Private Message';
0211  $lang['Private_Messages'] = 'Private Messages';
0212  $lang['Who_is_Online'] = 'Who is Online';
0213   
0214  $lang['Mark_all_forums'] = 'Mark all forums read';
0215  $lang['Forums_marked_read'] = 'All forums have been marked read';
0216   
0217   
0218  //
0219  // Viewforum
0220  //
0221  $lang['View_forum'] = 'View Forum';
0222   
0223  $lang['Forum_not_exist'] = 'The forum you selected does not exist.';
0224  $lang['Reached_on_error'] = 'You have reached this page in error.';
0225   
0226  $lang['Display_topics'] = 'Display topics from previous';
0227  $lang['All_Topics'] = 'All Topics';
0228   
0229  $lang['Topic_Announcement'] = '<b>Announcement:</b>';
0230  $lang['Topic_Sticky'] = '<b>Sticky:</b>';
0231  $lang['Topic_Moved'] = '<b>Moved:</b>';
0232  $lang['Topic_Poll'] = '<b>[ Poll ]</b>';
0233   
0234  $lang['Mark_all_topics'] = 'Mark all topics read';
0235  $lang['Topics_marked_read'] = 'The topics for this forum have now been marked read';
0236   
0237  $lang['Rules_post_can'] = 'You <b>can</b> post new topics in this forum';
0238  $lang['Rules_post_cannot'] = 'You <b>cannot</b> post new topics in this forum';
0239  $lang['Rules_reply_can'] = 'You <b>can</b> reply to topics in this forum';
0240  $lang['Rules_reply_cannot'] = 'You <b>cannot</b> reply to topics in this forum';
0241  $lang['Rules_edit_can'] = 'You <b>can</b> edit your posts in this forum';
0242  $lang['Rules_edit_cannot'] = 'You <b>cannot</b> edit your posts in this forum';
0243  $lang['Rules_delete_can'] = 'You <b>can</b> delete your posts in this forum';
0244  $lang['Rules_delete_cannot'] = 'You <b>cannot</b> delete your posts in this forum';
0245  $lang['Rules_vote_can'] = 'You <b>can</b> vote in polls in this forum';
0246  $lang['Rules_vote_cannot'] = 'You <b>cannot</b> vote in polls in this forum';
0247  $lang['Rules_moderate'] = 'You <b>can</b> %smoderate this forum%s'; // %s replaced by a href links, do not remove! 
0248   
0249  $lang['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.';
0250   
0251   
0252  //
0253  // Viewtopic
0254  //
0255  $lang['View_topic'] = 'View topic';
0256   
0257  $lang['Guest'] = 'Guest';
0258  $lang['Post_subject'] = 'Post subject';
0259  $lang['View_next_topic'] = 'View next topic';
0260  $lang['View_previous_topic'] = 'View previous topic';
0261  $lang['Submit_vote'] = 'Submit Vote';
0262  $lang['View_results'] = 'View Results';
0263   
0264  $lang['No_newer_topics'] = 'There are no newer topics in this forum';
0265  $lang['No_older_topics'] = 'There are no older topics in this forum';
0266  $lang['Topic_post_not_exist'] = 'The topic or post you requested does not exist';
0267  $lang['No_posts_topic'] = 'No posts exist for this topic';
0268   
0269  $lang['Display_posts'] = 'Display posts from previous';
0270  $lang['All_Posts'] = 'All Posts';
0271  $lang['Newest_First'] = 'Newest First';
0272  $lang['Oldest_First'] = 'Oldest First';
0273   
0274  $lang['Back_to_top'] = 'Back to top';
0275   
0276  $lang['Read_profile'] = 'View user\'s profile'; 
0277  $lang['Visit_website'] = 'Visit poster\'s website';
0278  $lang['ICQ_status'] = 'ICQ Status';
0279  $lang['Edit_delete_post'] = 'Edit/Delete this post';
0280  $lang['View_IP'] = 'View IP address of poster';
0281  $lang['Delete_post'] = 'Delete this post';
0282   
0283  $lang['wrote'] = 'wrote'; // proceeds the username and is followed by the quoted text
0284  $lang['Quote'] = 'Quote'; // comes before bbcode quote output.
0285  $lang['Code'] = 'Code'; // comes before bbcode code output.
0286  $lang['Priv_Img'] = 'Image display disabled'; // Explanation for missing images in the ModCP.
0287   
0288  $lang['Edited_time_total'] = 'Last edited by %s on %s; edited %d time in total'; // Last edited by me on 12 Oct 2001; edited 1 time in total
0289  $lang['Edited_times_total'] = 'Last edited by %s on %s; edited %d times in total'; // Last edited by me on 12 Oct 2001; edited 2 times in total
0290   
0291  $lang['Lock_topic'] = 'Lock this topic';
0292  $lang['Unlock_topic'] = 'Unlock this topic';
0293  $lang['Move_topic'] = 'Move this topic';
0294  $lang['Delete_topic'] = 'Delete this topic';
0295  $lang['Split_topic'] = 'Split this topic';
0296   
0297  $lang['Stop_watching_topic'] = 'Stop watching this topic';
0298  $lang['Start_watching_topic'] = 'Watch this topic for replies';
0299  $lang['No_longer_watching'] = 'You are no longer watching this topic';
0300  $lang['You_are_watching'] = 'You are now watching this topic';
0301   
0302  $lang['Total_votes'] = 'Total Votes';
0303   
0304  //
0305  // Posting/Replying (Not private messaging!)
0306  //
0307  $lang['Message_body'] = 'Message body';
0308  $lang['Topic_review'] = 'Topic review';
0309   
0310  $lang['No_post_mode'] = 'No post mode specified'; // If posting.php is called without a mode (newtopic/reply/delete/etc, shouldn't be shown normaly)
0311   
0312  $lang['Post_a_new_topic'] = 'Post a new topic';
0313  $lang['Post_a_reply'] = 'Post a reply';
0314  $lang['Post_topic_as'] = 'Post topic as';
0315  $lang['Edit_Post'] = 'Edit post';
0316  $lang['Options'] = 'Options';
0317   
0318  $lang['Post_Announcement'] = 'Announcement';
0319  $lang['Post_Sticky'] = 'Sticky';
0320  $lang['Post_Normal'] = 'Normal';
0321   
0322  $lang['Confirm_delete'] = 'Are you sure you want to delete this post?';
0323  $lang['Confirm_delete_poll'] = 'Are you sure you want to delete this poll?';
0324   
0325  $lang['Flood_Error'] = 'You cannot make another post so soon after your last; please try again in a short while.';
0326  $lang['Empty_subject'] = 'You must specify a subject when posting a new topic.';
0327  $lang['Empty_message'] = 'You must enter a message when posting.';
0328  $lang['Forum_locked'] = 'This forum is locked: you cannot post, reply to, or edit topics.';
0329  $lang['Topic_locked'] = 'This topic is locked: you cannot edit posts or make replies.';
0330  $lang['No_post_id'] = 'You must select a post to edit';
0331  $lang['No_topic_id'] = 'You must select a topic to reply to';
0332  $lang['No_valid_mode'] = 'You can only post, reply, edit, or quote messages. Please return and try again.';
0333  $lang['No_such_post'] = 'There is no such post. Please return and try again.';
0334  $lang['Edit_own_posts'] = 'Sorry, but you can only edit your own posts.';
0335  $lang['Delete_own_posts'] = 'Sorry, but you can only delete your own posts.';
0336  $lang['Cannot_delete_replied'] = 'Sorry, but you may not delete posts that have been replied to.';
0337  $lang['Cannot_delete_poll'] = 'Sorry, but you cannot delete an active poll.';
0338  $lang['Empty_poll_title'] = 'You must enter a title for your poll.';
0339  $lang['To_few_poll_options'] = 'You must enter at least two poll options.';
0340  $lang['To_many_poll_options'] = 'You have tried to enter too many poll options.';
0341  $lang['Post_has_no_poll'] = 'This post has no poll.';
0342  $lang['Already_voted'] = 'You have already voted in this poll.';
0343  $lang['No_vote_option'] = 'You must specify an option when voting.';
0344   
0345  $lang['Add_poll'] = 'Add a Poll';
0346  $lang['Add_poll_explain'] = 'If you do not want to add a poll to your topic, leave the fields blank.';
0347  $lang['Poll_question'] = 'Poll question';
0348  $lang['Poll_option'] = 'Poll option';
0349  $lang['Add_option'] = 'Add option';
0350  $lang['Update'] = 'Update';
0351  $lang['Delete'] = 'Delete';
0352  $lang['Poll_for'] = 'Run poll for';
0353  $lang['Days'] = 'Days'; // This is used for the Run poll for ... Days + in admin_forums for pruning
0354  $lang['Poll_for_explain'] = '[ Enter 0 or leave blank for a never-ending poll ]';
0355  $lang['Delete_poll'] = 'Delete Poll';
0356   
0357  $lang['Disable_HTML_post'] = 'Disable HTML in this post';
0358  $lang['Disable_BBCode_post'] = 'Disable BBCode in this post';
0359  $lang['Disable_Smilies_post'] = 'Disable Smilies in this post';
0360   
0361  $lang['HTML_is_ON'] = 'HTML is <u>ON</u>';
0362  $lang['HTML_is_OFF'] = 'HTML is <u>OFF</u>';
0363  $lang['BBCode_is_ON'] = '%sBBCode%s is <u>ON</u>'; // %s are replaced with URI pointing to FAQ
0364  $lang['BBCode_is_OFF'] = '%sBBCode%s is <u>OFF</u>';
0365  $lang['Smilies_are_ON'] = 'Smilies are <u>ON</u>';
0366  $lang['Smilies_are_OFF'] = 'Smilies are <u>OFF</u>';
0367   
0368  $lang['Attach_signature'] = 'Attach signature (signatures can be changed in profile)';
0369  $lang['Notify'] = 'Notify me when a reply is posted';
0370   
0371  $lang['Stored'] = 'Your message has been entered successfully.';
0372  $lang['Deleted'] = 'Your message has been deleted successfully.';
0373  $lang['Poll_delete'] = 'Your poll has been deleted successfully.';
0374  $lang['Vote_cast'] = 'Your vote has been cast.';
0375   
0376  $lang['Topic_reply_notification'] = 'Topic Reply Notification';
0377   
0378  $lang['bbcode_b_help'] = 'Bold text: [b]text[/b]  (alt+b)';
0379  $lang['bbcode_i_help'] = 'Italic text: [i]text[/i]  (alt+i)';
0380  $lang['bbcode_u_help'] = 'Underline text: [u]text[/u]  (alt+u)';
0381  $lang['bbcode_q_help'] = 'Quote text: [quote]text[/quote]  (alt+q)';
0382  $lang['bbcode_c_help'] = 'Code display: [code]code[/code]  (alt+c)';
0383  $lang['bbcode_l_help'] = 'List: [list]text[/list] (alt+l)';
0384  $lang['bbcode_o_help'] = 'Ordered list: [list=]text[/list]  (alt+o)';
0385  $lang['bbcode_p_help'] = 'Insert image: [img]http://image_url[/img]  (alt+p)';
0386  $lang['bbcode_w_help'] = 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url]  (alt+w)';
0387  $lang['bbcode_a_help'] = 'Close all open bbCode tags';
0388  $lang['bbcode_s_help'] = 'Font color: [color=red]text[/color]  Tip: you can also use color=#FF0000';
0389  $lang['bbcode_f_help'] = 'Font size: [size=x-small]small text[/size]';
0390   
0391  $lang['Emoticons'] = 'Emoticons';
0392  $lang['More_emoticons'] = 'View more Emoticons';
0393   
0394  $lang['Font_color'] = 'Font colour';
0395  $lang['color_default'] = 'Default';
0396  $lang['color_dark_red'] = 'Dark Red';
0397  $lang['color_red'] = 'Red';
0398  $lang['color_orange'] = 'Orange';
0399  $lang['color_brown'] = 'Brown';
0400  $lang['color_yellow'] = 'Yellow';
0401  $lang['color_green'] = 'Green';
0402  $lang['color_olive'] = 'Olive';
0403  $lang['color_cyan'] = 'Cyan';
0404  $lang['color_blue'] = 'Blue';
0405  $lang['color_dark_blue'] = 'Dark Blue';
0406  $lang['color_indigo'] = 'Indigo';
0407  $lang['color_violet'] = 'Violet';
0408  $lang['color_white'] = 'White';
0409  $lang['color_black'] = 'Black';
0410   
0411  $lang['Font_size'] = 'Font size';
0412  $lang['font_tiny'] = 'Tiny';
0413  $lang['font_small'] = 'Small';
0414  $lang['font_normal'] = 'Normal';
0415  $lang['font_large'] = 'Large';
0416  $lang['font_huge'] = 'Huge';
0417   
0418  $lang['Close_Tags'] = 'Close Tags';
0419  $lang['Styles_tip'] = 'Tip: Styles can be applied quickly to selected text.';
0420   
0421   
0422  //
0423  // Private Messaging
0424  //
0425  $lang['Private_Messaging'] = 'Private Messaging';
0426   
0427  $lang['Login_check_pm'] = 'Log in to check your private messages';
0428  $lang['New_pms'] = 'You have %d new messages'; // You have 2 new messages
0429  $lang['New_pm'] = 'You have %d new message'; // You have 1 new message
0430  $lang['No_new_pm'] = 'You have no new messages';
0431  $lang['Unread_pms'] = 'You have %d unread messages';
0432  $lang['Unread_pm'] = 'You have %d unread message';
0433  $lang['No_unread_pm'] = 'You have no unread messages';
0434  $lang['You_new_pm'] = 'A new private message is waiting for you in your Inbox';
0435  $lang['You_new_pms'] = 'New private messages are waiting for you in your Inbox';
0436  $lang['You_no_new_pm'] = 'No new private messages are waiting for you';
0437   
0438  $lang['Unread_message'] = 'Unread message';
0439  $lang['Read_message'] = 'Read message';
0440   
0441  $lang['Read_pm'] = 'Read message';
0442  $lang['Post_new_pm'] = 'Post message';
0443  $lang['Post_reply_pm'] = 'Reply to message';
0444  $lang['Post_quote_pm'] = 'Quote message';
0445  $lang['Edit_pm'] = 'Edit message';
0446   
0447  $lang['Inbox'] = 'Inbox';
0448  $lang['Outbox'] = 'Outbox';
0449  $lang['Savebox'] = 'Savebox';
0450  $lang['Sentbox'] = 'Sentbox';
0451  $lang['Flag'] = 'Flag';
0452  $lang['Subject'] = 'Subject';
0453  $lang['From'] = 'From';
0454  $lang['To'] = 'To';
0455  $lang['Date'] = 'Date';
0456  $lang['Mark'] = 'Mark';
0457  $lang['Sent'] = 'Sent';
0458  $lang['Saved'] = 'Saved';
0459  $lang['Delete_marked'] = 'Delete Marked';
0460  $lang['Delete_all'] = 'Delete All';
0461  $lang['Save_marked'] = 'Save Marked'; 
0462  $lang['Save_message'] = 'Save Message';
0463  $lang['Delete_message'] = 'Delete Message';
0464   
0465  $lang['Display_messages'] = 'Display messages from previous'; // Followed by number of days/weeks/months
0466  $lang['All_Messages'] = 'All Messages';
0467   
0468  $lang['No_messages_folder'] = 'You have no messages in this folder';
0469   
0470  $lang['PM_disabled'] = 'Private messaging has been disabled on this board.';
0471  $lang['Cannot_send_privmsg'] = 'Sorry, but the administrator has prevented you from sending private messages.';
0472  $lang['No_to_user'] = 'You must specify a username to whom to send this message.';
0473  $lang['No_such_user'] = 'Sorry, but no such user exists.';
0474   
0475  $lang['Disable_HTML_pm'] = 'Disable HTML in this message';
0476  $lang['Disable_BBCode_pm'] = 'Disable BBCode in this message';
0477  $lang['Disable_Smilies_pm'] = 'Disable Smilies in this message';
0478   
0479  $lang['Message_sent'] = 'Your message has been sent.';
0480   
0481  $lang['Click_return_inbox'] = 'Click %sHere%s to return to your Inbox';
0482  $lang['Click_return_index'] = 'Click %sHere%s to return to the Index';
0483   
0484  $lang['Send_a_new_message'] = 'Send a new private message';
0485  $lang['Send_a_reply'] = 'Reply to a private message';
0486  $lang['Edit_message'] = 'Edit private message';
0487   
0488  $lang['Notification_subject'] = 'New Private Message has arrived!';
0489   
0490  $lang['Find_username'] = 'Find a username';
0491  $lang['Find'] = 'Find';
0492  $lang['No_match'] = 'No matches found.';
0493   
0494  $lang['No_post_id'] = 'No post ID was specified';
0495  $lang['No_such_folder'] = 'No such folder exists';
0496  $lang['No_folder'] = 'No folder specified';
0497   
0498  $lang['Mark_all'] = 'Mark all';
0499  $lang['Unmark_all'] = 'Unmark all';
0500   
0501  $lang['Confirm_delete_pm'] = 'Are you sure you want to delete this message?';
0502  $lang['Confirm_delete_pms'] = 'Are you sure you want to delete these messages?';
0503   
0504  $lang['Inbox_size'] = 'Your Inbox is %d%% full'; // eg. Your Inbox is 50% full
0505  $lang['Sentbox_size'] = 'Your Sentbox is %d%% full'; 
0506  $lang['Savebox_size'] = 'Your Savebox is %d%% full'; 
0507   
0508  $lang['Click_view_privmsg'] = 'Click %sHere%s to visit your Inbox';
0509   
0510   
0511  //
0512  // Profiles/Registration
0513  //
0514  $lang['Viewing_user_profile'] = 'Viewing profile :: %s'; // %s is username 
0515  $lang['About_user'] = 'All about %s'; // %s is username
0516   
0517  $lang['Preferences'] = 'Preferences';
0518  $lang['Items_required'] = 'Items marked with a * are required unless stated otherwise.';
0519  $lang['Registration_info'] = 'Registration Information';
0520  $lang['Profile_info'] = 'Profile Information';
0521  $lang['Profile_info_warn'] = 'This information will be publicly viewable';
0522  $lang['Avatar_panel'] = 'Avatar control panel';
0523  $lang['Avatar_gallery'] = 'Avatar gallery';
0524   
0525  $lang['Website'] = 'Website';
0526  $lang['Location'] = 'Location';
0527  $lang['Contact'] = 'Contact';
0528  $lang['Email_address'] = 'E-mail address';
0529  $lang['Send_private_message'] = 'Send private message';
0530  $lang['Hidden_email'] = '[ Hidden ]';
0531  $lang['Interests'] = 'Interests';
0532  $lang['Occupation'] = 'Occupation'; 
0533  $lang['Poster_rank'] = 'Poster rank';
0534   
0535  $lang['Total_posts'] = 'Total posts';
0536  $lang['User_post_pct_stats'] = '%.2f%% of total'; // 1.25% of total
0537  $lang['User_post_day_stats'] = '%.2f posts per day'; // 1.5 posts per day
0538  $lang['Search_user_posts'] = 'Find all posts by %s'; // Find all posts by username
0539   
0540  $lang['No_user_id_specified'] = 'Sorry, but that user does not exist.';
0541  $lang['Wrong_Profile'] = 'You cannot modify a profile that is not your own.';
0542   
0543  $lang['Only_one_avatar'] = 'Only one type of avatar can be specified';
0544  $lang['File_no_data'] = 'The file at the URL you gave contains no data';
0545  $lang['No_connection_URL'] = 'A connection could not be made to the URL you gave';
0546  $lang['Incomplete_URL'] = 'The URL you entered is incomplete';
0547  $lang['Wrong_remote_avatar_format'] = 'The URL of the remote avatar is not valid';
0548  $lang['No_send_account_inactive'] = 'Sorry, but your password cannot be retrieved because your account is currently inactive. Please contact the forum administrator for more information.';
0549   
0550  $lang['Always_smile'] = 'Always enable Smilies';
0551  $lang['Always_html'] = 'Always allow HTML';
0552  $lang['Always_bbcode'] = 'Always allow BBCode';
0553  $lang['Always_add_sig'] = 'Always attach my signature';
0554  $lang['Always_notify'] = 'Always notify me of replies';
0555  $lang['Always_notify_explain'] = 'Sends an e-mail when someone replies to a topic you have posted in. This can be changed whenever you post.';
0556   
0557  $lang['Board_style'] = 'Board Style';
0558  $lang['Board_lang'] = 'Board Language';
0559  $lang['No_themes'] = 'No Themes In database';
0560  $lang['Timezone'] = 'Timezone';
0561  $lang['Date_format'] = 'Date format';
0562  $lang['Date_format_explain'] = 'The syntax used is identical to the PHP <a href=\'http://www.php.net/date\' target=\'_other\'>date()</a> function.';
0563  $lang['Signature'] = 'Signature';
0564  $lang['Signature_explain'] = 'This is a block of text that can be added to posts you make. There is a %d character limit';
0565  $lang['Public_view_email'] = 'Always show my e-mail address';
0566   
0567  $lang['Current_password'] = 'Current password';
0568  $lang['New_password'] = 'New password';
0569  $lang['Confirm_password'] = 'Confirm password';
0570  $lang['Confirm_password_explain'] = 'You must confirm your current password if you wish to change it or alter your e-mail address';
0571  $lang['password_if_changed'] = 'You only need to supply a password if you want to change it';
0572  $lang['password_confirm_if_changed'] = 'You only need to confirm your password if you changed it above';
0573   
0574  $lang['Avatar'] = 'Avatar';
0575  $lang['Avatar_explain'] = 'Displays a small graphic image below your details in posts. Only one image can be displayed at a time, its width can be no greater than %d pixels, the height no greater than %d pixels, and the file size no more than %d KB.';
0576  $lang['Upload_Avatar_file'] = 'Upload Avatar from your machine';
0577  $lang['Upload_Avatar_URL'] = 'Upload Avatar from a URL';
0578  $lang['Upload_Avatar_URL_explain'] = 'Enter the URL of the location containing the Avatar image, it will be copied to this site.';
0579  $lang['Pick_local_Avatar'] = 'Select Avatar from the gallery';
0580  $lang['Link_remote_Avatar'] = 'Link to off-site Avatar';
0581  $lang['Link_remote_Avatar_explain'] = 'Enter the URL of the location containing the Avatar image you wish to link to.';
0582  $lang['Avatar_URL'] = 'URL of Avatar Image';
0583  $lang['Select_from_gallery'] = 'Select Avatar from gallery';
0584  $lang['View_avatar_gallery'] = 'Show gallery';
0585   
0586  $lang['Select_avatar'] = 'Select avatar';
0587  $lang['Return_profile'] = 'Cancel avatar';
0588  $lang['Select_category'] = 'Select category';
0589   
0590  $lang['Delete_Image'] = 'Delete Image';
0591  $lang['Current_Image'] = 'Current Image';
0592   
0593  $lang['Notify_on_privmsg'] = 'Notify on new Private Message';
0594  $lang['Popup_on_privmsg'] = 'Pop up window on new Private Message'; 
0595  $lang['Popup_on_privmsg_explain'] = 'Some templates may open a new window to inform you when new private messages arrive.';
0596  $lang['Hide_user'] = 'Hide your online status';
0597   
0598  $lang['Profile_updated'] = 'Your profile has been updated';
0599  $lang['Profile_updated_inactive'] = 'Your profile has been updated. However, you have changed vital details, thus your account is now inactive. Check your e-mail to find out how to reactivate your account, or if admin activation is required, wait for the administrator to reactivate it.';
0600   
0601  $lang['Password_mismatch'] = 'The passwords you entered did not match.';
0602  $lang['Current_password_mismatch'] = 'The current password you supplied does not match that stored in the database.';
0603  $lang['Password_long'] = 'Your password must be no more than 32 characters.';
0604  $lang['Username_taken'] = 'Sorry, but this username has already been taken.';
0605  $lang['Username_invalid'] = 'Sorry, but this username contains an invalid character such as \'.';
0606  $lang['Username_disallowed'] = 'Sorry, but this username has been disallowed.';
0607  $lang['Email_taken'] = 'Sorry, but that e-mail address is already registered to a user.';
0608  $lang['Email_banned'] = 'Sorry, but this e-mail address has been banned.';
0609  $lang['Email_invalid'] = 'Sorry, but this e-mail address is invalid.';
0610  $lang['Signature_too_long'] = 'Your signature is too long.';
0611  $lang['Fields_empty'] = 'You must fill in the required fields.';
0612  $lang['Avatar_filetype'] = 'The avatar filetype must be .jpg, .gif or .png';
0613  $lang['Avatar_filesize'] = 'The avatar image file size must be less than %d KB'; // The avatar image file size must be less than 6 KB
0614  $lang['Avatar_imagesize'] = 'The avatar must be less than %d pixels wide and %d pixels high'; 
0615   
0616  $lang['Welcome_subject'] = 'Welcome to %s Forums'; // Welcome to my.com forums
0617  $lang['New_account_subject'] = 'New user account';
0618  $lang['Account_activated_subject'] = 'Account Activated';
0619   
0620  $lang['Account_added'] = 'Thank you for registering. Your account has been created. You may now log in with your username and password';
0621  $lang['Account_inactive'] = 'Your account has been created. However, this forum requires account activation. An activation key has been sent to the e-mail address you provided. Please check your e-mail for further information';
0622  $lang['Account_inactive_admin'] = 'Your account has been created. However, this forum requires account activation by the administrator. An e-mail has been sent to them and you will be informed when your account has been activated';
0623  $lang['Account_active'] = 'Your account has now been activated. Thank you for registering';
0624  $lang['Account_active_admin'] = 'The account has now been activated';
0625  $lang['Reactivate'] = 'Reactivate your account!';
0626  $lang['Already_activated'] = 'You have already activated your account';
0627  $lang['COPPA'] = 'Your account has been created but has to be approved. Please check your e-mail for details.';
0628   
0629  $lang['Registration'] = 'Registration Agreement Terms';
0630  $lang['Reg_agreement'] = 'While the administrators and moderators of this forum will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to these forums express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.<br /><br />You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-oriented or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. You agree that the webmaster, administrator and moderators of this forum have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br /><br />This forum system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above; they serve only to improve your viewing pleasure. The e-mail address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).<br /><br />By clicking Register below you agree to be bound by these conditions.';
0631   
0632  $lang['Agree_under_13'] = 'I Agree to these terms and am <b>under</b> 13 years of age';
0633  $lang['Agree_over_13'] = 'I Agree to these terms and am <b>over</b> or <b>exactly</b> 13 years of age';
0634  $lang['Agree_not'] = 'I do not agree to these terms';
0635   
0636  $lang['Wrong_activation'] = 'The activation key you supplied does not match any in the database.';
0637  $lang['Send_password'] = 'Send me a new password'; 
0638  $lang['Password_updated'] = 'A new password has been created; please check your e-mail for details on how to activate it.';
0639  $lang['No_email_match'] = 'The e-mail address you supplied does not match the one listed for that username.';
0640  $lang['New_password_activation'] = 'New password activation';
0641  $lang['Password_activated'] = 'Your account has been re-activated. To log in, please use the password supplied in the e-mail you received.';
0642   
0643  $lang['Send_email_msg'] = 'Send an e-mail message';
0644  $lang['No_user_specified'] = 'No user was specified';
0645  $lang['User_prevent_email'] = 'This user does not wish to receive e-mail. Try sending them a private message.';
0646  $lang['User_not_exist'] = 'That user does not exist';
0647  $lang['CC_email'] = 'Send a copy of this e-mail to yourself';
0648  $lang['Email_message_desc'] = 'This message will be sent as plain text, so do not include any HTML or BBCode. The return address for this message will be set to your e-mail address.';
0649  $lang['Flood_email_limit'] = 'You cannot send another e-mail at this time. Try again later.';
0650  $lang['Recipient'] = 'Recipient';
0651  $lang['Email_sent'] = 'The e-mail has been sent.';
0652  $lang['Send_email'] = 'Send e-mail';
0653  $lang['Empty_subject_email'] = 'You must specify a subject for the e-mail.';
0654  $lang['Empty_message_email'] = 'You must enter a message to be e-mailed.';
0655   
0656   
0657  //
0658  // Visual confirmation system strings
0659  //
0660  $lang['Confirm_code_wrong'] = 'The confirmation code you entered was incorrect';
0661  $lang['Too_many_registers'] = 'You have exceeded the number of registration attempts for this session. Please try again later.';
0662  $lang['Confirm_code_impaired'] = 'If you are visually impaired or cannot otherwise read this code please contact the %sAdministrator%s for help.';
0663  $lang['Confirm_code'] = 'Confirmation code';
0664  $lang['Confirm_code_explain'] = 'Enter the code exactly as you see it. The code is case sensitive and zero has a diagonal line through it.';
0665   
0666   
0667   
0668  //
0669  // Memberslist
0670  //
0671  $lang['Select_sort_method'] = 'Select sort method';
0672  $lang['Sort'] = 'Sort';
0673  $lang['Sort_Top_Ten'] = 'Top Ten Posters';
0674  $lang['Sort_Joined'] = 'Joined Date';
0675  $lang['Sort_Username'] = 'Username';
0676  $lang['Sort_Location'] = 'Location';
0677  $lang['Sort_Posts'] = 'Total posts';
0678  $lang['Sort_Email'] = 'Email';
0679  $lang['Sort_Website'] = 'Website';
0680  $lang['Sort_Ascending'] = 'Ascending';
0681  $lang['Sort_Descending'] = 'Descending';
0682  $lang['Order'] = 'Order';
0683   
0684   
0685  //
0686  // Group control panel
0687  //
0688  $lang['Group_Control_Panel'] = 'Group Control Panel';
0689  $lang['Group_member_details'] = 'Group Membership Details';
0690  $lang['Group_member_join'] = 'Join a Group';
0691   
0692  $lang['Group_Information'] = 'Group Information';
0693  $lang['Group_name'] = 'Group name';
0694  $lang['Group_description'] = 'Group description';
0695  $lang['Group_membership'] = 'Group membership';
0696  $lang['Group_Members'] = 'Group Members';
0697  $lang['Group_Moderator'] = 'Group Moderator';
0698  $lang['Pending_members'] = 'Pending Members';
0699   
0700  $lang['Group_type'] = 'Group type';
0701  $lang['Group_open'] = 'Open group';
0702  $lang['Group_closed'] = 'Closed group';
0703  $lang['Group_hidden'] = 'Hidden group';
0704   
0705  $lang['Current_memberships'] = 'Current memberships';
0706  $lang['Non_member_groups'] = 'Non-member groups';
0707  $lang['Memberships_pending'] = 'Memberships pending';
0708   
0709  $lang['No_groups_exist'] = 'No Groups Exist';
0710  $lang['Group_not_exist'] = 'That user group does not exist';
0711   
0712  $lang['Join_group'] = 'Join Group';
0713  $lang['No_group_members'] = 'This group has no members';
0714  $lang['Group_hidden_members'] = 'This group is hidden; you cannot view its membership';
0715  $lang['No_pending_group_members'] = 'This group has no pending members';
0716  $lang['Group_joined'] = 'You have successfully subscribed to this group.<br />You will be notified when your subscription is approved by the group moderator.';
0717  $lang['Group_request'] = 'A request to join your group has been made.';
0718  $lang['Group_approved'] = 'Your request has been approved.';
0719  $lang['Group_added'] = 'You have been added to this usergroup.'; 
0720  $lang['Already_member_group'] = 'You are already a member of this group';
0721  $lang['User_is_member_group'] = 'User is already a member of this group';
0722  $lang['Group_type_updated'] = 'Successfully updated group type.';
0723   
0724  $lang['Could_not_add_user'] = 'The user you selected does not exist.';
0725  $lang['Could_not_anon_user'] = 'You cannot make Anonymous a group member.';
0726   
0727  $lang['Confirm_unsub'] = 'Are you sure you want to unsubscribe from this group?';
0728  $lang['Confirm_unsub_pending'] = 'Your subscription to this group has not yet been approved; are you sure you want to unsubscribe?';
0729   
0730  $lang['Unsub_success'] = 'You have been un-subscribed from this group.';
0731   
0732  $lang['Approve_selected'] = 'Approve Selected';
0733  $lang['Deny_selected'] = 'Deny Selected';
0734  $lang['Not_logged_in'] = 'You must be logged in to join a group.';
0735  $lang['Remove_selected'] = 'Remove Selected';
0736  $lang['Add_member'] = 'Add Member';
0737  $lang['Not_group_moderator'] = 'You are not this group\'s moderator, therefore you cannot perform that action.';
0738   
0739  $lang['Login_to_join'] = 'Log in to join or manage group memberships';
0740  $lang['This_open_group'] = 'This is an open group: click to request membership';
0741  $lang['This_closed_group'] = 'This is a closed group: no more users accepted';
0742  $lang['This_hidden_group'] = 'This is a hidden group: automatic user addition is not allowed';
0743  $lang['Member_this_group'] = 'You are a member of this group';
0744  $lang['Pending_this_group'] = 'Your membership of this group is pending';
0745  $lang['Are_group_moderator'] = 'You are the group moderator';
0746  $lang['None'] = 'None';
0747   
0748  $lang['Subscribe'] = 'Subscribe';
0749  $lang['Unsubscribe'] = 'Unsubscribe';
0750  $lang['View_Information'] = 'View Information';
0751   
0752   
0753  //
0754  // Search
0755  //
0756  $lang['Search_query'] = 'Search Query';
0757  $lang['Search_options'] = 'Search Options';
0758   
0759  $lang['Search_keywords'] = 'Search for Keywords';
0760  $lang['Search_keywords_explain'] = 'You can use <u>AND</u> to define words which must be in the results, <u>OR</u> to define words which may be in the result and <u>NOT</u> to define words which should not be in the result. Use * as a wildcard for partial matches';
0761  $lang['Search_author'] = 'Search for Author';
0762  $lang['Search_author_explain'] = 'Use * as a wildcard for partial matches';
0763   
0764  $lang['Search_for_any'] = 'Search for any terms or use query as entered';
0765  $lang['Search_for_all'] = 'Search for all terms';
0766  $lang['Search_title_msg'] = 'Search topic title and message text';
0767  $lang['Search_msg_only'] = 'Search message text only';
0768   
0769  $lang['Return_first'] = 'Return first'; // followed by xxx characters in a select box
0770  $lang['characters_posts'] = 'characters of posts';
0771   
0772  $lang['Search_previous'] = 'Search previous'; // followed by days, weeks, months, year, all in a select box
0773   
0774  $lang['Sort_by'] = 'Sort by';
0775  $lang['Sort_Time'] = 'Post Time';
0776  $lang['Sort_Post_Subject'] = 'Post Subject';
0777  $lang['Sort_Topic_Title'] = 'Topic Title';
0778  $lang['Sort_Author'] = 'Author';
0779  $lang['Sort_Forum'] = 'Forum';
0780   
0781  $lang['Display_results'] = 'Display results as';
0782  $lang['All_available'] = 'All available';
0783  $lang['No_searchable_forums'] = 'You do not have permissions to search any forum on this site.';
0784   
0785  $lang['No_search_match'] = 'No topics or posts met your search criteria';
0786  $lang['Found_search_match'] = 'Search found %d match'; // eg. Search found 1 match
0787  $lang['Found_search_matches'] = 'Search found %d matches'; // eg. Search found 24 matches
0788  $lang['Search_Flood_Error'] = 'You cannot make another search so soon after your last; please try again in a short while.';
0789   
0790  $lang['Close_window'] = 'Close Window';
0791   
0792   
0793  //
0794  // Auth related entries
0795  //
0796  // Note the %s will be replaced with one of the following 'user' arrays
0797  $lang['Sorry_auth_announce'] = 'Sorry, but only %s can post announcements in this forum.';
0798  $lang['Sorry_auth_sticky'] = 'Sorry, but only %s can post sticky messages in this forum.'; 
0799  $lang['Sorry_auth_read'] = 'Sorry, but only %s can read topics in this forum.'; 
0800  $lang['Sorry_auth_post'] = 'Sorry, but only %s can post topics in this forum.'; 
0801  $lang['Sorry_auth_reply'] = 'Sorry, but only %s can reply to posts in this forum.';
0802  $lang['Sorry_auth_edit'] = 'Sorry, but only %s can edit posts in this forum.'; 
0803  $lang['Sorry_auth_delete'] = 'Sorry, but only %s can delete posts in this forum.';
0804  $lang['Sorry_auth_vote'] = 'Sorry, but only %s can vote in polls in this forum.';
0805   
0806  // These replace the %s in the above strings
0807  $lang['Auth_Anonymous_Users'] = '<b>anonymous users</b>';
0808  $lang['Auth_Registered_Users'] = '<b>registered users</b>';
0809  $lang['Auth_Users_granted_access'] = '<b>users granted special access</b>';
0810  $lang['Auth_Moderators'] = '<b>moderators</b>';
0811  $lang['Auth_Administrators'] = '<b>administrators</b>';
0812   
0813  $lang['Not_Moderator'] = 'You are not a moderator of this forum.';
0814  $lang['Not_Authorised'] = 'Not Authorised';
0815   
0816  $lang['You_been_banned'] = 'You have been banned from this forum.<br />Please contact the webmaster or board administrator for more information.';
0817   
0818   
0819  //
0820  // Viewonline
0821  //
0822  $lang['Reg_users_zero_online'] = 'There are 0 Registered users and '; // There are 5 Registered and
0823  $lang['Reg_users_online'] = 'There are %d Registered users and '; // There are 5 Registered and
0824  $lang['Reg_user_online'] = 'There is %d Registered user and '; // There is 1 Registered and
0825  $lang['Hidden_users_zero_online'] = '0 Hidden users online'; // 6 Hidden users online
0826  $lang['Hidden_users_online'] = '%d Hidden users online'; // 6 Hidden users online
0827  $lang['Hidden_user_online'] = '%d Hidden user online'; // 6 Hidden users online
0828  $lang['Guest_users_online'] = 'There are %d Guest users online'; // There are 10 Guest users online
0829  $lang['Guest_users_zero_online'] = 'There are 0 Guest users online'; // There are 10 Guest users online
0830  $lang['Guest_user_online'] = 'There is %d Guest user online'; // There is 1 Guest user online
0831  $lang['No_users_browsing'] = 'There are no users currently browsing this forum';
0832   
0833  $lang['Online_explain'] = 'This data is based on users active over the past five minutes';
0834   
0835  $lang['Forum_Location'] = 'Forum Location';
0836  $lang['Last_updated'] = 'Last Updated';
0837   
0838  $lang['Forum_index'] = 'Forum index';
0839  $lang['Logging_on'] = 'Logging on';
0840  $lang['Posting_message'] = 'Posting a message';
0841  $lang['Searching_forums'] = 'Searching forums';
0842  $lang['Viewing_profile'] = 'Viewing profile';
0843  $lang['Viewing_online'] = 'Viewing who is online';
0844  $lang['Viewing_member_list'] = 'Viewing member list';
0845  $lang['Viewing_priv_msgs'] = 'Viewing Private Messages';
0846  $lang['Viewing_FAQ'] = 'Viewing FAQ';
0847   
0848   
0849  //
0850  // Moderator Control Panel
0851  //
0852  $lang['Mod_CP'] = 'Moderator Control Panel';
0853  $lang['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.';
0854   
0855  $lang['Select'] = 'Select';
0856  $lang['Delete'] = 'Delete';
0857  $lang['Move'] = 'Move';
0858  $lang['Lock'] = 'Lock';
0859  $lang['Unlock'] = 'Unlock';
0860   
0861  $lang['Topics_Removed'] = 'The selected topics have been successfully removed from the database.';
0862  $lang['Topics_Locked'] = 'The selected topics have been locked.';
0863  $lang['Topics_Moved'] = 'The selected topics have been moved.';
0864  $lang['Topics_Unlocked'] = 'The selected topics have been unlocked.';
0865  $lang['No_Topics_Moved'] = 'No topics were moved.';
0866   
0867  $lang['Confirm_delete_topic'] = 'Are you sure you want to remove the selected topic/s?';
0868  $lang['Confirm_lock_topic'] = 'Are you sure you want to lock the selected topic/s?';
0869  $lang['Confirm_unlock_topic'] = 'Are you sure you want to unlock the selected topic/s?';
0870  $lang['Confirm_move_topic'] = 'Are you sure you want to move the selected topic/s?';
0871   
0872  $lang['Move_to_forum'] = 'Move to forum';
0873  $lang['Leave_shadow_topic'] = 'Leave shadow topic in old forum.';
0874   
0875  $lang['Split_Topic'] = 'Split Topic Control Panel';
0876  $lang['Split_Topic_explain'] = 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post';
0877  $lang['Split_title'] = 'New topic title';
0878  $lang['Split_forum'] = 'Forum for new topic';
0879  $lang['Split_posts'] = 'Split selected posts';
0880  $lang['Split_after'] = 'Split from selected post';
0881  $lang['Topic_split'] = 'The selected topic has been split successfully';
0882   
0883  $lang['Too_many_error'] = 'You have selected too many posts. You can only select one post to split a topic after!';
0884   
0885  $lang['None_selected'] = 'You have not selected any topics to perform this operation on. Please go back and select at least one.';
0886  $lang['New_forum'] = 'New forum';
0887   
0888  $lang['This_posts_IP'] = 'IP address for this post';
0889  $lang['Other_IP_this_user'] = 'Other IP addresses this user has posted from';
0890  $lang['Users_this_IP'] = 'Users posting from this IP address';
0891  $lang['IP_info'] = 'IP Information';
0892  $lang['Lookup_IP'] = 'Look up IP address';
0893   
0894   
0895  //
0896  // Timezones ... for display on each page
0897  //
0898  $lang['All_times'] = 'All times are %s'; // eg. All times are GMT - 12 Hours (times from next block)
0899   
0900  $lang['-12'] = 'GMT - 12 Hours';
0901  $lang['-11'] = 'GMT - 11 Hours';
0902  $lang['-10'] = 'GMT - 10 Hours';
0903  $lang['-9'] = 'GMT - 9 Hours';
0904  $lang['-8'] = 'GMT - 8 Hours';
0905  $lang['-7'] = 'GMT - 7 Hours';
0906  $lang['-6'] = 'GMT - 6 Hours';
0907  $lang['-5'] = 'GMT - 5 Hours';
0908  $lang['-4'] = 'GMT - 4 Hours';
0909  $lang['-3.5'] = 'GMT - 3.5 Hours';
0910  $lang['-3'] = 'GMT - 3 Hours';
0911  $lang['-2'] = 'GMT - 2 Hours';
0912  $lang['-1'] = 'GMT - 1 Hours';
0913  $lang['0'] = 'GMT';
0914  $lang['1'] = 'GMT + 1 Hour';
0915  $lang['2'] = 'GMT + 2 Hours';
0916  $lang['3'] = 'GMT + 3 Hours';
0917  $lang['3.5'] = 'GMT + 3.5 Hours';
0918  $lang['4'] = 'GMT + 4 Hours';
0919  $lang['4.5'] = 'GMT + 4.5 Hours';
0920  $lang['5'] = 'GMT + 5 Hours';
0921  $lang['5.5'] = 'GMT + 5.5 Hours';
0922  $lang['6'] = 'GMT + 6 Hours';
0923  $lang['6.5'] = 'GMT + 6.5 Hours';
0924  $lang['7'] = 'GMT + 7 Hours';
0925  $lang['8'] = 'GMT + 8 Hours';
0926  $lang['9'] = 'GMT + 9 Hours';
0927  $lang['9.5'] = 'GMT + 9.5 Hours';
0928  $lang['10'] = 'GMT + 10 Hours';
0929  $lang['11'] = 'GMT + 11 Hours';
0930  $lang['12'] = 'GMT + 12 Hours';
0931  $lang['13'] = 'GMT + 13 Hours';
0932   
0933  // These are displayed in the timezone select box
0934  $lang['tz']['-12'] = 'GMT - 12 Hours';
0935  $lang['tz']['-11'] = 'GMT - 11 Hours';
0936  $lang['tz']['-10'] = 'GMT - 10 Hours';
0937  $lang['tz']['-9'] = 'GMT - 9 Hours';
0938  $lang['tz']['-8'] = 'GMT - 8 Hours';
0939  $lang['tz']['-7'] = 'GMT - 7 Hours';
0940  $lang['tz']['-6'] = 'GMT - 6 Hours';
0941  $lang['tz']['-5'] = 'GMT - 5 Hours';
0942  $lang['tz']['-4'] = 'GMT - 4 Hours';
0943  $lang['tz']['-3.5'] = 'GMT - 3.5 Hours';
0944  $lang['tz']['-3'] = 'GMT - 3 Hours';
0945  $lang['tz']['-2'] = 'GMT - 2 Hours';
0946  $lang['tz']['-1'] = 'GMT - 1 Hours';
0947  $lang['tz']['0'] = 'GMT';
0948  $lang['tz']['1'] = 'GMT + 1 Hour';
0949  $lang['tz']['2'] = 'GMT + 2 Hours';
0950  $lang['tz']['3'] = 'GMT + 3 Hours';
0951  $lang['tz']['3.5'] = 'GMT + 3.5 Hours';
0952  $lang['tz']['4'] = 'GMT + 4 Hours';
0953  $lang['tz']['4.5'] = 'GMT + 4.5 Hours';
0954  $lang['tz']['5'] = 'GMT + 5 Hours';
0955  $lang['tz']['5.5'] = 'GMT + 5.5 Hours';
0956  $lang['tz']['6'] = 'GMT + 6 Hours';
0957  $lang['tz']['6.5'] = 'GMT + 6.5 Hours';
0958  $lang['tz']['7'] = 'GMT + 7 Hours';
0959  $lang['tz']['8'] = 'GMT + 8 Hours';
0960  $lang['tz']['9'] = 'GMT + 9 Hours';
0961  $lang['tz']['9.5'] = 'GMT + 9.5 Hours';
0962  $lang['tz']['10'] = 'GMT + 10 Hours';
0963  $lang['tz']['11'] = 'GMT + 11 Hours';
0964  $lang['tz']['12'] = 'GMT + 12 Hours';
0965  $lang['tz']['13'] = 'GMT + 13 Hours';
0966   
0967  $lang['datetime']['Sunday'] = 'Sunday';
0968  $lang['datetime']['Monday'] = 'Monday';
0969  $lang['datetime']['Tuesday'] = 'Tuesday';
0970  $lang['datetime']['Wednesday'] = 'Wednesday';
0971  $lang['datetime']['Thursday'] = 'Thursday';
0972  $lang['datetime']['Friday'] = 'Friday';
0973  $lang['datetime']['Saturday'] = 'Saturday';
0974  $lang['datetime']['Sun'] = 'Sun';
0975  $lang['datetime']['Mon'] = 'Mon';
0976  $lang['datetime']['Tue'] = 'Tue';
0977  $lang['datetime']['Wed'] = 'Wed';
0978  $lang['datetime']['Thu'] = 'Thu';
0979  $lang['datetime']['Fri'] = 'Fri';
0980  $lang['datetime']['Sat'] = 'Sat';
0981  $lang['datetime']['January'] = 'January';
0982  $lang['datetime']['February'] = 'February';
0983  $lang['datetime']['March'] = 'March';
0984  $lang['datetime']['April'] = 'April';
0985  $lang['datetime']['May'] = 'May';
0986  $lang['datetime']['June'] = 'June';
0987  $lang['datetime']['July'] = 'July';
0988  $lang['datetime']['August'] = 'August';
0989  $lang['datetime']['September'] = 'September';
0990  $lang['datetime']['October'] = 'October';
0991  $lang['datetime']['November'] = 'November';
0992  $lang['datetime']['December'] = 'December';
0993  $lang['datetime']['Jan'] = 'Jan';
0994  $lang['datetime']['Feb'] = 'Feb';
0995  $lang['datetime']['Mar'] = 'Mar';
0996  $lang['datetime']['Apr'] = 'Apr';
0997  $lang['datetime']['May'] = 'May';
0998  $lang['datetime']['Jun'] = 'Jun';
0999  $lang['datetime']['Jul'] = 'Jul';
1000  $lang['datetime']['Aug'] = 'Aug';
1001  $lang['datetime']['Sep'] = 'Sep';
1002  $lang['datetime']['Oct'] = 'Oct';
1003  $lang['datetime']['Nov'] = 'Nov';
1004  $lang['datetime']['Dec'] = 'Dec';
1005   
1006  //
1007  // Errors (not related to a
1008  // specific failure on a page)
1009  //
1010  $lang['Information'] = 'Information';
1011  $lang['Critical_Information'] = 'Critical Information';
1012   
1013  $lang['General_Error'] = 'General Error';
1014  $lang['Critical_Error'] = 'Critical Error';
1015  $lang['An_error_occured'] = 'An Error Occurred';
1016  $lang['A_critical_error'] = 'A Critical Error Occurred';
1017   
1018  $lang['Admin_reauthenticate'] = 'To administer the board you must re-authenticate yourself.';
1019  $lang['Login_attempts_exceeded'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.';
1020  $lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted';
1021   
1022  $lang['Session_invalid'] = 'Invalid Session. Please resubmit the form.';
1023   
1024  //
1025  // That's all, Folks!
1026  // -------------------------------------------------
1027   
1028  ?>