From: moodler Date: Tue, 6 Jan 2004 02:33:28 +0000 (+0000) Subject: Some new strings related to user importing X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=84994c886e909a76955e0df6d68a77a901990a8c;p=moodle.git Some new strings related to user importing --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 529741ef95..e305d75ed6 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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';