File: /var/www/moodle/moodledata/lang/es_mx/block_rate_course.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 'block_rate_course', language 'es_mx', branch 'MOODLE_27_STABLE'
*
* @package block_rate_course
* @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['completed'] = 'Gracias. Usted ya ha dado una valoración a este curso.';
$string['courserating'] = 'Valoraciones del Curso';
$string['editingsitehome'] = 'Este bloque mostrará valoraciones solamente en las páginas del curso, y está oculto en otros lados.';
$string['giverating'] = 'Dar una valoración';
$string['intro'] = 'Por favor indique que tanto valora este curso.';
$string['noguestuseage'] = 'Para valorar este curso necesita ingresar.';
$string['pluginname'] = 'Valoraciones de curso';
$string['rate_course:addinstance'] = 'Añadir un nuevo bloque se valoraciones del curso';
$string['rate_course:myaddinstance'] = 'Capacidad de Mi pantalla de Valoraciones del Curso';
$string['rate_course:rate'] = 'Dar una valoración al curso';
$string['rating_alt0'] = 'Valoración de curso: No hay valoraciones';
$string['rating_altnum'] = 'Valoración del curso: {$a} estrellas.';
$string['rating_users'] = 'Valorado por {$a} usuario(s)';
$string['submit'] = 'Enviar mi valoración';
$string['survey'] = '¿Cúal es el nombre del cuestionario (questionnaire)?';
$string['survey_help'] = 'Este es el módulo cuestionario (questionnaire) al cual se ligará (dejar vacío para evitar que ligue a cuestionario)';
$string['viewreview'] = 'Ver respuestas del cuestionario (questionnaire)';