]> git.mjollnir.org Git - moodle.git/commitdiff
Added some user confirmation language.
authorselliott <selliott>
Tue, 9 Mar 2004 21:35:41 +0000 (21:35 +0000)
committerselliott <selliott>
Tue, 9 Mar 2004 21:35:41 +0000 (21:35 +0000)
lang/en/moodle.php

index 65e5b2b2a01c60af925442723641026cbacc3612..132839d2e450ff8ba2bdc6da626cf763f6f804f5 100644 (file)
@@ -164,6 +164,7 @@ $string['configuration'] = 'Configuration';
 $string['configvariables'] = 'Variables';
 $string['configwarning'] = 'Be careful modifying these settings - strange values could cause problems.';
 $string['configzip'] = 'Indicate the location of your zip program (Unix only, optional).  If specified, this will be used to create zip archives on the server.  If you leave this blank, then Moodle will use internal routines.';
+$string['confirm'] = 'Confirm';
 $string['confirmed'] = 'Your registration has been confirmed';
 $string['confirmednot'] = 'Your registration has not yet been confirmed!';
 $string['continue'] = 'Continue';
@@ -866,11 +867,13 @@ $string['uploadproblem'] = 'An unknown problem occurred while uploading the file
 $string['uploadthisfile'] = 'Upload this file';
 $string['uploadusers'] = 'Upload users';
 $string['user'] = 'User';
+$string['userconfirmed'] = 'Confirmed $a';
 $string['userdeleted'] = 'This user account has been deleted';
 $string['userdescription'] = 'Description';
 $string['userfiles'] = 'User Files';
 $string['username'] = 'Username';
 $string['usernameexists'] = 'This username already exists, choose another';
+$string['usernotconfirmed'] = 'Could not confirm $a';
 $string['userprofilefor'] = 'User profile for $a';
 $string['users'] = 'Users';
 $string['usersnew'] = 'New users';