aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-08-10 15:09:35 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-08-10 15:09:35 +0200
commite991df195baa75cc2bb36a34621eb8aea1f9f9e7 (patch)
treeabd25016a629b5b29a0df5432900544d8f29d8f1 /phpBB/language
parent1d1d963c14d9db54df69469758163f1f50a9b4b3 (diff)
downloadforums-e991df195baa75cc2bb36a34621eb8aea1f9f9e7.tar
forums-e991df195baa75cc2bb36a34621eb8aea1f9f9e7.tar.gz
forums-e991df195baa75cc2bb36a34621eb8aea1f9f9e7.tar.bz2
forums-e991df195baa75cc2bb36a34621eb8aea1f9f9e7.tar.xz
forums-e991df195baa75cc2bb36a34621eb8aea1f9f9e7.zip
[ticket/11327] Continue with implementation of password reset functionality
PHPBB3-11327
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/ucp.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 66fb554f78..0a82e150ef 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -402,6 +402,7 @@ $lang = array_merge($lang, array(
'NO_OLDER_PM' => 'No older messages.',
'NO_PASSWORD_SUPPLIED' => 'You cannot login without a password.',
'NO_RECIPIENT' => 'No recipient defined.',
+ 'NO_RESET_TOKEN' => 'You did not provide a password reset token.',
'NO_RULES_DEFINED' => 'No rules defined.',
'NO_SAVED_DRAFTS' => 'No drafts saved.',
'NO_TO_RECIPIENT' => 'None',
@@ -463,6 +464,7 @@ $lang = array_merge($lang, array(
'REPLIED_MESSAGE' => 'Replied to message',
'REPLY_TO_ALL' => 'Reply to sender and all recipients.',
'REPORT_PM' => 'Report private message',
+ 'RESET_TOKEN_EXPIRED_OR_INVALID' => 'The password reset token you supplied is invalid or has expired.',
'RESIGN_SELECTED' => 'Resign selected',
'RETURN_FOLDER' => '%1$sReturn to previous folder%2$s',
'RETURN_UCP' => '%sReturn to the User Control Panel%s',