xref: /template/wikiweko/lang/fr/settings.php (revision dbba3fd5d0de6350525ab4e6b6e68b8896a78a4e)
1d47fa3c7SAndreas Haerter<?php
2d47fa3c7SAndreas Haerter
3d47fa3c7SAndreas Haerter/**
4d47fa3c7SAndreas Haerter * French language for the Config Manager
5d47fa3c7SAndreas Haerter *
6d47fa3c7SAndreas Haerter * If your language is not/only partially translated or you found an error/typo,
7d47fa3c7SAndreas Haerter * have a look at the following files:
8d47fa3c7SAndreas Haerter * - "/lib/tpl/vector/lang/<your lang>/lang.php"
9d47fa3c7SAndreas Haerter * - "/lib/tpl/vector/lang/<your lang>/settings.php"
10d47fa3c7SAndreas Haerter * If they are not existing, copy and translate the English ones (hint: looking
11d47fa3c7SAndreas Haerter * at <http://[your lang].wikipedia.org> might be helpful). And don't forget to
12*dbba3fd5SAndreas Haerter * mail the translation to us, SYN Systems <dokuwiki@dev.syn-systems.com>.
13*dbba3fd5SAndreas Haerter * Thanks :-D.
14d47fa3c7SAndreas Haerter *
15d47fa3c7SAndreas Haerter *
16d47fa3c7SAndreas Haerter * LICENSE: This file is open source software (OSS) and may be copied under
17d47fa3c7SAndreas Haerter *          certain conditions. See COPYING file for details or try to contact
18d47fa3c7SAndreas Haerter *          the author(s) of this file in doubt.
19d47fa3c7SAndreas Haerter *
20d47fa3c7SAndreas Haerter * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
21d47fa3c7SAndreas Haerter * @author Julien Revault d'Allonnes <jrevault@gmail.com>
22d47fa3c7SAndreas Haerter * @link http://www.dokuwiki.org/template:vector
23d47fa3c7SAndreas Haerter * @link http://www.dokuwiki.org/config:lang
24d47fa3c7SAndreas Haerter * @link http://www.dokuwiki.org/devel:configuration
25d47fa3c7SAndreas Haerter */
26d47fa3c7SAndreas Haerter
27d47fa3c7SAndreas Haerter
28d47fa3c7SAndreas Haerter//check if we are running within the DokuWiki environment
29d47fa3c7SAndreas Haerterif (!defined("DOKU_INC")){
30d47fa3c7SAndreas Haerter    die();
31d47fa3c7SAndreas Haerter}
32d47fa3c7SAndreas Haerter
33d47fa3c7SAndreas Haerter//user pages
34d47fa3c7SAndreas Haerter$lang["vector_userpage"]    = "Utiliser les pages utilisateurs ?";
35d47fa3c7SAndreas Haerter$lang["vector_userpage_ns"] = "Si oui, utilisez ':namespace:' comme pages racines :";
36d47fa3c7SAndreas Haerter
37d47fa3c7SAndreas Haerter//discussion pages
38d47fa3c7SAndreas Haerter$lang["vector_discuss"]    = "Utiliser les onglets discussion ?";
39d47fa3c7SAndreas Haerter$lang["vector_discuss_ns"] = "Si oui, utilisez':namespace:' comme pages racines :";
40d47fa3c7SAndreas Haerter
41d47fa3c7SAndreas Haerter//site notice
42d47fa3c7SAndreas Haerter$lang["vector_sitenotice"]          = "Afficher la notice du site ?";
43d47fa3c7SAndreas Haerter$lang["vector_sitenotice_location"] = "Si oui, utilisez la page wiki suivante pour la notice :";
44d47fa3c7SAndreas Haerter
45d47fa3c7SAndreas Haerter//navigation
46d47fa3c7SAndreas Haerter$lang["vector_navigation"]          = "Afficher la navigation ?";
47d47fa3c7SAndreas Haerter$lang["vector_navigation_location"] = "Si oui, utilisez la page wiki suivante pour la navigation :";
48d47fa3c7SAndreas Haerter
49d47fa3c7SAndreas Haerter//exportbox ("print/export")
50d47fa3c7SAndreas Haerter$lang["vector_exportbox"]          = "Afficher la boite 'imprimer/exporter' ?";
51d47fa3c7SAndreas Haerter$lang["vector_exportbox_default"]  = "Si oui, utilisez la boite 'imprimer/exporter' par default ?";
52d47fa3c7SAndreas Haerter$lang["vector_exportbox_location"] = "Si non, utilisez la page wiki suivante :";
53d47fa3c7SAndreas Haerter
54d47fa3c7SAndreas Haerter//toolbox
55d47fa3c7SAndreas Haerter$lang["vector_toolbox"]          = "Afficher la boite à outils ?";
56d47fa3c7SAndreas Haerter$lang["vector_toolbox_default"]  = "Si oui, utilisez la boite à outils par default ?";
57d47fa3c7SAndreas Haerter$lang["vector_toolbox_location"] = "Si non, utilisez la page wiki suivante :";
58d47fa3c7SAndreas Haerter
59d47fa3c7SAndreas Haerter//custom copyright notice
60d47fa3c7SAndreas Haerter$lang["vector_copyright"]          = "Afficher le copyright en pied de page?";
61d47fa3c7SAndreas Haerter$lang["vector_copyright_default"]  = "Si oui, utilisez la notice de copyright par default ?";
62d47fa3c7SAndreas Haerter$lang["vector_copyright_location"] = "Si non, utilisez la page wiki suivante :";
63d47fa3c7SAndreas Haerter
64d47fa3c7SAndreas Haerter//donation link/button
65d47fa3c7SAndreas Haerter$lang["vector_donate"]          = "Afficher le lien de dons ?";
66d47fa3c7SAndreas Haerter$lang["vector_donate_url"]      = "Si non, utilisez l'URL suivante our les donations :";
67d47fa3c7SAndreas Haerter
68d47fa3c7SAndreas Haerter//TOC
69d47fa3c7SAndreas Haerter$lang["vector_toc_position"] = "Sommaire position";
70d47fa3c7SAndreas Haerter
71d47fa3c7SAndreas Haerter//other stuff
72d47fa3c7SAndreas Haerter$lang["vector_breadcrumbs_position"]  = "Position du fil d'ariane (si actif) :";
73d47fa3c7SAndreas Haerter$lang["vector_youarehere_position"]   = "Position du 'Vous êtes ici' (si actif) :";
74d47fa3c7SAndreas Haerter$lang["vector_cite_author"]           = "Nom de l'auteur dans 'Citer cet article' :";
75d47fa3c7SAndreas Haerter$lang["vector_loaduserjs"]            = "Charger 'vector/user/user.js' ?";
76d47fa3c7SAndreas Haerter$lang["vector_closedwiki"]            = "Wiki fermé (la plupart des liens/onglets/boites sont masquée sans connexion) ?";
77d47fa3c7SAndreas Haerter
78