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: xmlhttp.lang.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id: xmlhttp.lang.php 5701 2011-12-07 08:48:12Z Tomm $
|
*/
$l['no_new_subject'] = "You did not enter a new subject.";
| */
$l['no_new_subject'] = "You did not enter a new subject.";
|
Zeile 24 | Zeile 24 |
---|
$l['captcha_matches'] = "The image verification code you entered was correct."; $l['banned_username'] = "The username you entered has been disallowed by the administrator"; $l['banned_characters_username'] = "Your username contains one or more invalid characters";
|
$l['captcha_matches'] = "The image verification code you entered was correct."; $l['banned_username'] = "The username you entered has been disallowed by the administrator"; $l['banned_characters_username'] = "Your username contains one or more invalid characters";
|
$l['complex_password_fails'] = "Password is not complex enough";
| $l['complex_password_fails'] = "Password requires an upper case letter, lower case letter and a number";
|
$l['username_taken'] = "{1} is already registered by another member"; $l['username_available'] = "{1} is available"; $l['invalid_username'] = "{1} is not the username of a registered member";
| $l['username_taken'] = "{1} is already registered by another member"; $l['username_available'] = "{1} is available"; $l['invalid_username'] = "{1} is not the username of a registered member";
|
Zeile 39 | Zeile 39 |
---|
$l['online'] = "Online"; $l['offline'] = "Offline"; $l['edited_post'] = "Edited Post";
|
$l['online'] = "Online"; $l['offline'] = "Offline"; $l['edited_post'] = "Edited Post";
|
| $l['usergroup'] = "Usergroup";
|
?>
| ?>
|