You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/pdfannotator.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,12 +102,15 @@
102
102
$string['error:deleteAnnotation'] = 'An error has occured while deleting an annotation.';
103
103
$string['error:editAnnotation'] = 'An error has occurred while editing an annotation.';
104
104
$string['error:editcomment'] = 'An error has occured while trying to edit a comment.';
105
+
$string['error:findimage'] = 'An error occured while trying to find image {$a}.';
105
106
$string['error:forwardquestion'] = 'An error has occured while forwarding the question.';
106
107
$string['error:forwardquestionnorecipient'] = 'An error has occured while forwarding the question.: No person in this course has the capability to receive forwarded questions.';
107
108
$string['error:getAllQuestions'] = 'An error has occured while getting the questions of this document.';
108
109
$string['error:getAnnotation'] = 'An error has occured while getting the annotation.';
109
110
$string['error:getAnnotations'] = 'An error has occured while getting all annotations.';
110
111
$string['error:getComments'] = 'An error has occured while getting the comments.';
112
+
$string['error:getimageheight'] = 'An error has occured while getting image height of {$a}.';
113
+
$string['error:getimageheight'] = 'An error has occured while getting image width of {$a}.';
111
114
$string['error:getQuestions'] = 'An error has occured while getting the questions for this page.';
112
115
$string['error:printComments'] = 'Error with data from server.';
113
116
$string['error:hideComment'] = "An error has occured while trying to hide the comment from participants' view.";
0 commit comments