<?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 'block_grade_me', language 'fr', branch 'MOODLE_29_STABLE'
 *
 * @package   block_grade_me
 * @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['alt_gradebook'] = 'Aller au carnet de notes du cours {$a->course_name}...';
$string['alt_mark'] = 'vérifier';
$string['alt_mod'] = 'Aller à la notation de l\'activité {$a->mod_name}';
$string['alt_smiley'] = 'émoticône';
$string['datetime'] = '%B %d, %l:%M %p';
$string['excess'] = 'Il y a plus de {$a->maxcourses} cours avec des activités à noter.';
$string['grade_me:addinstance'] = 'Ajouter un nouveau bloc Activités à noter';
$string['grade_me:myaddinstance'] = 'Ajouter un nouveau bloc Activités à noter à Ma Page';
$string['link_gradebook'] = 'Aller au cours {$a->course_name}...';
$string['link_gradebook_icon'] = 'Aller au carnet de note du cours {$a->course_name}...';
$string['link_grade_img'] = 'Note du devoir...';
$string['link_mod'] = 'Aller à l\'activité {$a->mod_name}';
$string['link_mod_img'] = 'Aller à la notation de l\'activité {$a->mod_name}';
$string['link_user_profile'] = 'Profile de {$a->first_name}';
$string['nothing'] = 'Rien à noter.';
$string['pluginname'] = 'Activités à noter';
$string['settings_adminviewall'] = 'L\'administrateur voit tout';
$string['settings_configadminviewall'] = 'Permet de donner les droits administrateur pour voir tous les travaux à noter - pas seulement pour les cours où ils ont un rôle d\'évaluateur.';
$string['settings_configenablepre'] = 'Affiche les activités de type {$a->plugin_name} dans le bloc Activités à noter';
$string['settings_configmaxcourses'] = 'Définit le nombre maximum de cours ayant des activités à noter à afficher. Un nombre trop grand peut entraîner une baisse des performance.';
$string['settings_enablepre'] = 'Afficher';
$string['settings_maxcourses'] = 'Nombre maximum de cours affichés';
$string['title'] = 'Activités à noter';
