diff options
author | gweltas <gweltas@piwigo.org> | 2004-12-16 14:49:47 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-12-16 14:49:47 +0000 |
commit | 775e9ee74cf910f858f08b24d4b4820ea42bac85 (patch) | |
tree | 982ba81dc264be650b75d68f23c78e962f567fa9 /language/fr_FR.iso-8859-1/common.lang.php | |
parent | 9ec6ad0c8a155d3cb93a91836014f837fdc36ccf (diff) |
- French translation for many new entries
- minor template update for cat_modify
git-svn-id: http://piwigo.org/svn/trunk@646 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index 3ca61d27f..e45875503 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -33,6 +33,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'fr'; // Main words +$lang['no_category'] = 'Accueil'; $lang['category'] = 'Catégorie'; $lang['categories'] = 'Catégories'; $lang['thumbnail'] = 'Miniature'; @@ -53,6 +54,7 @@ $lang['file'] = 'Fichier'; $lang['keywords'] = 'Mots-clefs'; $lang['default'] = 'Défaut'; $lang['webmaster'] = 'Webmaster'; +$lang['language'] = 'Langue'; // Properties $lang['registration_date'] = 'Enregistré le'; @@ -92,6 +94,11 @@ $lang['about'] = 'A propos'; $lang['hint_about'] = 'Quelques informations sur PhpWebGallery...'; $lang['admin'] = 'Administration'; $lang['hint_admin'] = 'Partie accessible uniquement aux administrateurs'; +$lang['page_number'] = 'numéro de page'; +$lang['previous_page'] = 'Précédente'; +$lang['next_page'] = 'Suivante'; +$lang['first_page'] = '<<'; +$lang['last_page'] = '>>'; //Calendar $lang['calendar'] = 'Calendrier'; @@ -132,7 +139,6 @@ $lang['new_password_hint'] = 'Vous avez seulement besoin de fournir un mot de pa $lang['confirm_password_hint'] = 'Vous avez seulement besoin de confirmer votre mot de passe si vous l\'avez changé ci-dessus'; $lang['nb_image_per_row'] = 'Nombre d\'images par ligne'; $lang['nb_row_per_page'] = 'Nombre de lignes par page'; -$lang['language'] = 'Langue'; $lang['maxwidth'] = 'Largeur maximum des images'; $lang['maxheight'] = 'Hauteur maximum des images'; $lang['auto_expand'] = 'Développer toutes les catégories'; @@ -204,10 +210,7 @@ $lang['hint_customize'] = 'personnaliser votre affichage'; $lang['hint_search'] = 'lancer une recherche'; -$lang['no_category'] = 'Accueil'; -$lang['page_number'] = 'numéro de page'; -$lang['previous_page'] = 'Précédente'; -$lang['next_page'] = 'Suivante'; + $lang['nb_image_category'] = 'nombre d\'images dans la catégorie'; $lang['recent_image'] = 'Image datant de moins de'; $lang['send_mail'] = 'Contacter l\'adminstrateur'; |