File: /var/www/moodledata/mdata-uautomaq/lang/es/tool_log.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 'tool_log', language 'es', version '4.1'.
*
* @package tool_log
* @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['actlogshdr'] = 'Opciones de registro disponibles';
$string['configlogplugins'] = 'Por favor habilite todos los complementos necesarios y organícelos en el orden adecuado.';
$string['exportlog'] = 'Incluir registros al exportar';
$string['exportlogdetail'] = 'Incluir registros que hagan referencia al usuario al exportar.';
$string['logging'] = 'Logging';
$string['managelogging'] = 'Administrar opciones de registro';
$string['pluginname'] = 'Gestor de almacén de registros';
$string['privacy:metadata:logstore'] = 'El registro almacena';
$string['privacy:path:logs'] = 'Registros';
$string['privacy:request:origin:cli'] = 'Herramienta de línea de comandos';
$string['privacy:request:origin:restore'] = 'Respaldo está siendo restaurado';
$string['privacy:request:origin:web'] = 'Petición web estándar';
$string['privacy:request:origin:ws'] = 'App móvil o servicio web';
$string['reportssupported'] = 'Informes compatibles';
$string['subplugintype_logstore'] = 'Almacén de registro';
$string['subplugintype_logstore_plural'] = 'Almacenes de registro';