. /** * Strings for component 'auth_nntp', language 'ca_valencia', 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 de canvi de contrasenya'; $string['auth_nntpdescription'] = 'Este mètode utilitza un servidor NNTP per comprovar si un nom d\'usuari i una contrasenya són vàlids.'; $string['auth_nntphost'] = 'L\'adreça del servidor NNTP. Ha de ser el número IP, no el nom del DNS.'; $string['auth_nntphost_key'] = 'Servidor'; $string['auth_nntpnotinstalled'] = 'No es pot utilitzar autenticació NNTP. El mòdul PHP IMAP no està instal·lat'; $string['auth_nntpport'] = 'Número de port del servidor (el 119 és el més habitual)'; $string['auth_nntpport_key'] = 'Port'; $string['pluginname'] = 'Servidor NNTP';