File: /var/www/moodledata/mdata-uautomaq/lang/es/block_checklist.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_checklist', language 'es', version '4.1'.
*
* @package block_checklist
* @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['checklist'] = 'Lista de verificación (checklist)';
$string['checklist:addinstance'] = 'Añadir bloque de lista de verificación a página de Mi Moodle';
$string['checklist:myaddinstance'] = 'Añadir nuevo bloque de lista de verificación';
$string['checklistoverview'] = 'Vista general de Lista de cotejo';
$string['choosechecklist'] = 'Elegir lista de verificación';
$string['choosegroup'] = 'Grupo por defecto';
$string['nochecklist'] = 'Por favor, edite este bloque para seleccionar una lista de verificación para mostrar';
$string['nochecklistplugin'] = 'Usted debe instalar la última versión del plugin de lista de verificación (checklist) para que funcione este bloque';
$string['notenrolled'] = 'Usted no está inscrito en ningún curso';
$string['nousers'] = 'Sin usuarios';
$string['pluginname'] = 'Lista de verificación (checklist)';
$string['privacy:null_reason'] = 'El bloque de Lista de cotejo muestra información recolectada de una o más actividades de Lista de cotejo, pero no almacena ningún dato por sí mismo.';