@@ -322,6 +322,16 @@ pdfjs-editor-signature-button-label = Add signature
322322
323323## Default editor aria labels
324324
325+ # “Highlight” is a noun, the string is used on the editor for highlights.
326+ pdfjs-editor-highlight-editor =
327+ .aria-label = Highlight editor
328+ # “Drawing” is a noun, the string is used on the editor for drawings.
329+ pdfjs-editor-ink-editor =
330+ .aria-label = Drawing editor
331+ pdfjs-editor-signature-editor =
332+ .aria-label = Signature editor
333+ pdfjs-editor-stamp-editor =
334+ .aria-label = Image editor
325335
326336## Remove button for the various kind of editor.
327337
@@ -351,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Add image
351361pdfjs-editor-free-highlight-thickness-input = Thickness
352362pdfjs-editor-free-highlight-thickness-title =
353363 .title = Change thickness when highlighting items other than text
364+ pdfjs-editor-add-signature-container =
365+ .aria-label = Signature controls and saved signatures
354366pdfjs-editor-signature-add-signature-button =
355367 .title = Add new signature
356368pdfjs-editor-signature-add-signature-button-label = Add new signature
369+ # Used on the button to use an already saved signature.
370+ # Variables:
371+ # $description (String) - a string describing/labeling the signature.
372+ pdfjs-editor-add-saved-signature-button =
373+ .title = Saved signature: { $description }
357374# .default-content is used as a placeholder in an empty text editor.
358375pdfjs-free-text2 =
359376 .aria-label = Text Editor
@@ -464,7 +481,6 @@ pdfjs-editor-new-alt-text-error-close-button = Close
464481# Variables:
465482# $totalSize (Number) - the total size (in MB) of the AI model.
466483# $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
467- # $percent (Number) - the percentage of the downloaded size.
468484pdfjs-editor-new-alt-text-ai-model-downloading-progress = Downloading alt text AI model ({ $downloadedSize } of { $totalSize } MB)
469485 .aria-valuetext = Downloading alt text AI model ({ $downloadedSize } of { $totalSize } MB)
470486# This is a button that users can click to edit the alt text they have already added.
@@ -586,6 +602,9 @@ pdfjs-editor-edit-signature-update-button = Update
586602pdfjs-editor-delete-signature-button =
587603 .title = Remove signature
588604pdfjs-editor-delete-signature-button-label = Remove signature
605+ pdfjs-editor-delete-signature-button1 =
606+ .title = Remove saved signature
607+ pdfjs-editor-delete-signature-button-label1 = Remove saved signature
589608
590609## Editor toolbar
591610
0 commit comments