Sindbad~EG File Manager
<?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 'report_infectedfiles', language 'es', version '3.10'.
*
* @package report_infectedfiles
* @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['author'] = 'Autor';
$string['confirmdelete'] = '¿Está seguro de que quiere eliminar este archivo?';
$string['confirmdeleteall'] = '¿Está seguro de que quiere eliminar todos los archivos?';
$string['confirmdownload'] = '¿Está seguro de que quiere descargar este archivo?';
$string['confirmdownloadall'] = '¿Está seguro de que quiere descargar todos los archivos?';
$string['filename'] = 'Nombre del archivo';
$string['infectedfiles'] = 'Fallos del antivirus';
$string['pluginname'] = 'Archivos infectados';
$string['privacy:metadata:infected_files'] = 'Esta tabla almacena información sobre los fallos del antivirus detectados por el sistema.';
$string['privacy:metadata:infected_files:filename'] = 'El nombre del fichero infectado subido por el usuario.';
$string['privacy:metadata:infected_files:timecreated'] = 'La marca de tiempo del momento en el que un usuario subió un archivo infectado.';
$string['privacy:metadata:infected_files:userid'] = 'El ID de usuario del usuario que subió un archivo infectado.';
$string['privacy:metadata:infected_files_subcontext'] = 'Fallos del antivirus';
$string['quarantinedfile'] = 'Archivo en cuarentena';
$string['reason'] = 'Motivo del fallo';
$string['timecreated'] = 'Momento de creación';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists