File: /var/www/moodle/moodledata/lang/es_mx/atto_table.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 'atto_table', language 'es_mx', branch 'MOODLE_36_STABLE'
*
* @package atto_table
* @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['addcolumnafter'] = 'Insertar columna después de';
$string['addrowafter'] = 'Añadir fila después de';
$string['all'] = 'Alrededor de cada celda';
$string['allowbackgroundcolour'] = 'Permitir color del fondo';
$string['allowborder'] = 'Permitir darle estilo a borde';
$string['allowborder_desc'] = 'Si se activa, se podrán personalizar los bordes de celda y tabla.';
$string['allowwidth'] = 'Permitir ancho';
$string['appearance'] = 'Apariencia';
$string['backgroundcolour'] = 'Color del fondo';
$string['bordercolour'] = 'Color del borde';
$string['borders'] = 'Bordes';
$string['bordersize'] = 'Tamaño de bordes';
$string['borderstyles'] = 'Estilo de bordes';
$string['both'] = 'Ambos';
$string['caption'] = 'Letrerito (caption)';
$string['captionposition'] = 'Posición del letrerito (caption)';
$string['columns'] = 'Columnas';
$string['createtable'] = 'Crear tabla';
$string['dashed'] = 'Discontínua';
$string['deletecolumn'] = 'Eliminar columna';
$string['deleterow'] = 'Eliminar fila';
$string['dotted'] = 'Punteada';
$string['edittable'] = 'Editar tabla';
$string['headers'] = 'Definir encabezados';
$string['movecolumnleft'] = 'Mover columna a izquierda';
$string['movecolumnright'] = 'Mover columna a derecha';
$string['moverowdown'] = 'Mover fila abajo';
$string['moverowup'] = 'Mover fila arriba';
$string['noborder'] = 'Sin borde';
$string['none'] = 'Ninguno';
$string['numberofcolumns'] = 'Número de columnas';
$string['numberofrows'] = 'Número de filas';
$string['outer'] = 'Alrededor de la tabla';
$string['pluginname'] = 'Tabla';
$string['privacy:metadata'] = 'El plugin atto_table no almacena ningún dato personal.';
$string['rows'] = 'Filas';
$string['settings'] = 'Configuraciones de la tabla';
$string['solid'] = 'Sólida';
$string['themedefault'] = 'Valores por defecto del tema';
$string['transparent'] = 'Transparente';
$string['updatetable'] = 'Actualizar tabla';
$string['width'] = 'Ancho de tabla (en %)';