. /** * Strings for component 'auth_imap', language 'ca_valencia', branch 'MOODLE_22_STABLE' * * @package auth_imap * @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_imapchangepasswordurl_key'] = 'URL de canvi de contrasenya'; $string['auth_imapdescription'] = 'Este mètode utilitza un servidor IMAP per comprovar si un nom d\'usuari i una contrasenya són vàlids.'; $string['auth_imaphost'] = 'L\'adreça del servidor IMAP. Ha de ser el número IP, no el nom del DNS.'; $string['auth_imaphost_key'] = 'Servidor'; $string['auth_imapnotinstalled'] = 'No es pot utilitzar l\'autenticació IMAP. El mòdul PHP IMAP no està instal·lat.'; $string['auth_imapport'] = 'El número de port del servidor IMAP. Generalment és el 143 o el 993.'; $string['auth_imapport_key'] = 'Port'; $string['auth_imaptype'] = 'Tipus de servidor IMAP. Els servidors IMAP poden tindre diferents tipus d\'autenticació i negociació.'; $string['auth_imaptype_key'] = 'Tipus'; $string['pluginname'] = 'Servidor IMAP';