File: /var/www/moodle/moodledata/lang/es_mx/local_mobile.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 'local_mobile', language 'es_mx', branch 'MOODLE_36_STABLE'
*
* @package local_mobile
* @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['allowpermissions'] = 'Otorgar permisos al rol de usuario autenticado';
$string['allowpermissionsdescription'] = 'Editar el rol de usuario autenticado y permitir la capcidad moodle/webservice:createtoken';
$string['cannotcreatetoken'] = 'La generación automática de fichas (tokens) no está disponible para los administradores del sitio (ellos deben de crear una ficha manualmente en el sitio)';
$string['checkpluginconfiguration'] = 'Revisar configuración del plugin';
$string['clickheretolaunchtheapp'] = 'Por favor, haga click aquí si la App no abre automáticamente';
$string['enableadditionalservice'] = 'Habilitar el servicio de características adicionales Moodle Mobile';
$string['enableadditionalservicedescription'] = 'Este servicio debe ser habilitado..';
$string['local_mobiledescription'] = 'Plugin que extiende las características de los servicios Móviles (Mobile)';
$string['local_mobilesettings'] = 'Configuraciones';
$string['pluginname'] = 'Características adicionales de Moodle Mobile';
$string['pluginnotenabledorconfigured'] = 'El plugin local de Moodle Mobile debe habilitarse y configurarse para poder desplegar la App';
$string['privacy:metadata'] = 'El plugin de características adicionales Moodle Mobile no almacena ningún dato personal';