Skip to content

Commit

Permalink
Additions
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Aug 10, 2002
1 parent 4c654ee commit 67f19ff
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions lang/en/moodle.php
Expand Up @@ -4,6 +4,7 @@
$string[activities] = "Activities"; $string[activities] = "Activities";
$string[activityreport] = "Activity report"; $string[activityreport] = "Activity report";
$string[add] = "Add"; $string[add] = "Add";
$string[addeda] = "Added a \$a";
$string[addnewcourse] = "Add a new course"; $string[addnewcourse] = "Add a new course";
$string[addnewuser] = "Add a new user"; $string[addnewuser] = "Add a new user";
$string[address] = "Address"; $string[address] = "Address";
Expand All @@ -25,6 +26,7 @@
$string[chooseuser] = "Choose a user"; $string[chooseuser] = "Choose a user";
$string[city] = "City/town"; $string[city] = "City/town";
$string[confirmed] = "Your registration has been confirmed"; $string[confirmed] = "Your registration has been confirmed";
$string[courseupdates] = "Course updates";
$string[complete] = "Complete"; $string[complete] = "Complete";
$string["continue"] = "Continue"; $string["continue"] = "Continue";
$string[country] = "Country"; $string[country] = "Country";
Expand All @@ -43,6 +45,7 @@
$string[deletecheckfull] = "Are you absolutely sure you want to completely delete this course and all the data it contains?"; $string[deletecheckfull] = "Are you absolutely sure you want to completely delete this course and all the data it contains?";
$string[deletecourse] = "Delete a course"; $string[deletecourse] = "Delete a course";
$string[deleted] = "Deleted"; $string[deleted] = "Deleted";
$string[deleteda] = "Deleted a \$a";
$string[deletedcourse] = "\$a has been completely deleted"; $string[deletedcourse] = "\$a has been completely deleted";
$string[deletingcourse] = "Deleting \$a"; $string[deletingcourse] = "Deleting \$a";
$string[description] = "Description"; $string[description] = "Description";
Expand Down Expand Up @@ -161,8 +164,8 @@
$string[movedown] = "Move down"; $string[movedown] = "Move down";
$string[moveup] = "Move up"; $string[moveup] = "Move up";
$string[mustconfirm] = "You need to confirm your login"; $string[mustconfirm] = "You need to confirm your login";
$string[nocoursesyet] = "There are no courses yet";
$string[newaccount] = "New account"; $string[newaccount] = "New account";
$string[newforumposts] = "New forum posts";
$string[newpassword] = "New password"; $string[newpassword] = "New password";
$string[newpasswordtext] = "Hi \$a->firstname, $string[newpasswordtext] = "Hi \$a->firstname,
Expand All @@ -185,14 +188,16 @@
\$a->signoff\n"; \$a->signoff\n";


$string[newpicture] = "New picture"; $string[newpicture] = "New picture";
$string[newusers] = "New users";
$string[newsitem] = "news item"; $string[newsitem] = "news item";
$string[newsitems] = "news items"; $string[newsitems] = "news items";
$string[newsitemsnumber] = "News items to show"; $string[newsitemsnumber] = "News items to show";
$string[no] = "No"; $string[no] = "No";
$string[nocoursesyet] = "There are no courses yet";
$string[nograde] = "No grade"; $string[nograde] = "No grade";
$string[nostudentsyet] = "No students enrolled in this course yet"; $string[nostudentsyet] = "No students enrolled in this course yet";
$string[noteachersyet] = "No teachers in this course yet";
$string[nosuchemail] = "No such email address"; $string[nosuchemail] = "No such email address";
$string[noteachersyet] = "No teachers in this course yet";
$string[notenrolled] = "\$a is not enrolled in this course."; $string[notenrolled] = "\$a is not enrolled in this course.";
$string[now] = "now"; $string[now] = "now";
$string[numberweeks] = "Number of weeks/topics"; $string[numberweeks] = "Number of weeks/topics";
Expand All @@ -214,6 +219,7 @@
$string[personalprofile] = "Personal profile"; $string[personalprofile] = "Personal profile";
$string[phone] = "Phone"; $string[phone] = "Phone";
$string[returningtosite] = "Returning to this web site?"; $string[returningtosite] = "Returning to this web site?";
$string[recentactivity] = "Recent activity";
$string[revert] = "Revert"; $string[revert] = "Revert";
$string[savechanges] = "Save changes"; $string[savechanges] = "Save changes";
$string[section] = "Section"; $string[section] = "Section";
Expand All @@ -226,7 +232,7 @@
$string[showallweeks] = "Show all weeks"; $string[showallweeks] = "Show all weeks";
$string[showonlytopic] = "Show only topic \$a"; $string[showonlytopic] = "Show only topic \$a";
$string[showonlyweek] = "Show only week \$a"; $string[showonlyweek] = "Show only week \$a";
$string[sinceyourlastlogin] = "Since your last login"; $string[yourlastlogin] = "Your last login was";
$string[site] = "Site"; $string[site] = "Site";
$string[sites] = "Sites"; $string[sites] = "Sites";
$string[sitelogs] = "Site logs"; $string[sitelogs] = "Site logs";
Expand All @@ -251,6 +257,7 @@
$string[unenrol] = "Unenrol"; $string[unenrol] = "Unenrol";
$string[unenrolme] = "Unenrol me from \$a"; $string[unenrolme] = "Unenrol me from \$a";
$string[update] = "Update"; $string[update] = "Update";
$string[updatedthe] = "Updated the \$a";
$string[updatemyprofile] = "Update profile"; $string[updatemyprofile] = "Update profile";
$string[updatethiscourse] = "Update this course"; $string[updatethiscourse] = "Update this course";
$string[upload] = "Upload"; $string[upload] = "Upload";
Expand Down

0 comments on commit 67f19ff

Please sign in to comment.