$string[course] = "Course";
$string[courses] = "Courses";
$string[createaccount] = "Create my new account";
+$string[createuserandpass] = "Create a new username and password to log in with";
$string[currentlocaltime] = "your current local time";
$string[delete] = "Delete";
$string[editmyprofile] = "Edit my profile";
\$a->admin";
$string[emailexists] = "This email address is already registered.";
+$string[emailmustbereal] = "Note: your email address must be a real one";
$string[entercourse] = "Click to enter this course";
$string[enteremailaddress] = "Enter in your email address to reset your
password and have the new password sent to you via email.";
$string[nosuchemail] = "No such email address";
$string[notenrolled] = "\$a is not enrolled in this course.";
$string[ok] = "OK";
+$string[optional] = "optional";
$string[participants] = "Participants";
$string[password] = "Password";
$string[passwordchanged] = "Password has been changed";
$string[sitesettings] = "Site settings";
$string[someallowguest] = "Some courses may allow guest access";
$string[startsignup] = "Start now by creating a new account!";
+$string[supplyinfo] = "Please supply some information about yourself";
$string[teacheronly] = "for the \$a only";
$string[textformat] = "Plain text format";
$string[timezone] = "Timezone";
<form name="form" method="post" action="signup.php">
<table>
<tr valign=top>
- <td colspan=2><P><B>Create a new username and password to log in with:</td>
+ <td colspan=2><P><B><? print_string("createuserandpass") ?>:</td>
</tr>
<tr valign=top>
<td><P><? print_string("username") ?>:</td>
</td>
</tr>
<tr valign=top>
- <td colspan=2><BR><P><B>Please supply some information about yourself:</B><BR>(Note: your email address must be a real one)</P>
+ <td colspan=2><P><BR><B><? print_string("supplyinfo") ?>:</B><BR>(<? print_string("emailmustbereal") ?>)</P>
</tr>
<tr valign=top>
<td><P><? print_string("email") ?>:</td>
</tr>
<tr valign=top>
<td><P><? print_string("idnumber") ?>:</td>
- <td><input type="text" name="idnumber" size=25 value="<? p($user->idnumber) ?>"> (optional)
+ <td><input type="text" name="idnumber" size=25 value="<? p($user->idnumber) ?>"> (<? print_string("optional") ?>)
<? formerr($err->idnumber) ?>
</td>
</tr>
<tr valign=top>
<td><P><? print_string("phone") ?>:</td>
- <td><input type="text" name="phone" size=25 value="<? p($user->phone) ?>"> (optional)
+ <td><input type="text" name="phone" size=25 value="<? p($user->phone) ?>"> (<? print_string("optional") ?>)
<? formerr($err->phone) ?>
</td>
</tr>