Skip to content

Commit

Permalink
Restore strings are included now !!
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 29, 2003
1 parent a42de97 commit 7fae2d4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lang/en/moodle.php
Expand Up @@ -25,6 +25,7 @@
$string['admin'] = "Admin";
$string['administration'] = "Administration";
$string['administrator'] = "Administrator";
$string['administrators'] = "Administrators";
$string['again'] = "again";
$string['all'] = "All";
$string['alldays'] = "All days";
Expand Down Expand Up @@ -66,6 +67,10 @@
$string['changepassword'] = "Change password";
$string['changedpassword'] = "Changed password";
$string['changessaved'] = "Changes saved";
$string['checkingbackup'] = "Checking backup";
$string['checkingcourse'] = "Checking course";
$string['checkinginstances'] = "Checking instances";
$string['checkingsections'] = "Checking sections";
$string['checklanguage'] = "Check language";
$string['choose'] = "Choose";
$string['choosecourse'] = "Choose a course";
Expand Down Expand Up @@ -108,6 +113,7 @@
$string['confirmed'] = "Your registration has been confirmed";
$string['confirmednot'] = "Your registration has not yet been confirmed!";
$string['cookiesenabled'] = "Cookies must be enabled in your browser";
$string['copy'] = "copy";
$string['copyingcoursefiles'] = "Copying course files";
$string['copyinguserfiles'] = "Copying user files";
$string['copyingzipfile'] = "Copying zip file";
Expand All @@ -118,6 +124,7 @@
$string['courseavailable'] = "This course is available to students";
$string['courseavailablenot'] = "This course is not available to students";
$string['coursebackup'] = "Course Backup";
$string['coursecreators'] = "Course Creators";
$string['courseinfo'] = "Course info";
$string['coursefiles'] = "Course Files";
$string['courseformats'] = "Course formats";
Expand All @@ -127,7 +134,12 @@
$string['createaccount'] = "Create my new account";
$string['createuserandpass'] = "Create a new username and password to log in with";
$string['createziparchive'] = "Create zip archive";
$string['creatingcategoriesandquestions'] = "Creating categories and questions";
$string['creatingcoursemodules'] = "Creating course modules";
$string['creatingnewcourse'] = "Creating new course";
$string['creatingsections'] = "Creating sections";
$string['creatingtemporarystructures'] = "Creating temporary structures";
$string['creatingusers'] = "Creating users";
$string['creatingxmlfile'] = "Creating XML file";
$string['currentlanguage'] = "Current language";
$string['currentlocaltime'] = "your current local time";
Expand Down Expand Up @@ -240,6 +252,7 @@
password and have the new password sent to you via email.";
$string['error'] = "Error";
$string['errortoomanylogins'] = "Sorry, you have exceeded the allowed number of login attempts. Restart your browser.";
$string['existing'] = "Existing";
$string['existingadmins'] = "Existing admins";
$string['existingcourse'] = "Existing course";
$string['existingcreators'] = "Existing course creators";
Expand All @@ -262,6 +275,7 @@
$string['formattopics'] = "Topics format";
$string['formatweeks'] = "Weekly format";
$string['formatwiki'] = "Wiki format";
$string['from'] = "From";
$string['frontpagedescription'] = "Front page description";
$string['frontpageformat'] = "Front page format";
$string['fulllistofcourses'] = "All courses";
Expand Down Expand Up @@ -509,6 +523,7 @@
$string['opentoguests'] = "Guest access";
$string['optional'] = "optional";
$string['order'] = "Order";
$string['other'] = "Other";
$string['outline'] = "Outline";
$string['parentlanguage'] = "";
$string['participants'] = "Participants";
Expand Down Expand Up @@ -538,6 +553,7 @@
$string['publicdirectory1'] = "Publish the site name only";
$string['publicdirectory2'] = "Publish the site name with a link";
$string['question'] = "Question";
$string['readinginfofrombackup'] = "Reading info from backup";
$string['readme'] = "README"; // This is a file name
$string['recentactivity'] = "Recent activity";
$string['registration'] = "Moodle Registration";
Expand All @@ -561,6 +577,7 @@
$string['resources'] = "Resources";
$string['restore'] = "Restore";
$string['restorecancelled'] = "Restore cancelled";
$string['restorefinished'] = "Restore completed successfully";
$string['restoreto'] = "Restore to";
$string['returningtosite'] = "Returning to this web site?";
$string['requireskey'] = "This course requires an enrolment key";
Expand Down Expand Up @@ -603,6 +620,7 @@
$string['someallowguest'] = "Some courses may allow guest access";
$string['someerrorswerefound'] = "Some information was missing or incorrect. Look below for details.";
$string['startdate'] = "Course start date";
$string['students'] = "Students";
$string['restorecoursenow'] = "Restore this course now!";
$string['startsignup'] = "Start now by creating a new account!";
$string['state'] = "State/Province";
Expand All @@ -622,13 +640,15 @@
$string['summaryof'] = "Summary of \$a";
$string['supplyinfo'] = "Please supply some information about yourself";
$string['teacheronly'] = "for the \$a only";
$string['teachers'] = "Teachers";
$string['textformat'] = "Plain text format";
$string['textediting'] = "When editing text";
$string['texteditor'] = "Use standard web forms";
$string['timezone'] = "Timezone";
$string['thanks'] = "Thanks";
$string['theme'] = "Theme";
$string['themesaved'] = "New theme saved";
$string['to'] = "To";
$string['today'] = "Today";
$string['todaylogs'] = "Today's logs";
$string['toomanytoshow'] = "There are too many users to show";
Expand All @@ -646,7 +666,9 @@
$string['unpacking'] = "Unpacking \$a";
$string['unsafepassword'] = "Unsafe password - try something else";
$string['unusedaccounts'] = "Accounts unused for more than \$a days are automatically unenrolled";
$string['usingexistingcourse'] = "Using existing course";
$string['unzip'] = "Unzip";
$string['unzippingbackup'] = "Unzipping backup";
$string['update'] = "Update";
$string['updated'] = "Updated \$a";
$string['updatemyprofile'] = "Update profile";
Expand Down

0 comments on commit 7fae2d4

Please sign in to comment.