diff options
author | plegall <plg@piwigo.org> | 2005-02-13 10:23:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-02-13 10:23:09 +0000 |
commit | ec6e36c1dddd52dac5362c4d26871b7e3b52c5a1 (patch) | |
tree | 7b2d099eba0f634c5d59381d6a8225090be4e768 /language/fr_FR.iso-8859-1/admin.lang.php | |
parent | 6a16bf5bb1cf2045c394c45e5bbceb261e16f59b (diff) |
- bug fixed : more precise information about setting a new random
representant
git-svn-id: http://piwigo.org/svn/trunk@736 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR.iso-8859-1/admin.lang.php')
-rw-r--r-- | language/fr_FR.iso-8859-1/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php index 64f3e7582..7df5b61a7 100644 --- a/language/fr_FR.iso-8859-1/admin.lang.php +++ b/language/fr_FR.iso-8859-1/admin.lang.php @@ -115,7 +115,7 @@ $lang['cat_status_title'] = 'Gestion des autorisations'; $lang['cat_status_info'] = 'Les catégories sélectionnées sont privées : vous devrez permettre à vos utilisateurs et / ou groupes d\'y accéder. <br />Si une catégorie est déclarée privée, alors toutes ses sous catégories deviennent privées. <br />Si une catégorie est déclarée publique, alors toutes les catégories mères deviennent publiques.'; -$lang['cat_representant'] = 'Représentant au hasard'; +$lang['cat_representant'] = 'Trouver un nouveau représentant au hasard'; //Titles $lang['admin_panel'] = 'Panneau d\'administration'; |