Merge branch 'MDL-67798-master' of git://github.com/cescobedo/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Fri, 1 May 2020 03:43:20 +0000 (11:43 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Fri, 1 May 2020 03:43:20 +0000 (11:43 +0800)
1  2 
lang/en/contentbank.php

@@@ -30,10 -30,14 +30,17 @@@ $string['deletecontentconfirm'] = 'Are 
  $string['file'] = 'Upload content';
  $string['file_help'] = 'Files may be stored in the content bank for use in courses. Only files used by content types enabled on the site may be uploaded.';
  $string['name'] = 'Content';
 -$string['nopermissiontodelete'] = 'You have no permissions to delete the content.';
 -$string['privacy:metadata:contentbankcontent'] = 'Stores the content of the content bank.';
 +$string['nopermissiontodelete'] = 'You do not have permission to delete content.';
- $string['privacy:metadata:userid'] = 'The ID of the user creating or modifying content bank content.';
+ $string['privacy:metadata:content:contenttype'] = 'The contenttype plugin of the content in the content bank.';
+ $string['privacy:metadata:content:name'] = 'Name of the content in the content bank.';
+ $string['privacy:metadata:content:timecreated'] = 'The time when the content was created.';
+ $string['privacy:metadata:content:timemodified'] = 'The time when the content was modified.';
+ $string['privacy:metadata:content:usercreated'] = 'The user has created the content.';
 +$string['privacy:metadata:content:usercreated'] = 'The user who created the content.';
+ $string['privacy:metadata:content:usermodified'] = 'Last user has modified the content.';
 +$string['privacy:metadata:content:usermodified'] = 'The last user who modified the content.';
++$string['privacy:metadata:contentbankcontent'] = 'Stores the content of the content bank.';
++$string['privacy:metadata:userid'] = 'The ID of the user creating or modifying content bank content.';
  $string['timecreated'] = 'Time created';
 -$string['unsupported'] = 'This content type is not supported';
 +$string['unsupported'] = 'This content type is not supported.';
  $string['upload'] = 'Upload';