mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-69672 core_contentbank: Check used context level
This commit is contained in:
parent
8b026809c5
commit
3490f29ad9
5 changed files with 31 additions and 3 deletions
|
@ -33,6 +33,7 @@ $string['contentrenamed'] = 'The content has been renamed.';
|
|||
$string['contentsmoved'] = 'Content bank contents moved to {$a}.';
|
||||
$string['contenttypenoaccess'] = 'You cannot view this {$a} instance.';
|
||||
$string['contenttypenoedit'] = 'You can not edit this content';
|
||||
$string['contextnotallowed'] = 'Context is not allowed';
|
||||
$string['emptynamenotallowed'] = 'Empty name is not allowed';
|
||||
$string['eventcontentcreated'] = 'Content created';
|
||||
$string['eventcontentdeleted'] = 'Content deleted';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue