diff options
author | plegall <plg@piwigo.org> | 2010-12-31 14:09:07 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-31 14:09:07 +0000 |
commit | c811651769f55a401f2d0f59657e2c5676382e94 (patch) | |
tree | bfef891a1a5dd3f782e1421a66f64f596badf3cf | |
parent | ad359f8df9507ab2b10f2470ff237dece1f9fa1d (diff) |
typo fixed
git-svn-id: http://piwigo.org/svn/trunk@8410 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/fr_FR/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index a58bf0d98..45f39aef6 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -786,7 +786,7 @@ $lang['Apply action'] = 'Appliquer l\'action'; $lang['on the %d selected photos'] = 'sur les %d photos sélectionnées'; $lang['%d of %d photos selected'] = '%d photos sur %d sont sélectionnées'; $lang['No photo selected, %d photos in current set'] = 'Aucune photo sélectionnée parmi les %d photos du lot'; -$lang['All %d photos are selected'] = 'Toute les %d photos du lot sont sélectionnées'; +$lang['All %d photos are selected'] = 'Toutes les %d photos du lot sont sélectionnées'; $lang['remove this filter'] = 'supprimer ce filtre'; $lang['predefined filter'] = 'filtre prédéfini'; $lang['last import'] = 'dernier import'; |