. /** * Strings for component 'auth_pop3', language 'ca_valencia', 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_pop3changepasswordurl_key'] = 'URL de canvi de contrasenya'; $string['auth_pop3description'] = 'Este mètode utilitza un servidor POP3 per comprovar si un nom d\'usuari i una contrasenya són vàlids.'; $string['auth_pop3host'] = 'L\'adreça del servidor POP3. Ha de ser el número IP, no el nom del DNS.'; $string['auth_pop3host_key'] = 'Servidor'; $string['auth_pop3mailbox'] = 'Nom de la bústia amb la qual es fa la connexió (generalment INBOX)'; $string['auth_pop3mailbox_key'] = 'Bústia'; $string['auth_pop3notinstalled'] = 'No es pot utilitzar autenticació POP3. El mòdul PHP IMAP no està instal·lat.'; $string['auth_pop3port'] = 'Número de port del servidor (el 110 és el més habitual)'; $string['auth_pop3port_key'] = 'Port'; $string['auth_pop3type'] = 'Tipus de servidor. Si el vostre servidor utilitza seguretat per certificat, trieu pop3cert.'; $string['auth_pop3type_key'] = 'Tipus'; $string['pluginname'] = 'Servidor POP3';