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
This commit is contained in:
plegall
2011-08-18 16:51:16 +00:00
parent 27d0c89c33
commit 50cb55c656
4 changed files with 28 additions and 15 deletions
+1
View File
@@ -857,4 +857,5 @@ $lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</
$lang['Maximum file size: %sB.'] = 'Poids maximum des fichiers : %sB.';
$lang['Allowed file types: %s.'] = 'Types de fichiers autorisés : %s.';
$lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Résolution maximum approximative : %dM pixels (soit %dx%d pixels).';
$lang['Manage Permissions'] = 'Gérer les permissions';
?>