<?php $this->cache['en']['auth_imap'] = array (
  'auth_imapdescription' => 'This method uses an IMAP server to check whether a given username and password is valid.',
  'auth_imaphost' => 'The IMAP server address. Use the IP number, not DNS name.',
  'auth_imaphost_key' => 'Host',
  'auth_imapchangepasswordurl_key' => 'Password-change URL',
  'auth_imapnotinstalled' => 'Cannot use IMAP authentication. The PHP IMAP module is not installed.',
  'auth_imapport' => 'IMAP server port number. Usually this is 143 or 993.',
  'auth_imapport_key' => 'Port',
  'auth_imaptype' => 'The IMAP server type.  IMAP servers can have different types of authentication and negotiation.',
  'auth_imaptype_key' => 'Type',
  'pluginname' => 'IMAP server',
);