<?php

// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

/**
 * Strings for component 'search', language 'fr', branch 'MOODLE_30_STABLE'
 *
 * @package   search
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

$string['advancedsearch'] = 'Recherche avancée';
$string['all'] = 'Tout';
$string['author'] = 'Auteur';
$string['authorname'] = 'Nom d\'auteur';
$string['back'] = 'Retour';
$string['beadmin'] = 'Vous devez être administrateur pour utiliser cette page.';
$string['checkdb'] = 'Vérifier la base de données';
$string['checkdbadvice'] = 'Contrôle si votre base de données comporte des problèmes.';
$string['checkdir'] = 'Vérifier le dossier';
$string['checkdiradvice'] = 'Vérifie que le dossier de données existe et qu\'il peut être modifié.';
$string['commenton'] = 'Commenté le';
$string['createanindex'] = 'créer un index';
$string['createdon'] = 'Créé le';
$string['database'] = 'Base de données';
$string['databasestate'] = 'État d\'indexation de la base de données';
$string['datadirectory'] = 'Dossier de données';
$string['deletionsinindex'] = 'Suppressions dans l\'index';
$string['doctype'] = 'Doctype';
$string['documents'] = 'documents';
$string['documentsfor'] = 'Documents de';
$string['documentsindatabase'] = 'Documents dans la base de données';
$string['documentsinindex'] = 'Documents dans l\'index';
$string['duration'] = 'Durée';
$string['emptydatabaseerror'] = 'La table n\'est pas dans la base de données ou ne contient aucun enregistrement d\'index.';
$string['enteryoursearchquery'] = 'Taper votre requête';
$string['errors'] = 'Erreurs';
$string['filesinindexdirectory'] = 'Fichier dans le répertoire d\'index';
$string['globalsearchdisabled'] = 'La recherche globale n\'est pas activée.';
$string['invalidindexerror'] = 'Le répertoire d\'index contient un index non valide ou rien du tout.';
$string['ittook'] = 'Il a fallu';
$string['next'] = 'Suite';
$string['noindexmessage'] = 'Administrateur : il semble qu\'il n\'y a pas d\'index de recherche. Merci de';
$string['normalsearch'] = 'Recherche normale';
$string['openedon'] = 'ouvert le';
$string['resultsreturnedfor'] = 'résultats trouvés pour';
$string['runindexer'] = 'Lancer l\'indexation (réelle)';
$string['runindexertest'] = 'Lancer un test d\'indexation';
$string['score'] = 'Score';
$string['search'] = 'Recherche';
$string['searching'] = 'Recherche dans...';
$string['searchnotpermitted'] = 'Vous n\'êtes pas autorisé à effectuer une recherche';
$string['seconds'] = 'secondes';
$string['solutions'] = 'Solutions';
$string['statistics'] = 'Statistiques';
$string['thesewordshelpimproverank'] = 'Ces termes amélioreront le rang';
$string['thesewordsmustappear'] = 'Ces termes doivent être présents';
$string['thesewordsmustnotappear'] = 'Ces termes ne doivent pas être présents';
$string['title'] = 'Titre';
$string['tofetchtheseresults'] = 'pour retrouver ces résultats';
$string['totalsize'] = 'Taille totale';
$string['type'] = 'Type';
$string['uncompleteindexingerror'] = 'L\'indexation n\'a pas pu être terminée correctement. Veuillez la recommencer.';
$string['versiontoolow'] = 'La recherche globale requiert PHP 5.0.0 ou une version ultérieure';
$string['wordsintitle'] = 'Termes dans le titre';
