diff options
author | mistic100 <mistic@piwigo.org> | 2014-06-22 11:41:47 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-06-22 11:41:47 +0000 |
commit | b4b17975304e776518bb2f456f8000cef6bd60e9 (patch) | |
tree | b0538fc2463bb7a5e3ff6f6e32ad81a729e28018 /language/en_UK/admin.lang.php | |
parent | f77f3698fe1501ba0a3b94c3a2cfe4d728f2b45b (diff) |
feature 3095: add "comments_enable_website" param + GUI
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 dcb45fe8b..180750941 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -168,6 +168,7 @@ $lang['all'] = "all"; $lang['Allow rating'] = "Allow rating"; $lang['Allow user customization'] = 'Allow user customization'; $lang['Allow user registration'] = "Allow user registration"; +$lang['Allow users to add a link to their website'] = "Allow users to add a link to their website"; $lang['Allow users to delete their own comments'] = "Allow users to delete their own comments"; $lang['Allow users to edit their own comments'] = "Allow users to edit their own comments"; $lang['Allowed file types: %s.'] = 'Allowed file types: %s.'; |