From: stronk7 Date: Mon, 28 Jul 2003 17:42:22 +0000 (+0000) Subject: Included every backup string (I think) :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=957a0d219641c2d7777a624077e83c146d133241;p=moodle.git Included every backup string (I think) :-) --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 9456660a27..bffaa34ef6 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -74,6 +74,7 @@ $string['chooselogs'] = "Choose which logs you want to see"; $string['choosetheme'] = "Choose theme"; $string['chooseuser'] = "Choose a user"; $string['city'] = "City/town"; +$string['cleaningtempdata'] = "Cleaning temp data"; $string['closewindow'] = "Close this window"; $string['comparelanguage'] = "Compare and edit current language"; $string['complete'] = "Complete"; @@ -107,6 +108,9 @@ $string['configzip'] = "Indicate the location of your zip program (Unix only, op $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['copyingcoursefiles'] = "Copying course files"; +$string['copyinguserfiles'] = "Copying user files"; +$string['copyingzipfile'] = "Copying zip file"; $string['copyrightnotice'] = "Copyright notice"; $string['continue'] = "Continue"; $string['country'] = "Country"; @@ -114,6 +118,7 @@ $string['course'] = "Course"; $string['courseavailable'] = "This course is available to students"; $string['courseavailablenot'] = "This course is not available to students"; $string['coursebackup'] = "Course Backup"; +$string['courseinfo'] = "Course info"; $string['coursefiles'] = "Course Files"; $string['courseformats'] = "Course formats"; $string['courserestore'] = "Course Restore"; @@ -122,6 +127,8 @@ $string['courseupdates'] = "Course updates"; $string['createaccount'] = "Create my new account"; $string['createuserandpass'] = "Create a new username and password to log in with"; $string['createziparchive'] = "Create zip archive"; +$string['creatingtemporarystructures'] = "Creating temporary structures"; +$string['creatingxmlfile'] = "Creating XML file"; $string['currentlanguage'] = "Current language"; $string['currentlocaltime'] = "your current local time"; $string['currentrelease'] = "Current release information"; @@ -150,6 +157,7 @@ $string['deletedactivity'] = "Deleted \$a"; $string['deletedcourse'] = "\$a has been completely deleted"; $string['deletednot'] = "Could not delete \$a !"; $string['deletingcourse'] = "Deleting \$a"; +$string['deletingolddata'] = "Deleting old data"; $string['department'] = "Department"; $string['description'] = "Description"; $string['displayingfirst'] = "Only the first \$a->count \$a->things are displayed"; @@ -565,6 +573,7 @@ $string['searchresults'] = "Search results"; $string['sec'] = "sec"; $string['secs'] = "secs"; $string['section'] = "Section"; +$string['sections'] = "Sections"; $string['selectacountry'] = "Select a country"; $string['senddetails'] = "Send my details via email"; $string['separateandconnected'] = "Separate and Connected ways of knowing"; @@ -683,12 +692,19 @@ $string['wordforstudent'] = "Your word for Student"; $string['wordforstudenteg'] = "eg Student, Participant etc"; $string['wordforstudents'] = "Your word for Students"; $string['wordforstudentseg'] = "eg Students, Participants etc"; +$string['writingcategoriesandquestions'] = "Writing categories and questions"; +$string['writingcoursedata'] = "Writing course data"; +$string['writinggeneralinfo'] = "Writing general info"; +$string['writingheader'] = "Writing header"; +$string['writingmoduleinfo'] = "Writing module info"; +$string['writinguserinfo'] = "Writing user info"; $string['wrongpassword'] = "Incorrect password for this username"; $string['yes'] = "Yes"; $string['youaregoingtorestorefrom'] = "You are going to restore from:"; $string['yourlastlogin'] = "Your last login was"; $string['yourself'] = "yourself"; $string['yourteacher'] = "your \$a"; +$string['zippingbackup'] = "Zipping backup";