Skip to content

Commit

Permalink
telegraphic style for messages
Browse files Browse the repository at this point in the history
  • Loading branch information
abaevbog committed Oct 11, 2024
1 parent c1c8065 commit c3ba633
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/en-us.strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,15 @@ export default {
'pdfReader.a11yResizeAnnotation': 'To resize the annotation, use the arrow keys while holding Shift.',
'pdfReader.a11yAnnotationPopupAppeared': 'Use Tab to navigate the annotation popup.',

"pdfReader.a11yAnnotationCreated.highlight": "A highlight annotation has been created.",
"pdfReader.a11yAnnotationCreated.underline": "An underline annotation has been created.",
"pdfReader.a11yAnnotationCreated.note": "A note annotation has been created.",
"pdfReader.a11yAnnotationCreated.text": "A text annotation has been created.",
"pdfReader.a11yAnnotationCreated.image": "An image annotation has been created.",
"pdfReader.a11yAnnotationCreated.highlight": "Highlight annotation created.",
"pdfReader.a11yAnnotationCreated.underline": "Underline annotation created.",
"pdfReader.a11yAnnotationCreated.note": "Note annotation created.",
"pdfReader.a11yAnnotationCreated.text": "Text annotation created.",
"pdfReader.a11yAnnotationCreated.image": "Image annotation created.",

"pdfReader.a11yAnnotationSelected.highlight": "A highlight annotation has been selected.",
"pdfReader.a11yAnnotationSelected.underline": "An underline annotation has been selected.",
"pdfReader.a11yAnnotationSelected.note": "A note annotation has been selected.",
"pdfReader.a11yAnnotationSelected.text": "A text annotation has been selected.",
"pdfReader.a11yAnnotationSelected.image": "An image annotation has been selected."
"pdfReader.a11yAnnotationSelected.highlight": "Highlight annotation selected.",
"pdfReader.a11yAnnotationSelected.underline": "Underline annotation selected.",
"pdfReader.a11yAnnotationSelected.note": "Note annotation selected.",
"pdfReader.a11yAnnotationSelected.text": "Text annotation selected.",
"pdfReader.a11yAnnotationSelected.image": "Image annotation selected."
};

0 comments on commit c3ba633

Please sign in to comment.