diff options
Diffstat (limited to 'language/fr_FR/common.lang.php')
-rw-r--r-- | language/fr_FR/common.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 10b393f8f..038807785 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -229,10 +229,8 @@ $lang['month'][8] = 'Août'; $lang['month'][9] = 'Septembre'; $lang['Most visited'] = 'Plus vues'; $lang['display most visited photos'] = 'afficher les photos les plus vues'; -$lang['The number of photos per row must be a not null scalar'] = 'Le nombre de photos par ligne doit être un entier non nul'; -$lang['Number of photos per row'] = 'Nombre de miniatures par ligne'; -$lang['The number of rows per page must be a not null scalar'] = 'Le nombre de lignes par page doit être un entier non nul'; -$lang['Number of rows per page'] = 'Nombre de lignes par page'; +$lang['The number of photos per page must be a not null scalar'] = 'Le nombre de photos par page doit être un entier non nul'; +$lang['Number of photos per page'] = 'Nombre de miniatures par page'; $lang['Unknown identifier'] = 'Identifiants inconnus'; $lang['New password'] = 'Nouveau mot de passe'; $lang['Rate this photo'] = 'Votez pour cette photo'; |