. /** * Strings for component 'auth_nntp', language 'en', branch 'MOODLE_20_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 */ $string['auth_nntpdescription'] = 'This method uses an NNTP server to check whether a given username and password is valid.'; $string['auth_nntphost'] = 'The NNTP server address. Use the IP number, not DNS name.'; $string['auth_nntphost_key'] = 'Host'; $string['auth_nntpchangepasswordurl_key'] = 'Password-change URL'; $string['auth_nntpnotinstalled'] = 'Cannot use NNTP authentication. The PHP IMAP module is not installed.'; $string['auth_nntpport'] = 'Server port (119 is the most common)'; $string['auth_nntpport_key'] = 'Port'; $string['pluginname'] = 'NNTP server';