* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2006,2007 Catalyst IT Ltd http://catalyst.net.nz * */ defined('INTERNAL') || die(); // IMAP $string['host'] = 'Hostname or address'; $string['wwwroot'] = 'WWW root'; $string['port'] = 'Port number'; $string['protocol'] = 'Protocol'; $string['changepasswordurl'] = 'Password-change URL'; $string['configureanother'] = 'Please configure another plugin before deleting this one.'; $string['cannotremove'] = "We can't remove this auth plugin, as it's the only \\nplugin that exists for this institution."; $string['editauthority'] = 'Edit an Authority'; $string['addauthority'] = 'Add an Authority'; $string['updateuserinfoonlogin'] = 'Update user info on login'; $string['updateuserinfoonlogindescription'] = 'Retrieve user info from the remote server and update your local user record each time the user logs in.'; $string['xmlrpcserverurl'] = 'XML-RPC Server URL'; $string['ipaddress'] = 'IP Address'; $string['shortname'] = 'Short name for your site'; $string['name'] = 'Site name'; $string['nodataforinstance'] = 'Could not find data for auth instance '; $string['authname'] = 'Authority name'; $string['weautocreateusers'] = 'We auto-create users'; $string['theyautocreateusers'] = 'They auto-create users'; $string['parent'] = 'Parent authority'; $string['wessoout'] = 'We SSO out'; $string['theyssoin'] = 'They SSO in'; $string['application'] = 'Application'; $string['cantretrievekey'] = 'An error occurred while retrieving the public key from the remote server.
Please ensure that the Application and WWW Root fields are correct, and that networking is enabled on the remote host.'; ?>