mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
New string "institution" ... and some minor HTML cleanups
This commit is contained in:
parent
bd115b3f82
commit
48adbab6bf
@ -441,6 +441,7 @@ $string['includelogentries'] = 'Include Log Entries';
|
|||||||
$string['includemodules'] = 'Include Modules';
|
$string['includemodules'] = 'Include Modules';
|
||||||
$string['includeneededusers'] = 'Include Needed Users';
|
$string['includeneededusers'] = 'Include Needed Users';
|
||||||
$string['includeuserfiles'] = 'Include User Files';
|
$string['includeuserfiles'] = 'Include User Files';
|
||||||
|
$string['institution'] = 'Institution';
|
||||||
$string['invalidemail'] = 'Invalid email address';
|
$string['invalidemail'] = 'Invalid email address';
|
||||||
$string['invalidlogin'] = 'Invalid login, please try again';
|
$string['invalidlogin'] = 'Invalid login, please try again';
|
||||||
$string['jumpto'] = 'Jump to...';
|
$string['jumpto'] = 'Jump to...';
|
||||||
@ -475,23 +476,23 @@ $string['loginsteps'] = 'Hi! For full access to courses you\'ll need to take
|
|||||||
Each of the individual courses may also have a one-time
|
Each of the individual courses may also have a one-time
|
||||||
"enrolment key", which you won\'t need until later. Here are
|
"enrolment key", which you won\'t need until later. Here are
|
||||||
the steps:
|
the steps:
|
||||||
<OL size=2>
|
<ol size=\"2\">
|
||||||
<LI>Fill out the <A HREF=$a>New Account</A> form with your details.
|
<li>Fill out the <a href=\"$a\">New Account</a> form with your details.</li>
|
||||||
<LI>An email will be immediately sent to your email address.
|
<li>An email will be immediately sent to your email address.</li>
|
||||||
<LI>Read your email, and click on the web link it contains.
|
<li>Read your email, and click on the web link it contains.</li>
|
||||||
<LI>Your account will be confirmed and you will be logged in.
|
<li>Your account will be confirmed and you will be logged in.</li>
|
||||||
<LI>Now, select the course you want to participate in.
|
<li>Now, select the course you want to participate in.</li>
|
||||||
<LI>If you are prompted for a "enrolment key" - use the one
|
<li>If you are prompted for a "enrolment key" - use the one
|
||||||
that your teacher has given you. This will "enrol" you in the
|
that your teacher has given you. This will "enrol" you in the
|
||||||
course.
|
course.</li>
|
||||||
<LI>You can now access the full course. From now on you will only need
|
<li>You can now access the full course. From now on you will only need
|
||||||
to enter your personal username and password (in the form on this page)
|
to enter your personal username and password (in the form on this page)
|
||||||
to log in and access any course you have enrolled in.
|
to log in and access any course you have enrolled in.</li>
|
||||||
</OL>';
|
</ol>';
|
||||||
$string['loginstepsnone'] = 'Hi!<P>For full access to courses you\'ll need to create
|
$string['loginstepsnone'] = '<p>Hi!</p>
|
||||||
yourself an account.<P>All you need to do is make up a username and password and use it in
|
<p>For full access to courses you\'ll need to create yourself an account.</p>
|
||||||
the form on this page!<P>If someone else has already chosen your username
|
<p>All you need to do is make up a username and password and use it in the form on this page!</p>
|
||||||
then you\'ll have to try again using a different username.';
|
<p>If someone else has already chosen your username then you\'ll have to try again using a different username.</p>';
|
||||||
$string['loginto'] = 'Login to $a';
|
$string['loginto'] = 'Login to $a';
|
||||||
$string['loginusing'] = 'Login here using your username and password';
|
$string['loginusing'] = 'Login here using your username and password';
|
||||||
$string['logout'] = 'Logout';
|
$string['logout'] = 'Logout';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user