<?php $this->cache['en']['auth_nntp'] = array (
  'auth_nntpdescription' => 'This method uses an NNTP server to check whether a given username and password is valid.',
  'auth_nntphost' => 'The NNTP server address. Use the IP number, not DNS name.',
  'auth_nntphost_key' => 'Host',
  'auth_nntpchangepasswordurl_key' => 'Password-change URL',
  'auth_nntpnotinstalled' => 'Cannot use NNTP authentication. The PHP IMAP module is not installed.',
  'auth_nntpport' => 'Server port (119 is the most common)',
  'auth_nntpport_key' => 'Port',
  'pluginname' => 'NNTP server',
);