File: /home/enamadmin/moodledata/lang/fr/local_qrlinks.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 'local_qrlinks', language 'fr', version '4.5'.
*
* @package local_qrlinks
* @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['addnewlink'] = 'Ajouter un nouveau QR Code';
$string['createlabel'] = 'Créer QR Code';
$string['deletelinkdescription'] = 'Voulez-vous réellement supprimer complètement le QR Code « {$a} » ?';
$string['deletelinkheader'] = 'Supprimer le QR Code';
$string['formelementprivatedescription'] = 'Description interne';
$string['formelementprivateheader'] = 'Rubriques internes';
$string['formelementprivatehelp'] = 'Ces rubriques contiennent les identifiants internes pour administrer les QR Codes';
$string['formelementprivatename'] = 'Nom interne';
$string['formelementpublicdescription'] = 'Description interne';
$string['formelementpublicheader'] = 'Rubriques internes';
$string['formelementpublichelp'] = 'Ces rubriques seront affichées sur la page publique d’aide';
$string['formelementpublicname'] = 'Nom public';
$string['formelementurl'] = 'URL';
$string['invalidurl'] = 'URL non valide';
$string['managelink'] = 'Gérer les QR Codes';
$string['managepageheading'] = 'Gestion des QR Codes';
$string['navigationcreatelink'] = 'Créer un QR Code';
$string['navigationeditlink'] = 'Modifier le QR Code';
$string['navigationeditlinks'] = 'Modifier les QR Codes ({$a})';
$string['pluginname'] = 'QR Codes';
$string['previewtitle'] = 'QR Code : {$a}';
$string['printpage'] = 'Imprimer la page';
$string['publicdescriptionmissing'] = 'Veuillez donner une description pour ce QR Code';
$string['publicnamemissing'] = 'Veuillez nommer ce QR Code';
$string['qrlinks:manage'] = 'Gérer les QR Codes';
$string['qrlinks:view'] = 'Afficher le QR Code';
$string['tableheadercreatedby'] = 'Utilisateur';
$string['tableheaderdatecreated'] = 'Date';
$string['tableheaderoptions'] = 'Options';
$string['tableheaderprivate_description'] = 'Description interne';
$string['tableheaderprivate_name'] = 'Nom interne';
$string['tableheaderpublic_description'] = 'Description publique';
$string['tableheaderpublic_name'] = 'Nom public';
$string['tableheaderurl'] = 'URL';
$string['tablepreview'] = 'Aperçu';
$string['urlmissing'] = 'Veuillez indiquer une URL pour ce QR Code';