diff options
author | mistic100 <mistic@piwigo.org> | 2012-01-14 15:02:02 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-01-14 15:02:02 +0000 |
commit | a412558492bf24ee9c39502ac37730ff4bc40177 (patch) | |
tree | 046c7239358a40292d9c02a146eb897972af2c54 /language/en_UK/common.lang.php | |
parent | 5ea5350deb37777e815248488fd49699c18ab9e2 (diff) |
feature:2021 change contents of the mail + add option on admin/user_list
git-svn-id: http://piwigo.org/svn/trunk@12886 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 995d92c60..e6e73cd80 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -307,7 +307,7 @@ $lang['Search'] = "Search"; $lang['search'] = "search"; $lang['searched words : %s'] = "searched words : %s"; $lang['Sent by'] = "Sent by"; -$lang['Send my password by email'] = 'Send my password by email'; +$lang['Send my connection settings by email'] = 'Send my connection settings by email'; $lang['set as album representative'] = "set as album thumbnail"; $lang['Show file metadata'] = "Show file metadata"; $lang['Show number of comments'] = "Show number of comments"; @@ -318,7 +318,7 @@ $lang['slideshow'] = "slideshow"; $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['Sort by'] = "Sort by"; $lang['Sort order'] = "Sort order"; -$lang['Successfully registered, an email with your password has been sent to you. Welcome!'] = 'Successfully registered, an email with your password has been sent to you. Welcome!'; +$lang['Successfully registered, you will soon receive an email with your connection settings. Welcome!'] = 'Successfully registered, you will soon receive an email with your connection settings. Welcome!'; $lang['Specials'] = "Specials"; $lang['SQL queries in'] = "SQL queries in"; $lang['stop the slideshow'] = "stop the slideshow"; @@ -376,7 +376,10 @@ $lang['xlarge'] = "XLarge"; $lang['xxlarge'] = "XXLarge"; $lang['original'] = "Original"; $lang['Thank you for registering at %s!'] = 'Thank you for registering at %s!'; -$lang['Here is your password: %s'] = 'Here is your password: %s'; +$lang['Here are your connection settings'] = 'Here are your connection settings'; +$lang['Password: %s'] = 'Password: %s'; +$lang['Username: %s'] = 'Username: %s'; +$lang['Email: %s'] = 'Email: %s'; $lang['If you think you\'ve received this email in error, please contact us at %s'] = 'If you think you\'ve received this email in error, please contact us at %s'; ?>
\ No newline at end of file |