File: /var/www/moodledata/mdata-uautomaq/lang/es/local_mobile.php
<?php
// This file is part of Moodle - https://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 <https://www.gnu.org/licenses/>.
/**
* Strings for component 'local_mobile', language 'es', version '4.1'.
*
* @package local_mobile
* @category string
* @copyright 1999 Martin Dougiamas and contributors
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['allowpermissions'] = 'conceder permisos al rol de Usuario Autenticado';
$string['allowpermissionsdescription'] = 'Editar el rol Usuario Autenticado y permitir la capacidad moodle/webservice:createtoken';
$string['cannotcreatetoken'] = 'La generación automática de token no está disponible para los administradores del sitio (deben crear una manualmente en el sitio)';
$string['checkpluginconfiguration'] = 'Comprobar configuración del plugin';
$string['clickheretolaunchtheapp'] = 'Por favor, haz clic aquí si la aplicación no se abre automáticamente';
$string['enableadditionalservice'] = 'Habilitar el servicio de características adicionales Moodle Mobile';
$string['enableadditionalservicedescription'] = 'Este servicio debe estar habilitado.';
$string['local_mobiledescription'] = 'Extensión que amplía las características del servicio móvil';
$string['local_mobilesettings'] = 'Ajustes';
$string['pluginname'] = 'Características adicionales de Moodle Mobile';
$string['pluginnotenabledorconfigured'] = 'La extensión local de Moodle Mobile debe estar habilitada y configurda a fin de poder ejecutar la aplicación';
$string['privacy:metadata'] = 'El plugin de características adicionales Moodle Mobile no almacena ningún dato personal';