Zeile 52 | Zeile 52 |
---|
$l['error_invalid_ip'] = "Your IP address is not valid for this session."; $l['error_mybb_admin_lockedout'] = "This account has been locked out."; $l['error_mybb_admin_lockedout_message'] = "Your account is currently locked out after failing to login {1} times. You have been sent an email with instructions on how to unlock your account.";
|
$l['error_invalid_ip'] = "Your IP address is not valid for this session."; $l['error_mybb_admin_lockedout'] = "This account has been locked out."; $l['error_mybb_admin_lockedout_message'] = "Your account is currently locked out after failing to login {1} times. You have been sent an email with instructions on how to unlock your account.";
|
| $l['error_mybb_not_admin_account'] = "You do not have permission to access the administration control panel.";
|
$l['error_invalid_username'] = "The username you entered is invalid."; $l['error_invalid_uid'] = "The user id you entered is invalid.";
| $l['error_invalid_username'] = "The username you entered is invalid."; $l['error_invalid_uid'] = "The user id you entered is invalid.";
|
Zeile 117 | Zeile 118 |
---|
$l['permanent'] = "Permanent"; $l['all_forums'] = "All Forums"; $l['all_groups'] = "All groups";
|
$l['permanent'] = "Permanent"; $l['all_forums'] = "All Forums"; $l['all_groups'] = "All groups";
|
| $l['all_prefix'] = "All prefixes";
|
$l['select_forums'] = "Select forums"; $l['select_groups'] = "Select groups";
|
$l['select_forums'] = "Select forums"; $l['select_groups'] = "Select groups";
|
| $l['select_prefix'] = "Select prefixes";
|
$l['forums_colon'] = "Forums:"; $l['groups_colon'] = "Groups:";
|
$l['forums_colon'] = "Forums:"; $l['groups_colon'] = "Groups:";
|
| $l['prefix_colon'] = "Prefixes:";
|
$l['none'] = "None"; $l['mybb_acp'] = "MyBB ACP"; $l['pages'] = "Pages";
| $l['none'] = "None"; $l['mybb_acp'] = "MyBB ACP"; $l['pages'] = "Pages";
|
Zeile 177 | Zeile 181 |
---|
$l['cannot_perform_action_super_admin_general'] = "Sorry, but you cannot perform this action because 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.";
// AJAX
|
$l['cannot_perform_action_super_admin_general'] = "Sorry, but you cannot perform this action because 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.";
// AJAX
|
$l['loading_text'] = "Loading<br />Please wait...";
| $l['loading_text'] = "Loading<br />Please wait…";
|
// Time zone selection boxes $l['timezone_gmt_minus_1200'] = "(GMT -12:00) Howland and Baker Islands";
| // Time zone selection boxes $l['timezone_gmt_minus_1200'] = "(GMT -12:00) Howland and Baker Islands";
|
Zeile 325 | Zeile 329 |
---|
$l['task_versioncheck_ran'] = "The version check task successfully ran."; $l['task_versioncheck_ran_errors'] = "Could not connect to MyBB for a version check."; $l['task_recachestylesheets_ran'] = 'Re-cached {1} stylesheets.';
|
$l['task_versioncheck_ran'] = "The version check task successfully ran."; $l['task_versioncheck_ran_errors'] = "Could not connect to MyBB for a version check."; $l['task_recachestylesheets_ran'] = 'Re-cached {1} stylesheets.';
|
| $l['task_sendmailqueue_ran'] = 'The send mail queue task sent up to {1} messages.';
|
$l['massmail_username'] = "Username"; $l['email_addr'] = "Email Address";
| $l['massmail_username'] = "Username"; $l['email_addr'] = "Email Address";
|