HFP-3049 Add UI strings for cancel publish dialog

content-hub
Erik Langhaug 2020-09-17 11:50:01 +02:00
parent ae7b82a34a
commit ba98139ccb
1 changed files with 4 additions and 0 deletions

View File

@ -3720,6 +3720,10 @@ class H5PCore {
'licenseDetails' => $this->h5pF->t('License details'),
'remove' => $this->h5pF->t('Remove'),
'removeImage' => $this->h5pF->t('Remove image'),
'cancelPublishConfirmationDialogTitle' => $this->h5pF->t('Cancel sharing'),
'cancelPublishConfirmationDialogDescription' => $this->h5pF->t('Are you sure you want to cancel the sharing process?'),
'cancelPublishConfirmationDialogCancelButtonText' => $this->h5pF->t('No'),
'cancelPublishConfirmationDialogConfirmButtonText' => $this->h5pF->t('Yes'),
);
}