From 3beaa4b6a3c10b9dbb5aea60924f1e11f1e89627 Mon Sep 17 00:00:00 2001 From: selliott Date: Tue, 9 Mar 2004 21:35:41 +0000 Subject: [PATCH] Added some user confirmation language. --- lang/en/moodle.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 65e5b2b2a0..132839d2e4 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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'; -- 2.39.5