mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
169 lines
6.8 KiB
PHP
169 lines
6.8 KiB
PHP
<?php
|
|
// Strings for Moodle site
|
|
|
|
$string[address] = "Address";
|
|
$string[admin] = "Admin";
|
|
$string[adminpage] = "Admin page";
|
|
$string[again] = "again";
|
|
$string[alllogs] = "All logs";
|
|
$string[allfieldsrequired] = "All fields are required";
|
|
$string[alphanumerical] = "Can only contain alphabetical letters or numbers";
|
|
$string[alreadyconfirmed] = "Registration has already been confirmed";
|
|
$string[availablecourses] = "Available Courses";
|
|
$string[changepassword] = "Change password";
|
|
$string[changedpassword] = "Changed password";
|
|
$string[city] = "City/town";
|
|
$string[confirmed] = "Your registration has been confirmed";
|
|
$string[contributions] = "Contributions";
|
|
$string[country] = "Country";
|
|
$string[course] = "Course";
|
|
$string[courses] = "Courses";
|
|
$string[createaccount] = "Create my new account";
|
|
$string[currentlocaltime] = "your current local time";
|
|
$string[delete] = "Delete";
|
|
$string[editmyprofile] = "Edit my profile";
|
|
$string[email] = "Email address";
|
|
$string[emailformat] = "Email format";
|
|
$string[emailconfirm] = "Confirm your account";
|
|
$string[emailconfirmsent] = "
|
|
<P>An email should have been sent to your address at <B>\$a</B>
|
|
<P>It contains easy instructions to complete your registration.
|
|
<P>If you continue to have difficulty, contact the site administrator.";
|
|
$string[emailconfirmation] = "Hi \$a->firstname,
|
|
|
|
A new account has been requested at '\$a->sitename'
|
|
using your email address.
|
|
|
|
To confirm your new account, please go to the
|
|
following web address:
|
|
|
|
\$a->link
|
|
|
|
In most mail programs, this should appear as a blue link
|
|
which you can just click on. If that doesn't work,
|
|
then cut and paste the address into the address
|
|
line at the top of your web browser window.
|
|
|
|
Cheers from the '\$a->sitename' administrator,
|
|
\$a->admin";
|
|
|
|
$string[emailexists] = "This email address is already registered.";
|
|
$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[firstname] = "First name";
|
|
$string[firsttime] = "Is this your first time here?";
|
|
$string[forgotten] = "Forgotten your username or password?";
|
|
$string[fullprofile] = "Full profile";
|
|
$string[home] = "Home";
|
|
$string[htmlformat] = "Pretty HTML format";
|
|
$string[icqnumber] = "ICQ number";
|
|
$string[idnumber] = "ID number";
|
|
$string[invalidlogin] = "Invalid login, please try again";
|
|
$string[invalidemail] = "Invalid email address";
|
|
$string[lastaccess] = "Last access";
|
|
$string[lastname] = "Last name";
|
|
$string[location] = "Location";
|
|
$string[loggedinas] = "You are logged in as \$a.";
|
|
$string[loggedinnot] = "You are not logged in.";
|
|
$string[login] = "Login";
|
|
$string[loginas] = "Login as";
|
|
$string[loginguest] = "Login as a guest";
|
|
$string[loginsite] = "Login to the site";
|
|
$string[loginusing] = "Login using your username and password";
|
|
$string[loginsteps] = "Hi! For full access to courses you'll need to take
|
|
a minute to create a new account for yourself on this web site.
|
|
Each of the individual courses may also have a one-time
|
|
"enrolment key", which you won't need until later. Here are
|
|
the steps:
|
|
<OL size=2>
|
|
<LI>Fill out the <A HREF=\$a>New Account</A> form with your details.
|
|
<LI>An email will be immediately sent to your email address.
|
|
<LI>Read your email, and click on the web link it contains.
|
|
<LI>Your account will be confirmed and you will be logged in.
|
|
<LI>Now, select the course you want to participate in.
|
|
<LI>If you are prompted for a "enrolment key" - use the one
|
|
that your teacher has given you. This will "enrol" you in the
|
|
course.
|
|
<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 log in and access any course you have enrolled in.
|
|
</OL>";
|
|
$string[logout] = "Logout";
|
|
$string[mainmenu] = "Main menu";
|
|
$string[missingcity] = "Missing city/town";
|
|
$string[missingcountry] = "Missing country";
|
|
$string[missingemail] = "Missing email address";
|
|
$string[missingfirstname] = "Missing first name";
|
|
$string[missinglastname] = "Missing last name";
|
|
$string[missingnewpassword] = "Missing new password";
|
|
$string[missingpassword] = "Missing password";
|
|
$string[missingusername] = "Missing username";
|
|
$string[movedown] = "Move down";
|
|
$string[moveup] = "Move up";
|
|
$string[mustconfirm] = "You need to confirm your login";
|
|
$string[newaccount] = "New account";
|
|
$string[newpassword] = "New password";
|
|
$string[newpasswordtext] = "Hi \$a->firstname,
|
|
|
|
Your account password at '\$a->sitename' has been reset
|
|
and you have been issued with a new temporary password.
|
|
|
|
Your current login information is now:
|
|
username: \$a->username
|
|
password: \$a->newpassword
|
|
|
|
Please go to this page to change your password:
|
|
\$a->link
|
|
|
|
In most mail programs, this should appear as a blue link
|
|
which you can just click on. If that doesn't work,
|
|
then cut and paste the address into the address
|
|
line at the top of your web browser window.
|
|
|
|
Cheers from the '\$a->sitename' administrator,
|
|
\$a->signoff\n";
|
|
|
|
$string[newpicture] = "New picture";
|
|
$string[nosuchemail] = "No such email address";
|
|
$string[notenrolled] = "\$a is not enrolled in this course.";
|
|
$string[ok] = "OK";
|
|
$string[participants] = "Participants";
|
|
$string[password] = "Password";
|
|
$string[passwordchanged] = "Password has been changed";
|
|
$string[passwordsdiffer] = "These passwords do not match";
|
|
$string[passwordsent] = "Password has been sent";
|
|
$string[passwordsenttext] = "
|
|
<P>An email has been sent to your address at \$a->email.
|
|
<P><B>Please check your email for your new password</B>
|
|
<P>The new password was automatically generated, so you might like to
|
|
<A HREF=\$a->link>change it to something easier to remember</A>.";
|
|
$string[personalprofile] = "Personal profile";
|
|
$string[phone] = "Phone";
|
|
$string[returningtosite] = "Returning to this web site?";
|
|
$string[selectacountry] = "Select a country";
|
|
$string[senddetails] = "Send my details via email";
|
|
$string[serverlocaltime] = "Server's local time";
|
|
$string[sitelogs] = "Site logs";
|
|
$string[sitenews] = "Site news";
|
|
$string[sitesettings] = "Site settings";
|
|
$string[someallowguest] = "Some courses may allow guest access";
|
|
$string[startsignup] = "Start now by creating a new account!";
|
|
$string[teacheronly] = "for the \$a only";
|
|
$string[textformat] = "Plain text format";
|
|
$string[timezone] = "Timezone";
|
|
$string[thanks] = "Thanks";
|
|
$string[todaylogs] = "Today's logs";
|
|
$string[unenrol] = "Unenrol";
|
|
$string[unenrolme] = "Unenrol me from \$a";
|
|
$string[update] = "Update";
|
|
$string[updatemyprofile] = "Update my profile";
|
|
$string[userdescription] = "Description";
|
|
$string[username] = "Username";
|
|
$string[usernameexists] = "This username already exists, choose another";
|
|
$string[userprofilefor] = "User profile for \$a";
|
|
$string[webpage] = "Web page";
|
|
$string[wrongpassword] = "Incorrect password for this username";
|
|
|
|
?>
|