diff options
author | plegall <plg@piwigo.org> | 2012-04-25 20:46:10 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-04-25 20:46:10 +0000 |
commit | 39c0f041ee739dbdb500adef5c49fc2e9c853881 (patch) | |
tree | 7b54116a3db96a61e314c9b29d254d83efc93d2e /language/fr_FR/common.lang.php | |
parent | 4ded9df16d6b207e714c041cec308d87b54e82d1 (diff) |
improve French label
git-svn-id: http://piwigo.org/svn/trunk@14425 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/common.lang.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index a5a25d376..5c68b5fce 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -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'; -?>
\ No newline at end of file +$lang['Visits, high → low'] = 'Nombre de visites, élevé → faible'; +$lang['Visits, low → high'] = 'Nombre de visites, faible → élevé'; +?> |