Zeile 3 | Zeile 3 |
---|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* $Id: messages.lang.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id: messages.lang.php 5488 2011-07-12 13:23:02Z Tomm $
|
*/
$l['click_no_wait'] = "Click here if you don't want to wait any longer.";
| */
$l['click_no_wait'] = "Click here if you don't want to wait any longer.";
|
Zeile 14 | Zeile 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>."; $l['error_incompletefields'] = "It appears you have left one or more required fields blank. Please go back and enter the required fields."; $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\".";
|
$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>."; $l['error_incompletefields'] = "It appears you have left one or more required fields blank. Please go back and enter the required fields."; $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\".";
|
| $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.";
|
$l['error_nomessage'] = "Sorry, we cannot proceed because you did not enter a valid message. Please go back and do so."; $l['error_invalidemail'] = "You did not enter a valid email address."; $l['error_nomember'] = "The member you specified is either invalid or doesn't exist.";
| $l['error_nomessage'] = "Sorry, we cannot proceed because you did not enter a valid message. Please go back and do so."; $l['error_invalidemail'] = "You did not enter a valid email address."; $l['error_nomember'] = "The member you specified is either invalid or doesn't exist.";
|
Zeile 21 | Zeile 22 |
---|
$l['error_nohostname'] = "No hostname could be found for the IP you entered."; $l['error_invalidthread'] = "The specified thread does not exist."; $l['error_invalidpost'] = "The specified post does not exist.";
|
$l['error_nohostname'] = "No hostname could be found for the IP you entered."; $l['error_invalidthread'] = "The specified thread does not exist."; $l['error_invalidpost'] = "The specified post does not exist.";
|
| $l['error_invalidannouncement'] = "The specified announcement does not exist.";
|
$l['error_invalidattachment'] = "The specified attachment does not exist."; $l['error_invalidforum'] = "Invalid forum";
|
$l['error_invalidattachment'] = "The specified attachment does not exist."; $l['error_invalidforum'] = "Invalid forum";
|
$l['error_closedinvalidforum'] = "You may not post in this forum either because the forum is closed, or it is a category.";
| $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.";
|
$l['error_attachtype'] = "The type of file that you attached is not allowed. Please remove the attachment or choose a different type."; $l['error_attachsize'] = "The file you attached is too large. The maximum size for that type of file is {1} kilobytes."; $l['error_uploadsize'] = "The size of the uploaded file is too large.";
| $l['error_attachtype'] = "The type of file that you attached is not allowed. Please remove the attachment or choose a different type."; $l['error_attachsize'] = "The file you attached is too large. The maximum size for that type of file is {1} kilobytes."; $l['error_uploadsize'] = "The size of the uploaded file is too large.";
|