. /** * Strings for component 'auth_nntp', language 'es', branch 'MOODLE_22_STABLE' * * @package auth_nntp * @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['auth_nntpchangepasswordurl_key'] = 'URL para cambio de contraseña'; $string['auth_nntpdescription'] = 'Este método usa un servidor NNTP para comprobar si el nombre de usuario y contraseña facilitados son válidos.'; $string['auth_nntphost'] = 'Dirección del servidor NNTP. Usar el número IP, no el nombre DNS.'; $string['auth_nntphost_key'] = 'Host'; $string['auth_nntpnotinstalled'] = 'No puede utilizar identificación NNTP. El módulo IMAP de PHP no está instalado.'; $string['auth_nntpport'] = 'Puerto del Servidor (119 es el más habitual)'; $string['auth_nntpport_key'] = 'Puerto'; $string['pluginname'] = 'Usar un servidor NNTP';