mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Error message for sesskey
This commit is contained in:
parent
cc9f800cf9
commit
df69f6485a
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
// error.php - created with Moodle 1.2 development (2003122600)
|
||||
|
||||
$string['coursegroupunknown'] = 'Course corresponding to group $a not specified';
|
||||
$string['confirmsesskeybad'] = 'Sorry, but your session key could not be confirmed to carry out this action. This security feature prevents against accidental or malicious execution of important functions in your name. Please make sure you really wanted to execute this function.';
|
||||
$string['erroronline'] = 'Error on line $a';
|
||||
$string['fieldrequired'] = '\"$a\" is a required field';
|
||||
$string['filenotfound'] = 'Sorry, the requested file could not be found';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue