File: /var/www/moodledata/mdata-uautomaq/lang/es/format_buttons.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 'format_buttons', language 'es', version '4.1'.
*
* @package format_buttons
* @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['above'] = 'Encima de los botones de lista';
$string['alphabet'] = 'Alfabeto';
$string['below'] = 'Debajo de la sección visible';
$string['buttonstyle'] = 'Estilo del botón';
$string['buttonstyle_help'] = 'Definir el estilo de la forma de los botones.';
$string['circle'] = 'Círculo';
$string['colorcurrent'] = 'Color del botón de la sección actual';
$string['colorcurrent_help'] = 'La sección actual es la sección marcada con resaltado.<br>Defina un color en hexadecimal.
<i>Ejemplo: #fab747</i><br>Si desea usar el color por defecto, déjelo vacío.';
$string['colorvisible'] = 'Color del botón de la sección visible';
$string['colorvisible_help'] = 'La sección visible es la sección seleccionada.<br>Defina un color en hexadecimal.
<i>Ejemplo: #747fab</i><br>Si desea usar el color por defecto, déjelo vacío.';
$string['currentsection'] = 'Este tema';
$string['deletesection'] = 'Borrar tema';
$string['divisor'] = 'Número de secciones a agrupar - {$a}';
$string['divisortext'] = 'Título del agrupamiento - {$a}';
$string['divisortext_help'] = 'El agrupamiento de secciones se usa para separar secciones por tipo o por módulos.
<i>Ejemplo: El curso tiene 10 secciones, divididas en dos módulos: Teórico (con 5 secciones) y Práctico (con 5 secciones).<br>
Defina el título como "Teórico" y configure el número de secciones a 5.</i><br><br>
Sugerencia: Si usted desea usar la marca <strong><br></strong>, escriba [br].';
$string['editing'] = 'Los botones están deshabilitados mientras esté activo el modo de edición.';
$string['editsection'] = 'Editar tema';
$string['hidefromothers'] = 'Ocultar tema';
$string['inlinesections'] = 'Secciones en-línea';
$string['inlinesections_help'] = 'Darle a cada sección una nueva línea.';
$string['no'] = 'No';
$string['notsequentialdesc'] = 'Cada grupo nuevo comienza a contar las secciones desde uno.';
$string['numeric'] = 'Numérico';
$string['pluginname'] = 'Formato de botones';
$string['roman'] = 'Números romanos';
$string['section0name'] = 'General';
$string['sectionname'] = 'Tema';
$string['sectionposition'] = 'Posición de la sección cero';
$string['sectionposition_help'] = 'La sección cero aparecerá junto a la sección visible.<br><br>
<strong>Arriba de la lista de botones</strong><br>Use esta opción si desea añadir algun texto o recurso antes de la lista de botones.
<i>Ejemplo: Defina una imagen para ilustrar el curso.</i><br><br><strong>Debajo de la sección visible</strong><br>
Use esta opción si quiere añadir un texto o recurso después de la sección visible.
<i>Ejemplo: Recursos o enlaces a mostrarse sin importar la región visible.</i><br><br>';
$string['sectiontype'] = 'Listar estilo';
$string['sequential'] = 'Secuencial';
$string['sequentialdesc'] = 'Contar los números de secciones ignorando el agrupamiento.';
$string['showdefaultsectionname'] = 'Mostrar por defecto el nombre de las secciones';
$string['showdefaultsectionname_help'] = 'Si no se configura nombre para la sección, no se mostrará nada.<br>
Por definición, un tópico sin nombre se muestra como <strong>Tema N</strong>.';
$string['showfromothers'] = 'Mostrar tema';
$string['square'] = 'Cuadrado';
$string['yes'] = 'Sí';