aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/admin.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-18 16:51:16 +0000
committerplegall <plg@piwigo.org>2011-08-18 16:51:16 +0000
commit50cb55c65690f15b5bbc375af0b2bfa87400083d (patch)
tree9e3d6af495023f02dcc5eceb7214e62c61e5636c /language/en_UK/admin.lang.php
parent27d0c89c337ee5a2281640d0fed68ed26c0a50e1 (diff)
feature 2409 added: by default, hide the "who can see these photos?" field in the upload form.
git-svn-id: http://piwigo.org/svn/trunk@11967 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r--language/en_UK/admin.lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 5bb1493cf..270780bb5 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -848,4 +848,5 @@ $lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</
$lang['Maximum file size: %sB.'] = 'Maximum file size: %sB.';
$lang['Allowed file types: %s.'] = 'Allowed file types: %s.';
$lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).';
+$lang['Manage Permissions'] = 'Manage Permissions';
?>