File: /home/enamadmin/moodledata/lang/fr/availability_paypal.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 'availability_paypal', language 'fr', version '4.5'.
*
* @package availability_paypal
* @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['ajaxerror'] = 'Erreur lors de la connection au serveur';
$string['businessemail'] = 'Courriel professionnel';
$string['continue'] = 'Cliquez ici pour retourner à Moodle';
$string['cost'] = 'Coût';
$string['currency'] = 'Devise';
$string['description'] = 'Exige aux utilisateurs de faire un paiement via PayPal pour accéder à l’activité ou à la ressource.';
$string['eitherdescription'] = 'Vous faites un <a href="{$a}"> paiement avec PayPal</a>';
$string['error_businessemail'] = 'Vous devez fournir un courriel professionnel.';
$string['error_cost'] = 'Vous devez fournir un coût et celui-ci doit être supérieur à 0.';
$string['error_itemname'] = 'Vous devez fournir un nom d’élément.';
$string['error_itemnumber'] = 'Vous devez fournir un numéro d’élément.';
$string['itemname'] = 'Nom de l’élément';
$string['itemname_help'] = 'Numéro de l’élément à afficher sur le formulaire PayPal';
$string['itemnumber'] = 'Numéro d’élément';
$string['paymentcompleted'] = 'Votre paiement a été accepté et vous pouvez maintenant accéder à l’activité ou à la ressource. Merci.';
$string['paymentinstant'] = 'Utilisez le bouton ci-dessous pour payer et accéder à l’activité ou à la ressource.';
$string['paymentpending'] = 'Un paiement en attente est enregistré pour vous.';
$string['paymentrequired'] = 'Vous devez effectuer un paiement via PayPal pour accéder à l’activité ou à la ressource.';
$string['paypalaccepted'] = 'Paiement PayPal accepté';
$string['pluginname'] = 'PayPal';
$string['sendpaymentbutton'] = 'Envoyer un paiement via PayPal';
$string['title'] = 'Paiement PayPal';