diff options
author | riopwg <riopwg@piwigo.org> | 2011-03-21 09:27:51 +0000 |
---|---|---|
committer | riopwg <riopwg@piwigo.org> | 2011-03-21 09:27:51 +0000 |
commit | d52c0fe460619ba23f72ae108965718e91006d24 (patch) | |
tree | b818aa7663b7d71982449460c37f2b9c211a87b7 /language/fr_FR/common.lang.php | |
parent | 5226db70a071f56d1c46709f6acc9d5873db944e (diff) |
Update language Fr
Errors due of the remplacement of "Category" by "Album"
git-svn-id: http://piwigo.org/svn/trunk@9799 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 51a587623..09a563cec 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -191,7 +191,7 @@ $lang['Page generated in'] = 'Page fabriquée en'; $lang['guest'] = 'visiteur'; $lang['Hello'] = 'Bonjour'; $lang['available for administrators only'] = 'disponible uniquement pour les administrateurs'; -$lang['display this album'] = 'montre les photos à la racine de cette album'; +$lang['display this album'] = 'montre les photos à la racine de cet album'; $lang['display last user comments'] = 'Voir les derniers commentaires utilisateurs'; $lang['customize the appareance of the gallery'] = 'personnaliser l\'apparence de la galerie'; $lang['search'] = 'recherche'; |