From 4626f768f2224074e6935d63f97399e8a727d568 Mon Sep 17 00:00:00 2001 From: stronk7 <stronk7> Date: Fri, 24 Sep 2004 18:43:14 +0000 Subject: [PATCH] 3 new strings for scheduled backups. Coming from 14_STABLE --- lang/en/moodle.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index be953c4ecd..db74f6aa2d 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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'; -- 2.39.5