Skip to content
Snippets Groups Projects
Commit 36b72b1f authored by Thomas Marstrander's avatar Thomas Marstrander
Browse files

Update translations map

parent 00c79392
Branches
No related tags found
No related merge requests found
......@@ -662,6 +662,8 @@ class framework implements \H5PFrameworkInterface {
'H5P will reach out to the contact person in case there are any issues with the content shared by the publisher. The contact person\'s name or other information will not be published or shared with third parties' => 'contactpersondescription',
'The email address will be used by H5P to reach out to the publisher in case of any issues with the content or in case the publisher needs to recover their account. It will not be published or shared with any third parties' => 'emailaddressdescription',
'Copyrighted material cannot be shared in the H5P Content Hub. If the content is licensed with a OER friendly license like Creative Commons, please choose the appropriate license. If not this content cannot be shared.' => 'copyrightwarning',
'Keywords already exists!' => 'keywordsexists',
'Some of these keywords already exist' => 'somekeywordsexists',
];
// @codingStandardsIgnoreEnd
}
......
......@@ -595,3 +595,5 @@ $string['invalidage'] = 'Invalid input format for Typical age. Possible input fo
$string['contactpersondescription'] = 'H5P will reach out to the contact person in case there are any issues with the content shared by the publisher. The contact person\'s name or other information will not be published or shared with third parties';
$string['emailaddressdescription'] = 'The email address will be used by H5P to reach out to the publisher in case of any issues with the content or in case the publisher needs to recover their account. It will not be published or shared with any third parties';
$string['copyrightwarning'] = 'Copyrighted material cannot be shared in the H5P Content Hub. If the content is licensed with a OER friendly license like Creative Commons, please choose the appropriate license. If not this content cannot be shared.';
$string['keywordsexits'] = 'Keywords already exists!';
$string['somekeywordsexits'] = 'Some of these keywords already exist';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment