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/admin.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 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 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"; |