aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR/admin.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-29 18:50:08 +0000
committerplegall <plg@piwigo.org>2010-03-29 18:50:08 +0000
commit3b80fbe3fa4789db28796c981e6b7ad35bab9bd6 (patch)
treea6b1d09241ef56331059dcf8dbe2b2e87baf2c74 /language/fr_FR/admin.lang.php
parenta6a3a6e0c271099b6f199c7363eba572fc7b5266 (diff)
bug fixed: add "Allow rating" language key to make a difference between
Admin>Photos>Rating and Admin>Configuration>Options>Rating git-svn-id: http://piwigo.org/svn/trunk@5453 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--language/fr_FR/admin.lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index a0eeabf56..d7acaa339 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -763,4 +763,5 @@ $lang['Invert'] = 'Inverser';
$lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Impossible de désactiver ce thème, il doit rester au moins un thème activé.';
$lang['Webmaster status is required.'] = 'Vous devez avoir le status de "webmaster".';
$lang['Bound Theme'] = 'Thème rattaché';
+$lang['Allow rating'] = "Permettre les notations";
?>