File: /home/iestorre/moodledata/lang/es/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', branch 'MOODLE_26_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'] = '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['local_mobiletypeoflogin'] = 'Elija el tipo de inicio de sesión';
$string['local_mobiletypeoflogin_key'] = 'Tipo de inicio de sesión';
$string['local_mobileurlscheme_key'] = 'Esquema de URL';
$string['loginintheapp'] = 'A través de la app';
$string['logininthebrowser'] = 'A través de una ventana del navegador (para los conectores SSO)';
$string['loginintheinappbrowser'] = 'Mediante un navegador empotrado (para plugins SSO)';
$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';