File: /var/www/moodledata/mdata-uautomaq/lang/es/theme_brick.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 'theme_brick', language 'es', version '4.1'.
*
* @package theme_brick
* @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['configtitle'] = 'Configuraciones de Ladrillo';
$string['headingcolor'] = 'headingcolor';
$string['headingcolordesc'] = 'Color de la cabecera para cabeceras grandes (noticias del sitio, mis cursos) y otras cabeceras.';
$string['linkcolor'] = 'enlace';
$string['linkcolordesc'] = 'Establece el color de los enlaces en el tema, utilice el código HTML hexadecimal.';
$string['linkhover'] = 'linkhover';
$string['linkhoverdesc'] = 'Configura el color de los enlaces (con ratón encima) en el tema, empleando código hexadecimal HTML.';
$string['logo'] = 'logotipo';
$string['logodesc'] = 'Cambia el logo de este tema al ingresar la URL a uno nuevo (por ejemplo: http://www.estesitio/unaimagen.png). Como referencia, el logo por defecto mide 265pixeles de ancho por 60pixeles de alto. Un archivo PNG con transparencia funciona mejor.';
$string['maincolor'] = 'maincolor';
$string['maincolordesc'] = 'Ajuste el código hexadecimal del color de la cabecera, barra lateral y otras áreas. Se ve mejor con un color oscuro o saturado.';
$string['maincolorlink'] = 'maincolorlink';
$string['maincolorlinkdesc'] = 'Color de los enlaces para la barra del menú y títulos de los bloques.';
$string['pluginname'] = 'Ladrillo';
$string['region-side-post'] = 'Derecha';
$string['region-side-pre'] = 'Izquierda';