File: /var/www/moodledata/mdata-uautomaq/lang/es/block_course_overview.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_course_overview', language 'es', version '4.1'.
*
* @package block_course_overview
* @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['activityoverview'] = 'Tiene {$a}s que requieren atención';
$string['alwaysshowall'] = 'Mostrar todos siempre';
$string['collapseall'] = 'Plegar listas de todos los cursos';
$string['configotherexpanded'] = 'Si se habilita, otros cursos serán desplegados por defecto, a menos que sea anulado por las preferencias del usuario.';
$string['configpreservestates'] = 'Si se habilita, los estados de colapsado/expandido configurados por el usuario se guardan y emplean en cada carga.';
$string['course_overview:addinstance'] = 'Añadir un nuevo bloque de vista general de cursos';
$string['course_overview:myaddinstance'] = 'Añadir un nuevo bloque de vista general de cursos al Área personal';
$string['expandall'] = 'Desplegar todas las listas del curso';
$string['fullpath'] = 'Todas las categorías y subcategorías';
$string['message'] = 'mensaje';
$string['messages'] = 'mensajes';
$string['moveafterhere'] = 'Mover el curso {$a->movingcoursename} detrás de {$a->currentcoursename}';
$string['movecourse'] = 'Mover curso: {$a}';
$string['movecoursehere'] = 'Mover curso aquí';
$string['movetofirst'] = 'Mover curso {$a} a arriba';
$string['movingcourse'] = 'Está moviendo: {$a->fullname} ({$a->cancellink})';
$string['nocourses'] = 'No hay cursos para mostrar';
$string['none'] = 'Ninguno';
$string['numtodisplay'] = 'Número de cursos para mostrar:';
$string['onlyparentname'] = 'Sólo la categtoría padre';
$string['otherexpanded'] = 'Otros cursos desplegados';
$string['pluginname'] = 'Vista general de cursos';
$string['preservestates'] = 'Mantener estados desplegados';
$string['shortnameprefix'] = 'Incluye {$a}';
$string['shortnamesufixprural'] = '(y otros {$a} )';
$string['shortnamesufixsingular'] = '(y otro {$a} )';
$string['showcategories'] = 'Categorías a mostrar';
$string['showcategoriesdesc'] = '¿Deben mostrarse las categorías de cursos debajo de cada curso?';
$string['view_edit_profile'] = '(Ver y editar su perfil.)';
$string['welcome'] = 'Bienvenido/a {$a}';
$string['youhavemessages'] = 'Usted tiene {$a} sin leer';
$string['youhavenomessages'] = 'Usted no tiene sin leer';