File: /home/enamadmin/aaamoodledata/lang/fr/securepdf.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 'securepdf', language 'fr', version '4.3'.
*
* @package securepdf
* @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['addsiteaddress'] = 'Ajouter le nom du site à l’image';
$string['addsiteaddress_explain'] = 'Ajouter le nom du site à chaque image du PDF';
$string['addusername'] = 'Ajouter un nom d’utilisateur à chaque image';
$string['addusername_explain'] = 'Ajouter un nom d’utilisateur à chaque image du PDF';
$string['bottom'] = 'Bas';
$string['cachedef_pages'] = 'Pages du cache PDF';
$string['eventpage_view'] = 'Page sécurisée PDF consultée';
$string['imagick_pdf_policy'] = 'Vous devez définir la politique d’ImageMagick pour autoriser la lecture de PDF. Voir https://stackoverflow.com/questions/52703123/override-default-imagemagick-policy-xml';
$string['imagickrequired'] = 'L’extension PHP Imagemagick est requise';
$string['install_imagick'] = 'PHP-Imagick doit être installé, sinon vous et l’étudiant ne pourrez pas voir le contenu';
$string['middle'] = 'Milieu';
$string['modulename'] = 'PDF sécurisé';
$string['modulename_help'] = 'Utilisez le module securepdf pour ajouter des fichiers PDF en toute sécurité à votre cours. L’étudiant ne pourra pas télécharger le pdf, il lui sera montré comme image pour page - sans clic droit pour enregistrer l’image';
$string['modulenameplural'] = 'PDF sécurisés';
$string['nosuchpage'] = 'Erreur - Aucune page de ce type !';
$string['page'] = 'Page';
$string['pluginadministration'] = 'Gestion sécurisée des PDF';
$string['pluginname'] = 'PDF sécurisé';
$string['resolution'] = 'Résolution par défaut de l’image';
$string['resolution_explain'] = 'Définissez la résolution de l’image à partir du PDF, en tant que résolution la plus élevée que vous utilisez - la page se chargera plus lentement';
$string['securepdf:addinstance'] = 'Ajouter un nouveau pdf sécurisé';
$string['securepdf:view'] = 'Voir le pdf sécurisé';
$string['top'] = 'Haut';
$string['usernameposition'] = 'Nom d’utilisateur et position du nom du site';
$string['usernameposition_explain'] = 'Définir la position du nom d’utilisateur et du nom du site sur l’image';