diff options
Diffstat (limited to 'language/fr_FR.iso-8859-1/common.lang.php')
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index db6561a12..73ec8159c 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -299,6 +299,8 @@ $lang['%d comment to validate'] = '%d commentaire utilisateur à valider'; $lang['%d comments to validate'] = '%d commentaires utilisateur à valider'; $lang['%d new comment'] = '%d nouveau commentaire utilisateur'; $lang['%d new comments'] = '%d nouveaux commentaires utilisateur'; +$lang['%d hit'] = 'vue %d fois'; +$lang['%d hits'] = 'vue %d fois'; $lang['%d new element'] = '%d nouvel élément'; $lang['%d new elements'] = '%d nouveaux éléments'; $lang['%d new user'] = '%d nouvel utilisateur'; @@ -571,6 +573,7 @@ $lang['searched words : %s'] = 'mots recherchés : %s'; $lang['send_mail'] = 'Contacter'; $lang['set as category representative'] = 'élire comme représentant de cette catégorie'; $lang['show_nb_comments'] = 'Montrer le nombre de commentaires'; +$lang['show_nb_hits'] = 'Montrer le nombre de visualisations'; $lang['slideshow'] = 'diaporama'; $lang['slideshow_stop'] = 'arrêter le diaporama'; $lang['special_categories'] = 'Spéciales'; |