diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-23 19:27:55 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-23 19:27:55 -0400 |
commit | c26b68cc54b19d91affae6f4dbab67a33939ca23 (patch) | |
tree | be9e5a57825c2b126bdb96435e76506fa5162a05 /phpBB/language/en/common.php | |
parent | 9805927fac30d9c5d99f5f5f8d7207c9a6064724 (diff) | |
download | forums-c26b68cc54b19d91affae6f4dbab67a33939ca23.tar forums-c26b68cc54b19d91affae6f4dbab67a33939ca23.tar.gz forums-c26b68cc54b19d91affae6f4dbab67a33939ca23.tar.bz2 forums-c26b68cc54b19d91affae6f4dbab67a33939ca23.tar.xz forums-c26b68cc54b19d91affae6f4dbab67a33939ca23.zip |
[feature/oauth] Update error message with actual error
PHPBB3-11673
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index b188d90f3a..a68c027554 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -351,6 +351,7 @@ $lang = array_merge($lang, array( 'LOGIN_CONFIRM_EXPLAIN' => 'To prevent brute forcing accounts the board requires you to enter a confirmation code after a maximum amount of failed logins. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.', // unused 'LOGIN_ERROR_ATTEMPTS' => 'You exceeded the maximum allowed number of login attempts. In addition to your username and password you now also have to solve the CAPTCHA below.', 'LOGIN_ERROR_EXTERNAL_AUTH_APACHE' => 'You have not been authenticated by Apache.', + 'LOGIN_ERROR_OAUTH_SERVICE_DOES_NOT_EXIST' => 'A non-existant OAuth service has been requested.', 'LOGIN_ERROR_PASSWORD' => 'You have specified an incorrect password. Please check your password and try again. If you continue to have problems please contact the %sBoard Administrator%s.', 'LOGIN_ERROR_PASSWORD_CONVERT' => 'It was not possible to convert your password when updating this bulletin board’s software. Please %srequest a new password%s. If you continue to have problems please contact the %sBoard Administrator%s.', 'LOGIN_ERROR_USERNAME' => 'You have specified an incorrect username. Please check your username and try again. If you continue to have problems please contact the %sBoard Administrator%s.', |