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:
parent
cd5df6b2c0
commit
2d1b8a21db
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue