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/block_my_external_privatefiles.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 'block_my_external_privatefiles', language 'fr', version '4.5'.
 *
 * @package     block_my_external_privatefiles
 * @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['external_moodle'] = 'Liste des Moodles externes auxquels se connecter';
$string['external_moodleDesc'] = 'Une liste formatée des Moodles externes sous la forme moodle_url1,token_compte_webservice_moodle_externe1;moodle_url2,token_compte_webservice_moodle_externe2;…)';
$string['filename'] = 'Nom de base du fichier';
$string['filename_desc'] = 'Nom de base du fichier';
$string['includesitename'] = 'Inclure le nom du site dans le nom du fichier';
$string['includesitename_desc'] = 'Inclure le nom du site dans le nom du fichier';
$string['my_external_privatefiles:addinstance'] = 'ajouter une instance du block Télécharger vos fichiers privés d’un autre Moodle';
$string['my_external_privatefiles:can_create_draftuserfiles_for_other_users'] = 'Créer des fichiers utilisateurs de type draft pour d’autres utilisateurs';
$string['my_external_privatefiles:can_retrieve_files_from_other_users'] = 'récupérer les fichiers privés d’un autre utilisateur';
$string['my_external_privatefiles:myaddinstance'] = 'ajouter une instance du block Télécharger vos fichiers privés d’un autre Moodle au Tableau de bord';
$string['nofilefound'] = 'Pas de fichiers dans votre zone privée';
$string['pluginname'] = 'Télécharger vos fichiers privés d’un autre Moodle';
$string['retrieve_external_privatesfiles'] = 'Récupérer vos fichiers';
$string['retrieve_external_privatesfiles_directive'] = 'Récupérer vos fichiers privés d’un autre Moodle en cliquant sur le bouton correspondant';
$string['retrieve_external_privatesfiles_serverx'] = '{$a}';
$string['shortname'] = 'Nom du site dans sa version courte';
$string['shortname_desc'] = 'Nom du site dans sa version courte';
$string['sitenamelength'] = 'Longueur du nom du site dans le nom du fichier';
$string['sitenamelength_desc'] = 'Longueur du nom du site dans le nom du fichier';