@@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
320320 .title = Aggiungi firma
321321pdfjs-editor-signature-button-label = Aggiungi firma
322322
323+ ## Default editor aria labels
324+
325+ # “Highlight” is a noun, the string is used on the editor for highlights.
326+ pdfjs-editor-highlight-editor =
327+ .aria-label = Modifica evidenziazioni
328+ # “Drawing” is a noun, the string is used on the editor for drawings.
329+ pdfjs-editor-ink-editor =
330+ .aria-label = Modifica disegni
331+ pdfjs-editor-signature-editor =
332+ .aria-label = Modifica firme
333+ pdfjs-editor-stamp-editor =
334+ .aria-label = Modifica immagini
335+
323336## Remove button for the various kind of editor.
324337
325338pdfjs-editor-remove-ink-button =
@@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Aggiungi immagine
348361pdfjs-editor-free-highlight-thickness-input = Spessore
349362pdfjs-editor-free-highlight-thickness-title =
350363 .title = Modifica lo spessore della selezione per elementi non testuali
364+ pdfjs-editor-add-signature-container =
365+ .aria-label = Controlli firma e firme salvate
351366pdfjs-editor-signature-add-signature-button =
352367 .title = Aggiungi nuova firma
353368pdfjs-editor-signature-add-signature-button-label = Aggiungi nuova firma
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 = Firma salvata: { $description }
354374# .default-content is used as a placeholder in an empty text editor.
355375pdfjs-free-text2 =
356376 .aria-label = Editor di testo
@@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Aggiorna
583603pdfjs-editor-delete-signature-button =
584604 .title = Rimuovi firma
585605pdfjs-editor-delete-signature-button-label = Rimuovi firma
606+ pdfjs-editor-delete-signature-button1 =
607+ .title = Rimuovi firma salvata
608+ pdfjs-editor-delete-signature-button-label1 = Rimuovi firma salvata
586609
587610## Editor toolbar
588611
0 commit comments