Adding some strings for the new backups report. MDL-7850

Merged from MOODLE_18_STABLE
This commit is contained in:
stronk7 2007-09-08 22:45:45 +00:00
parent 73d753c79d
commit 9cd54788d6
2 changed files with 3 additions and 0 deletions

View file

@ -79,6 +79,7 @@ $string['pluginrequirementsnotmet'] = 'Plugin \"$a->pluginname\" ($a->pluginvers
$string['processingstops'] = 'Processing stops here. Remaining records ignored.'; $string['processingstops'] = 'Processing stops here. Remaining records ignored.';
$string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.'; $string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.';
$string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that.'; $string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that.';
$string['scheduledbackupsdisabled'] = 'Scheduled backups have been disabled by the server admin';
$string['sendmessage'] = 'Send Message'; $string['sendmessage'] = 'Send Message';
$string['sessionerroruser'] = 'Your session has timed out. Please login again.'; $string['sessionerroruser'] = 'Your session has timed out. Please login again.';
$string['sessionerroruser2'] = 'A server error that affects your login session was detected. Please login again or restart your browser.'; $string['sessionerroruser2'] = 'A server error that affects your login session was detected. Please login again or restart your browser.';

View file

@ -1026,6 +1026,7 @@ $string['nofilesselected'] = 'No files have been selected to restore';
$string['nofilesyet'] = 'No files have been uploaded to your course yet'; $string['nofilesyet'] = 'No files have been uploaded to your course yet';
$string['nograde'] = 'No grade'; $string['nograde'] = 'No grade';
$string['noimagesyet'] = 'No images have been uploaded to your course yet'; $string['noimagesyet'] = 'No images have been uploaded to your course yet';
$string['nologsfound'] = 'No logs have been found';
$string['nomorecourses'] = 'No more matching courses could be found'; $string['nomorecourses'] = 'No more matching courses could be found';
$string['nomoreidnumber'] = 'Not using an idnumber to avoid collisions'; $string['nomoreidnumber'] = 'Not using an idnumber to avoid collisions';
$string['none'] = 'None'; $string['none'] = 'None';
@ -1238,6 +1239,7 @@ $string['scalesstandard'] = 'Standard scales';
$string['scalestandard'] = 'Standard scale'; $string['scalestandard'] = 'Standard scale';
$string['scalestip'] = 'To create custom scales, use the \'Scales...\' link in your course administration menu.'; $string['scalestip'] = 'To create custom scales, use the \'Scales...\' link in your course administration menu.';
$string['schedule'] = 'Schedule'; $string['schedule'] = 'Schedule';
$string['scheduledbackupsinactive'] = 'Scheduled backups haven\'t been enabled by the site admin';
$string['scheduledbackupstatus'] = 'Scheduled backup status'; $string['scheduledbackupstatus'] = 'Scheduled backup status';
$string['screenreaderuse'] = 'Screen reader'; $string['screenreaderuse'] = 'Screen reader';
$string['screenreaderno'] = 'No'; $string['screenreaderno'] = 'No';