diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 | ||||
-rw-r--r-- | language/en_UK/common.lang.php | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 5cc716a32..250476327 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -646,6 +646,7 @@ $lang['Send an information email to group members'] = "Send an information email $lang['Send mail as'] = "Send mail as"; $lang['Send mail on HTML format'] = "Send mail in HTML format"; $lang['Send mail to users'] = "Send mail to users"; +$lang['Send connection settings by email'] = 'Send connection settings by email'; $lang['Send'] = "Send"; $lang['Set as default language for unregistered and new users'] = 'Set as default language for unregistered and new users'; $lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users"; 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 |