mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-61863 core_notes: Implemented privacy providers
This commit is contained in:
parent
f234880958
commit
376212f1b9
3 changed files with 602 additions and 0 deletions
|
@ -58,6 +58,13 @@ $string['page-notes-x'] = 'Any note pages';
|
|||
$string['page-notes-index'] = 'Notes main page';
|
||||
$string['personal'] = 'personal';
|
||||
$string['personalnotes'] = 'Personal notes';
|
||||
$string['privacy:metadata:core_notes'] = 'The Notes component stores user notes within the core subsystem.';
|
||||
$string['privacy:metadata:core_notes:content'] = 'The content of the note.';
|
||||
$string['privacy:metadata:core_notes:courseid'] = 'The Id of the course associated with the note.';
|
||||
$string['privacy:metadata:core_notes:created'] = 'The creation date/time for the note.';
|
||||
$string['privacy:metadata:core_notes:lastmodified'] = 'The last modified date/time for the note.';
|
||||
$string['privacy:metadata:core_notes:publishstate'] = 'The publish state of the note.';
|
||||
$string['privacy:metadata:core_notes:userid'] = 'The Id of the user associated with the note.';
|
||||
$string['publishstate'] = 'Context';
|
||||
$string['publishstate_help'] = 'A note\'s context determines who can see the note.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue