From 93e779c23690879b581f86e27dfae46cd7361db7 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 6 Jun 2006 17:02:19 +0000 Subject: [PATCH] Adding two new strings for RESTRICTED tests in environmenlib. --- lang/en_utf8/admin.php | 1 + lang/en_utf8/moodle.php | 1 + 2 files changed, 2 insertions(+) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index d2ed17001ed..68090b1e267 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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'; diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index e29d02de1ac..ec0d05e4115 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -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';