diff options
author | rub <rub@piwigo.org> | 2007-10-01 22:07:47 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-10-01 22:07:47 +0000 |
commit | f7196c793a77f7a89713d10a31fd130e7604a4fb (patch) | |
tree | 752ddc42a577d2586673735e1461c5c4acb9ffce /language/en_UK.iso-8859-1/common.lang.php | |
parent | f8e8bdf05bee2444f003bc5dbb001343e1459e73 (diff) |
Resolved 0000759: email unique for each user
git-svn-id: http://piwigo.org/svn/trunk@2115 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index ed5ada707..a6dc8f0c8 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -637,4 +637,5 @@ $lang['guest_must_be_guest'] = 'Bad status for user "guest", using default statu $lang['add new elements to caddie'] = 'add new elements to caddie'; // --------- Starting below: New or revised $lang ---- from Butterfly (1.8) $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method'; +$lang['reg_err_mail_address_dbl'] = 'a user use already this mail address'; ?> |