diff options
author | mistic100 <mistic@piwigo.org> | 2012-01-14 13:08:43 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-01-14 13:08:43 +0000 |
commit | 5ea5350deb37777e815248488fd49699c18ab9e2 (patch) | |
tree | 5470bfcb5d8ccb7fca0ca07e9bd7448206cf5225 /language/en_UK | |
parent | 34a70eceec0cdfed0203e4bee816256faa8c0294 (diff) |
feature:2021 email notification on user creation, add checkboxes on register and install pages
git-svn-id: http://piwigo.org/svn/trunk@12885 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index b16ba9898..995d92c60 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -307,6 +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['set as album representative'] = "set as album thumbnail"; $lang['Show file metadata'] = "Show file metadata"; $lang['Show number of comments'] = "Show number of comments"; |