File: /var/www/moodle/moodledata/lang/es_mx/block_theme_selector.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 'block_theme_selector', language 'es_mx', branch 'MOODLE_36_STABLE'
*
* @package block_theme_selector
* @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['by'] = 'por';
$string['changetheme'] = 'Cambiar tema:';
$string['createwindow'] = 'Crear ventana';
$string['pluginname'] = 'Selector de tema';
$string['resetthemecache'] = 'Reiniciar caché del tema';
$string['siteconfigwarning'] = 'Solamente los usuarios con la capacidad \'moodle/site:config\' pueden cambiar los temas. O, pídale a un usuario con la capacidad que habilite \'Cambiar URL\' para el bloque.';
$string['theme_selector:addinstance'] = 'Añadir un nuevo bloque de Selector de Tema';
$string['theme_selector:myaddinstance'] = 'Añadir un nuevo bloque de Selector de Tema al Tablero';
$string['urlswitch'] = 'Cambiar URL';
$string['urlswitch_desc'] = 'Cambiar usando el URL, requiere que se ajuste la configuración de \'allowthemechangeonurl\' en el tema del núcleo';
$string['urlswitchurlwarning'] = 'La configuración \'allowthemechangeonurl\' en el núcleo del tema necesita confgurarse.';
$string['urlswitchwarning'] = 'La configuración para cambiar URL no está configurada; revise la instalación del bloque.';
$string['windowinformation'] = 'Información de ventana';
$string['windowinformation_desc'] = 'Mostrar información acerca del tamaño interior de la ventana actual y permitir creación de ventana nueva de las dimensiones dadas.';
$string['windowsize'] = 'Tamaño de ventana:';