HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux bareserver 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 7.2.24-0ubuntu0.18.04.17
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/moodle/moodledata/lang/es_mx/debug.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 'debug', language 'es_mx', branch 'MOODLE_36_STABLE'
 *
 * @package   debug
 * @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['authpluginnotfound'] = 'No se ha encontrado el plugin de autenticación {$a}.';
$string['blocknotexist'] = 'El bloque {$a} no existe';
$string['cannotbenull'] = '¡ {$a} no puede ser null !';
$string['cannotdowngrade'] = 'No se puede degradar {$a->plugin} de {$a->oldversion} a {$a->newversion}.';
$string['cannotfindadmin'] = '¡ No se ha podido encontrar un usuario administrador !';
$string['cannotinitpage'] = 'No se puede inicializar completamente la página: ID {$a->id} no válido {$a->name}';
$string['cannotsetuptable'] = 'Las tablas {$a} no han podido configurarse con éxito.';
$string['codingerror'] = 'Detectado un error de codificación, debe ser corregido por un programador: {$a}';
$string['configmoodle'] = 'Moodle aún no ha sido configurado. Necesita editar config.php.';
$string['erroroccur'] = 'Ocurrió un error durante este proceso';
$string['invalidarraysize'] = 'Tamaño incorrecto de matrices en params de: {$a}';
$string['invalideventdata'] = 'Se enviaron datos del evento incorrectos: {$a}';
$string['invalidparameter'] = 'Valor de parámetro inválido detectado';
$string['invalidresponse'] = 'Detectado valor de respuesta no válido';
$string['missingconfigversion'] = 'Lo sentimos, la tabla de configuración (config table) no contiene versión, no se puede continuar.';
$string['modulenotexist'] = 'El módulo {$a} no existe';
$string['morethanonerecordinfetch'] = 'Se ha encontrado más de un registro en fetch().';
$string['mustbeoveride'] = 'El método abstracto {$a} debe ser anulado.';
$string['noadminrole'] = 'No se ha encontrado rol de administrador';
$string['noblocks'] = 'No hay bloques instalados.';
$string['nocate'] = 'No hay categorías.';
$string['nomodules'] = 'No se han encontrado módulos.';
$string['nopageclass'] = 'Se importó {$a} pero no encontró clases página';
$string['noreports'] = 'No hay reportes accesibles';
$string['notables'] = 'No hay tablas';
$string['phpvaroff'] = 'La variable PHP \'{$a->name}\' del servidor debería estar desconectada (Off) - {$a->link}';
$string['phpvaron'] = 'La variable PHP \'{$a->name}\' del servidor dno está conectada (On) - {$a->link}';
$string['sessionmissing'] = 'El objeto {$a} está ausente de la sesión';
$string['sqlrelyonobsoletetable'] = 'Este SQL depende de tabla(s) obsoleta(s): {$a}! Su código debe ser arreglado por un programador.';
$string['withoutversion'] = 'El archivo principal de version.php está ausente, no legible o roto.';
$string['xmlizeunavailable'] = 'Las funciones xmlize no están disponibles';