$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';