1<?php
2
3/**
4 * French language for the "vector" 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/vector/lang/<your lang>/lang.php
9 * - /lib/tpl/vector/lang/<your lang>/settings.php
10 * If they are not existing, copy and translate the English ones (hint: looking
11 * at <http://[your lang].wikipedia.org> might be helpful).
12 *
13 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
14 * Thanks! :-D
15 *
16 *
17 * LICENSE: This file is open source software (OSS) and may be copied under
18 *          certain conditions. See COPYING file for details or try to contact
19 *          the author(s) of this file in doubt.
20 *
21 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
22 * @author Julien Revault d'Allonnes <jrevault@gmail.com>
23 * @link https://www.dokuwiki.org/template:vector
24 * @link https://www.dokuwiki.org/config:lang
25 * @link https://www.dokuwiki.org/devel:configuration
26 */
27
28
29//check if we are running within the DokuWiki environment
30if (!defined("DOKU_INC")){
31    die();
32}
33
34//tabs, personal tools and special links
35$lang["vector_article"] = "Article";
36$lang["vector_discussion"] = "Discussion";
37$lang["vector_read"] = "Lire";
38$lang["vector_edit"] = "Editer";
39$lang["vector_create"] = "Créer";
40$lang["vector_userpage"] = "Page utilisateur";
41$lang["vector_specialpage"] = "Page spéciales";
42$lang["vector_mytalk"] = "Mes discussions";
43$lang["vector_exportodt"] = "Exporter : ODT";
44$lang["vector_exportpdf"] = "Exporter : PDF";
45$lang["vector_subscribens"] = "Souscrire modif NS"; //original DW lang $lang["btn_subscribens"] is simply too long for common tab configs
46$lang["vector_unsubscribens"] = "Désouscrire modif NS";  //original DW lang $lang["btn_unsubscribens"] is simply too long for common tab configs
47$lang["vector_translations"] = "Langages";
48
49//headlines for the different bars and boxes
50$lang["vector_navigation"] = "Navigation";
51$lang["vector_toolbox"] = "Outils";
52$lang["vector_exportbox"] = "Imprimer/exporter";
53$lang["vector_inotherlanguages"] = "Langages";
54$lang["vector_printexport"] = "Imprimer/exporter";
55$lang["vector_personnaltools"] = "Outils personels";
56
57//buttons
58$lang["vector_btn_go"] = "Go";
59$lang["vector_btn_search"] = "Recherche";
60$lang["vector_btn_search_title"] = "Rechercher ce texte";
61
62//exportbox ("print/export")
63$lang["vector_exportbxdef_print"] = "Version imprimable";
64$lang["vector_exportbxdef_downloadodt"] = "Télécharger en ODT";
65$lang["vector_exportbxdef_downloadpdf"] = "Télécharger en PDF";
66
67//default toolbox
68$lang["vector_toolbxdef_whatlinkshere"] = "Page amont liées";
69$lang["vector_toolbxdef_upload"] = "Envoyer un fichier";
70$lang["vector_toolbxdef_siteindex"] = "Site index";
71$lang["vector_toolboxdef_permanent"] = "Lien permanent";
72$lang["vector_toolboxdef_cite"] = "Citer cette page";
73
74//cite this article
75$lang["vector_cite_bibdetailsfor"] = "Détail bibliographique pour";
76$lang["vector_cite_pagename"] = "Nom de page";
77$lang["vector_cite_author"] = "Auteur";
78$lang["vector_cite_publisher"] = "Publieur";
79$lang["vector_cite_dateofrev"] = "Date de revision";
80$lang["vector_cite_dateretrieved"] = "Date récupérée";
81$lang["vector_cite_permurl"] = "URL permanente";
82$lang["vector_cite_pageversionid"] = "Version ID de la page";
83$lang["vector_cite_citationstyles"] = "Style de citation pour";
84$lang["vector_cite_checkstandards"] = "Veuillez vérifier dans un manuel, un guide standards ou avec un instructeur pour la syntaxe exacte lié à vos besoins.";
85$lang["vector_cite_latexusepackagehint"] = "Lorsque vous utilisez l'URL de packaging LaTeX (\usepackage{url} quelquepart au début), qui donne souvent des addresses webs mieux formatées, ce qui suit peut être préféré";
86$lang["vector_cite_retrieved"] = "Récupéré";
87$lang["vector_cite_from"] = "depuis";
88$lang["vector_cite_in"] = "Dans";
89$lang["vector_cite_accessed"] = "Accès";
90$lang["vector_cite_cited"] = "Cité";
91$lang["vector_cite_lastvisited"] = "Dernière visite";
92$lang["vector_cite_availableat"] = "Dipso à";
93$lang["vector_cite_discussionpages"] = "DokuWiki discussion";
94$lang["vector_cite_markup"] = "Annotation";
95$lang["vector_cite_result"] = "Resultat";
96$lang["vector_cite_thisversion"] = "cette version";
97
98//other
99$lang["vector_search"] = "Recherche";
100$lang["vector_accessdenied"] = "Accès interdit";
101$lang["vector_fillplaceholder"] = "Remplissez cet espace réservé";
102$lang["vector_donate"] = "Dons";
103$lang["vector_mdtemplatefordw"] = "vector template pour DokuWiki";
104$lang["vector_recentchanges"] = "Changements récents";
105
106