MDL-14406

MNET can now establish a peer through a proxy

Merged from STABLE_19
This commit is contained in:
thepurpleblob 2008-04-30 14:35:32 +00:00
parent f995580108
commit 2e34d3f979
3 changed files with 33 additions and 3 deletions

View file

@ -161,6 +161,7 @@ $string['sendmessage'] = 'Send Message';
$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['sessionipnomatch'] = 'Sorry, but your IP number seems to have changed from when you first logged in. This security feature prevents crackers stealing your identity while logged in to this site. Normal users should not be seeing this message - please ask the site administrator for help.';
$string['socksnotsupported'] = 'SOCKS5 proxy is not supported in PHP4';
$string['statscatchupmode'] = 'Statistics is currently in catchup mode. So far $a->daysdone day(s) have been processed and $a->dayspending are pending. Check back soon!';
$string['tagnotfound'] = 'The specified tag was not found in the database';
$string['unicodeupgradeerror'] = 'Sorry, but your database is not already in Unicode, and this version of Moodle is not able to migrate your database to Unicode. Please upgrade to Moodle 1.7.x first and perform the Unicode migration from the Admin page. After that is done you should be able to migrate to Moodle $a';