File: /var/www/moodledata/mdata-uautomaq/lang/es/block_completeyourprofile.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_completeyourprofile', language 'es', version '4.1'.
*
* @package block_completeyourprofile
* @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['block_completeyourprofile_title'] = 'Completa tu perfil';
$string['complete_your_profile'] = 'Gracias por tomarte el tiempo para completar tu perfil';
$string['completeyourprofile:addinstance'] = 'Agregar bloque Completa tu perfil';
$string['completeyourprofile:myaddinstance'] = 'Agregar un bloque Completa tu perfil a la página Mi Moodle';
$string['config_block_text'] = 'Texto del bloque';
$string['config_block_text_desc'] = 'Personalizar el texto del bloque (por omisión es "Gracias por tomarte el tiempo para completar tu perfil"';
$string['config_button_text'] = 'Texto del botón';
$string['config_button_text_desc'] = 'Personalizar el texto del botón (por omisión es "Continuemos!")';
$string['consider_empty_as_null'] = 'Considerar vacío como NULL';
$string['consider_empty_as_null_desc'] = 'Considerar que el campo no ha sido completado en caso de estar vacío (\'\')';
$string['consider_required_fields_only'] = 'Solo considerar los campos requeridos';
$string['consider_required_fields_only_desc'] = 'Solo considerar campos marcados como requeridos: si un campo no marcado como requerido no ha sido completado, el perfil aún será considerado como completado';
$string['edit_profile'] = '¡Continuemos!';
$string['pluginname'] = 'Bloque Completa tu perfil';