. /** * Strings for component 'auth_pop3', language 'es_es', branch 'MOODLE_22_STABLE' * * @package auth_pop3 * @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_pop3description'] = 'Este método utiliza un servidor POP3 para comprobar si el nombre de usuario y contraseña facilitados son válidos.'; $string['auth_pop3host'] = 'La dirección del servidor POP3. Use el número IP, no el nombre DNS.'; $string['auth_pop3port'] = 'Puerto del Servidor (110 es el más habitual)'; $string['auth_pop3type'] = 'Tipo de servidor. Si su servidor utiliza certificado de seguridad, escoja pop3cert.';