1<?php 2 3/** 4 * French language for the "monobook" DokuWiki template 5 * 6 * If your language is not/only partially translated or you found an error/typo, 7 * have a look at the following files: 8 * - /lib/tpl/monobook/lang/<your lang>/lang.php 9 * - /lib/tpl/monobook/lang/<your lang>/settings.php 10 * If they are not existing, copy and translate the English ones. 11 * 12 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>. 13 * Thanks! :-D 14 * 15 * 16 * LICENSE: This file is open source software (OSS) and may be copied under 17 * certain conditions. See COPYING file for details or try to contact 18 * the author(s) of this file in doubt. 19 * 20 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 21 * @author Tamara Göbes <amafinn.de> 22 * @link https://www.dokuwiki.org/template:monobook 23 * @link https://www.dokuwiki.org/config:lang 24 * @link https://www.dokuwiki.org/devel:configuration 25 */ 26 27 28//check if we are running within the DokuWiki environment 29if (!defined("DOKU_INC")){ 30 die(); 31} 32 33//tabs 34$lang["monobook_tab_article"] = "Article"; 35$lang["monobook_tab_discussion"] = "Discussion"; 36$lang["monobook_tab_userpage"] = "Page utilisateur"; 37$lang["monobook_tab_specialpage"] = "Pages spéciales"; 38$lang["monobook_tab_mytalk"] = "Ma discussion"; 39$lang["monobook_tab_exportodt"] = "Export: ODT"; 40$lang["monobook_tab_exportpdf"] = "Export: PDF"; 41 42//headlines for the different bars 43$lang["monobook_bar_views"] = "Affichages"; 44$lang["monobook_bar_personnaltools"] = "Propres outils"; 45$lang["monobook_bar_navigation"] = "Navigation"; 46$lang["monobook_bar_toolbox"] = "Boîte à outils"; 47$lang["monobook_bar_inotherlanguages"] = "Autres langues"; 48$lang["monobook_bar_search"] = "Recherche"; 49 50//buttons 51$lang["monobook_btn_go"] = "Lire"; 52$lang["monobook_btn_search"] = "Recherche"; 53 54//default toolbox 55$lang["monobook_toolbxdef_whatlinkshere"] = "Pages liées"; 56$lang["monobook_toolbxdef_upload"] = "Télécharger"; 57$lang["monobook_toolbxdef_siteindex"] = "Page d'index"; 58$lang["monobook_toolbxdef_print"] = "Version imprimable"; 59$lang["monobook_toolboxdef_permanent"] = "Lien permanent"; 60$lang["monobook_toolboxdef_cite"] = "Citer cette page"; 61 62//cite this article 63$lang["monobook_cite_bibdetailsfor"] = "Informations bibliographiques sur"; 64$lang["monobook_cite_pagename"] = "Nom de la page"; 65$lang["monobook_cite_author"] = "Auteur(s)"; 66$lang["monobook_cite_publisher"] = "Éditeur"; 67$lang["monobook_cite_dateofrev"] = "Dernière révision"; 68$lang["monobook_cite_dateretrieved"] = "Page consultée le"; 69$lang["monobook_cite_permurl"] = "URL permanente"; 70$lang["monobook_cite_pageversionid"] = "Numéro de version"; 71$lang["monobook_cite_citationstyles"] = "Style de citation de/pour"; 72$lang["monobook_cite_checkstandards"] = "N'oubliez pas de comparer les informations avec les prescriptions qui vous avez ou avec les prescriptions de votre professeur pour maintenir la syntaxe exacte qui remplit les conditions svp."; 73$lang["monobook_cite_latexusepackagehint"] = "Lorsque vous utilisez la package url sous LaTeX (\usepackage{url} quelque part dans le préambule) qui améliore l'affichage des adresses internet, veuillez utiliser de préférence ce format:"; 74$lang["monobook_cite_retrieved"] = "Consulté"; 75$lang["monobook_cite_from"] = "de"; 76$lang["monobook_cite_accessed"] = "Consulté"; 77$lang["monobook_cite_cited"] = "Cité"; 78$lang["monobook_cite_lastvisited"] = "Dérnièrement consulté"; 79$lang["monobook_cite_availableat"] = "Disponible sur"; 80 81//other 82$lang["monobook_accessdenied"] = "Accès non-autorisé"; 83$lang["monobook_fillplaceholder"] = "Remplir cette marque substitutive svp"; 84$lang["monobook_donate"] = "Faire un don"; 85$lang["monobook_mdtemplatefordw"] = "Template monobook pour DokuWiki"; 86$lang["monobook_recentchanges"] = "Modifications récentes"; 87 88