HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux bareserver 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 7.2.24-0ubuntu0.18.04.17
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/moodle/moodledata/lang/es_mx/format_board.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 'format_board', language 'es_mx', branch 'MOODLE_34_STABLE'
 *
 * @package   format_board
 * @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['blocks'] = 'Bloques';
$string['color'] = 'Color del tema personalizado';
$string['color_help'] = 'Definir un color en hexadecimal. <i>Por ejemplo: #fab747</i><br>Si lo desea, puede dejar vacío el color por defecto.';
$string['currentsection'] = 'Este tópico';
$string['deletesection'] = 'Eliminar tópico';
$string['editsection'] = 'Editar tópico';
$string['hidefromothers'] = 'Ocultar tópico';
$string['no'] = 'No';
$string['none'] = 'Limpio';
$string['numsectionscol'] = 'Número de secciones al grupo';
$string['numsectionscol_help'] = 'Configurar el número de secciones que están adentro del grupo.<br>El ancho de las secciones será heredado por el ancho del grupo.';
$string['page-course-view-topics'] = 'Cualquier página principal de curso en formato de tópicos.';
$string['page-course-view-topics-x'] = 'Cualquier página de curso en formato de tópicos.';
$string['pluginname'] = 'Formato Tablero (Board)';
$string['section0name'] = 'General';
$string['sectionlayout'] = 'Diseño de las secciones';
$string['sectionlayout_help'] = 'Configurar el tema con el que serán mostradas las secciones:<br><br>
<strong>Limpio (Clean)</strong><br>
Es un tema que mostrará las secciones sin añadir bordes o colores. Las seciones tendrán un margen de 40px.<br><br>
<strong>Bloques</strong><br>
Es un tema que mostrará las secciones adentro de bloques con título y bordes estilizados.
El reesumen de la sección tendrá 0px de espaciamiento relativo a la orilla, que puede usar imágenes para ilustrar la parte superior del bloque.';
$string['sectionname'] = 'Tópico';
$string['showdefaultsectionname'] = 'Mostrar el nombre de secciones por defecto';
$string['showdefaultsectionname_help'] = 'Si no se configura nombre alguno, la sección no mostrará nada.<br>
Por definición, un tópico sin nombre se muestra como <strong>Tópico N</strong>.';
$string['showfromothers'] = 'Mostrar tópico';
$string['unlimited'] = 'Ilimitado';
$string['widthcol'] = 'Ancho del grupo';
$string['widthcol_help'] = 'El agrupamiento de secciones se volverá una columna si el ancho se configura en suma resultante con 99%/100%.
<i>Por ejemplo: Configurar Ancho de Grupo 1 = 33%, Ancho del grupo 2 = 33% y Ancho del grupo 3 = 33%, el resultado será un diseño con 3 columnas.</i>';
$string['yes'] = 'Si';