File: /var/www/moodle/moodledata/lang/es_mx/assignfeedback_solutionsheet.php
<?php
// This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.
/**
* Strings for component 'assignfeedback_solutionsheet', language 'es_mx', branch 'MOODLE_36_STABLE'
*
* @package assignfeedback_solutionsheet
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['confirmhidesolutions'] = '¿Está seguro de querer ocultar las soluciones a los estudiantes?';
$string['confirmshowsolutions'] = '¿Está seguro de querer mostrar ahorita las soluciones a los estudiantes?';
$string['confirmtext'] = '¿Está seguro de querer mostrar las soluciones a los estudiantes a partir de ahora?';
$string['confirmtitle'] = 'Confirmación';
$string['default'] = 'Habilitado por defecto';
$string['default_help'] = 'Si se configura, la subida de la hoja_de_solución estará habilitada por defecto para todos los nuevos envíos.';
$string['dohidesolutions'] = 'Haga click para ocultar las soluciones a los estudiantes.';
$string['doshowsolutions'] = 'Haga click para mostrar las soluciones a los estudiantes.';
$string['enabled'] = 'Hojas de soluciones';
$string['enabled_help'] = 'Si se habilita, el profesor puede subir una o más hojas de soluciones para esta tarea.';
$string['fromnowon'] = 'Habilitar a partir de ahora';
$string['fromnowon_help'] = 'Si se habilita, un profesor puede seleccionar mostrar la hja de soluciones inmediatamente al momento de la creación.';
$string['hidesolutionsafter'] = 'Ocultar soluciones después de';
$string['pluginname'] = 'Hoja de solución';
$string['privacy:metadata'] = 'El plugin de la hoja de solución no almacena ningún dato personal, solamente datos de configuración para la Tarea (incluyendo la propia hoja de solución).';
$string['requiresubmission'] = 'Requerir envío para ver';
$string['requiresubmission_help'] = 'Si se habilita, los estudiantes pueden ver las soluciones solamente si han hecho un envío en la Tarea. Esto es adicional a cualquier otra restricción.';
$string['requiresubmissionmsg'] = 'Solamente los estudiantes que hicieron un envío podrán ver las soluciones.';
$string['showsolutions'] = 'Mostrar soluciones a estudiantes';
$string['solutions'] = 'Hojas de soluciones';
$string['solutionsfrom'] = 'Las soluciones estarán disponibles a partir de {$a}.';
$string['solutionsheet:releasesolution'] = 'Liberar hojas de solución en cualquier momento';
$string['solutionsheet:viewsolution'] = 'Ver hojas de soluciones después de la fecha límite';
$string['solutionsheet:viewsolutionanytime'] = 'Ver hojas de soluciones en cualquier momento';
$string['solutionsnolonger'] = 'Las soluciones ya no están disponibles';
$string['solutionsnotforstudents'] = '<strong>Nota:</strong> Los estudiantes <strong>NO PUEDEN</strong> acceder a las soluciones actualmente.';
$string['solutionsnotyet'] = 'Las soluciones ya no están disponibles';
$string['uploadsolutionsheets'] = 'Subir hojas de soluciones';
$string['yesfromprefix'] = 'Sí.';
$string['yesfromsuffix'] = 'después de la fecha esperada';
$string['yesimmediate'] = 'Sí, a partir de ahorita';