[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id$ 7 */ 8 9 $l['click_no_wait'] = "Click here if you don't want to wait any longer."; 10 $l['redirect_return_forum'] = "<br /><br />Alternatively, <a href=\"{1}\">return to the forum</a>."; 11 $l['redirect_emailsent'] = "Your e-mail message has been sent successfully."; 12 $l['redirect_loggedin'] = "You have successfully been logged in.<br />You will now be taken back to where you came from."; 13 14 $l['error_invalidpworusername'] = "You have entered an invalid username/password combination. <br /><br />If you have forgotten your password please <a href=\"member.php?action=lostpw\">retrieve a new one</a>."; 15 $l['error_invalidpworusername1'] = "You have entered an invalid email/password combination. <br /><br />If you have forgotten your password please <a href=\"member.php?action=lostpw\">retrieve a new one</a>."; 16 $l['error_invalidpworusername2'] = "You have entered an invalid username/password or email/password combination. <br /><br />If you have forgotten your password please <a href=\"member.php?action=lostpw\">retrieve a new one</a>."; 17 $l['error_incompletefields'] = "It appears you have left one or more required fields blank. Please go back and enter the required fields."; 18 $l['error_alreadyuploaded'] = "This post already contains an attachment with the same name. Please rename the file and upload it again. Alternatively you may click \"Update Attachment\"."; 19 $l['error_alreadyuploaded_perm'] = "This post already contains an attachment with the same name. Please either remove the existing file or rename the file and upload it again."; 20 $l['error_nomessage'] = "Sorry, we cannot proceed because you did not enter a valid message. Please go back and do so."; 21 $l['error_invalidemail'] = "You did not enter a valid email address."; 22 $l['error_nomember'] = "The member you specified is either invalid or doesn't exist."; 23 $l['error_maxposts'] = "I'm sorry, but your daily post limit has been exceeded. Please wait till tomorrow to post further or contact your administrator.<br /><br />The maximum amount of posts you may make in a day is {1}"; 24 $l['error_nohostname'] = "No hostname could be found for the IP you entered."; 25 $l['error_invalidthread'] = "The specified thread does not exist."; 26 $l['error_invalidpost'] = "The specified post does not exist."; 27 $l['error_invalidannouncement'] = "The specified announcement does not exist."; 28 $l['error_invalidattachment'] = "The specified attachment does not exist."; 29 $l['error_invalidforum'] = "Invalid forum"; 30 $l['error_closedinvalidforum'] = "You may not post in this forum because either the forum is closed, it is a redirect to another webpage, or it is a category."; 31 $l['error_attachtype'] = "The type of file that you attached is not allowed. Please remove the attachment or choose a different type."; 32 $l['error_attachsize'] = "The file you attached is too large. The maximum size for that type of file is {1} kilobytes."; 33 $l['error_uploadsize'] = "The size of the uploaded file is too large."; 34 $l['error_uploadfailed'] = "The file upload failed. Please choose a valid file and try again. "; 35 $l['error_uploadfailed_detail'] = "Error details: "; 36 $l['error_uploadfailed_php1'] = "PHP returned: Uploaded file exceeded upload_max_filesize directive in php.ini. Please contact your forum administrator with this error."; 37 $l['error_uploadfailed_php2'] = "The uploaded file exceeded the maximum file size specified."; 38 $l['error_uploadfailed_php3'] = "The uploaded file was only partially uploaded."; 39 $l['error_uploadfailed_php4'] = "No file was uploaded."; 40 $l['error_uploadfailed_php6'] = "PHP returned: Missing a temporary folder. Please contact your forum administrator with this error."; 41 $l['error_uploadfailed_php7'] = "PHP returned: Failed to write the file to disk. Please contact your forum administrator with this error."; 42 $l['error_uploadfailed_phpx'] = "PHP returned error code: {1}. Please contact your forum administrator with this error."; 43 $l['error_uploadfailed_nothingtomove'] = "An invalid file was specified, so the uploaded file could not be moved to its destination."; 44 $l['error_uploadfailed_movefailed'] = "There was a problem moving the uploaded file to its destination."; 45 $l['error_uploadfailed_lost'] = "The attachment could not be found on the server."; 46 $l['error_emailmismatch'] = "The email addresses you entered do not match. Please go back and try again"; 47 $l['error_nopassword'] = "You did not enter a valid password."; 48 $l['error_usernametaken'] = "The username you have chosen is already registered. If you have previously registered on these forums, please <a href=\"member.php?action=login\">login</a>."; 49 $l['error_nousername'] = "You did not enter a username."; 50 $l['error_invalidusername'] = "The username you have entered appears to be invalid."; 51 $l['error_invalidpassword'] = "The password you entered is incorrect. If you have forgotten your password, click <a href=\"member.php?action=lostpw\">here</a>. Otherwise, go back and try again."; 52 $l['error_postflooding'] = "We are sorry but we cannot process your post. The administrator has specified you are only allowed to post once every {1} seconds."; 53 $l['error_nopermission_guest_1'] = "You are either not logged in or do not have permission to view this page. This could be because one of the following reasons:"; 54 $l['error_nopermission_guest_2'] = "You are not logged in or registered. Please use the form at the bottom of this page to login."; 55 $l['error_nopermission_guest_3'] = "You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action."; 56 $l['error_nopermission_guest_4'] = "Your account may have been disabled by an administrator, or it may be awaiting account activation."; 57 $l['error_nopermission_guest_5'] = "You have accessed this page directly rather than using appropriate forms or links."; 58 $l['login'] = "Login"; 59 $l['need_reg'] = "Need to register?"; 60 $l['forgot_password'] = "Forgotten your password?"; 61 $l['error_nopermission_user_1'] = "You do not have permission to access this page. This could be because of one of the following reasons:"; 62 $l['error_nopermission_user_ajax'] = "You do not have permission to access this page."; 63 $l['error_nopermission_user_2'] = "Your account has either been suspended or you have been banned from accessing this resource."; 64 $l['error_nopermission_user_3'] = "You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action."; 65 $l['error_nopermission_user_4'] = "Your account may still be awaiting activation or moderation."; 66 $l['error_nopermission_user_5'] = "You have accessed this page directly rather than using appropriate forms or link."; 67 $l['error_nopermission_user_resendactivation'] = "Resend Activation Code"; 68 $l['error_nopermission_user_username'] = "You are currently logged in with the username: '{1}'"; 69 $l['logged_in_user'] = "Logged In User"; 70 $l['error_too_many_images'] = "Too Many Images."; 71 $l['error_too_many_images2'] = "We are sorry, but we cannot process your post because it contains too many images. Please remove some images from your post to continue."; 72 $l['error_too_many_images3'] = "<b>Note:</b> The maximum amount of images per post is"; 73 $l['error_attach_file'] = "Error Attaching File"; 74 $l['please_correct_errors'] = "Please correct the following errors before continuing:"; 75 $l['error_reachedattachquota'] = "Sorry but you cannot attach this file because you have reached your attachment quota of {1}"; 76 $l['error_invaliduser'] = "The specified user is invalid or does not exist."; 77 $l['error_invalidaction'] = "Invalid action"; 78 $l['error_messagelength'] = "Sorry, your message is too long and cannot be posted. Please try shortening your message and try again."; 79 $l['error_message_too_short'] = "Sorry, your message is too short and cannot be posted."; 80 $l['failed_login_wait'] = "You have failed to login within the required number of attempts. You must now wait {1}h {2}m {3}s before you can login again."; 81 $l['failed_login_again'] = "<br />You have <strong>{1}</strong> more login attempts."; 82 $l['error_max_emails_day'] = "You cannot use the 'Send Thread to a Friend' or the 'Email User' features because you've already used up your allocated quota of sending {1} messages in the past 24 hours."; 83 84 $l['emailsubject_lostpw'] = "Password Reset at {1}"; 85 $l['emailsubject_passwordreset'] = "New password at {1}"; 86 $l['emailsubject_subscription'] = "New Reply to {1}"; 87 $l['emailsubject_randompassword'] = "Your Password for {1}"; 88 $l['emailsubject_activateaccount'] = "Account Activation at {1}"; 89 $l['emailsubject_forumsubscription'] = "New Thread in {1}"; 90 $l['emailsubject_reportpost'] = "Reported post at {1}"; 91 $l['emailsubject_reachedpmquota'] = "Private Messaging Quota Reached at {1}"; 92 $l['emailsubject_changeemail'] = "Change of Email at {1}"; 93 $l['emailsubject_newpm'] = "New Private Message at {1}"; 94 $l['emailsubject_sendtofriend'] = "Interesting Web Page at {1}"; 95 $l['emailbit_viewthread'] = "... (visit the thread to read more..)"; 96 97 $l['email_lostpw'] = "{1}, 98 99 To complete the phase of resetting your account password at {2}, you will need to go to the URL below in your web browser. 100 101 {3}/member.php?action=resetpassword&uid={4}&code={5} 102 103 If the above link does not work correctly, go to 104 105 {3}/member.php?action=resetpassword 106 107 You will need to enter the following: 108 Username: {1} 109 Activation Code: {5} 110 111 Thank you, 112 {2} Staff"; 113 $l['email_lostpw1'] = "{1}, 114 115 To complete the phase of resetting your account password at {2}, you will need to go to the URL below in your web browser. 116 117 {3}/member.php?action=resetpassword&uid={4}&code={5} 118 119 If the above link does not work correctly, go to 120 121 {3}/member.php?action=resetpassword 122 123 You will need to enter the following: 124 Your email address 125 Activation Code: {5} 126 127 Thank you, 128 {2} Staff"; 129 $l['email_lostpw2'] = "{1}, 130 131 To complete the phase of resetting your account password at {2}, you will need to go to the URL below in your web browser. 132 133 {3}/member.php?action=resetpassword&uid={4}&code={5} 134 135 If the above link does not work correctly, go to 136 137 {3}/member.php?action=resetpassword 138 139 You will need to enter the following: 140 Username: {1} (Or your email address) 141 Activation Code: {5} 142 143 Thank you, 144 {2} Staff"; 145 146 147 $l['email_reportpost'] = "{1} from {2} has reported this post: 148 149 {3} 150 {4}/{5} 151 152 The reason this user gave for reporting this post: 153 {7} 154 155 This message has been sent to all moderators of this forum, or all administrators and super moderators if there are no moderators. 156 157 Please check this post out as soon as possible."; 158 159 $l['email_passwordreset'] = "{1}, 160 161 Your password at {2} has been reset. 162 163 Your new password is: {3} 164 165 You will need this password to login to the forums, once you login you should change it by going to your User Control Panel. 166 167 Thank you, 168 {2} Staff"; 169 170 $l['email_randompassword'] = "{1}, 171 172 Thank you for registering on {2}. Below is your username and the randomly generated password. To login to {2}, you will need these details. 173 174 Username: {3} 175 Password: {4} 176 177 It is recommended you change your password immediately after you login. You can do this by going to your User CP then clicking Change Password on the left menu. 178 179 Thank you, 180 {2} Staff"; 181 182 $l['email_randompassword1'] = "{1}, 183 184 Thank you for registering on {2}. Below is your username and the randomly generated password. To login to {2}, you will need these details. 185 186 Your email address 187 Password: {4} 188 189 It is recommended you change your password immediately after you login. You can do this by going to your User CP then clicking Change Password on the left menu. 190 191 Thank you, 192 {2} Staff"; 193 194 $l['email_randompassword2'] = "{1}, 195 196 Thank you for registering on {2}. Below is your username and the randomly generated password. To login to {2}, you will need these details. 197 198 Username: {3} (Or your email address) 199 Password: {4} 200 201 It is recommended you change your password immediately after you login. You can do this by going to your User CP then clicking Change Password on the left menu. 202 203 Thank you, 204 {2} Staff"; 205 206 $l['email_sendtofriend'] = "Hello, 207 208 {1} from {2} thought you may be interested in reading the following web page: 209 210 {3} 211 212 {1} included the following message: 213 ------------------------------------------ 214 {4} 215 ------------------------------------------ 216 217 Thank you, 218 {2} Staff 219 "; 220 221 $l['email_forumsubscription'] = "{1}, 222 223 {2} has just started a new thread in {3}. This is a forum you have subscribed to at {4}. 224 225 The thread is titled {5} 226 227 Here is an excerpt of the message: 228 -- 229 {6} 230 -- 231 232 To view the thread, you can go to the following URL: 233 {7}/{8} 234 235 There may also be other new threads and replies but you will not receive anymore notifications until you visit the board again. 236 237 Thank you, 238 {4} Staff 239 240 ------------------------------------------ 241 Unsubscription Information: 242 243 If you would not like to receive any more notifications of new threads in this forum, visit the following URL in your browser: 244 {7}/usercp2.php?action=removesubscription&type=forum&fid={9}&my_post_key={10} 245 246 ------------------------------------------"; 247 248 $l['email_activateaccount'] = "{1}, 249 250 To complete the registration process on {2}, you will need to go to the URL below in your web browser. 251 252 {3}/member.php?action=activate&uid={4}&code={5} 253 254 If the above link does not work correctly, go to 255 256 {3}/member.php?action=activate 257 258 You will need to enter the following: 259 Username: {1} 260 Activation Code: {5} 261 262 Thank you, 263 {2} Staff"; 264 265 $l['email_activateaccount1'] = "{1}, 266 267 To complete the registration process on {2}, you will need to go to the URL below in your web browser. 268 269 {3}/member.php?action=activate&uid={4}&code={5} 270 271 If the above link does not work correctly, go to 272 273 {3}/member.php?action=activate 274 275 You will need to enter the following: 276 Your email address 277 Activation Code: {5} 278 279 Thank you, 280 {2} Staff"; 281 282 $l['email_activateaccount2'] = "{1}, 283 284 To complete the registration process on {2}, you will need to go to the URL below in your web browser. 285 286 {3}/member.php?action=activate&uid={4}&code={5} 287 288 If the above link does not work correctly, go to 289 290 {3}/member.php?action=activate 291 292 You will need to enter the following: 293 Username: {1} (Or your email address) 294 Activation Code: {5} 295 296 Thank you, 297 {2} Staff"; 298 299 $l['email_subscription'] = "{1}, 300 301 {2} has just replied to a thread which you have subscribed to at {3}. This thread is titled {4}. 302 303 Here is an excerpt of the message: 304 ------------------------------------------ 305 {5} 306 ------------------------------------------ 307 308 To view the thread, you can go to the following URL: 309 {6}/{7} 310 311 There may also be other replies to this thread but you will not receive anymore notifications until you visit the board again. 312 313 Thank you, 314 {3} Staff 315 316 ------------------------------------------ 317 Unsubscription Information: 318 319 If you would not like to receive any more notifications of replies to this thread, visit the following URL in your browser: 320 {6}/usercp2.php?action=removesubscription&tid={8}&key={9}&my_post_key={10} 321 322 ------------------------------------------"; 323 $l['email_reachedpmquota'] = "{1}, 324 325 This is an automated email from {2} to let you know that your Private Messaging inbox has reached its capacity. 326 327 One or more users may have tried to send you private messages and were unsuccessful in doing so because of this. 328 329 Please delete some of your private messages you currently have stored, remembering to also delete them from the 'Trash Can'. 330 331 Thank you, 332 {2} Staff 333 {3}"; 334 $l['email_changeemail'] = "{1}, 335 336 We have received a request on {2} to change your email address (see details below). 337 338 Old Email Address: {3} 339 New Email Address: {4} 340 341 If these changes are correct, please complete the validation process on {2} by going to the following URL in your web browser. 342 343 {5}/member.php?action=activate&uid={8}&code={6} 344 345 If the above link does not work correctly, go to 346 347 {5}/member.php?action=activate 348 349 You will need to enter the following: 350 Username: {7} 351 Activation Code: {6} 352 353 If you choose not to validate your new email address your profile will not be updated and will still contain your existing email address. 354 355 Thank you, 356 {2} Staff 357 {5}"; 358 359 $l['email_newpm'] = "{1}, 360 361 You have received a new private message on {3} from {2}. To view this message, you can follow this link: 362 363 {4}/private.php 364 365 Please note that you will not receive any further notifications of new messages until you visit {3}. 366 367 You can disable new message notifications on your account options page: 368 369 {4}/usercp.php?action=options 370 371 Thank you, 372 {3} Staff 373 {4}"; 374 375 $l['email_emailuser'] = "{1}, 376 377 {2} from {3} has sent you the following message: 378 ------------------------------------------ 379 {5} 380 ------------------------------------------ 381 382 Thank you, 383 {3} Staff 384 {4} 385 386 ------------------------------------------ 387 Don't want to receive email messages from other members? 388 389 If you don't want other members to be able to email you please visit your User Control Panel and enable the option 'Hide your email from other members': 390 {4}/usercp.php?action=options 391 392 ------------------------------------------"; 393 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |