xref: /dokuwiki/lib/plugins/config/lang/fr/lang.php (revision 9ff28cfd2b2516ce05253dead4a074b943244cdb)
1*9ff28cfdSgb<?php
2*9ff28cfdSgb/**
3*9ff28cfdSgb * french language file
4*9ff28cfdSgb *
5*9ff28cfdSgb * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*9ff28cfdSgb * @author     Guy Brand <gb@isis.u-strasbg.fr>
7*9ff28cfdSgb */
8*9ff28cfdSgb
9*9ff28cfdSgb// for admin plugins, the menu prompt to be displayed in the admin menu
10*9ff28cfdSgb// if set here, the plugin doesn't need to override the getMenuText() method
11*9ff28cfdSgb$lang['menu']       = 'Paramètres de configuration';
12*9ff28cfdSgb
13*9ff28cfdSgb$lang['error']      = 'Paramètres non modifiés en raison d\'une valeur non valide, vérifiez vos réglages et réessayez.
14*9ff28cfdSgb                       <br />La valeur(s) erronée(s) est entourée d\'une bordure rouge.';
15*9ff28cfdSgb$lang['updated']    = 'Paramètres mis à jour avec succès.';
16*9ff28cfdSgb$lang['nochoice']   = '(aucun autre choix possible)';
17*9ff28cfdSgb$lang['locked']     = 'Le fichier des paramètres ne peut être modifié, si ceci n\'est pas intentionnel, <br />
18*9ff28cfdSgb                       vérifiez que le nom et les droits du fichier sont corrects.';
19*9ff28cfdSgb
20*9ff28cfdSgb// settings prompts
21*9ff28cfdSgb$lang['umask']       = 'masque pour les nouveaux fichiers';      //set the umask for new files
22*9ff28cfdSgb$lang['dmask']       = 'masque pour les nouveaux répertoires';   //directory mask accordingly
23*9ff28cfdSgb$lang['lang']        = 'langue';                                 //your language
24*9ff28cfdSgb$lang['basedir']     = 'répertoire de base';                     //absolute dir from serveroot - blank for autodetection
25*9ff28cfdSgb$lang['baseurl']     = 'url de base';                            //URL to server including protocol - blank for autodetect
26*9ff28cfdSgb$lang['savedir']     = 'répertoire de stockage';                 //where to store all the files
27*9ff28cfdSgb$lang['start']       = 'nom de la page d\'accueil';              //name of start page
28*9ff28cfdSgb$lang['title']       = 'titre du wiki';                          //what to show in the title
29*9ff28cfdSgb$lang['template']    = 'template';                               //see tpl directory
30*9ff28cfdSgb$lang['fullpath']    = 'utiliser le chemin complet';             //show full path of the document or relative to datadir only? 0|1
31*9ff28cfdSgb$lang['recent']      = 'derniers changements';                   //how many entries to show in recent
32*9ff28cfdSgb$lang['breadcrumbs'] = 'breadcrumbs';                            //how many recent visited pages to show
33*9ff28cfdSgb$lang['typography']  = 'typographie';                            //convert quotes, dashes and stuff to typographic equivalents? 0|1
34*9ff28cfdSgb$lang['htmlok']      = 'permettre contenu html';                 //may raw HTML be embedded? This may break layout and XHTML validity 0|1
35*9ff28cfdSgb$lang['phpok']       = 'permettre contenu php';                  //may PHP code be embedded? Never do this on the internet! 0|1
36*9ff28cfdSgb$lang['dformat']     = 'format de date';                         //dateformat accepted by PHPs date() function
37*9ff28cfdSgb$lang['signature']   = 'signature';                              //signature see wiki:langig for details
38*9ff28cfdSgb$lang['toptoclevel'] = 'niveau supérieur pour figurer en toc';   //Level starting with and below to include in AutoTOC (max. 5)
39*9ff28cfdSgb$lang['maxtoclevel'] = 'niveau maxi pour figurer en toc';        //Up to which level include into AutoTOC (max. 5)
40*9ff28cfdSgb$lang['maxseclevel'] = 'niveau maxi pour éditer des sections';   //Up to which level create editable sections (max. 5)
41*9ff28cfdSgb$lang['camelcase']   = 'utiliser camelcase pour les liens';      //Use CamelCase for linking? (I don't like it) 0|1
42*9ff28cfdSgb$lang['deaccent']    = 'retirer accents dans les noms de pages'; //convert accented chars to unaccented ones in pagenames?
43*9ff28cfdSgb$lang['useheading']  = 'utiliser le titre de premier niveau';    //use the first heading in a page as its name
44*9ff28cfdSgb$lang['refcheck']    = 'vérifier les références à media';        //check for references before deleting media files
45*9ff28cfdSgb$lang['refshow']     = 'montrer les références à media';         //how many references should be shown, 5 is a good value
46*9ff28cfdSgb$lang['allowdebug']  = 'permettre déboguage (désactivez !)';     //make debug possible, disable after install! 0|1
47*9ff28cfdSgb
48*9ff28cfdSgb$lang['usewordblock']= 'bloquer spam selon les mots utilisés';   //block spam based on words? 0|1
49*9ff28cfdSgb$lang['indexdelay']  = 'délai avant l\'indexation';              //allow indexing after this time (seconds) default is 5 days
50*9ff28cfdSgb$lang['relnofollow'] = 'utiliser rel="nofollow"';                //use rel="nofollow" for external links?
51*9ff28cfdSgb$lang['mailguard']   = 'cacher les adresses de courriel';        //obfuscate email addresses against spam harvesters?
52*9ff28cfdSgb
53*9ff28cfdSgb/* Authentication Options - read http://www.splitbrain.org/dokuwiki/wiki:acl */
54*9ff28cfdSgb$lang['useacl']      = 'utiliser les ACLs';                      //Use Access Control Lists to restrict access?
55*9ff28cfdSgb$lang['openregister']= 'enregistrement ouvert';                  //Should users to be allowed to register?
56*9ff28cfdSgb$lang['autopasswd']  = 'autogénérer les mots de passe';          //autogenerate passwords and email them to user
57*9ff28cfdSgb$lang['resendpasswd']= 'permettre le renvoi du mot de passe';    //allow resend password function?
58*9ff28cfdSgb$lang['authtype']    = 'backend d\'authentification';            //which authentication backend should be used
59*9ff28cfdSgb$lang['passcrypt']   = 'cryptage des mots de passe';             //Used crypt method (smd5,md5,sha1,ssha,crypt,mysql,my411)
60*9ff28cfdSgb$lang['defaultgroup']= 'groupe par défaut';                      //Default groups new Users are added to
61*9ff28cfdSgb$lang['superuser']   = 'super-utilisateur';                      //The admin can be user or @group
62*9ff28cfdSgb$lang['profileconfirm'] = 'confirmer le profil';                 //Require current password to langirm changes to user profile
63*9ff28cfdSgb
64*9ff28cfdSgb/* Advanced Options */
65*9ff28cfdSgb$lang['userewrite']  = 'URLs esthétiques';                       //this makes nice URLs: 0: off 1: .htaccess 2: internal
66*9ff28cfdSgb$lang['useslash']    = 'utiliser slash';                         //use slash instead of colon? only when rewrite is on
67*9ff28cfdSgb$lang['sepchar']     = 'séparateur de nom de page';              //word separator character in page names; may be a
68*9ff28cfdSgb$lang['canonical']   = 'utiliser des URLs canoniques';           //Should all URLs use full canonical http://... style?
69*9ff28cfdSgb$lang['autoplural']  = 'auto-pluriel';                           //try (non)plural form of nonexisting files?
70*9ff28cfdSgb$lang['usegzip']     = 'utiliser gzip (pour attic)';             //gzip old revisions?
71*9ff28cfdSgb$lang['cachetime']   = 'âge maxi dans le cache (sec)';           //maximum age for cachefile in seconds (defaults to a day)
72*9ff28cfdSgb$lang['purgeonadd']  = 'purger le cache à l\'ajout';             //purge cache when a new file is added (needed for up to date links)
73*9ff28cfdSgb$lang['locktime']    = 'âge maxi des fichiers verrous (sec)';    //maximum age for lockfiles (defaults to 15 minutes)
74*9ff28cfdSgb$lang['notify']      = 'notifier adresse de courriel';           //send change info to this email (leave blank for nobody)
75*9ff28cfdSgb$lang['mailfrom']    = 'expéditeur des notifications du wiki';   //use this email when sending mails
76*9ff28cfdSgb$lang['gdlib']       = 'version GD Lib';                         //the GDlib version (0, 1 or 2) 2 tries to autodetect
77*9ff28cfdSgb$lang['im_convert']  = 'chemin vers imagemagick';                //path to ImageMagicks convert (will be used instead of GD)
78*9ff28cfdSgb$lang['spellchecker']= 'activer la correction d\'orthographe';   //enable Spellchecker (needs PHP >= 4.3.0 and aspell installed)
79*9ff28cfdSgb$lang['subscribers'] = 'activer l\'abonnement aux pages';        //enable change notice subscription support
80*9ff28cfdSgb$lang['compress']    = 'compresser fichiers CSS & javascript';   //Strip whitespaces and comments from Styles and JavaScript? 1|0
81*9ff28cfdSgb$lang['hidepages']   = 'cacher pages correspondant à (regex)';   //Regexp for pages to be skipped from RSS, Search and Recent Changes
82*9ff28cfdSgb$lang['send404']     = 'renvoyer "HTTP 404/Page Not Found"';     //Send a HTTP 404 status for non existing pages?
83*9ff28cfdSgb$lang['sitemap']     = 'générer carte google du site (days)';    //Create a google sitemap? How often? In days.
84*9ff28cfdSgb
85*9ff28cfdSgb$lang['rss_type']    = 'type de flux rss';                       //type of RSS feed to provide, by default:
86*9ff28cfdSgb$lang['rss_linkto']  = 'lien rss vers';                          //what page RSS entries link to:
87*9ff28cfdSgb
88*9ff28cfdSgb//Set target to use when creating links - leave empty for same window
89*9ff28cfdSgb$lang['target____wiki']      = 'target pour liens internes';
90*9ff28cfdSgb$lang['target____interwiki'] = 'target pour liens interwiki';
91*9ff28cfdSgb$lang['target____extern']    = 'target pour liens externes';
92*9ff28cfdSgb$lang['target____media']     = 'target pour liens media';
93*9ff28cfdSgb$lang['target____windows']   = 'target pour liens windows';
94*9ff28cfdSgb
95*9ff28cfdSgb//Proxy setup - if your Server needs a proxy to access the web set these
96*9ff28cfdSgb$lang['proxy____host'] = 'proxy - hôte';
97*9ff28cfdSgb$lang['proxy____port'] = 'proxy - port';
98*9ff28cfdSgb$lang['proxy____user'] = 'proxy - identifiant';
99*9ff28cfdSgb$lang['proxy____pass'] = 'proxy - mot de passe';
100*9ff28cfdSgb$lang['proxy____ssl']  = 'proxy - ssl';
101*9ff28cfdSgb
102*9ff28cfdSgb/* Safemode Hack */
103*9ff28cfdSgb$lang['safemodehack'] = 'activer l\'option safemode';  //read http://wiki.splitbrain.org/wiki:safemodehack !
104*9ff28cfdSgb$lang['ftp____host'] = 'ftp - hôte';
105*9ff28cfdSgb$lang['ftp____port'] = 'ftp - port';
106*9ff28cfdSgb$lang['ftp____user'] = 'ftp - identifiant';
107*9ff28cfdSgb$lang['ftp____pass'] = 'ftp - mot de passe';
108*9ff28cfdSgb$lang['ftp____root'] = 'ftp - répertoire racine';
109*9ff28cfdSgb
110*9ff28cfdSgb/* userewrite options */
111*9ff28cfdSgb$lang['userewrite_o_0'] = 'aucun';
112*9ff28cfdSgb$lang['userewrite_o_1'] = 'htaccess';
113*9ff28cfdSgb$lang['userewrite_o_2'] = 'dokuwiki';
114*9ff28cfdSgb
115*9ff28cfdSgb/* gdlib options */
116*9ff28cfdSgb$lang['gdlib_o_0'] = 'GD Lib non disponible';
117*9ff28cfdSgb$lang['gdlib_o_1'] = 'version 1.x';
118*9ff28cfdSgb$lang['gdlib_o_2'] = 'autodétecté';
119*9ff28cfdSgb
120*9ff28cfdSgb/* rss_type options */
121*9ff28cfdSgb$lang['rss_type_o_rss']  = 'RSS 0.91';
122*9ff28cfdSgb$lang['rss_type_o_rss1'] = 'RSS 1.0';
123*9ff28cfdSgb$lang['rss_type_o_rss2'] = 'RSS 2.0';
124*9ff28cfdSgb$lang['rss_type_o_atom'] = 'Atom 0.3';
125*9ff28cfdSgb
126*9ff28cfdSgb/* rss_linkto options */
127*9ff28cfdSgb$lang['rss_linkto_o_diff']    = 'liste des différences';
128*9ff28cfdSgb$lang['rss_linkto_o_page']    = 'page révisée';
129*9ff28cfdSgb$lang['rss_linkto_o_rev']     = 'liste des révisions';
130*9ff28cfdSgb$lang['rss_linkto_o_current'] = 'page actuelle';
131*9ff28cfdSgb
132