. * * @package mahara * @subpackage lang * @author Catalyst IT Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2006-2008 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['cannotremove'] = "We can't remove this auth plugin, as it's the only \nplugin that exists for this institution."; $string['cannotremoveinuse'] = "We can't remove this auth plugin, as it's being used by some users.\nYou must update their records before you can remove this plugin."; $string['saveinstitutiondetailsfirst'] = 'Please save the institution details before configuring authentication plugins.'; $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['weimportcontent'] = 'We import content (some applications only)'; $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.'; $string['errorcertificateinvalidwwwroot'] = 'This certificate claims to be for %s, but you are trying to use it for %s.'; $string['errnoauthinstances'] = 'We don\'t seem to have any authentication plugin instances configured for the host at '; $string['errornotvalidsslcertificate'] = 'This is not a valid SSL Certificate'; $string['errnoxmlrcpinstances'] = 'We don\'t seem to have any XMLRPC authentication plugin instances configured for the host at '; $string['errnoxmlrcpwwwroot'] = 'We don\'t have a record for any host at '; $string['errnoxmlrpcuser'] = "We were unable to authenticate you at this time. Possible reasons might be: * Your SSO session might have expired. Go back to the other application and click the link to sign into Mahara again. * You may not be allowed to SSO to Mahara. Please check with your administrator if you think you should be allowed to."; $string['unabletosigninviasso'] = 'Unable to sign in via SSO'; $string['xmlrpccouldnotlogyouin'] = 'Sorry, could not log you in :('; $string['xmlrpccouldnotlogyouindetail'] = 'Sorry, we could not log you into Mahara at this time. Please try again shortly, and if the problem persists, contact your administrator'; $string['requiredfields'] = 'Required profile fields'; $string['requiredfieldsset'] = 'Required profile fields set'; ?>