File: /var/www/moodledata/mdata-uautomaq/lang/es/repository_recent.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 'repository_recent', language 'es', version '4.1'.
*
* @package repository_recent
* @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['configplugin'] = 'Configuración del repositorio de archivos recientes';
$string['emptyfilelist'] = 'No hay archivos que mostrar';
$string['notitle'] = 'sin título';
$string['pluginname'] = 'Archivos recientes';
$string['pluginname_help'] = 'Archivos usados recientemente por el usuario actual';
$string['privacy:metadata'] = 'El complemento de repositorio de archivos recientes no almacena ni transmite ningún dato personal.';
$string['recent:view'] = 'Ver plugin de repositorio de archivos recientes';
$string['recentfilesnumber'] = 'Número de archivos recientes';
$string['timelimit'] = 'Límite de tiempo';
$string['timelimit_help'] = 'Solo recuperar archivos recientes dentro del límite de tiempo';