From 4d3b36efd3e70a3d4da79430d599587b2117cfa9 Mon Sep 17 00:00:00 2001 From: abaevbog Date: Mon, 17 Jun 2024 23:19:24 -0400 Subject: [PATCH] new aria strings for the reader (#4239) Aria labels and descriptions used by zotero/reader@e0e595a to add a number of accessibility improvements to the reader --- chrome/locale/en-US/zotero/zotero.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index e732b0e637..dcbb879bb1 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -1380,6 +1380,12 @@ pdfReader.searchAnnotations = Search Annotations pdfReader.noAnnotations = Create an annotation to see it in the sidebar pdfReader.noExtractedText = No extracted text pdfReader.addComment = Add comment +pdfReader.annotationComment = Annotation comment +pdfReader.annotationText = Annotation text +pdfReader.manageTags = Manage tags for this annotation +pdfReader.openMenu = Open annotation menu +pdfReader.thumbnails = Thumbnails +pdfReader.tagSelectorMessage = Filter annotations by this tag pdfReader.addTags = Add tags… pdfReader.highlightText = Highlight Text pdfReader.underlineText = Underline Text