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 'local_recyclebin', language 'es', version '3.10'.
*
* @package local_recyclebin
* @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['alertdeleted'] = 'Se ha eliminado {$a->name}';
$string['alertemptied'] = 'Se ha vaciado la papelera de reciclaje';
$string['alertrestored'] = 'Se ha restaurado {$a->name}';
$string['autohide'] = '¿Ocultar automáticamente?';
$string['autohide_desc'] = 'Oculta automáticamente el enlace de la papelera de reciclaje cuando esta esté vacía.';
$string['deleteconfirm'] = '¿Está seguro de que desea eliminar el elemento seleccionado de la papelera de reciclaje?';
$string['deleted'] = 'Fecha eliminada';
$string['descriptionexpiry'] = 'Los contenidos se eliminarán de forma permanente después de {$a} días.';
$string['empty'] = 'Vaciar la papelera de reciclaje';
$string['emptybin'] = 'No hay ningún elemento en la papelera de reciclaje.';
$string['emptyconfirm'] = '¿Está seguro de que desea eliminar todos los elementos de la papelera de reciclaje?';
$string['enablecourse'] = 'Activar la papelera de reciclaje del curso.';
$string['event_purged_description'] = 'Se ha purgado el elemento con ID {$a->objectid}.';
$string['event_purged_name'] = 'Elemento purgado';
$string['event_restored_description'] = 'Se ha restaurado el elemento con ID {$a->objectid}.';
$string['event_restored_name'] = 'Elemento restaurado';
$string['event_stored_description'] = 'Se ha guardado el elemento con ID {$a->objectid}.';
$string['event_stored_name'] = 'Elemento guardado';
$string['expiry'] = 'Duración del elemento';
$string['expiry_desc'] = '¿Cuánto tiempo debe permanecer en la papelera de reciclaje una actividad eliminada?';
$string['neverdelete'] = 'No eliminar nunca los elementos reciclados';
$string['pluginname'] = 'Papelera de reciclaje';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists