File: /var/www/moodle/moodledata/lang/es_mx/theme_obsidian.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 'theme_obsidian', language 'es_mx', branch 'MOODLE_22_STABLE'
*
* @package theme_obsidian
* @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['choosereadme'] = 'Obsidiana es un tema simple con unas cuantas regiones de bloque extra.';
$string['pluginname'] = 'Obsidiana';
$string['region-bottom-center'] = 'Fondo Central';
$string['region-bottom-left'] = 'Fondo Izquierda';
$string['region-bottom-right'] = 'Fondo Derecha';
$string['region-side-bottom'] = 'Fondo Lateral';
$string['region-side-post'] = 'Derecha';
$string['region-side-pre'] = 'Izquierda';
$string['region-side-top'] = 'Superior Lateral';
$string['region-top-center'] = 'Superior Central';
$string['region-top-left'] = 'Superior Izquierda';
$string['region-top-right'] = 'Superior Derecha';