mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-18552 TeX filter - add string ; backported from HEAD
This commit is contained in:
parent
899ccfe26f
commit
13000c1379
1 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@ $string['invalidfiletype'] = '\"$a\" is not a valid file type';
|
|||
$string['invalidmd5'] = 'Invalid md5';
|
||||
$string['invalidrequest'] = 'Invalid request';
|
||||
$string['invalidrole'] = 'Invalid role';
|
||||
$string['invalidtexcommand'] = 'Forbidden TeX command ($a)';
|
||||
$string['invalidxmlfile'] = '\"$a\" is not a valid XML file';
|
||||
$string['loginasonecourse'] = 'You can not enter this course.<br /> You have to terminate the \"Login as\" session before entering any other course.';
|
||||
$string['loginasnoenrol'] = 'You can not use enrol or unenrol when in course \"Login as\" session';
|
||||
|
@ -86,4 +87,4 @@ $string['wrongdestpath'] = 'Wrong destination path';
|
|||
$string['wrongsourcebase'] = 'Wrong source URL base';
|
||||
$string['wrongzipfilename'] = 'Wrong ZIP file name';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue