$string['adminnotificationsdescription']='Configure how administrators receive system notifications';
$string['uploadcsv']='Add Users by CSV';
$string['uploadcsvdescription']='Upload a CSV file containing new users';
$string['usersearch']='User Search';
$string['usersearchdescription']='Search all users and perform administrative actions on them';
$string['pluginadmin']='Plugin Administration';
$string['pluginadmindescription']='Install and configure plugins';
...
...
@@ -165,13 +167,14 @@ $string['uploadcsvusersaddedsuccessfully'] = 'The users in the file have been ad
// Admin Users
$string['adminuserspagedescription']='<p>Here you can choose which users are administrators for the site. The current administrators are listed on the right, and potential administrators are on the left.</p><p>The system must have at least one administrator.</p>';
$string['usersearchdescription']='Search all users and perform administrative actions on them';
// Staff Users
$string['staffuserspagedescription']='Here you can choose which users are staff for the site. The current staff are on the right, and potential staff are on the left.';
$string['loginfailed']='You have not provided the correct credentials to log in. Please check your username and password are correct.';
$string['loginto']='Log in to %s';
$string['newpassword']='New Password';
$string['oldpassword']='Old Password';
$string['oldpassword']='Current Password';
$string['password']='Password';
$string['passworddescription']=' ';
$string['passwordhelp']='The password you use to access the system';
...
...
@@ -143,7 +143,7 @@ $string['yournewpassword'] = 'Your new password';
$string['yournewpasswordagain']='Your new password again';
$string['invalidsesskey']='Invalid session key';
$string['cantremovedefaultemail']='You cannot remove your primary email address';
$string['mustspecifyoldpassword']='You must specify your old password';
$string['mustspecifyoldpassword']='You must specify your current password';
$string['captchatitle']='CAPTCHA Image';
$string['captchadescription']='Enter the characters you see in the picture to the right. Letters are not case sensitive';
$string['captchaincorrect']='Enter the letters as they are shown in the image';
...
...
@@ -163,7 +163,7 @@ $string['registeringdisallowed'] = 'Sorry, you cannot register for this system a
// Forgot password
$string['cantchangepassword']='Sorry, you are unable to change your password through this interface - please use your institution\'s interface instead';
$string['forgotpassword']='Forgotten your password?';
$string['forgotpasswordtext']='Forgot your password? Enter your e-mail address here and we will send you a key you can use to give yourself a new password.';
$string['forgotpasswordtext']='If you have forgotten your password, enter below the primary email address you have listed in your Profile and we will send you a key you can use to give yourself a new password';
$string['passwordreminder']='Password Reminder';
$string['pwchangerequestsent']='You should receive an e-mail shortly with a link you can use to change the password for your account';
$string['forgotpassemailsubject']='Change password request for %s';