diff options
author | plegall <plg@piwigo.org> | 2011-08-18 16:51:16 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-18 16:51:16 +0000 |
commit | 50cb55c65690f15b5bbc375af0b2bfa87400083d (patch) | |
tree | 9e3d6af495023f02dcc5eceb7214e62c61e5636c /language | |
parent | 27d0c89c337ee5a2281640d0fed68ed26c0a50e1 (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 '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 1 |
2 files changed, 2 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'; ?> diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 2a695ab8e..ce2af1a8d 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -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'; ?>
\ No newline at end of file |