From 31f9f60576981dcf3c3ab2036cce967aa528ff75 Mon Sep 17 00:00:00 2001 From: selliott Date: Tue, 9 Mar 2004 21:38:09 +0000 Subject: [PATCH] Added user confirmation language. --- lang/en_us/moodle.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index 59c9ef9f0e..5b90ae96fe 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -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'; -- 2.39.5