Merge branch 'content-hub' of https://github.com/h5p/h5p-php-library into content-hub

content-hub
Thomas Marstrander 2021-03-17 15:11:51 +01:00
commit 951912d7c1
1 changed files with 4 additions and 1 deletions

View File

@ -3663,7 +3663,7 @@ class H5PCore {
'disciplineDescription' => $this->h5pF->t('You can select multiple disciplines'),
'disciplineLimitReachedMessage' => $this->h5pF->t('You can select up to :numDisciplines disciplines'),
'discipline' => array(
'searchPlaceholder' => $this->h5pF->t('Select one or more disciplines'),
'searchPlaceholder' => $this->h5pF->t('Type to search for disciplines'),
'in' => $this->h5pF->t('in'),
'dropdownButton' => $this->h5pF->t('Dropdown button'),
),
@ -3734,6 +3734,9 @@ class H5PCore {
'contactPersonDescription' => $this->h5pF->t('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'),
'emailAddressDescription' => $this->h5pF->t('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'),
'copyrightWarning' => $this->h5pF->t('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.'),
'keywordsExits' => $this->h5pF->t('Keywords already exists!'),
'someKeywordsExits' => $this->h5pF->t('Some of these keywords already exist'),
);
}