diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-24 23:24:01 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-24 23:24:01 +0000 |
commit | f9b339cf796e1b78e2a3416f594897c0b808c156 (patch) | |
tree | 8db694d7e84410212fd72a63d3312baad0e286dc /language/fr_FR/common.lang.php | |
parent | 7682ed5e13e88d01cc0e05b083d49b6d8552a2b3 (diff) |
Feature 1533: admincan activate/deactivate user customization.
git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR/common.lang.php')
-rw-r--r-- | language/fr_FR/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 877031f8e..86d6a512a 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -387,4 +387,5 @@ $lang['This author removed the comment with id %d'] = 'Cet auteur a supprimé le $lang['delete this comment'] = "supprimer ce commentaire"; $lang['validate this comment'] = 'valider ce commentaire'; $lang['(!) This comment requires validation'] = '(!) Ce commentaire requiert une validation'; +$lang['Allow user customization'] = "Permettre la personnalisation de l'affichage"; ?> |