Strings for reader aria-live announcements (#4293)

used to announce which annotation is selected during
keyboard navigation, as well as the index of the current
search result

Followup to zotero/reader#130
This commit is contained in:
abaevbog 2024-07-01 21:59:11 -07:00 committed by GitHub
parent cd5df6b2c0
commit 2d1b8a21db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1392,6 +1392,14 @@ pdfReader.underlineText = Underline Text
pdfReader.addNote = Add Note
pdfReader.addText = Add Text
pdfReader.selectArea = Select Area
pdfReader.highlightAnnotation = Highlight annotation
pdfReader.underlineAnnotation = Underline annotation
pdfReader.noteAnnotation = Note annotation
pdfReader.textAnnotation = Text annotation
pdfReader.imageAnnotation = Image annotation
pdfReader.inkAnnotation = Ink annotation
pdfReader.searchResultIndex = Search result
pdfReader.searchResultTotal = Total search results
pdfReader.draw = Draw
pdfReader.eraser = Eraser
pdfReader.pickColor = Pick a Color