HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/moodledata/lang/fr/notes.php
<?php
// This file is part of Moodle - https://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 <https://www.gnu.org/licenses/>.

/**
 * Strings for component 'notes', language 'fr', version '4.5'.
 *
 * @package     notes
 * @category    string
 * @copyright   1999 Martin Dougiamas and contributors
 * @license     https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

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

$string['addbulknote'] = 'Ajouter une annotation pour {$a} personnes';
$string['addbulknotedone'] = 'Annotation ajoutée pour {$a} personnes';
$string['addbulknotedonesingle'] = 'Annotation ajoutée pour 1 personne';
$string['addbulknotesingle'] = 'Ajouter une annotation pour 1 personne';
$string['addnewnote'] = 'Ajouter une annotation';
$string['addnewnoteselect'] = 'Sélectionnez les utilisateurs sur lesquels écrire une annotation';
$string['author'] = 'Auteur';
$string['bynameondate'] = 'par {$a->name} - {$a->date}';
$string['configenablenotes'] = 'Activer la prise de notes sur des utilisateurs.';
$string['content'] = 'Contenu';
$string['course'] = 'cours';
$string['coursenotes'] = 'Annotations de cours';
$string['created'] = 'créée';
$string['deleteconfirm'] = 'Supprimer cette annotation ?';
$string['deletenotes'] = 'Toutes les annotations';
$string['editnote'] = 'Modifier annotation';
$string['enablenotes'] = 'Activer les annotations';
$string['eventnotecreated'] = 'Annotation créée';
$string['eventnotedeleted'] = 'Annotation supprimée';
$string['eventnotesviewed'] = 'Annotations consultées';
$string['eventnoteupdated'] = 'Annotation modifiée';
$string['invalidid'] = 'Identifiant d’annotation non valide';
$string['invaliduserid'] = 'Id utilisateur non valide : {$a}';
$string['myprofileownnotes'] = 'Mes annotations';
$string['nocontent'] = 'Le contenu ne peut pas être vide';
$string['nonotes'] = 'Il n’y a pas encore d’annotations de ce type.';
$string['nopermissiontodelete'] = 'Vous n’avez pas les permissions requises pour supprimer cette annotation';
$string['note'] = 'Annotation';
$string['notes'] = 'Annotations';
$string['notesdisabled'] = 'Les annotations sont désactivées.';
$string['notesnotvisible'] = 'Vous n’avez pas permissions requises pour voir les annotations.';
$string['nouser'] = 'Vous devez indiquer un utilisateur';
$string['page-notes-index'] = 'Page principale des annotations';
$string['page-notes-x'] = 'Toute page d’annotations';
$string['personal'] = 'personnelle';
$string['personalnotes'] = 'Annotations personnelles';
$string['privacy:metadata:core_notes'] = 'Le composant Annotations enregistre des annotations d’utilisateurs dans le sous-système central.';
$string['privacy:metadata:core_notes:content'] = 'Le contenu de l’annotation.';
$string['privacy:metadata:core_notes:courseid'] = 'L’identifiant du cours associé à l’annotation';
$string['privacy:metadata:core_notes:created'] = 'La date et l’heure de la création de l’annotation.';
$string['privacy:metadata:core_notes:lastmodified'] = 'La date et l’heure de la dernière modification de l’annotation.';
$string['privacy:metadata:core_notes:publishstate'] = 'Le statut de publication de l’annotation.';
$string['privacy:metadata:core_notes:userid'] = 'L’identifiant de l’utilisateur associé à l’annotation';
$string['publishstate'] = 'Contexte';
$string['publishstate_help'] = 'Le contexte d’une annotation détermine qui peut la consulter. Les utilisateurs doivent être conscients que toutes les annotations, y compris celles contenant des données personnelles, peuvent être communiquées selon les lois de leur juridiction.

* Personnel : l’annotation ne sera visible que par vous-même
* Course : l’annotation sera visible pour les enseignants de ce cours
* Site : l’annotation sera visible pour les enseignants de tous les cours';
$string['recipient'] = 'Destinataire';
$string['site'] = 'site';
$string['sitenotes'] = 'Annotations de site';
$string['unknown'] = 'inconnue';