From ba98139ccb564657737b1a07afe7f34b61db9b75 Mon Sep 17 00:00:00 2001 From: Erik Langhaug Date: Thu, 17 Sep 2020 11:50:01 +0200 Subject: [PATCH] HFP-3049 Add UI strings for cancel publish dialog --- h5p.classes.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/h5p.classes.php b/h5p.classes.php index 39357fa..4c3ea59 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -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'), ); }