aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/common.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
committerplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
commit2de0f01dce5913dcca68c28376205f0a6d473b7c (patch)
tree6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /language/en_UK/common.lang.php
parentc1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (diff)
feature 2027 implemented: the "lost password" feature was rewritten.
The algorithm is highly inspired from WordPress : 1) in a single field, you give a username or an email 2) Piwigo sends an email with the activation key 3) the user clicks on the link in the email (with the activation key) and is able to set a new password The "lost password" feature is no longer limited to "classic" users: administrators and webmasters can use it too (no need to tell webmasters that they can only change their password in the database) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r--language/en_UK/common.lang.php24
1 files changed, 19 insertions, 5 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index a47dc5c53..3271f0b9f 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -90,9 +90,6 @@ $lang['Links'] = "Links";
$lang['N/A'] = "N/A";
$lang['New on %s'] = "New on %s";
$lang['New password confirmation does not correspond'] = "New password confirmation does not match";
-$lang['New password sent by email'] = "New password sent by email";
-$lang['No email address'] = "No email address";
-$lang['No classic user matches this email address'] = "No classic user matches this email address";
$lang['Notification'] = "Notification";
$lang['Number of items'] = "Number of items";
$lang['Original dimensions'] = "Original dimensions";
@@ -113,7 +110,6 @@ $lang['Search rules'] = "Search criteria";
$lang['Search tags'] = "Search tags";
$lang['Search'] = "Search";
$lang['display available tags'] = "display available tags";
-$lang['Send new password'] = "Send new password";
$lang['Since'] = "Since";
$lang['Sort by'] = "Sort by";
$lang['Sort order'] = "Sort order";
@@ -309,7 +305,6 @@ $lang['Admin: %s'] = "Admin: %s";
$lang['Registration of %s'] = "Registration of %s";
$lang['Album: %s'] = "Album: %s";
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Bad status for user \"guest\", default status will be used. Please notify the webmaster.";
-$lang['Administrator, webmaster and special user cannot use this method'] = "Administrator, webmaster and special user cannot use this method";
$lang['this email address is already in use'] = "this email address is already in use";
$lang['Album results for'] = "Album results for";
$lang['Tag results for'] = "Tag results for";
@@ -356,4 +351,23 @@ $lang['This author removed the comment with id %d'] = 'This author removed the c
$lang['delete this comment'] = "delete this comment";
$lang['validate this comment'] = 'validate this comment';
$lang['html tags are not allowed in login'] = 'html tags are not allowed in login';
+$lang['Enter a username or email address'] = 'Enter a username or email address';
+$lang['Invalid username or email'] = 'Invalid username or email';
+$lang['Password reset is not allowed for this user'] = 'Password reset is not allowed for this user';
+$lang['User "%s" has no email address, password reset is not possible'] = 'User "%s" has no email address, password reset is not possible';
+$lang['Someone requested that the password be reset for the following user account:'] = 'Someone requested that the password be reset for the following user account:';
+$lang['Username "%s" on gallery %s'] = 'Username "%s" on gallery %s';
+$lang['To reset your password, visit the following address:'] = 'To reset your password, visit the following address:';
+$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'If this was a mistake, just ignore this email and nothing will happen.';
+$lang['Password Reset'] = 'Password Reset';
+$lang['Check your email for the confirmation link'] = 'Check your email for the confirmation link';
+$lang['Invalid key'] = 'Invalid key';
+$lang['The passwords do not match'] = 'The passwords do not match';
+$lang['Your password has been reset'] = 'Your password has been reset';
+$lang['Return to home page'] = 'Return to home page';
+$lang['Please enter your username or email address.'] = 'Please enter your username or email address.';
+$lang['You will receive a link to create a new password via email.'] = 'You will receive a link to create a new password via email.';
+$lang['Username or email'] = 'Username or email';
+$lang['Change my password'] = 'Change my password';
+$lang['Enter your new password below.'] = 'Enter your new password below.';
?> \ No newline at end of file