Adding two new strings for RESTRICTED tests in environmenlib.

This commit is contained in:
stronk7 2006-06-06 17:02:19 +00:00
parent 95a39282bf
commit 93e779c236
2 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,7 @@ $string['pathtopsqlinvalid'] = 'Invalid path to psql - either wrong path or not
$string['pleaseregister'] = 'Please register your site to remove this button';
$string['pgcluster'] = 'PostgreSQL Cluster';
$string['pgclusterdescription'] = 'PostgreSQL version/cluster parameter for command line operations. If you only have one postgresql on your system or you are not sure what this is, leave this blank.';
$string['php50restricted'] = 'PHP 5.0.x has a number of known problems, please upgrade to 5.1.x or downgrade to 4.3.x or 4.4.x';
$string['remotelangnotavailable'] = 'Because Moodle can not connect to download.moodle.org, we are unable to do language pack installation automatically. Please download the appropriate zip file(s) from the list below, copy them to your $a directory and unzip them manually.';
$string['sitelangchanged'] = 'Site language setting changed successfully';
$string['sitemaintenance'] = 'The site is undergoing maintenance and is currently not available';

View File

@ -1076,6 +1076,7 @@ $string['restorecancelled'] = 'Restore canceled';
$string['restorecoursenow'] = 'Restore this course now!';
$string['restorefinished'] = 'Restore completed successfully';
$string['restoreto'] = 'Restore to';
$string['restricted'] = 'Restricted';
$string['restrictmodules'] = 'Restrict activity modules?';
$string['returningtosite'] = 'Returning to this web site?';
$string['revert'] = 'Revert';