diff options
author | plegall <plg@piwigo.org> | 2005-10-31 14:58:19 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-10-31 14:58:19 +0000 |
commit | d8ececfdbea5e5f65f9ef2988079bea5884113ae (patch) | |
tree | 45fed058ac90f37d71ae37a49fcd1df4dcdb04c0 /language/fr_FR.iso-8859-1/common.lang.php | |
parent | 7664d4f7124b063ba4ddaf46232ad2e5cfbbaab9 (diff) |
- bug 185 fixed: errors in language items.
git-svn-id: http://piwigo.org/svn/trunk@921 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index 3b015df6a..f0061ddb4 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -113,7 +113,7 @@ $lang['ascending'] = 'croissant'; $lang['auto_expand'] = 'Développer toutes les catégories'; $lang['best_rated_cat'] = 'Mieux notées'; $lang['best_rated_cat_hint'] = 'affiche les images les mieux notées'; -$lang['caddie'] = 'panier'; +$lang['caddie'] = 'Panier'; $lang['calendar'] = 'Calendrier'; $lang['calendar_hint'] = 'affichage année par année, mois par mois, jour par jour'; $lang['calendar_picture_hint'] = 'affiche les images du '; @@ -126,10 +126,10 @@ $lang['comment_to_validate'] = 'Un administrateur doit valider votre commentaire $lang['comment_user_exists'] = 'Ce nom d\'utilisateur est déjà pris'; $lang['comments'] = 'Commentaires'; $lang['comments_add'] = 'Ajouter un commentaire'; -$lang['comments_del'] = 'supprimer ce commentaire'; +$lang['comments_del'] = 'Supprimer ce commentaire'; $lang['comments_title'] = 'Commentaires des utilisateurs'; $lang['confirm_password_hint'] = 'Vous n\'avez à confirmer votre mot de passe que si vous désirez en changer.'; -$lang['customize'] = 'personnaliser'; +$lang['customize'] = 'Personnaliser'; $lang['customize_page_title'] = 'Personnalisation de votre affichage '; $lang['customize_title'] = 'Personnaliser'; $lang['day'][0] = 'Dimanche'; @@ -220,7 +220,7 @@ $lang['preferences'] = 'Préférences'; $lang['previous_page'] = 'Précédent'; $lang['random_cat'] = 'Images au hasard'; $lang['random_cat_hint'] = 'Affiche un ensemble aléatoire d\'images'; -$lang['recent_cats_cat'] = 'Dernière catégories'; +$lang['recent_cats_cat'] = 'Dernières catégories'; $lang['recent_cats_cat_hint'] = 'Affiche les catégories récemment mises à jour ou créées'; $lang['recent_image'] = 'Image de moins de'; $lang['recent_period'] = 'Période récente'; |