[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> helpdocs.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  // Help Document 1
   9  $l['d1_name'] = "User Registration";
  10  $l['d1_desc'] = "Perks and privileges to user registration.";
  11  $l['d1_document'] = "Some parts of this forum may require you to be logged in and registered. Registration is free and takes a few minutes to complete.
  12  <br /><br />You are encouraged to register; once you register you will be able to post messages, set your own preferences, and maintain a profile.
  13  <br /><br />Some of the features that generally require registration are subscriptions, changing of styles, accessing of your Personal Notepad and emailing forum members.";
  14  
  15  // Help Document 2
  16  $l['d2_name'] = "Updating Profile";
  17  $l['d2_desc'] = "Changing your data currently on record.";
  18  $l['d2_document'] = "At some point during your stay, you may decide you need to update some information such as your instant messenger information, your password, or your email address. You may change any of this information from your user control panel. To access this control panel, simply click on the link in the upper left hand corner of most any page entitled \"User CP\". From there, simply choose the appropriate link under the \"Your Profile\" section and change or update any desired items, then proceed to click the submit button located at the bottom of the page for changes to take effect.";
  19  
  20  // Help Document 3
  21  $l['d3_name'] = "Use of Cookies on MyBB";
  22  $l['d3_desc'] = "MyBB uses cookies to store certain information about your registration.";
  23  $l['d3_document'] = "MyBB makes use of cookies to store your login information if you are registered, and your last visit if you are not.
  24  <br /><br />Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk.
  25  <br /><br />Cookies on this forum also track the specific topics you have read and when you last read them.
  26  <br /><br />To clear all cookies set by this forum, you can click <a href=\"misc.php?action=clearcookies&amp;my_post_key={1}\">here</a>.";
  27  
  28  // Help Document 4
  29  $l['d4_name'] = "Logging In and Out";
  30  $l['d4_desc'] = "How to login and log out.";
  31  $l['d4_document'] = "When you login, you set a cookie on your machine so that you can browse the forums without having to enter in your username and password each time. Logging out clears that cookie to ensure nobody else can browse the forum as you.
  32  <br /><br />To login, simply click the login link at the top right hand corner of the forum. To log out, click the log out link in the same place. In the event you cannot log out, clearing cookies on your machine will take the same effect.";
  33  
  34  // Help Document 5
  35  $l['d5_name'] = "Posting a New Thread";
  36  $l['d5_desc'] = "Starting a new thread in a forum.";
  37  $l['d5_document'] = "When you go to a forum you are interested in and you wish to create a new thread (or topic), simply choose the button at the top and bottom of the forums entitled \"New Thread\". Please take note that you may not have permission to post a new thread in every forum as your administrator may have restricted posting in that forum to staff or archived the forum entirely.";
  38  
  39  // Help Document 6
  40  $l['d6_name'] = "Posting a Reply";
  41  $l['d6_desc'] = "Replying to a topic within a forum.";
  42  $l['d6_document'] = "During the course of your visit, you may encounter a thread to which you would like to make a reply. To do so, simply click the \"New Reply\" button at the bottom or top of the thread. Please take note that your administrator may have restricted posting to certain individuals in that particular forum.
  43  <br /><br />Additionally, a moderator of a forum may have closed a thread meaning that users cannot reply to it. There is no way for a user to open such a thread without the help of a moderator or administrator.";
  44  
  45  // Help Document 7
  46  $l['d7_name'] = "MyCode";
  47  $l['d7_desc'] = "Learn how to use MyCode to enhance your posts.";
  48  $l['d7_document'] = "You can use MyCode, also known as BB Codes to add effects or formatting to your posts. MyCodes are a simplified version of HTML and is used in a similar format to HTML tags which you may already be familiar with.
  49  <br /><br />The table below is a quick guide of the MyCodes available:
  50  <br /><br />
  51  <table class=\"tborder\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\" style=\"width:90%\">
  52  <tbody>
  53  <tr>
  54  <td class=\"tcat\" style=\"width:55%\"><span class=\"smalltext\"><strong>Input</strong></span></td>
  55  <td class=\"tcat\" style=\"width:35%\"><span class=\"smalltext\"><strong>Output</strong></span></td>
  56  <td class=\"tcat\" style=\"width:10%\"><span class=\"smalltext\"><strong>Notes</strong></span></td>
  57  </tr>
  58  <tr>
  59  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[b]</span>This text is bold<span style=\"font-weight: bold; color: #ff0000;\">[/b]</span></td>
  60  <td class=\"trow1\"><span style=\"font-weight: bold;\" class=\"mycode_b\">This text is bold</span></td>
  61  <td class=\"trow1\"></td>
  62  </tr>
  63  <tr>
  64  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[i]</span>This text is italicized<span style=\"font-weight: bold; color: #ff0000;\">[/i]</span></td>
  65  <td class=\"trow2\"><span style=\"font-style: italic;\" class=\"mycode_i\">This text is italicized</span></td>
  66  <td class=\"trow2\"></td>
  67  </tr>
  68  <tr>
  69  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[u]</span>This text is underlined<span style=\"font-weight: bold; color: #ff0000;\">[/u]</span></td>
  70  <td class=\"trow1\"><span style=\"text-decoration: underline;\" class=\"mycode_u\">This text is underlined</span></td>
  71  <td class=\"trow1\"></td>
  72  </tr>
  73  <tr>
  74  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[s]</span>This text is struck out<span style=\"font-weight: bold; color: #ff0000;\">[/s]</span></td>
  75  <td class=\"trow2\"><span style=\"text-decoration: line-through;\" class=\"mycode_s\">This text is struck out</span></td>
  76  <td class=\"trow2\"></td>
  77  </tr>
  78  <tr>
  79  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[url]</span>http://www.example.com/<span style=\"font-weight: bold; color: #ff0000;\">[/url]</span></td>
  80  <td class=\"trow1\"><a href=\"http://www.example.com/\" class=\"mycode_url\" rel=\"nofollow\">http://www.example.com/</a></td>
  81  <td class=\"trow1\">URLs will auto-link if proper protocol is included (vaild protocols are http, https, ftp, news, irc, ircs and irc6).</td>
  82  </tr>
  83  <tr>
  84  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[url=http://www.example.com/]</span>Example.com<span style=\"font-weight: bold; color: #ff0000;\">[/url]</span></td>
  85  <td class=\"trow2\"><a href=\"http://www.example.com/\" class=\"mycode_url\" rel=\"nofollow\">Example.com</a></td>
  86  <td class=\"trow2\"></td>
  87  </tr>
  88  <tr>
  89  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[email]</span>example@example.com<span style=\"font-weight: bold; color: #ff0000;\">[/email]</span></td>
  90  <td class=\"trow1\"><a href=\"mailto:example@example.com\" class=\"mycode_email\">example@example.com</a></td>
  91  <td class=\"trow1\"></td>
  92  </tr>
  93  <tr>
  94  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[email=example@example.com]</span>E-mail Me!<span style=\"font-weight: bold; color: #ff0000;\">[/email]</span></td>
  95  <td class=\"trow2\"><a href=\"mailto:example@example.com\" class=\"mycode_email\">E-mail Me!</a></td>
  96  <td class=\"trow2\">A subject can be included by adding <strong>?subject=Subject Here</strong> after the email address.</td>
  97  </tr>
  98  <tr>
  99  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[quote]</span>Quoted text will be here<span style=\"font-weight: bold; color: #ff0000;\">[/quote]</span></td>
 100  <td class=\"trow1\"><blockquote class=\"mycode_quote\"><cite>Quote:</cite>Quoted text will be here</blockquote></td>
 101  <td class=\"trow1\"></td>
 102  </tr>
 103  <tr>
 104  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[quote='Admin' pid='1' dateline='946684800']</span>Quoted text will be here<span style=\"font-weight: bold; color: #ff0000;\">[/quote]</span></td>
 105  <td class=\"trow2\"><blockquote class=\"mycode_quote\"><cite><span> (01-01-2000, 12:00 AM)</span>Admin Wrote:  <a href=\"http://www.example.com/showthread.php?pid=1#pid1\" class=\"quick_jump\" rel=\"nofollow\"></a></cite>Quoted text will be here</blockquote></td>
 106  <td class=\"trow2\">This format is used when quoting posts. <strong>pid</strong> links to a post, <strong>dateline</strong> is a <a href=\"https://www.unixtimestamp.com/\">UNIX timestamp</a>.</td>
 107  </tr>
 108  <tr>
 109  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[code]</span>Text with preserved formatting<span style=\"font-weight: bold; color: #ff0000;\">[/code]</span></td>
 110  <td class=\"trow1\"><div class=\"codeblock\"><div class=\"title\">Code:</div><div class=\"body\" dir=\"ltr\"><code>Text with preserved formatting</code></div></div></td>
 111  <td class=\"trow1\"></td>
 112  </tr>
 113  <tr>
 114  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[php]</span>&lt;?php echo \"Hello world!\";?&gt;<span style=\"font-weight: bold; color: #ff0000;\">[/php]</span></td>
 115  <td class=\"trow2\"><div class=\"codeblock phpcodeblock\"><div class=\"title\">PHP Code:</div><div class=\"body\"><div dir=\"ltr\"><code><span style=\"color: #0000BB\">&lt;?php&nbsp;</span><span style=\"color: #007700\">echo&nbsp;</span><span style=\"color: #DD0000\">\"Hello&nbsp;world!\"</span><span style=\"color: #007700\">;</span><span style=\"color: #0000BB\">?&gt;</span></code></div></div></div></div></td>
 116  <td class=\"trow2\"></td>
 117  </tr>
 118  <tr>
 119  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[img]</span>https://secure.php.net/images/php.gif<span style=\"font-weight: bold; color: #ff0000;\">[/img]</span></td>
 120  <td class=\"trow1\"><img src=\"https://secure.php.net/images/php.gif\" class=\"mycode_img\"></td>
 121  <td class=\"trow1\"></td>
 122  </tr>
 123  <tr>
 124  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[img=50x50]</span>https://secure.php.net/images/php.gif<span style=\"font-weight: bold; color: #ff0000;\">[/img]</span></td>
 125  <td class=\"trow2\"><img src=\"https://secure.php.net/images/php.gif\" width=\"50\" height=\"50\" class=\"mycode_img\"></td>
 126  <td class=\"trow2\">Format is width x height</td>
 127  </tr>
 128  <tr>
 129  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[color=red]</span>This text is red<span style=\"font-weight: bold; color: #ff0000;\">[/color]</span></td>
 130  <td class=\"trow1\"><span style=\"color: red;\" class=\"mycode_color\">This text is red</span></td>
 131  <td class=\"trow1\">Can use either <a href=\"https://www.w3schools.com/cssref/css_colors.asp\">CSS color name</a> or HEX code.</td>
 132  </tr>
 133  <tr>
 134  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[size=large]</span>This text is large<span style=\"font-weight: bold; color: #ff0000;\">[/size]</span></td>
 135  <td class=\"trow2\"><span style=\"font-size: large\" class=\"mycode_size\">This text is large</span></td>
 136  <td class=\"trow2\">Acceptable values: xx-small, x-small, small, medium, large, x-large, xx-large</td>
 137  </tr>
 138  <tr>
 139  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[size=30]</span>This text is 30px<span style=\"font-weight: bold; color: #ff0000;\">[/size]</span></td>
 140  <td class=\"trow1\"><span style=\"font-size: 30px\" class=\"mycode_size\">This text is 30px</span></td>
 141  <td class=\"trow1\">Accepts number from 1 to 50</td>
 142  </tr>
 143  <tr>
 144  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[font=Impact]</span>This font is Impact<span style=\"font-weight: bold; color: #ff0000;\">[/font]</span></td>
 145  <td class=\"trow2\"><span style=\"font-family: Impact;\" class=\"mycode_font\">This font is Impact</span></td>
 146  <td class=\"trow2\">Font must be installed on your computer</td>
 147  </tr>
 148  <tr>
 149  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[align=center]</span>This is centered<span style=\"font-weight: bold; color: #ff0000;\">[/align]</span></td>
 150  <td class=\"trow1\"><div style=\"text-align: center;\" class=\"mycode_align\">This is centered</div></td>
 151  <td class=\"trow1\">Acceptable values: left, center, right, justify</td>
 152  </tr>
 153  <tr>
 154  <td class=\"trow2\"><span style=\"font-weight: bold; color: #ff0000;\">[list]</span><br />[*]List Item #1<br />[*]List Item #2<br />[*]List Item #3<br /><span style=\"font-weight: bold; color: #ff0000;\">[/list]</span></td>
 155  <td class=\"trow2\"><ul class=\"mycode_list\"><li>List item #1</li><li>List item #2</li><li>List Item #3</li></ul></td>
 156  <td class=\"trow2\"></td>
 157  </tr>
 158  <tr>
 159  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[list=1]</span><br />[*]List Item #1<br />[*]List Item #2<br />[*]List Item #3<br /><span style=\"font-weight: bold; color: #ff0000;\">[/list]</span></td>
 160  <td class=\"trow1\"><ol class=\"mycode_list\" type=\"1\"><li>List item #1</li><li>List item #2</li><li>List Item #3</li></ol></td>
 161  <td class=\"trow1\"><strong>1</strong> can be used for a numbered list, <strong>a</strong> can be used for an alphabetical list, <strong>i</strong> for a roman numerals list.</td>
 162  </tr>
 163  <tr>
 164  <td class=\"trow2\">A line that<span style=\"font-weight: bold; color: #ff0000;\">[hr]</span>divides</td>
 165  <td class=\"trow2\">A line that<hr class=\"mycode_hr\">divides</td>
 166  <td class=\"trow2\"></td>
 167  </tr>
 168  <tr>
 169  <td class=\"trow1\"><span style=\"font-weight: bold; color: #ff0000;\">[video=youtube]</span>https://www.youtube.com/watch?v=dQw4w9WgXcQ<span style=\"font-weight: bold; color: #ff0000;\">[/video]</span></td>
 170  <td class=\"trow1\"><iframe src=\"//www.youtube.com/embed/dQw4w9WgXcQ\" allowfullscreen=\"\" width=\"460\" height=\"255\" frameborder=\"0\"></iframe></td>
 171  <td class=\"trow1\">Currently accepts Dailymotion, Facebook, LiveLeak, Metacafe, Mixer, MySpace TV, Twitch, Vimeo, Yahoo Videos and YouTube.</td>
 172  </tr>
 173  </tbody></table>
 174  <br /><br />In addition, administrators may have created more MyCodes for use. Please contact an administrator to find out if there are any and on how to use them.";


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref