improve French label

git-svn-id: http://piwigo.org/svn/trunk@14425 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2012-04-25 20:46:10 +00:00
parent 4ded9df16d
commit 39c0f041ee
+3 -3
View File
@@ -401,6 +401,6 @@ $lang['Photo title, A → Z'] = 'Titre de la photo, A → Z';
$lang['Photo title, Z → A'] = 'Titre de la photo, Z → A';
$lang['Rating score, high → low'] = 'Note, haute → basse';
$lang['Rating score, low → high'] = 'Note, basse → haute';
$lang['Visits, high → low'] = 'Nombre de visites, haut → bas';
$lang['Visits, low → high'] = 'Nombre de visites, bas → haut';
?>
$lang['Visits, high → low'] = 'Nombre de visites, élevé → faible';
$lang['Visits, low → high'] = 'Nombre de visites, faible → élevé';
?>