diff options
author | plegall <plg@piwigo.org> | 2012-01-31 00:33:01 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-01-31 00:33:01 +0000 |
commit | 7c322f6d9c241c9282bc9c8362e702b49814fbad (patch) | |
tree | 82a8b6a2eb7bd7fda8ea2882f586c3ef9ddcd269 /language/fr_FR | |
parent | 907c8e2104ac7f96327b16a3daee78947c21432f (diff) |
bug 2558 fixed: instead of locking the gallery with a simple checkbox among
configuration options, "lock gallery" becomes a maintenance action, with a
confirmation on popup.
git-svn-id: http://piwigo.org/svn/trunk@13001 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/admin.lang.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index b01a5b642..7766df892 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -845,5 +845,7 @@ $lang['Original Size'] = 'Taille originale'; $lang['Send connection settings by email'] = 'Envoyer les identifiants par email'; $lang['Activate comments'] = 'Activer les commentaires'; $lang['Default comments order'] = 'Ordre par défaut des commentaires'; - +$lang['A locked gallery is only visible to administrators'] = 'Une galerie verrouillée n\'est visible que des administrateurs'; +$lang['Unlock gallery'] = 'Déverouiller la galerie'; +$lang['Gallery unlocked'] = 'Galerie déverouillée'; ?>
\ No newline at end of file |