@@ -90,6 +90,7 @@ $string['notfoundexception'] = 'The page you are looking for could not be found.
$string['accessdenied']='Access denied';
$string['accessdeniedobjection']='Access denied. The objection has already been resolved by another administrator.';
$string['accessdeniedexception']='You do not have access to view this page.';
$string['accessdeniednourlsecret']='You do not have access to this functionality. Please provide the value for "urlsecret" from your config.php file as part of the URL.';
$string['viewnotfoundexceptiontitle']='Page not found';
$string['viewnotfoundexceptionmessage']='You tried to access a page that does not exist.';
...
...
@@ -136,5 +137,5 @@ $string['gdlibrarylackspngsupport'] = 'The installed PHP GD library does not sup
$string['nopasswordsaltset']='No sitewide password salt has been set. Edit your config.php and set the "passwordsaltmain" parameter to a reasonable secret phrase.';
$string['passwordsaltweak']='Your sitewide password salt is not strong enough. Edit your config.php and set the "passwordsaltmain" parameter to a longer secret phrase.';
$string['urlsecretweak']='The $cfg->urlsecret set for this site has not been changed from the default value. Edit your config.php and set the $cgf->urlsecret parameter to a different string (or null if you do not wish to use a urlsecret).';
$string['notproductionsite']='This site is not in production mode. Some data may not be available and/or may be out of date.';