diff options
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index ced90e8ac..9aa1fee9c 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -490,9 +490,11 @@ $lang['maxheight'] = 'Hauteur maximum des images'; $lang['maxheight_error'] = 'La hauteur maximum des images doit être supérieure à 50'; $lang['maxwidth'] = 'Largeur maximum des images'; $lang['maxwidth_error'] = 'La largeur des images doit être supérieure à 50'; +$lang['start_filter_local_mode_hint'] = '[local] afficher que les éléments récents'; +$lang['stop_filter_local_mode_hint'] = '[local] retourner à l\'affichage de tous les éléments'; +$lang['start_filter_global_mode_hint'] = '[global] afficher que les éléments récents'; +$lang['stop_filter_global_mode_hint'] = '[global] retourner à l\'affichage de tous les éléments'; $lang['mode_created_hint'] = 'afficher un calendrier par date de création'; -$lang['start_filter_mode_hint'] = 'afficher que les éléments récents'; -$lang['stop_filter_mode_hint'] = 'retourner à l\'affichage de tous les éléments'; $lang['mode_normal_hint'] = 'retourner à la vue normale'; $lang['mode_posted_hint'] = 'afficher un calendrier par date d\'ajout'; $lang['month'][10] = 'Octobre'; |