<?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_filtered_course_list', language 'es', version '3.9'.
 *
 * @package     block_filtered_course_list
 * @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['completedcourses'] = 'Cursos completados';
$string['configfilters'] = 'Introducir un filtro por línea usando barras verticales (|) para separar elementos del filtro. Los tipos de filtro son: <i>category (categoría)</i>, <i>shortname (nombre_corto)</i>, <i>regex</i>, <i>completion (finalización)</i>, <i>starred (destacado)</i>, <i>enrolment (inscripción)</i> y <i>generic (genérico)</i>. <br /><br />Detalles completos en <a href="https://github.com/CLAMP-IT/moodle-blocks_filtered_course_list/wiki/Filter-syntax">https://github.com/CLAMP-IT/moodle-blocks_filtered_course_list/wiki/Filter-syntax</a>.';
$string['confighideothercourses'] = 'Ocultar "Otros cursos" en el bloque.';
$string['configmaxallcourse'] = 'En un sitio con solo una categoría,  administradores e invitados verán todos los cursos, <br /> pero por encima de este número en su lugar verán un enlace a la categoría. <br />[Elige un número entero entre 0 y 999.]';
$string['configtitle'] = 'Título del bloque';
$string['filters_help'] = 'Introducir un filtro por línea usando barras verticales (|) para separar elementos del filtro. Los tipos de filtro son: <i>category (categoría)</i>, <i>shortname (nombre_corto)</i>, <i>regex</i>, <i>completion (finalización)</i>, <i>starred (destacado)</i>, <i>enrolment (inscripción)</i> y <i>generic (genérico)</i>. <br /><br />Detalles completos en <a href="https://github.com/CLAMP-IT/moodle-blocks_filtered_course_list/wiki/Filter-syntax">https://github.com/CLAMP-IT/moodle-blocks_filtered_course_list/wiki/Filter-syntax</a>.';
$string['hideallcourseslink'] = 'Ocultar el enlace de "Todos los cursos".';
$string['hidefromguests'] = 'Ocultar a los invitados';
$string['hideothercourses'] = 'Ocultar otros cursos';
$string['othercourses'] = 'Otros cursos';
$string['owncourses'] = 'Los usuarios administradores ven sus propios cursos';
$string['pluginname'] = 'Lista de cursos filtrada';
$string['starredcourses'] = 'Cursos Destacados';
$string['top'] = 'Arriba';
