File: /var/www/moodle/moodledata/lang/es_mx/atto_computing.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_computing', language 'es_mx', branch 'MOODLE_30_STABLE'
*
* @package atto_computing
* @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['cursorinfo'] = 'Una flecha indica la posición en la que se insertarán los nuevos elementos de la biblioteca (librería) elemental.';
$string['delay'] = 'Retraso antes de la actualización';
$string['delay_desc'] = 'El tiempo en milisegundos, que el editor esperará después de que se detengan las entradas de texto, para actualizar la vista previa. Un valor de 0 actualizará continuamente la vista previa, pero puede causar una carga excesiva del servidor en sitios muy activos.';
$string['editcomputing'] = 'Editar ecuaciones de ciencias de la computación usando <a href="{$a}" target="_blank">TeX</a>';
$string['librarygroup1'] = 'Operadores';
$string['librarygroup1_desc'] = 'Comandos (instrucciones) TeX enlistados en la pestaña de operadores.';
$string['librarygroup1_title'] = 'Operadores';
$string['librarygroup2'] = 'Flechas';
$string['librarygroup2_desc'] = 'Comandos (instrucciones) TeX enlistados en la pestaña de flechas.';
$string['librarygroup2_title'] = 'Flechas';
$string['librarygroup3'] = 'Lógica';
$string['librarygroup3_desc'] = 'Comandos (instrucciones) TeX enlistados en la pestaña de Lógica.';
$string['librarygroup3_title'] = 'Lógica Booleana';
$string['librarygroup4'] = 'Teoría de conjuntos';
$string['librarygroup4_desc'] = 'Comandos (instrucciones) TeX enlistados en la pestaña de Teoría de conjuntos.';
$string['librarygroup4_title'] = 'teoría de conjuntos';
$string['librarygroup5'] = 'Ensamblador';
$string['librarygroup5_desc'] = 'Comandos (instrucciones) TeX enlistados en la pestaña de Lenguaje Ensamblador.';
$string['librarygroup5_title'] = 'Lenguaje ensamblador';
$string['librarygroup6'] = 'Buscar ejecutar (\'\'Fetch execute\'\')';
$string['librarygroup6_desc'] = 'Comandos (instrucciones) TeX enlistados en la pestaña de Buscar Ejecutar (\'\'Fetch execute\'\') .';
$string['librarygroup6_title'] = 'Buscar ciclopara ejecutar';
$string['librarygroup7'] = 'Teoría numérica';
$string['librarygroup7_desc'] = 'Comandos (instrucciones) TeX enlistados en la pestaña de Teoría numérica.';
$string['librarygroup7_title'] = 'Teoría numérica';
$string['pluginname'] = 'Editor para ciencias de la computación';
$string['preview'] = 'Vista previa para ciencias de la computación';
$string['savecomputing'] = 'Guardar ecuación de ciencias de la computación';
$string['settings'] = 'Configuraciones del editor para ciencias de la computación';
$string['update'] = 'Actualizar';