* @license GNU General Public License, version 2 (GPL-2.0) * * For more information about the language pack, please visit * https://www.phpbb.com/customise/db/translation/french/ */ /** * DO NOT CHANGE */ if (!defined('IN_PHPBB')) { exit; } if (empty($lang) || !is_array($lang)) { $lang = []; } // DEVELOPERS PLEASE NOTE // // All language files should use UTF-8 as their encoding and the files must not contain a BOM. // // Placeholders can now contain order information, e.g. instead of // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows // translators to re-order the output of data while ensuring it remains correct // // You do not need this where single placeholders are used, e.g. 'Message %d' is fine // equally where a string contains only two placeholders which are used to wrap text // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine $lang = array_merge($lang, [ 'APPROVE' => 'Approuver', 'ATTACHMENT' => 'Pièce jointe', 'ATTACHMENT_FUNCTIONALITY_DISABLED' => 'Les pièces jointes ont été désactivées.', 'BOOKMARK_ADDED' => 'Le sujet a été ajouté aux favoris.', 'BOOKMARK_ERR' => 'Le sujet n’a pas pu être ajouté aux favoris. Veuillez réessayer ultérieurement.', 'BOOKMARK_REMOVED' => 'Le sujet a été supprimé de vos favoris.', 'BOOKMARK_TOPIC' => 'Ajouter ce sujet aux favoris', 'BOOKMARK_TOPIC_REMOVE' => 'Supprimer ce sujet de vos favoris', 'BUMPED_BY' => 'Dernière remontée par %1$s le %2$s.', 'BUMP_TOPIC' => 'Remonter le sujet', 'CODE' => 'Code', 'DELETE_TOPIC' => 'Supprimer le sujet', 'DELETED_INFORMATION' => 'Supprimé par %1$s le %2$s', 'DISAPPROVE' => 'Désapprouver', 'DOWNLOAD_NOTICE' => 'Vous ne pouvez pas consulter les pièces jointes insérées à ce message.', 'EDITED_TIMES_TOTAL' => [ 1 => 'Dernière modification par %2$s le %3$s, modifié %1$d fois.', 2 => 'Dernière modification par %2$s le %3$s, modifié %1$d fois.', ], 'EMAIL_TOPIC' => 'Envoyer le sujet par courriel', 'ERROR_NO_ATTACHMENT' => 'La pièce jointe est introuvable.', 'FILE_NOT_FOUND_404' => 'Le fichier « %s » est introuvable.', 'FORK_TOPIC' => 'Copier le sujet', 'FULL_EDITOR' => 'Éditeur avancé et prévisualisation', 'LINKAGE_FORBIDDEN' => 'Vous ne pouvez pas consulter, télécharger ou insérer de liens vers ce site.', 'LOGIN_NOTIFY_TOPIC' => 'Vous avez reçu une notification concernant un message de ce sujet. Veuillez vous connecter afin de le consulter.', 'LOGIN_VIEWTOPIC' => 'Vous devez être inscrit et connecté afin de consulter ce sujet.', 'MAKE_ANNOUNCE' => 'Modifier en annonce', 'MAKE_GLOBAL' => 'Modifier en annonce générale', 'MAKE_NORMAL' => 'Modifier en sujet standard', 'MAKE_STICKY' => 'Modifier en note', 'MAX_OPTIONS_SELECT' => [ 1 => 'Vous pouvez sélectionner %d option', 2 => 'Vous pouvez sélectionner %d options', ], 'MISSING_INLINE_ATTACHMENT' => 'La pièce jointe « %s » n’est plus disponible', 'MOVE_TOPIC' => 'Déplacer le sujet', 'NO_ATTACHMENT_SELECTED' => 'Vous n’avez sélectionné aucune pièce jointe à télécharger ou à consulter.', 'NO_NEWER_TOPICS' => 'Aucun nouveau sujet n’a été publié dans ce forum.', 'NO_OLDER_TOPICS' => 'Aucun ancien sujet n’a été publié dans ce forum.', 'NO_UNREAD_POSTS' => 'Aucun message non lu n’a été publié dans ce sujet.', 'NO_VOTE_OPTION' => 'Vous devez sélectionner une option afin de voter.', 'NO_VOTES' => 'Aucun vote', 'NO_AUTH_PRINT_TOPIC' => 'Vous ne pouvez pas imprimer les sujets.', 'POLL_ENDED_AT' => 'Le sondage est terminé depuis le %s', 'POLL_RUN_TILL' => 'Le sondage est actif jusqu’au %s', 'POLL_VOTED_OPTION' => 'Vous avez voté pour cette option', 'POST_DELETED_RESTORE' => 'Le message a été supprimé. Il peut être restauré.', 'PRINT_TOPIC' => 'Aperçu avant impression', 'QUICK_MOD' => 'Actions rapides de modération', 'QUICKREPLY' => 'Réponse rapide', 'QUOTE' => 'Citation', 'REPLY_TO_TOPIC' => 'Répondre au sujet', 'RESTORE' => 'Restaurer', 'RESTORE_TOPIC' => 'Restaurer le sujet', 'RETURN_POST' => '%sRevenir au message%s', 'SUBMIT_VOTE' => 'Voter', 'TOPIC_TOOLS' => 'Outils du sujet', 'TOTAL_VOTES' => 'Nombre total de votes', 'UNLOCK_TOPIC' => 'Déverrouiller le sujet', 'VIEW_INFO' => 'Informations sur le message', 'VIEW_NEXT_TOPIC' => 'Sujet suivant', 'VIEW_PREVIOUS_TOPIC' => 'Sujet précédent', 'VIEW_RESULTS' => 'Consulter les résultats', 'VIEW_TOPIC_POSTS' => [ 1 => '%d message', 2 => '%d messages', ], 'VIEW_UNREAD_POST' => 'Premier message non lu', 'VOTE_SUBMITTED' => 'Votre vote a bien été comptabilisé.', 'VOTE_CONVERTED' => 'Les votes d’un sondage qui a été converti ne peuvent pas être modifiés.', ]);