mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Add a dialog box in order to get alt-text data (bug 1844952)
Implement the specifications provided by UX for light, dark and HCM modes.
This commit is contained in:
parent
c0ed7fff2c
commit
df0da86b64
3 changed files with 319 additions and 0 deletions
|
@ -268,3 +268,11 @@ editor_ink_canvas_aria_label=User-created image
|
|||
# LOCALIZATION NOTE (alt_text_button_label): Alternative text (alt text) helps
|
||||
# when people can't see the image.
|
||||
alt_text_button_label=Alt text
|
||||
editor_alt_text_dialog_label=Choose an option
|
||||
editor_alt_text_dialog_description=Alternative text (alt text) helps when people can’t see the image or when it doesn’t load.
|
||||
editor_alt_text_enter_description_label=Enter a description
|
||||
editor_alt_text_enter_description_description=Aim for 1-2 sentences that describe the subject, setting, or actions.
|
||||
editor_alt_text_mark_decorative_label=Mark as decorative
|
||||
editor_alt_text_mark_decorative_description=This is best for images that aren’t informative, like borders or stylistic elements.
|
||||
editor_alt_text_cancel_button=Cancel
|
||||
editor_alt_text_save_button=Save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue