From 7fae2d480948771bad9493fc438d618e49689645 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 29 Jul 2003 19:33:33 +0000 Subject: [PATCH] Restore strings are included now !! --- lang/en/moodle.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index bffaa34ef6ba8..4b2ca830ff68f 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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"; @@ -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"; @@ -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"; @@ -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"; @@ -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"; @@ -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"; @@ -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"; @@ -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"; @@ -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"; @@ -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"; @@ -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"; @@ -622,6 +640,7 @@ $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"; @@ -629,6 +648,7 @@ $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"; @@ -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";