From cfab7a685983e06380d4850aecc8a191ca1280eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Valero?= <gvalero@unam.mx> Date: Sat, 13 Jul 2019 13:32:07 -0500 Subject: [PATCH] Translate German language string in English language strings --- lang/en/pdfannotator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/pdfannotator.php b/lang/en/pdfannotator.php index 375243d..c4da8ea 100644 --- a/lang/en/pdfannotator.php +++ b/lang/en/pdfannotator.php @@ -118,6 +118,7 @@ $string['error:renderPage'] = 'An error has occured while rendering the page.'; $string['error:reportComment'] = 'An error has occured while saving the report.'; $string['error:subscribe'] = 'An error has occured while subscribing to the question.'; $string['error:unsubscribe'] = 'An error has occured while unsubscribing to the question.'; +$string['error:redihideCommentsplayComment'] = 'An error occurred while re-inserting the comment for attendees.'; $string['error:voteComment'] = 'An error has occured while saving the vote.'; $string['error'] = 'Error!'; $string['eventreport_added'] = 'A comment was reported'; -- GitLab