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

index 59c9ef9f0ed153c69eea0776fdecfcbd5e30474b..5b90ae96fe0d7183f10f40d06e636c06c7e6000a 100644 (file)
@@ -144,6 +144,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';
@@ -787,11 +788,13 @@ $string['uploadnofilefound'] = 'No file was found - are you sure you selected on
 $string['uploadproblem'] = 'An unknown problem occurred while uploading the file \'$a\' (perhaps it was too large?)';
 $string['uploadthisfile'] = 'Upload this file';
 $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['userzones'] = 'User zones';