]> git.mjollnir.org Git - moodle.git/commitdiff
3 new strings for scheduled backups.
authorstronk7 <stronk7>
Fri, 24 Sep 2004 18:43:14 +0000 (18:43 +0000)
committerstronk7 <stronk7>
Fri, 24 Sep 2004 18:43:14 +0000 (18:43 +0000)
Coming from 14_STABLE

lang/en/moodle.php

index be953c4ecdeb0273441bbdf45036f18354c94172..db74f6aa2d4557d8b24d5ff3f09310652566c305 100644 (file)
@@ -99,6 +99,7 @@ $string['backup'] = 'Backup';
 $string['backupcoursefileshelp'] = 'If enabled then course files will be included in automated backups';
 $string['backupdate'] = 'Backup Date';
 $string['backupdetails'] = 'Backup Details';
+$string['backupfailed'] = 'Some of your courses weren\'t saved!!';
 $string['backupfilename'] = 'backup';
 $string['backupfinished'] = 'Backup completed successfully';
 $string['backupincludemoduleshelp'] = 'Choose whether you want to include course modules, with or without user data, in automated backups';
@@ -110,6 +111,8 @@ $string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';
 $string['backupnoneusersinfo'] = 'Notice: You have selected to backup \"none\" users, so all the modules backup have been switched to \"without user data\" mode. Please note that the \"exercise\" and \"workshop\" modules aren\'t compatible with this type of backup, so they have been deactivated completely.';
 $string['backuporiginalname'] = 'Backup Name';
 $string['backupsavetohelp'] = 'Full path to the directory where you want to save the backup files<br />(leave blank to save in its course default dir)';
+$string['backuptakealook'] = 'Please take a look to your backup logs in:
+  $a';
 $string['backupuserfileshelp'] = 'Choose whether user files (eg profile images) should be included in automated backups';
 $string['backupusershelp'] = 'Select whether you want to include all the users in the server or only the needed users for each course';
 $string['backupversion'] = 'Backup Version';
@@ -996,6 +999,7 @@ $string['unenrolallstudents'] = 'Unenrol all students';
 $string['unenrolallstudentssure'] = 'Are you sure you want to completely unenrol all students from this course?';
 $string['unenrolme'] = 'Unenrol me from $a';
 $string['unenrolsure'] = 'Are you sure you want to unenrol $a from this course?';
+$string['unfinished'] = 'Unfinished';
 $string['unknowncategory'] = 'Unknown category';
 $string['unlimited'] = 'Unlimited';
 $string['unpacking'] = 'Unpacking $a';