1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

[ticket/10325] fix language

PHPBB3-10325
This commit is contained in:
Dhruv 2013-01-26 11:10:17 +05:30
parent 2dbe3b3c97
commit f8012cc239
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class ucp_remind
if (!$config['allow_forgot_password'])
{
trigger_error('UCP_FORGOT_PASSWORD_DISABLE');
trigger_error($user->lang('UCP_FORGOT_PASSWORD_DISABLE', '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'));
}
$username = request_var('username', '', true);

View File

@ -521,7 +521,7 @@ $lang = array_merge($lang, array(
'UCP_USERGROUPS_MEMBER' => 'Edit memberships',
'UCP_USERGROUPS_MANAGE' => 'Manage groups',
'UCP_FORGOT_PASSWORD_DISABLE' => 'Function has been disabled.',
'UCP_FORGOT_PASSWORD_DISABLE' => 'The administrator has disabled the password reset ability. If you need help accessing your account, please contact the %sBoard Administrator%s',
'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.',
'UCP_REMIND' => 'Send password',
'UCP_RESEND' => 'Send activation email',