1e60b04c0SAlain Becker<?php 2e60b04c0SAlain Becker 3e60b04c0SAlain Becker/** 4e60b04c0SAlain Becker * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5e60b04c0SAlain Becker * 6e60b04c0SAlain Becker * @author Alain Becker <alain@alain-becker.com> 778b82c6eSNICOLAS ORTH * @author NICOLAS ORTH <nicolas.orth@gmail.com> 8fb50d241SFlorian TASSIN * @author Florian TASSIN <florian.tassin@gmail.com> 9*62c374deStuxun * @author tuxun <tuxuntrash@gmail.com> 10e60b04c0SAlain Becker */ 1178b82c6eSNICOLAS ORTH$lang['encoding'] = 'utf-8'; 1278b82c6eSNICOLAS ORTH$lang['direction'] = 'ltr'; 1378b82c6eSNICOLAS ORTH$lang['menu'] = 'Export du site'; 1478b82c6eSNICOLAS ORTH$lang['absolutePath'] = 'Chemins d\'export (en absolu)'; 1578b82c6eSNICOLAS ORTH$lang['pdfExport'] = 'Export pdf'; 1678b82c6eSNICOLAS ORTH$lang['usenumberedheading'] = 'Titre avec numérotation'; 17*62c374deStuxun$lang['template'] = 'Exporter les templates'; 1878b82c6eSNICOLAS ORTH$lang['exportBody'] = 'Export du corps uniquement'; 1978b82c6eSNICOLAS ORTH$lang['addParams'] = 'Export de tous les paramètres (exp.: "do")'; 2078b82c6eSNICOLAS ORTH$lang['disableCache'] = 'Désactive le cache pour cette requête'; 2178b82c6eSNICOLAS ORTH$lang['startingNamespace'] = 'Entrez le nom de votre espace de départ'; 2278b82c6eSNICOLAS ORTH$lang['selectYourOptions'] = 'Sélectionnez vos options'; 2378b82c6eSNICOLAS ORTH$lang['helpCreationOptions'] = 'Sélectionnez l\'une de vos options pour l\'aide à la création (option)'; 2478b82c6eSNICOLAS ORTH$lang['eclipseDocZip'] = 'Crée une aide Eclipse'; 2578b82c6eSNICOLAS ORTH$lang['JavaHelpDocZip'] = 'Crée une aide Java'; 2678b82c6eSNICOLAS ORTH$lang['TOCMapWithoutTranslation'] = 'Retire la traduction à la racine'; 2778b82c6eSNICOLAS ORTH$lang['useTocFile'] = 'Utilisez un fichier TOC dans le nom de l\'espace'; 2878b82c6eSNICOLAS ORTH$lang['emptyTocElem'] = 'Des noms d\'espace dans TOC sont vides'; 2978b82c6eSNICOLAS ORTH$lang['startProcess'] = 'Démarre le processus'; 3078b82c6eSNICOLAS ORTH$lang['directDownloadLink'] = 'Lien de téléchargement direct'; 3178b82c6eSNICOLAS ORTH$lang['wgetURLLink'] = 'Lien de téléchargement wget'; 3278b82c6eSNICOLAS ORTH$lang['curlURLLink'] = 'Lien de téléchargement curl'; 33*62c374deStuxun$lang['start'] = 'Démarrer'; 3478b82c6eSNICOLAS ORTH$lang['status'] = 'Statut'; 35*62c374deStuxun$lang['ns'] = 'Définir l\'espace de nom'; 36*62c374deStuxun$lang['ens'] = 'Espace de nom parent à exporter'; 37*62c374deStuxun$lang['disablePluginsOption'] = 'Désactive les plugins (JS/CSS) durant l\'export'; 38e60b04c0SAlain Becker$lang['depthType'] = 'Type d\'export'; 39e60b04c0SAlain Becker$lang['depth.pageOnly'] = 'cette page uniquement'; 4078b82c6eSNICOLAS ORTH$lang['depth.allSubNameSpaces'] = 'Tous les sous espaces de noms'; 41*62c374deStuxun$lang['depth.specifiedDepth'] = 'Profondeur spécifié'; 42e60b04c0SAlain Becker$lang['depth'] = 'Profondeur'; 4378b82c6eSNICOLAS ORTH$lang['renderer'] = 'Moteur de rendu'; 44e60b04c0SAlain Becker$lang['exportLinkedPages'] = 'Exporter les pages liées'; 4578b82c6eSNICOLAS ORTH$lang['canOverwriteExisting'] = 'Remplace le travail programmé Cron'; 4678b82c6eSNICOLAS ORTH$lang['cronSaveProcess'] = 'Sauvegarde comme un travail Cron'; 4778b82c6eSNICOLAS ORTH$lang['cronDescription'] = 'Cela vous permettra de créer des travaux programmés. Ils s’exécuteront en coordination avec les paramètres du serveur (l\'accès aux outils Cron nécessite d\'avoir accès aux commandes en ligne)'; 4878b82c6eSNICOLAS ORTH$lang['cronSaveAction'] = 'Sauvegarde comme un travail Cron'; 4978b82c6eSNICOLAS ORTH$lang['cronDeleteAction'] = 'Supprime un travail Cron'; 50e60b04c0SAlain Becker$lang['customOptions'] = 'Options personnalisées'; 51*62c374deStuxun$lang['customOptionsDescription'] = 'Vous pouvez ajouter d\'autres options personalisées, qui seront prisent en compte durant l\'export'; 5278b82c6eSNICOLAS ORTH$lang['addCustomOption'] = 'Ajouter une option'; 53e60b04c0SAlain Becker$lang['search'] = 'Chercher'; 5478b82c6eSNICOLAS ORTH$lang['toc'] = 'Table des matières'; 55e60b04c0SAlain Becker$lang['AggregateSubmitLabel'] = 'Télécharger'; 56*62c374deStuxun$lang['AggragateExportPages'] = 'Page de début a fusionner'; 57*62c374deStuxun$lang['toolbarButton'] = 'Inserer Siteexporter'; 58*62c374deStuxun$lang['useOptionsInEditor'] = 'Utilisez ces options et insérez l\'élément {{siteAggregator}}'; 59*62c374deStuxun$lang['NoEntriesFoundHint'] = 'Aucune page n\'a été trouvé pour aggrégation'; 60fb50d241SFlorian TASSIN$lang['js']['loadingpage'] = 'Chargement'; 61fb50d241SFlorian TASSIN$lang['js']['startdownload'] = 'Début du téléchargement'; 62fb50d241SFlorian TASSIN$lang['js']['downloadfinished'] = 'Téléchargement terminé'; 63*62c374deStuxun$lang['js']['finishedbutdownloadfailed'] = 'Téléchargement échoué.'; 64