]> git.mjollnir.org Git - moodle.git/commitdiff
Some new strings related to user importing
authormoodler <moodler>
Tue, 6 Jan 2004 02:33:28 +0000 (02:33 +0000)
committermoodler <moodler>
Tue, 6 Jan 2004 02:33:28 +0000 (02:33 +0000)
lang/en/moodle.php

index 529741ef95412dc9866e220295ae6361536ea824..e305d75ed61ff9ea90bfd9442cdf3a79afd008b4 100644 (file)
@@ -44,6 +44,7 @@ $string['adminhelpmanagemodules'] = 'Manage installed modules and their settings
 $string['adminhelpsitefiles'] = 'For publishing general files or uploading external backups';
 $string['adminhelpsitesettings'] = 'Define how the front page of the site looks';
 $string['adminhelpthemes'] = 'Choose how the site looks (colours, fonts etc)';
+$string['adminhelpuploadusers'] = 'Import new user accounts from a text file';
 $string['adminhelpusers'] = 'Define your users and set up authentication';
 $string['administration'] = 'Administration';
 $string['administrator'] = 'Administrator';
@@ -821,6 +822,7 @@ $string['uploadedfileto'] = 'Uploaded $a->file to $a->directory';
 $string['uploadnofilefound'] = 'No file was found - are you sure you selected one to upload?';
 $string['uploadproblem'] = 'An unknown problem occurred while uploading the file \'$a\' (perhaps it was too large?)';
 $string['uploadthisfile'] = 'Upload this file';
+$string['uploadusers'] = 'Upload users';
 $string['user'] = 'User';
 $string['userdeleted'] = 'This user account has been deleted';
 $string['userdescription'] = 'Description';
@@ -829,6 +831,7 @@ $string['username'] = 'Username';
 $string['usernameexists'] = 'This username already exists, choose another';
 $string['userprofilefor'] = 'User profile for $a';
 $string['users'] = 'Users';
+$string['usersnew'] = 'New users';
 $string['userzones'] = 'User zones';
 $string['usingexistingcourse'] = 'Using existing course';
 $string['version'] = 'Version';