2004-09-23 17:09:06 +00:00
< ? php
// +-----------------------------------------------------------------------+
2011-01-18 00:02:52 +00:00
// | Piwigo - a PHP based photo gallery |
2008-04-04 22:57:23 +00:00
// +-----------------------------------------------------------------------+
2014-01-05 00:19:25 +00:00
// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
2008-04-04 22:57:23 +00:00
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
2004-09-23 17:09:06 +00:00
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
2011-03-04 10:12:50 +00:00
/*
Language Name : Français [ FR ]
2014-01-11 23:40:14 +00:00
Version : 2.6 . 0
2011-03-04 10:12:50 +00:00
Language URI : http :// piwigo . org / ext / extension_view . php ? eid = 421
Author : Piwigo team
Author URI : http :// piwigo . org
*/
2004-09-23 17:09:06 +00:00
2010-03-24 19:34:41 +00:00
// Langage informations
$lang_info [ 'language_name' ] = 'Français' ;
$lang_info [ 'country' ] = 'France' ;
$lang_info [ 'direction' ] = 'ltr' ;
$lang_info [ 'code' ] = 'fr' ;
$lang_info [ 'zero_plural' ] = false ;
2006-06-17 22:56:35 +00:00
2010-09-28 00:20:14 +00:00
$lang [ '%d album updated' ] = '%d album mis à jour' ;
$lang [ '%d albums updated' ] = '%d albums mis à jour' ;
2010-03-24 19:34:41 +00:00
$lang [ '%d comment to validate' ] = '%d commentaire utilisateur à valider' ;
$lang [ '%d comment' ] = '%d commentaire' ;
2011-11-29 20:44:38 +00:00
$lang [ '%d comments to validate' ] = '%d commentaires utilisateurs à valider' ;
2010-03-24 19:34:41 +00:00
$lang [ '%d comments' ] = '%d commentaires' ;
$lang [ '%d hit' ] = 'vue %d fois' ;
$lang [ '%d hits' ] = 'vue %d fois' ;
2011-11-29 20:44:38 +00:00
$lang [ '%d Kb' ] = '%d Ko' ;
$lang [ '%d new comment' ] = '%d nouveau commentaire utilisateur' ;
$lang [ '%d new comments' ] = '%d nouveaux commentaires utilisateurs' ;
2011-01-20 14:29:08 +00:00
$lang [ '%d new photo' ] = '%d nouvelle photo' ;
$lang [ '%d new photos' ] = '%d nouvelles photos' ;
2010-03-24 19:34:41 +00:00
$lang [ '%d new user' ] = '%d nouvel utilisateur' ;
$lang [ '%d new users' ] = '%d nouveaux utilisateurs' ;
2011-11-29 20:44:38 +00:00
$lang [ '%d photo is also linked to current tags' ] = '%d photo est également liée aux tags courants' ;
$lang [ '%d photo' ] = '%d photo' ;
$lang [ '%d photos are also linked to current tags' ] = '%d photos sont également liées aux tags courants' ;
$lang [ '%d photos' ] = '%d photos' ;
$lang [ '%d rates' ] = '%d notes' ;
$lang [ '(!) This comment requires validation' ] = '(!) Ce commentaire doit être validé' ;
$lang [ '... or browse your empty gallery' ] = '... ou naviguez sur votre galerie vide' ;
$lang [ '... or please deactivate this message, I will find my way by myself' ] = '... ou désactivez ce message, je me débrouillerai par moi-même' ;
$lang [ 'A comment on your site' ] = 'Un commentaire sur le site' ;
2010-03-24 19:34:41 +00:00
$lang [ 'About Piwigo' ] = 'À propos de Piwigo' ;
2011-11-29 20:44:38 +00:00
$lang [ 'About' ] = 'À propos' ;
$lang [ 'Accelerate diaporama speed' ] = 'Accélerer la vitesse du diaporama' ;
$lang [ 'Add a comment' ] = 'Ajouter un commentaire' ;
2011-01-20 14:29:08 +00:00
$lang [ 'add this photo to your favorites' ] = 'ajouter cette photo à vos favoris' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Admin: %s' ] = 'Administration : %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Administration' ] = 'Administration' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Album results for' ] = 'Résultats des albums pour' ;
$lang [ 'Album' ] = 'Album' ;
$lang [ 'Album: %s' ] = 'Album : %s' ;
$lang [ 'Albums' ] = 'Albums' ;
$lang [ 'All tags' ] = 'Tous les tags' ;
$lang [ 'All' ] = 'Tout' ;
2010-03-24 19:34:41 +00:00
$lang [ 'all' ] = 'tout' ;
2011-11-29 20:44:38 +00:00
$lang [ 'An administrator must authorize your comment before it is visible.' ] = 'Un administrateur doit valider votre commentaire pour qu\'il devienne visible.' ;
$lang [ 'Anti-flood system : please wait for a moment before trying to post another comment' ] = 'Système anti-abus : merci de patienter avant d\'ajouter un nouveau commentaire' ;
$lang [ 'Any tag' ] = 'N\'importe quel tag' ;
$lang [ 'Are you sure?' ] = " Etes-vous sûr ? " ;
2010-03-24 19:34:41 +00:00
$lang [ 'ascending' ] = 'croissant' ;
2011-11-29 20:44:38 +00:00
$lang [ 'At least one listed rule must be satisfied.' ] = 'Au moins un des critères doit être satisfait.' ;
$lang [ 'Author' ] = 'Auteur' ;
2010-03-24 19:34:41 +00:00
$lang [ 'author(s) : %s' ] = 'auteur(s) : %s' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Author: %s' ] = 'Auteur : %s' ;
$lang [ 'Auto login' ] = 'Connexion auto' ;
$lang [ 'available for administrators only' ] = 'disponible uniquement pour les administrateurs' ;
$lang [ 'Bad status for user "guest", using default status. Please notify the webmaster.' ] = 'Statut de l\'utilisateur "guest" non conforme, utilisation du statut par défaut. Veuillez prévenir le webmestre.' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Best rated' ] = 'Mieux notées' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Browser: %s' ] = 'Navigateur : %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Calendar' ] = 'Calendrier' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Change my password' ] = 'Changer mon mot de passe' ;
$lang [ 'Check your email for the confirmation link' ] = 'Vérifiez vos emails pour trouver le lien de confirmation' ;
2010-03-24 19:34:41 +00:00
$lang [ 'chronology_monthly_calendar' ] = 'Calendrier mensuel' ;
$lang [ 'chronology_monthly_list' ] = 'Liste mensuelle' ;
$lang [ 'chronology_weekly_list' ] = 'Liste hebdomadaire' ;
$lang [ 'Click here if your browser does not automatically forward you' ] = 'Cliquez ici si votre navigateur ne vous redirige pas.' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Click on the photo to see it in high definition' ] = 'Cliquer sur la photo pour la visualiser en haute définition' ;
$lang [ 'Close this window' ] = 'Fermer cette fenêtre' ;
$lang [ 'cloud' ] = 'nuage' ;
$lang [ 'Comment by %s' ] = 'Commentaire par %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'comment date' ] = 'date du commentaire' ;
$lang [ 'Comment' ] = 'Commentaire' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Comment: %s' ] = 'Commentaire : %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Comments' ] = 'Commentaires' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Complete RSS feed (photos, comments)' ] = 'Flux RSS complet (photos, commentaires)' ;
$lang [ 'Confirm Password' ] = 'Confirmer le mot de passe' ;
$lang [ 'Connected user: %s' ] = 'Utilisateur connecté : %s' ;
$lang [ 'Connection settings' ] = 'Paramètres de connexion' ;
$lang [ 'Contact webmaster' ] = 'Contacter le webmestre' ;
$lang [ 'Contact' ] = 'Contacter' ;
$lang [ 'Cookies are blocked or not supported by your browser. You must enable cookies to connect.' ] = 'Les cookies sont bloqués ou non supportés par votre navigateur web. Vous devez activer les cookies pour vous connecter.' ;
$lang [ 'Create a new account' ] = 'Créer un nouveau compte' ;
2010-03-24 19:34:41 +00:00
$lang [ 'created after %s (%s)' ] = 'créée après le %s (%s)' ;
$lang [ 'created before %s (%s)' ] = 'créée avant le %s (%s)' ;
$lang [ 'created between %s (%s) and %s (%s)' ] = 'créée entre le %s (%s) et le %s (%s)' ;
$lang [ 'created on %s' ] = 'créée le %s' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Created on' ] = 'Créée le' ;
$lang [ 'Creation date' ] = 'Date de création' ;
$lang [ 'Current password is wrong' ] = 'Erreur sur le mot de passe actuel' ;
$lang [ 'customize the appareance of the gallery' ] = 'personnaliser l\'apparence de la galerie' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Customize' ] = 'Personnaliser' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Date' ] = 'Date' ;
2010-03-24 19:34:41 +00:00
$lang [ 'day' ][ 0 ] = 'Dimanche' ;
$lang [ 'day' ][ 1 ] = 'Lundi' ;
$lang [ 'day' ][ 2 ] = 'Mardi' ;
$lang [ 'day' ][ 3 ] = 'Mercredi' ;
$lang [ 'day' ][ 4 ] = 'Jeudi' ;
$lang [ 'day' ][ 5 ] = 'Vendredi' ;
$lang [ 'day' ][ 6 ] = 'Samedi' ;
$lang [ 'Default' ] = 'Par défaut' ;
2011-11-29 20:44:38 +00:00
$lang [ 'delete all photos from your favorites' ] = 'supprimer toutes les photos de vos favoris' ;
2011-01-20 14:29:08 +00:00
$lang [ 'delete this photo from your favorites' ] = 'supprimer cette photo de vos favoris' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Delete' ] = 'Supprimer' ;
$lang [ 'descending' ] = 'décroissant' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Dimensions' ] = 'Dimensions' ;
$lang [ 'display a calendar by creation date' ] = 'afficher un calendrier par date de création' ;
$lang [ 'display a calendar by posted date' ] = 'afficher un calendrier par date d\'ajout' ;
$lang [ 'display a set of random photos' ] = 'afficher un ensemble de photos prises au hasard' ;
$lang [ 'display all photos in all sub-albums' ] = 'afficher à plat les photos des albums et des sous-albums' ;
$lang [ 'display available tags' ] = 'Voir les tags disponibles' ;
$lang [ 'display best rated photos' ] = 'afficher les photos les mieux notées' ;
$lang [ 'display each day with photos, month per month' ] = 'affichage année par année, mois par mois, jour par jour' ;
$lang [ 'display last user comments' ] = 'Voir les derniers commentaires utilisateurs' ;
$lang [ 'display most recent photos' ] = 'afficher les photos les plus récentes' ;
$lang [ 'display most visited photos' ] = 'afficher les photos les plus vues' ;
$lang [ 'display only recently posted photos' ] = 'n\'afficher que les photos publiées récemment' ;
$lang [ 'display photos linked to this tag' ] = 'Voir les photos liées uniquement à ce tag' ;
$lang [ 'display recently updated albums' ] = 'afficher les albums récemment mis à jour ou créés' ;
$lang [ 'display this album' ] = 'montre les photos à la racine de cet album' ;
$lang [ 'display your favorites photos' ] = 'afficher mes photos favorites' ;
$lang [ 'Display' ] = 'Affichage' ;
2011-12-01 21:02:52 +00:00
$lang [ 'Download this file' ] = 'Télécharger ce fichier' ;
$lang [ 'Download' ] = 'Télécharger' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Each listed rule must be satisfied.' ] = 'Chaque critère doit être satisfait' ;
$lang [ 'Edit a comment' ] = " Éditer un commentaire " ;
2010-03-24 19:34:41 +00:00
$lang [ 'edit' ] = 'éditer' ;
2011-11-30 20:51:20 +00:00
$lang [ 'Edit' ] = 'Editer' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Email address is missing. Please specify an email address.' ] = " L'adresse email manque. Veuillez spécifier une adresse email. " ;
$lang [ 'Email address' ] = 'Adresse e-mail' ;
$lang [ 'Email: %s' ] = 'Email : %s' ;
$lang [ 'Empty query. No criteria has been entered.' ] = 'Requête vide. Aucun critère saisi.' ;
$lang [ 'End-Date' ] = 'Date de fin' ;
$lang [ 'Enter your new password below.' ] = 'Entrez votre nouveau mot de passe ci-dessous.' ;
$lang [ 'Enter your personnal informations' ] = 'Entrer vos informations personnelles' ;
$lang [ 'Error sending email' ] = 'Erreur à l\'envoi du mail' ;
2010-03-24 19:34:41 +00:00
$lang [ 'excluded' ] = 'exclus' ;
2011-11-29 20:44:38 +00:00
$lang [ 'EXIF Metadata' ] = 'Données EXIF' ;
$lang [ 'Expand all albums' ] = 'Développer tous les albums' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Favorites' ] = 'Favoris' ;
2011-11-29 20:44:38 +00:00
$lang [ 'File name' ] = 'Nom du fichier' ;
$lang [ 'File' ] = 'Fichier' ;
$lang [ 'Filesize' ] = 'Poids' ;
$lang [ 'Filter and display' ] = 'Filtrer et afficher' ;
$lang [ 'Filter' ] = 'Filtre' ;
2010-03-24 19:34:41 +00:00
$lang [ 'First' ] = 'Première' ;
2013-06-28 19:39:31 +00:00
$lang [ 'First Page' ] = 'Première page' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Forgot your password?' ] = 'Mot de passe oublié ?' ;
$lang [ 'from %s to %s' ] = 'du %s au %s' ;
2013-06-28 19:39:31 +00:00
$lang [ 'Go back to the album' ] = " Retourner à l'album " ;
2011-11-29 20:44:38 +00:00
$lang [ 'Go through the gallery as a visitor' ] = 'Parcourir la galerie en tant que visiteur' ;
$lang [ 'group by letters' ] = 'regrouper par lettres' ;
2010-03-24 19:34:41 +00:00
$lang [ 'guest' ] = 'visiteur' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Hello %s, your Piwigo photo gallery is empty!' ] = 'Bonjour %s, votre galerie photo Piwigo est vide !' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Hello' ] = 'Bonjour' ;
2012-01-14 12:00:47 +00:00
$lang [ 'Hello %s,' ] = 'Bonjour %s,' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Help' ] = 'Aide' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Home' ] = 'Accueil' ;
2011-11-29 20:44:38 +00:00
$lang [ 'html tags are not allowed in login' ] = 'les balises html ne sont pas autorisées dans le login' ;
$lang [ 'I want to add photos' ] = 'Je veux ajouter des photos' ;
$lang [ 'Identification' ] = 'Identification' ;
$lang [ 'If this was a mistake, just ignore this email and nothing will happen.' ] = 'S\'il s\'agit d\'une erreur, ignorez ce message et la demande ne sera pas prise en compte.' ;
2010-09-28 00:20:14 +00:00
$lang [ 'in %d sub-album' ] = 'dans %d sous-album' ;
$lang [ 'in %d sub-albums' ] = 'dans %d sous-albums' ;
2011-11-29 20:44:38 +00:00
$lang [ 'in this album' ] = 'dans cet album' ;
2010-03-24 19:34:41 +00:00
$lang [ 'included' ] = 'inclus' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Invalid key' ] = 'Clef invalide' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Invalid password!' ] = 'Mot de passe invalide !' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Invalid username or email' ] = 'Nom d\'utilisateur ou adresse email invalide' ;
$lang [ 'IP: %s' ] = 'IP : %s' ;
$lang [ 'IPTC Metadata' ] = 'Données IPTC' ;
$lang [ 'Keyword' ] = 'Mot-clef' ;
$lang [ 'Kind of date' ] = 'Type de date' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Language' ] = 'Langue' ;
$lang [ 'last %d days' ] = '%d derniers jours' ;
$lang [ 'Last' ] = 'Dernière' ;
2013-06-28 19:39:31 +00:00
$lang [ 'Last Page' ] = " Dernière page " ;
2011-11-29 20:44:38 +00:00
$lang [ 'letters' ] = 'lettres' ;
$lang [ 'Links' ] = 'Liens' ;
$lang [ 'login mustn\'t end with a space character' ] = 'le nom d\'utilisateur ne doit pas se terminer par un espace' ;
$lang [ 'login mustn\'t start with a space character' ] = 'le nom d\'utilisateur ne doit pas commencer par un espace' ;
$lang [ 'Login' ] = 'Connexion' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Logout' ] = 'Déconnexion' ;
2011-11-29 20:44:38 +00:00
$lang [ 'mail address must be like xxx@yyy.eee (example : jack@altern.org)' ] = 'l\'adresse e-mail doit être de la forme xxx@yyy.eee (exemple : jack@altern.org)' ;
$lang [ 'Manage this user comment: %s' ] = 'Gérer ce commentaire : %s' ;
$lang [ 'Menu' ] = 'Menu' ;
2010-03-24 19:34:41 +00:00
$lang [ 'month' ][ 10 ] = 'Octobre' ;
$lang [ 'month' ][ 11 ] = 'Novembre' ;
$lang [ 'month' ][ 12 ] = 'Décembre' ;
$lang [ 'month' ][ 1 ] = 'Janvier' ;
$lang [ 'month' ][ 2 ] = 'Février' ;
$lang [ 'month' ][ 3 ] = 'Mars' ;
$lang [ 'month' ][ 4 ] = 'Avril' ;
$lang [ 'month' ][ 5 ] = 'Mai' ;
$lang [ 'month' ][ 6 ] = 'Juin' ;
$lang [ 'month' ][ 7 ] = 'Juillet' ;
$lang [ 'month' ][ 8 ] = 'Août' ;
$lang [ 'month' ][ 9 ] = 'Septembre' ;
$lang [ 'Most visited' ] = 'Plus vues' ;
2011-11-29 20:44:38 +00:00
$lang [ 'N/A' ] = 'non disponible' ;
$lang [ 'New on %s' ] = 'Nouveau le %s' ;
2010-03-24 19:34:41 +00:00
$lang [ 'New password' ] = 'Nouveau mot de passe' ;
$lang [ 'Next' ] = 'Suivante' ;
$lang [ 'no rate' ] = 'pas de note' ;
2011-11-29 20:44:38 +00:00
$lang [ 'No' ] = 'Non' ;
$lang [ 'Not repeat the slideshow' ] = 'Ne pas répéter le diaporama' ;
$lang [ 'Notification' ] = 'Notifications RSS' ;
$lang [ 'Number of items' ] = 'Nombre d\'élément' ;
$lang [ 'Number of photos per page' ] = 'Nombre de miniatures par page' ;
$lang [ 'obligatory' ] = 'obligatoire' ;
$lang [ 'Original dimensions' ] = 'Dimensions d\'origine' ;
$lang [ 'Page generated in' ] = 'Page fabriquée en' ;
$lang [ 'Password forgotten' ] = 'Mot de passe oublié' ;
2013-07-10 19:51:23 +00:00
$lang [ 'Password reset is not allowed for this user' ] = 'Le renouvellement du mot de passe n\'est pas permis pour cet utilisateur' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Password Reset' ] = 'Renouvellement de votre mot de passe' ;
2010-03-24 19:34:41 +00:00
$lang [ 'password updated' ] = 'mot de passe mis à jour' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Password' ] = 'Mot de passe' ;
$lang [ 'Pause of slideshow' ] = 'Pause du diaporama' ;
2011-01-20 14:29:08 +00:00
$lang [ 'photo' ] = 'photo' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Photos only RSS feed' ] = 'Flux RSS des photos uniquement' ;
$lang [ 'photos posted during the last %d days' ] = 'photos ajoutées au cours des %d derniers jours' ;
$lang [ 'Photos posted within the last %d day.' ] = 'N\'afficher que les photos récentes de moins de %d jour.' ;
$lang [ 'Photos posted within the last %d days.' ] = 'N\'afficher que les photos récentes de moins de %d jours.' ;
$lang [ 'Piwigo Help' ] = 'Aide de Piwigo' ;
$lang [ 'Play of slideshow' ] = 'Lecture du diaporama' ;
$lang [ 'Please enter your username or email address.' ] = 'Merci d\'entrer votre nom d\'utilisateur ou votre adresse email.' ;
$lang [ 'Please, enter a login' ] = 'S\'il vous plaît, entrez un nom d\'utilisateur' ;
$lang [ 'Post date' ] = 'Date d\'ajout' ;
$lang [ 'posted after %s (%s)' ] = 'mis en ligne après le %s (%s)' ;
$lang [ 'posted before %s (%s)' ] = 'mis en ligne avant le %s (%s)' ;
$lang [ 'posted between %s (%s) and %s (%s)' ] = 'mis en ligne entre le %s (%s) et le %s (%s)' ;
$lang [ 'posted on %s' ] = 'mis en ligne le %s' ;
$lang [ 'Posted on' ] = 'Ajoutée le' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Powered by' ] = 'Propulsé par' ;
$lang [ 'Preferences' ] = 'Préférences' ;
$lang [ 'Previous' ] = 'Précédente' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Profile' ] = 'Profil' ;
$lang [ 'Quick connect' ] = 'Connexion rapide' ;
$lang [ 'Quick search' ] = 'Recherche rapide' ;
2011-01-20 14:29:08 +00:00
$lang [ 'Random photos' ] = 'Photos au hasard' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Rank' ] = 'Rang' ;
$lang [ 'Rate this photo' ] = 'Votez pour cette photo' ;
$lang [ 'Rating score' ] = 'Score' ;
2010-09-28 00:20:14 +00:00
$lang [ 'Recent albums' ] = 'Albums récents' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Recent period must be a positive integer value' ] = 'La période de nouveautés doit être un entier positif' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Recent period' ] = 'Période récente' ;
2011-01-20 14:29:08 +00:00
$lang [ 'Recent photos' ] = 'Photos récentes' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Redirection...' ] = 'Redirection...' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Reduce diaporama speed' ] = 'Ralentir la vitesse du diaporama' ;
$lang [ 'Register' ] = 'S\'enregistrer' ;
$lang [ 'Registration of %s' ] = 'Enregistrement de %s' ;
$lang [ 'Registration' ] = 'Enregistrement' ;
$lang [ 'Related tags' ] = 'Tags liés' ;
2010-03-25 23:42:39 +00:00
$lang [ 'remove this tag from the list' ] = 'retirer ce tag de la liste' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Repeat the slideshow' ] = 'Répéter le diaporama' ;
2010-03-25 23:42:39 +00:00
$lang [ 'representative' ] = 'représentante' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Reset to default values' ] = 'Rétablir les valeurs par défaut' ;
$lang [ 'Reset' ] = 'Annuler' ;
$lang [ 'Retrieve password' ] = 'Récupérer un mot de passe' ;
$lang [ 'Return to home page' ] = 'Retourner sur la page d\'accueil' ;
$lang [ 'return to normal view mode' ] = 'retourner à la vue normale' ;
$lang [ 'return to the display of all photos' ] = 'retourner à l\'affichage de toutes les photos' ;
$lang [ 'RSS feed' ] = 'flux RSS' ;
2011-12-04 19:41:54 +00:00
$lang [ 'Search by date' ] = 'Recherche par date' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Search for all terms' ] = 'Rechercher tous les mots' ;
2011-12-04 19:41:54 +00:00
$lang [ 'Search for any term' ] = 'Rechercher un des mots' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Search for Author' ] = 'Rechercher un auteur' ;
$lang [ 'Search for words' ] = 'Recherche de mots' ;
$lang [ 'Search in albums' ] = 'Rechercher dans les albums' ;
$lang [ 'Search in sub-albums' ] = 'Rechercher dans les sous-albums' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Search results' ] = 'Résultats de recherche' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Search rules' ] = 'Critères de recherche' ;
$lang [ 'Search tags' ] = 'Rechercher les tags' ;
$lang [ 'search' ] = 'recherche' ;
$lang [ 'Search' ] = 'Recherche' ;
2010-03-24 19:34:41 +00:00
$lang [ 'searched words : %s' ] = 'mots recherchés : %s' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Sent by' ] = 'Envoyé par' ;
2012-01-14 15:02:02 +00:00
$lang [ 'Send my connection settings by email' ] = 'Recevoir mes identifiants par email' ;
2010-09-28 00:20:14 +00:00
$lang [ 'set as album representative' ] = 'Choisir comme représentante de cet album' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Show file metadata' ] = 'Montrer les méta-données du fichier' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Show number of comments' ] = 'Montrer le nombre de commentaires' ;
$lang [ 'Show number of hits' ] = 'Montrer le nombre de visualisations' ;
2011-11-29 20:44:38 +00:00
$lang [ 'show tag cloud' ] = 'montrer le nuage de tags' ;
$lang [ 'Since' ] = 'Depuis' ;
2010-03-25 23:42:39 +00:00
$lang [ 'slideshow' ] = 'diaporama' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Someone requested that the password be reset for the following user account:' ] = 'Quelqu\'un a demandé le renouvellement de votre mot de passe pour l\'utilisateur suivant :' ;
$lang [ 'Sort by' ] = 'Trier selon' ;
$lang [ 'Sort order' ] = 'Ordre de tri' ;
2012-01-14 15:02:02 +00:00
$lang [ 'Successfully registered, you will soon receive an email with your connection settings. Welcome!' ] = 'Inscription réussie, vous recevrez bientôt un email avec vos identifiants. Bienvenue !' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Specials' ] = 'Spéciales' ;
$lang [ 'SQL queries in' ] = 'requêtes SQL en' ;
2011-11-29 20:44:38 +00:00
$lang [ 'stop the slideshow' ] = 'arrêter le diaporama' ;
$lang [ 'Submit' ] = 'Valider' ;
$lang [ 'Tag results for' ] = 'Résultats des tags pour' ;
$lang [ 'Tag' ] = 'Tag' ;
$lang [ 'Tags' ] = 'Tags' ;
2010-03-24 19:34:41 +00:00
$lang [ 'the beginning' ] = 'le début' ;
2011-11-29 20:44:38 +00:00
$lang [ 'The gallery is locked for maintenance. Please, come back later.' ] = 'La galerie est verrouillée pour cause de maintenance. Merci de revenir plus tard.' ;
$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 [ 'The passwords do not match' ] = 'Les mots de passe ne correspondent pas' ;
$lang [ 'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.' ] = 'Le flux RSS notifie les événements de la galerie : nouvelles photos, albums mis à jour, nouveaux commentaires utilisateur. À utiliser avec un lecteur de flux RSS.' ;
$lang [ 'the username must be given' ] = 'le nom d\'utilisateur doit être indiqué' ;
$lang [ 'This author modified following comment:' ] = 'Cet auteur a modifié le commentaire suivant :' ;
$lang [ 'This author removed the comment with id %d' ] = 'Cet auteur a supprimé le commentaire portant l\'identifiant %d' ;
$lang [ 'this email address is already in use' ] = 'un autre utilisateur utilise déjà cette adresse e-mail' ;
$lang [ 'This login is already used by another user' ] = 'Ce nom d\'utilisateur est déjà pris' ;
$lang [ 'this login is already used' ] = 'ce nom d\'utilisateur est déjà pris' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Thumbnails' ] = 'Miniatures' ;
2011-11-29 20:44:38 +00:00
$lang [ 'To reset your password, visit the following address:' ] = 'Pour renouveler votre mot de passe, cliquez sur le lien suivant :' ;
2010-03-24 19:34:41 +00:00
$lang [ 'today' ] = 'aujourd\'hui' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Unknown feed identifier' ] = 'Identifiant de flux inconnu' ;
$lang [ 'Unknown identifier' ] = 'Identifiants inconnus' ;
2010-03-24 19:34:41 +00:00
$lang [ 'Update your rating' ] = 'Mettre à jour votre note' ;
$lang [ 'useful when password forgotten' ] = 'utile en cas d\'oubli de mot de passe' ;
2011-08-24 20:03:53 +00:00
$lang [ 'User "%s" has no email address, password reset is not possible' ] = 'L\'utilisateur "%s" n\'a pas d\'adresse email, le renouvellement du mot de passe est impossible' ;
2011-11-29 20:44:38 +00:00
$lang [ 'User comments' ] = 'Commentaires utilisateur' ;
$lang [ 'User: %s' ] = 'Utilisateur: %s' ;
2011-08-24 20:03:53 +00:00
$lang [ 'Username "%s" on gallery %s' ] = 'Utilisateur "%s" sur la galerie %s' ;
$lang [ 'Username or email' ] = 'Nom d\'utilisateur ou adresse email' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Username' ] = 'Nom d\'utilisateur' ;
2012-01-14 10:50:47 +00:00
$lang [ 'Username modification' ] = 'Modification du nom d\'utilisateur' ;
2011-11-29 20:44:38 +00:00
$lang [ 'View' ] = 'Vue' ;
$lang [ 'Visits' ] = 'Visites' ;
$lang [ 'Webmaster' ] = 'Webmestre' ;
$lang [ 'Week %d' ] = 'Semaine %d' ;
$lang [ 'Welcome to your Piwigo photo gallery!' ] = 'Bienvenue sur votre galerie photo Piwigo !' ;
$lang [ 'Welcome' ] = 'Bienvenue' ;
$lang [ 'wrong date' ] = 'date erronée' ;
$lang [ 'Yes' ] = 'Oui' ;
$lang [ 'You are not authorized to access the requested page' ] = 'Vous n\'êtes pas autorisé à accéder à la page demandée' ;
$lang [ 'You will receive a link to create a new password via email.' ] = 'Par email, vous recevrez un lien à cliquer pour renouveler votre mot de passe.' ;
$lang [ 'Your comment has been registered' ] = 'Votre commentaire a été enregistré' ;
$lang [ 'Your comment has NOT been registered because it did not pass the validation rules' ] = 'Votre commentaire n\'a pas été enregistré parce qu\'il ne satisfait aux règles de validation' ;
$lang [ 'Your favorites' ] = 'Mes favorites' ;
$lang [ 'Your Gallery Customization' ] = 'Personnalisation de votre affichage ' ;
2012-01-14 10:50:47 +00:00
$lang [ 'Your username has been successfully changed to : %s' ] = 'Votre nom d\'utilisateur a bien été changé par : %s' ;
2011-11-29 20:44:38 +00:00
$lang [ 'Your password has been reset' ] = 'Votre mot de passe a été réinitialisé' ;
2012-02-09 20:43:41 +00:00
$lang [ 'Original' ] = " Original " ;
2012-01-14 12:00:47 +00:00
$lang [ 'Thank you for registering at %s!' ] = 'Merci pour votre inscription sur %s !' ;
2012-01-14 15:02:02 +00:00
$lang [ 'Here are your connection settings' ] = 'Voici vos identifiants' ;
$lang [ 'Password: %s' ] = 'Mot de passe : %s' ;
$lang [ 'Username: %s' ] = 'Nom d\'utilisateur : %s' ;
2012-01-14 12:00:47 +00:00
$lang [ 'If you think you\'ve received this email in error, please contact us at %s' ] = 'Si vous pensez avoir reçu cet email par erreur, veuillez nous contacter %s' ;
2012-02-09 20:43:41 +00:00
$lang [ 'Photo sizes' ] = 'Tailles de photo' ;
2012-03-23 21:58:12 +00:00
$lang [ 'square' ] = 'Carré' ;
$lang [ 'thumb' ] = 'Miniature' ;
$lang [ '2small' ] = 'XXS - minuscule' ;
$lang [ 'xsmall' ] = 'XS - très petit' ;
$lang [ 'small' ] = 'S - petit' ;
$lang [ 'medium' ] = 'M - moyen' ;
$lang [ 'large' ] = 'L - grand' ;
$lang [ 'xlarge' ] = 'XL - très grand' ;
$lang [ 'xxlarge' ] = 'XXL - énorme' ;
2012-02-18 15:54:29 +00:00
$lang [ 'Show latest comments first' ] = 'Montrer les commentaires les plus récents en premier' ;
$lang [ 'Show oldest comments first' ] = 'Montrer les commentaires les plus anciens en premier' ;
2012-02-18 20:26:52 +00:00
$lang [ 'View in' ] = 'Affichage' ;
$lang [ 'Mobile' ] = 'Mobile' ;
$lang [ 'Desktop' ] = 'Classique' ;
2012-04-01 20:18:04 +00:00
$lang [ 'Date created, new → old' ] = 'Date de création, récent → ancien' ;
$lang [ 'Date created, old → new' ] = 'Date de création, ancien → récent' ;
$lang [ 'Date posted, new → old' ] = 'Date d\'ajout, récent → ancien' ;
$lang [ 'Date posted, old → new' ] = 'Date d\'ajout, ancien → récent' ;
$lang [ 'File name, A → Z' ] = 'Nom du fichier, A → Z' ;
$lang [ 'File name, Z → A' ] = 'Nom du fichier, Z → A' ;
$lang [ 'Manual sort order' ] = 'Ordre manuel' ;
$lang [ 'Numeric identifier, 1 → 9' ] = 'Identifiant, 1 → 9' ;
$lang [ 'Numeric identifier, 9 → 1' ] = 'Identifiant, 9 → 1' ;
$lang [ 'Photo title, A → Z' ] = 'Titre de la photo, A → Z' ;
$lang [ 'Photo title, Z → A' ] = 'Titre de la photo, Z → A' ;
$lang [ 'Rating score, high → low' ] = 'Note, haute → basse' ;
$lang [ 'Rating score, low → high' ] = 'Note, basse → haute' ;
2012-04-25 20:46:10 +00:00
$lang [ 'Visits, high → low' ] = 'Nombre de visites, élevé → faible' ;
$lang [ 'Visits, low → high' ] = 'Nombre de visites, faible → élevé' ;
2012-05-14 22:28:45 +00:00
$lang [ '%d rate' ] = '%d note' ;
2012-05-28 14:22:19 +00:00
$lang [ 'Page not found' ] = 'Page non trouvée' ;
$lang [ 'Bad request' ] = 'Mauvaise requête' ;
$lang [ 'Forbidden' ] = 'Interdit' ;
2012-05-28 14:56:21 +00:00
$lang [ 'Piwigo encountered a non recoverable error' ] = 'Piwigo a rencontré une erreur non récupérable' ;
2012-05-28 14:22:19 +00:00
$lang [ 'Requested album does not exist' ] = 'L\'album demandé n\'existe pas' ;
2012-05-28 14:56:21 +00:00
$lang [ 'Permalink for album not found' ] = 'Permalink pour l\'album non trouvé' ;
2013-03-07 16:34:56 +00:00
$lang [ 'Requested tag does not exist' ] = 'Le tag demandé n\'existe pas' ;
2012-09-23 09:34:30 +00:00
$lang [ 'Username is mandatory' ] = 'Nom d\'utilisateur obligatoire' ;
$lang [ 'Email address is mandatory' ] = 'Adresse email obligatoire' ;
$lang [ 'mandatory' ] = 'obligatoire' ;
2012-11-11 15:01:09 +00:00
$lang [ 'Website' ] = 'Site web' ;
$lang [ 'Your website URL is invalid' ] = 'L\'adresse de votre site web est invalide' ;
2013-06-24 04:23:03 +00:00
$lang [ 'Email' ] = " Email " ;
2013-10-24 17:55:00 +00:00
$lang [ 'Password is missing. Please enter the password.' ] = " Le mot de passe manque. Veuillez saisir le mot de passe. " ;
$lang [ 'Password confirmation is missing. Please confirm the chosen password.' ] = " La confirmation du mot de passe manque. Veuillez confirmer le mot de passe choisi. " ;
2013-11-16 22:01:58 +00:00
$lang [ '%d photos per page' ] = '%d photos par page' ;
2013-11-18 13:53:19 +00:00
$lang [ 'Theme' ] = 'Thème' ;
2012-09-23 09:34:30 +00:00
?>