. /** * Strings for component 'auth_nntp', language 'es_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_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'] = 'La dirección del servidor NNTP. Usar el número IP, no el nombre DNS.'; $string['auth_nntpport'] = 'Puerto del Servidor (119 es el más habitual)';