Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* $Id: global.lang.php 2091 2006-08-16 04:02:19Z chris $
| * $Id: global.lang.php 3517 2007-11-27 15:40:54Z Tikitiki $
|
*/
$l['setup_warning'] = "Please remove the install directory from your server, or create a file called 'lock' in the install directory. Until you do so, your board will remain unaccessable";
| */
$l['setup_warning'] = "Please remove the install directory from your server, or create a file called 'lock' in the install directory. Until you do so, your board will remain unaccessable";
|
Zeile 52 | Zeile 52 |
---|
$l['invalidlogin_subject'] = "Warning: {1} Login Attempt"; $l['invalidlogin_message'] = "A user has tried to access the Administration Control Panel for {1}. They were unable to succeed in doing so.\nBelow are the login details:\n\nUsername: {2}\nPassword: {3} (MD5: {4})\n\nIP Address: {5}\nHostname: {6}\n\nThank you.";
|
$l['invalidlogin_subject'] = "Warning: {1} Login Attempt"; $l['invalidlogin_message'] = "A user has tried to access the Administration Control Panel for {1}. They were unable to succeed in doing so.\nBelow are the login details:\n\nUsername: {2}\nPassword: {3} (MD5: {4})\n\nIP Address: {5}\nHostname: {6}\n\nThank you.";
|
$l['cannot_perform_action_super_admin'] = "Sorry, but you cannot perform this action on the specified user as they are a super administrator.<br /><br />To be able to perform this action, you need to add your user ID to the list of super administrators in inc/config.php.";
| $l['cannot_perform_action_super_admin'] = "Sorry, but you cannot perform this action on the specified user as they are a super administrator.<br /><br />To be able to perform this action, you need to contact your super administrator.";
$l['cannot_perform_action_super_admin_general'] = "Sorry, but you cannot perform this actions you are not a super administrator.<br /><br />To be able to perform this action, you need to add your user ID to the list of super administrators in inc/config.php.";
|
$l['error_fill_form'] = "One or more form fields were invalid or left blank. Please go back and try again.";
| $l['error_fill_form'] = "One or more form fields were invalid or left blank. Please go back and try again.";
|