Compare commits

...

11 Commits

Author SHA1 Message Date
Tim van der Meij
19b4adac03
Merge pull request #19711 from timvandermeij/integration-tests-freetext-isolate-part-2
Isolate the "create editor with keyboard" freetext editor integration tests
2025-03-23 15:06:39 +01:00
calixteman
7c5695f5c6
Merge pull request #19708 from calixteman/fix_save_smask_mode
Fix save/restore while in smask mode
2025-03-23 14:45:09 +01:00
Tim van der Meij
d01913e62e
Isolate the "create editor with keyboard" freetext editor integration tests
This commit reduces the number of freetext editor integration test suite
failures, in full isolation, from 6 to 5 by fixing the following issues
in the "create editor with keyboard" block:

- The second test relied on the first test to enable freetext editing
  mode and put focus on the page (annotation layer). For isolation we
  now do that explicitly in the second test.
- The second test relied on the first test for the editor numbering. For
  isolation we change the editor numbering to the one after initial
  document load.

Moreover, the test names have been updated to clarify with scenario is
being tested, which came up during comparison of the changes against
commit ea5eafa to make sure that we are still testing the originally
intended scenarios (confirmed by disabling the relevant code from the
commit per scenario and noticing the corresponding test failing).
2025-03-23 14:28:03 +01:00
Tim van der Meij
94b2c86251
Merge pull request #19704 from timvandermeij/updates
Update dependencies and translations to the most recent versions
2025-03-23 13:43:28 +01:00
Jonas Jenwald
c7c08bbd07
Merge pull request #19710 from Snuffleupagus/Math-sumPrecise
Introduce `Math.sumPrecise` usage in the code-base
2025-03-23 13:34:28 +01:00
Jonas Jenwald
e73224ded7 Introduce Math.sumPrecise usage in the code-base
This is a new JavaScript feature that makes it easy to compute the sum of list of values; see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/sumPrecise

This allows us to remove most cases of `Array.prototype.reduce`, which helps improve readability since that (in my opinion) often isn't the most intuitive code.
2025-03-23 13:03:56 +01:00
Tim van der Meij
7352d1d683
Update translations to the most recent versions 2025-03-23 12:46:06 +01:00
Tim van der Meij
4522c6c071
Update dependencies to the most recent versions 2025-03-23 12:46:02 +01:00
Tim van der Meij
80d4d7058f
Merge pull request #19706 from timvandermeij/integration-tests-freetext-isolate-part-1
Isolate the "move editor with arrows" freetext editor integration tests
2025-03-23 12:01:30 +01:00
Calixte Denizet
c275c72977 Fix save/restore while in smask mode
The rendering bug with issue17779.pdf is due to the fact that we call save on the suspended ctx
but not on the the current ctx. So each time we've something like save/transform/restore then
the transform not "removed" when restoring.
So this patch just apply the save/restore operations to ctx which are mirrored on the suspended one.
2025-03-22 23:26:51 +01:00
Tim van der Meij
440d519326
Isolate the "move editor with arrows" freetext editor integration tests
This commit reduces the number of freetext editor integration test suite
failures, in full isolation, from 8 to 6 by fixing the following issues
in the "move editor with arrows" block:

- The second and third test relied on the first test to enable freetext
  editing mode. For isolation we now do it explicitly in both tests.
- The second test relied on the first test having created an editor. For
  isolation we now create the editor explicitly in the second test.
- The third test relied on the previous tests for the editor numbering.
  For isolation we change the editor numbering to the one after initial
  document load. Since we can't have state (editors) from a previous
  test anymore we can remove the `clearAll` call as well.
2025-03-22 20:46:21 +01:00
123 changed files with 1279 additions and 114 deletions

View File

@ -217,6 +217,9 @@ pdfjs-web-fonts-disabled = Kijuko dit pa coc me kakube woko: pe romo tic ki dit
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -204,6 +204,9 @@ pdfjs-web-fonts-disabled = Webfonte is gedeaktiveer: kan nie PDF-fonte wat ingeb
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -249,6 +249,9 @@ pdfjs-web-fonts-disabled = As fuents web son desactivadas: no se puet incrustar
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -325,6 +325,9 @@ pdfjs-highlight-floating-button1 =
.aria-label = أبرِز
pdfjs-highlight-floating-button-label = أبرِز
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -193,6 +193,9 @@ pdfjs-password-cancel-button = Encaboxar
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -249,6 +249,9 @@ pdfjs-web-fonts-disabled = Web Şriftlər söndürülüb: yerləşdirilmiş PDF
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -322,6 +322,9 @@ pdfjs-editor-signature-button =
.title = Дадаць подпіс
pdfjs-editor-signature-button-label = Дадаць подпіс
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -310,6 +310,9 @@ pdfjs-editor-stamp-button =
.title = Добавяне или променяне на изображения
pdfjs-editor-stamp-button-label = Добавяне или променяне на изображения
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -239,6 +239,9 @@ pdfjs-web-fonts-disabled = ওয়েব ফন্ট নিষ্ক্রিয়
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -239,6 +239,9 @@ pdfjs-web-fonts-disabled = Web fonts are disabled: unable to use embedded PDF fo
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -273,6 +273,9 @@ pdfjs-editor-stamp-button =
.title = Ouzhpennañ pe aozañ skeudennoù
pdfjs-editor-stamp-button-label = Ouzhpennañ pe aozañ skeudennoù
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -210,6 +210,9 @@ pdfjs-web-fonts-disabled = वेब फन्टखौ लोरबां ख
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -215,6 +215,9 @@ pdfjs-web-fonts-disabled = Web fontovi su onemogućeni: nemoguće koristiti uba
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -272,6 +272,9 @@ pdfjs-editor-ink-button =
.title = Dibuixa
pdfjs-editor-ink-button-label = Dibuixa
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -270,6 +270,9 @@ pdfjs-editor-ink-button =
.title = Tiwachib'ëx
pdfjs-editor-ink-button-label = Tiwachib'ëx
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -234,6 +234,9 @@ pdfjs-web-fonts-disabled = جۆرەپیتی وێب ناچالاکە: نەتوا
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -324,6 +324,19 @@ pdfjs-editor-signature-button =
.title = Přidat podpis
pdfjs-editor-signature-button-label = Přidat podpis
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Editor zvýraznění
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Editor kresby
pdfjs-editor-signature-editor =
.aria-label = Editor podpisu
pdfjs-editor-stamp-editor =
.aria-label = Editor obrázků
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -352,9 +365,16 @@ pdfjs-editor-stamp-add-image-button-label = Přidat obrázek
pdfjs-editor-free-highlight-thickness-input = Tloušťka
pdfjs-editor-free-highlight-thickness-title =
.title = Změna tloušťky při zvýrazňování jiných položek než textu
pdfjs-editor-add-signature-container =
.aria-label = Ovládací prvky pro podpisy a uložené podpisy
pdfjs-editor-signature-add-signature-button =
.title = Přidat nový podpis
pdfjs-editor-signature-add-signature-button-label = Přidat nový podpis
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Uložený podpis: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Textový editor
@ -589,6 +609,9 @@ pdfjs-editor-edit-signature-update-button = Aktualizovat
pdfjs-editor-delete-signature-button =
.title = Odebrat podpis
pdfjs-editor-delete-signature-button-label = Odebrat podpis
pdfjs-editor-delete-signature-button1 =
.title = Odebrat uložený podpis
pdfjs-editor-delete-signature-button-label1 = Odebrat uložený podpis
## Editor toolbar

View File

@ -328,6 +328,9 @@ pdfjs-editor-signature-button =
.title = Ychwanegu llofnod
pdfjs-editor-signature-button-label = Ychwanegu llofnod
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Tilføj underskrift
pdfjs-editor-signature-button-label = Tilføj underskrift
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Redigering af fremhævning
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Redigering af tegninger
pdfjs-editor-signature-editor =
.aria-label = Redigering af underskrifter
pdfjs-editor-stamp-editor =
.aria-label = Redigering af billeder
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -351,6 +364,11 @@ pdfjs-editor-free-highlight-thickness-title =
pdfjs-editor-signature-add-signature-button =
.title = Tilføj ny underskrift
pdfjs-editor-signature-add-signature-button-label = Tilføj ny underskrift
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Gemt underskrift: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Teksteditor
@ -583,6 +601,9 @@ pdfjs-editor-edit-signature-update-button = Opdater
pdfjs-editor-delete-signature-button =
.title = Fjern underskrift
pdfjs-editor-delete-signature-button-label = Fjern underskrift
pdfjs-editor-delete-signature-button1 =
.title = Fjern gemt underskrift
pdfjs-editor-delete-signature-button-label1 = Fjern gemt underskrift
## Editor toolbar

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Unterschrift hinzufügen
pdfjs-editor-signature-button-label = Unterschrift hinzufügen
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Hervorhebungs-Editor
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Zeichnungseditor
pdfjs-editor-signature-editor =
.aria-label = Signatur-Editor
pdfjs-editor-stamp-editor =
.aria-label = Grafik-Editor
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Grafik hinzufügen
pdfjs-editor-free-highlight-thickness-input = Linienstärke
pdfjs-editor-free-highlight-thickness-title =
.title = Linienstärke beim Hervorheben anderer Elemente als Text ändern
pdfjs-editor-add-signature-container =
.aria-label = Signaturkontrollen und gespeicherte Signaturen
pdfjs-editor-signature-add-signature-button =
.title = Neue Unterschrift hinzufügen
pdfjs-editor-signature-add-signature-button-label = Neue Unterschrift hinzufügen
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Gespeicherte Signatur: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Texteditor
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Aktualisieren
pdfjs-editor-delete-signature-button =
.title = Unterschrift entfernen
pdfjs-editor-delete-signature-button-label = Unterschrift entfernen
pdfjs-editor-delete-signature-button1 =
.title = Gespeicherte Signatur entfernen
pdfjs-editor-delete-signature-button-label1 = Gespeicherte Signatur entfernen
## Editor toolbar

View File

@ -324,6 +324,19 @@ pdfjs-editor-signature-button =
.title = Signaturu pśidaś
pdfjs-editor-signature-button-label = Signaturu pśidaś
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Editor wuzwignjenja
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Kresleński editor
pdfjs-editor-signature-editor =
.aria-label = Editor signaturow
pdfjs-editor-stamp-editor =
.aria-label = Wobrazowy editor
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -352,9 +365,16 @@ pdfjs-editor-stamp-add-image-button-label = Wobraz pśidaś
pdfjs-editor-free-highlight-thickness-input = Tłustosć
pdfjs-editor-free-highlight-thickness-title =
.title = Tłustosć změniś, gaž se zapiski wuzwiguju, kótarež tekst njejsu
pdfjs-editor-add-signature-container =
.aria-label = Wóźeńske elementy signaturow a skłaźone signatury
pdfjs-editor-signature-add-signature-button =
.title = Nowu signaturu pśidaś
pdfjs-editor-signature-add-signature-button-label = Nowu signaturu pśidaś
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Skłaźona signatura: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Tekstowy editor
@ -589,6 +609,9 @@ pdfjs-editor-edit-signature-update-button = Aktualizěrowaś
pdfjs-editor-delete-signature-button =
.title = Signaturu wótwónoźeś
pdfjs-editor-delete-signature-button-label = Signaturu wótwónoźeś
pdfjs-editor-delete-signature-button1 =
.title = Skłaźonu signaturu wótwónoźeś
pdfjs-editor-delete-signature-button-label1 = Skłaźonu signaturu wótwónoźeś
## Editor toolbar

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Προσθήκη υπογραφής
pdfjs-editor-signature-button-label = Προσθήκη υπογραφής
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Επεξεργασία επισήμανσης
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Επεξεργασία σχεδίου
pdfjs-editor-signature-editor =
.aria-label = Επεξεργασία υπογραφής
pdfjs-editor-stamp-editor =
.aria-label = Επεξεργασία εικόνας
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Προσθήκη εικόνας
pdfjs-editor-free-highlight-thickness-input = Πάχος
pdfjs-editor-free-highlight-thickness-title =
.title = Αλλαγή πάχους κατά την επισήμανση στοιχείων εκτός κειμένου
pdfjs-editor-add-signature-container =
.aria-label = Στοιχεία ελέγχου υπογραφής και αποθηκευμένες υπογραφές
pdfjs-editor-signature-add-signature-button =
.title = Προσθήκη νέας υπογραφής
pdfjs-editor-signature-add-signature-button-label = Προσθήκη νέας υπογραφής
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Αποθηκευμένη υπογραφή: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Επεξεργασία κειμένου
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Ενημέρωση
pdfjs-editor-delete-signature-button =
.title = Αφαίρεση υπογραφής
pdfjs-editor-delete-signature-button-label = Αφαίρεση υπογραφής
pdfjs-editor-delete-signature-button1 =
.title = Αφαίρεση αποθηκευμένης υπογραφής
pdfjs-editor-delete-signature-button-label1 = Αφαίρεση αποθηκευμένης υπογραφής
## Editor toolbar

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Add signature
pdfjs-editor-signature-button-label = Add signature
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Highlight editor
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Drawing editor
pdfjs-editor-signature-editor =
.aria-label = Signature editor
pdfjs-editor-stamp-editor =
.aria-label = Image editor
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Add image
pdfjs-editor-free-highlight-thickness-input = Thickness
pdfjs-editor-free-highlight-thickness-title =
.title = Change thickness when highlighting items other than text
pdfjs-editor-add-signature-container =
.aria-label = Signature controls and saved signatures
pdfjs-editor-signature-add-signature-button =
.title = Add new signature
pdfjs-editor-signature-add-signature-button-label = Add new signature
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Saved signature: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Text Editor
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Update
pdfjs-editor-delete-signature-button =
.title = Remove signature
pdfjs-editor-delete-signature-button-label = Remove signature
pdfjs-editor-delete-signature-button1 =
.title = Remove saved signature
pdfjs-editor-delete-signature-button-label1 = Remove saved signature
## Editor toolbar

View File

@ -320,6 +320,9 @@ pdfjs-editor-signature-button =
.title = Add signature
pdfjs-editor-signature-button-label = Add signature
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -320,6 +320,9 @@ pdfjs-editor-signature-button =
.title = Aldoni subskribon
pdfjs-editor-signature-button-label = Aldoni subskribon
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -320,6 +320,16 @@ pdfjs-editor-signature-button =
.title = Agregar firma
pdfjs-editor-signature-button-label = Agregar firma
## Default editor aria labels
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Editor de dibujos
pdfjs-editor-signature-editor =
.aria-label = Editor de firmas
pdfjs-editor-stamp-editor =
.aria-label = Editor de imágenes
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +358,16 @@ pdfjs-editor-stamp-add-image-button-label = Agregar una imagen
pdfjs-editor-free-highlight-thickness-input = Grosor
pdfjs-editor-free-highlight-thickness-title =
.title = Cambiar el grosor al resaltar elementos que no sean texto
pdfjs-editor-add-signature-container =
.aria-label = Controles de firma y firmas guardadas
pdfjs-editor-signature-add-signature-button =
.title = Agregar nueva firma
pdfjs-editor-signature-add-signature-button-label = Agregar nueva firma
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Firma guardada: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Editor de texto
@ -583,6 +600,9 @@ pdfjs-editor-edit-signature-update-button = Actualizar
pdfjs-editor-delete-signature-button =
.title = Eliminar firma
pdfjs-editor-delete-signature-button-label = Eliminar firma
pdfjs-editor-delete-signature-button1 =
.title = Eliminar firma guardada
pdfjs-editor-delete-signature-button-label1 = Eliminar firma guardada
## Editor toolbar

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Añadir firma
pdfjs-editor-signature-button-label = Añadir firma
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Editor de destacados
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Editor de dibujos
pdfjs-editor-signature-editor =
.aria-label = Editor de firmas
pdfjs-editor-stamp-editor =
.aria-label = Editor de imágenes
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Añadir imagen
pdfjs-editor-free-highlight-thickness-input = Grosor
pdfjs-editor-free-highlight-thickness-title =
.title = Cambia el grosor al resaltar elementos que no sean texto
pdfjs-editor-add-signature-container =
.aria-label = Controles de firma y firmas guardadas
pdfjs-editor-signature-add-signature-button =
.title = Añadir nueva firma
pdfjs-editor-signature-add-signature-button-label = Añadir nueva firma
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Firma guardada: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Editor de texto
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Actualizar
pdfjs-editor-delete-signature-button =
.title = Eliminar firma
pdfjs-editor-delete-signature-button-label = Eliminar firma
pdfjs-editor-delete-signature-button1 =
.title = Eliminar firma guardada
pdfjs-editor-delete-signature-button-label1 = Eliminar firma guardada
## Editor toolbar

View File

@ -320,6 +320,9 @@ pdfjs-editor-signature-button =
.title = Añadir firma
pdfjs-editor-signature-button-label = Añadir firma
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -320,6 +320,9 @@ pdfjs-editor-signature-button =
.title = Agregar firma
pdfjs-editor-signature-button-label = Añadir firma
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -260,6 +260,9 @@ pdfjs-web-fonts-disabled = Veebifondid on keelatud: PDFiga kaasatud fonte pole v
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -317,6 +317,9 @@ pdfjs-highlight-floating-button1 =
.aria-label = Nabarmendu
pdfjs-highlight-floating-button-label = Nabarmendu
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -279,6 +279,9 @@ pdfjs-highlight-floating-button1 =
.aria-label = برجسته کردن
pdfjs-highlight-floating-button-label = برجسته کردن
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -239,6 +239,9 @@ pdfjs-web-fonts-disabled = Ponte geese ko daaƴaaɗe: horiima huutoraade ponte P
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Lisää allekirjoitus
pdfjs-editor-signature-button-label = Lisää allekirjoitus
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Korostusmuokkain
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Piirustusmuokkain
pdfjs-editor-signature-editor =
.aria-label = Allekirjoitusmuokkain
pdfjs-editor-stamp-editor =
.aria-label = Kuvamuokkain
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Lisää kuva
pdfjs-editor-free-highlight-thickness-input = Paksuus
pdfjs-editor-free-highlight-thickness-title =
.title = Muuta paksuutta korostaessasi muita kohteita kuin tekstiä
pdfjs-editor-add-signature-container =
.aria-label = Allekirjoitussäätimet ja tallennetut allekirjoitukset
pdfjs-editor-signature-add-signature-button =
.title = Lisää uusi allekirjoitus
pdfjs-editor-signature-add-signature-button-label = Lisää uusi allekirjoitus
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Tallennettu allekirjoitus: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Tekstimuokkain
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Päivitä
pdfjs-editor-delete-signature-button =
.title = Poista allekirjoitus
pdfjs-editor-delete-signature-button-label = Poista allekirjoitus
pdfjs-editor-delete-signature-button1 =
.title = Poista tallennettu allekirjoitus
pdfjs-editor-delete-signature-button-label1 = Poista tallennettu allekirjoitus
## Editor toolbar

View File

@ -316,6 +316,19 @@ pdfjs-editor-signature-button =
.title = Ajouter une signature
pdfjs-editor-signature-button-label = Ajouter une signature
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Éditeur de surlignage
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Éditeur de dessins
pdfjs-editor-signature-editor =
.aria-label = Éditeur de signatures
pdfjs-editor-stamp-editor =
.aria-label = Éditeur dimages
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -344,9 +357,16 @@ pdfjs-editor-stamp-add-image-button-label = Ajouter une image
pdfjs-editor-free-highlight-thickness-input = Épaisseur
pdfjs-editor-free-highlight-thickness-title =
.title = Modifier lépaisseur pour le surlignage déléments non textuels
pdfjs-editor-add-signature-container =
.aria-label = Contrôles de signature et signatures enregistrées
pdfjs-editor-signature-add-signature-button =
.title = Ajouter une nouvelle signature
pdfjs-editor-signature-add-signature-button-label = Ajouter une nouvelle signature
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Signature enregistrée : { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Éditeur de texte
@ -579,6 +599,9 @@ pdfjs-editor-edit-signature-update-button = Mettre à jour
pdfjs-editor-delete-signature-button =
.title = Supprimer la signature
pdfjs-editor-delete-signature-button-label = Supprimer la signature
pdfjs-editor-delete-signature-button1 =
.title = Supprimer la signature enregistrée
pdfjs-editor-delete-signature-button-label1 = Supprimer la signature enregistrée
## Editor toolbar

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Zonte firme
pdfjs-editor-signature-button-label = Zonte firme
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Modifiche evidenziazions
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Modifiche dissens
pdfjs-editor-signature-editor =
.aria-label = Modifiche firmis
pdfjs-editor-stamp-editor =
.aria-label = Modifiche imagjins
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Zonte imagjin
pdfjs-editor-free-highlight-thickness-input = Spessôr
pdfjs-editor-free-highlight-thickness-title =
.title = Modifiche il spessôr de selezion pai elements che no son testuâi
pdfjs-editor-add-signature-container =
.aria-label = Controi firme e firmis salvadis
pdfjs-editor-signature-add-signature-button =
.title = Zonte gnove firme
pdfjs-editor-signature-add-signature-button-label = Zonte gnove firme
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Firme salvade: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Editôr di test
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Inzorne
pdfjs-editor-delete-signature-button =
.title = Gjave firme
pdfjs-editor-delete-signature-button-label = Gjave firme
pdfjs-editor-delete-signature-button1 =
.title = Gjave firme salvade
pdfjs-editor-delete-signature-button-label1 = Gjave firme salvade
## Editor toolbar

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Hantekening tafoegje
pdfjs-editor-signature-button-label = Hantekening tafoegje
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Markearingsbewurker
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Tekeningbewurker
pdfjs-editor-signature-editor =
.aria-label = Hantekeningbewurker
pdfjs-editor-stamp-editor =
.aria-label = Ofbyldingsbewurker
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Ofbylding tafoegje
pdfjs-editor-free-highlight-thickness-input = Tsjokte
pdfjs-editor-free-highlight-thickness-title =
.title = Tsjokte wizigje by aksintuearring fan oare items as tekst
pdfjs-editor-add-signature-container =
.aria-label = Undertekeningsynstellingen en bewarre ûndertekeningen
pdfjs-editor-signature-add-signature-button =
.title = Nije hantekening tafoegje
pdfjs-editor-signature-add-signature-button-label = Nije hantekening tafoegje
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Bewarre ûndertekening: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Tekstbewurker
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Bywurkje
pdfjs-editor-delete-signature-button =
.title = Hantekening fuortsmite
pdfjs-editor-delete-signature-button-label = Hantekening fuortsmite
pdfjs-editor-delete-signature-button1 =
.title = Bewarre ûndertekening fuortsmite
pdfjs-editor-delete-signature-button-label1 = Bewarre ûndertekening fuortsmite
## Editor toolbar
@ -590,3 +613,4 @@ pdfjs-editor-add-signature-edit-button-label = Beskriuwing bewurkje
## Edit signature description dialog
pdfjs-editor-edit-signature-dialog-title = Beskriuwing bewurkje

View File

@ -205,6 +205,9 @@ pdfjs-web-fonts-disabled = Tá clófhoirne Gréasáin díchumasaithe: ní féidi
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -272,6 +272,9 @@ pdfjs-editor-ink-button =
.title = Tarraing
pdfjs-editor-ink-button-label = Tarraing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -296,6 +296,9 @@ pdfjs-editor-stamp-button =
.title = Engadir ou editar imaxes
pdfjs-editor-stamp-button-label = Engadir ou editar imaxes
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-freetext-button =

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Embojuaju teraguapy
pdfjs-editor-signature-button-label = Embojuaju teraguapy
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Jehechaukarã mbosakoiha
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Taãngaapo moheñoiha
pdfjs-editor-signature-editor =
.aria-label = Teraguapy moheñoiha
pdfjs-editor-stamp-editor =
.aria-label = Taãnga mbosakoiha
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Embojuaju taãnga
pdfjs-editor-free-highlight-thickness-input = Anambusu
pdfjs-editor-free-highlight-thickness-title =
.title = Emoambue anambusukue embosaývo mbaeporu haeỹva moñeẽrã
pdfjs-editor-add-signature-container =
.aria-label = Teraguapy ñemaña ha teraguapy ñongatupyre
pdfjs-editor-signature-add-signature-button =
.title = Embojuaju teraguapy pyahu
pdfjs-editor-signature-add-signature-button-label = Embojuaju teraguapy pyahu
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Teraguapy ñongatupyre: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Moñeẽrã moheñoiha
@ -582,6 +602,9 @@ pdfjs-editor-edit-signature-update-button = Mbohekopyahu
pdfjs-editor-delete-signature-button =
.title = Embogue teraguapy
pdfjs-editor-delete-signature-button-label = Embogue teraguapy
pdfjs-editor-delete-signature-button1 =
.title = Embogue teraguapy ñongatupyre
pdfjs-editor-delete-signature-button-label1 = Embogue teraguapy ñongatupyre
## Editor toolbar

View File

@ -239,6 +239,9 @@ pdfjs-web-fonts-disabled = વેબ ફોન્ટ નિષ્ક્રિય
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = הוספת חתימה
pdfjs-editor-signature-button-label = הוספת חתימה
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = עורך סימונים
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = עורך ציורים
pdfjs-editor-signature-editor =
.aria-label = עורך חתימות
pdfjs-editor-stamp-editor =
.aria-label = עורך תמונות
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = הוספת תמונה
pdfjs-editor-free-highlight-thickness-input = עובי
pdfjs-editor-free-highlight-thickness-title =
.title = שינוי עובי בעת סימון פריטים שאינם טקסט
pdfjs-editor-add-signature-container =
.aria-label = פקדי חתימה וחתימות שמורות
pdfjs-editor-signature-add-signature-button =
.title = הוספת חתימה חדשה
pdfjs-editor-signature-add-signature-button-label = הוספת חתימה חדשה
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = חתימה שמורה: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = עורך טקסט
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = עדכון
pdfjs-editor-delete-signature-button =
.title = הסרת חתימה
pdfjs-editor-delete-signature-button-label = הסרת חתימה
pdfjs-editor-delete-signature-button1 =
.title = הסרת חתימה שמורה
pdfjs-editor-delete-signature-button-label1 = הסרת חתימה שמורה
## Editor toolbar

View File

@ -237,6 +237,9 @@ pdfjs-web-fonts-disabled = वेब फॉन्ट्स निष्क्र
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -319,6 +319,9 @@ pdfjs-highlight-floating-button1 =
.aria-label = Istakni
pdfjs-highlight-floating-button-label = Istakni
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -324,6 +324,19 @@ pdfjs-editor-signature-button =
.title = Signaturu přidać
pdfjs-editor-signature-button-label = Signaturu přidać
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Wuzběhowanski editor
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Rysowanski editor
pdfjs-editor-signature-editor =
.aria-label = Editor signaturow
pdfjs-editor-stamp-editor =
.aria-label = Wobrazowy editor
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -352,9 +365,16 @@ pdfjs-editor-stamp-add-image-button-label = Wobraz přidać
pdfjs-editor-free-highlight-thickness-input = Tołstosć
pdfjs-editor-free-highlight-thickness-title =
.title = Tołstosć změnić, hdyž so zapiski wuzběhuja, kotrež tekst njejsu
pdfjs-editor-add-signature-container =
.aria-label = Wodźenske elementy signaturow a składowane signatury
pdfjs-editor-signature-add-signature-button =
.title = Nowu signaturu přidać
pdfjs-editor-signature-add-signature-button-label = Nowu signaturu přidać
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Składowana signatura: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Tekstowy editor
@ -589,6 +609,9 @@ pdfjs-editor-edit-signature-update-button = Aktualizować
pdfjs-editor-delete-signature-button =
.title = Signaturu wotstronić
pdfjs-editor-delete-signature-button-label = Signaturu wotstronić
pdfjs-editor-delete-signature-button1 =
.title = Składowanu signaturu wotstronić
pdfjs-editor-delete-signature-button-label1 = Składowanu signaturu wotstronić
## Editor toolbar

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Aláírás hozzáadása
pdfjs-editor-signature-button-label = Aláírás hozzáadása
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Kiemelésszerkesztő
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Rajzszerkesztő
pdfjs-editor-signature-editor =
.aria-label = Aláírás-szerkesztő
pdfjs-editor-stamp-editor =
.aria-label = Képszerkesztő
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Kép hozzáadása
pdfjs-editor-free-highlight-thickness-input = Vastagság
pdfjs-editor-free-highlight-thickness-title =
.title = Vastagság módosítása, ha nem szöveges elemeket emel ki
pdfjs-editor-add-signature-container =
.aria-label = Aláírás-vezérlők és mentett aláírások
pdfjs-editor-signature-add-signature-button =
.title = Új aláírás hozzáadása
pdfjs-editor-signature-add-signature-button-label = Új aláírás hozzáadása
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Mentett aláírás: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Szövegszerkesztő
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Frissítés
pdfjs-editor-delete-signature-button =
.title = Aláírás eltávolítása
pdfjs-editor-delete-signature-button-label = Aláírás eltávolítása
pdfjs-editor-delete-signature-button1 =
.title = Mentett aláírás eltávolítása
pdfjs-editor-delete-signature-button-label1 = Mentett aláírás eltávolítása
## Editor toolbar

View File

@ -250,6 +250,9 @@ pdfjs-web-fonts-disabled = Վեբ-տառատեսակները անջատված ե
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -260,6 +260,9 @@ pdfjs-web-fonts-disabled = Վեբ-տառատեսակները անջատուած
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Adder signatura
pdfjs-editor-signature-button-label = Adder signatura
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Editor de evidentiation
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Editor de designos
pdfjs-editor-signature-editor =
.aria-label = Editor de signatura
pdfjs-editor-stamp-editor =
.aria-label = Editor de imagines
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Adder imagine
pdfjs-editor-free-highlight-thickness-input = Spissor
pdfjs-editor-free-highlight-thickness-title =
.title = Cambiar spissor evidentiante elementos differente de texto
pdfjs-editor-add-signature-container =
.aria-label = Controlos de signatura e signaturas salvate
pdfjs-editor-signature-add-signature-button =
.title = Adder nove signatura
pdfjs-editor-signature-add-signature-button-label = Adder nove signatura
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Signatura salvate: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Editor de texto
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Actualisar
pdfjs-editor-delete-signature-button =
.title = Remover signatura
pdfjs-editor-delete-signature-button-label = Remover signatura
pdfjs-editor-delete-signature-button1 =
.title = Remover signatura salvate
pdfjs-editor-delete-signature-button-label1 = Remover signatura salvate
## Editor toolbar

View File

@ -308,6 +308,22 @@ pdfjs-highlight-floating-button1 =
.title = Sorot
.aria-label = Sorot
pdfjs-highlight-floating-button-label = Sorot
pdfjs-editor-signature-button =
.title = Tambahkan tanda tangan
pdfjs-editor-signature-button-label = Tambahkan tanda tangan
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Editor sorot
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Editor gambar
pdfjs-editor-signature-editor =
.aria-label = Editor tanda tangan
pdfjs-editor-stamp-editor =
.aria-label = Editor gambar
## Remove button for the various kind of editor.
@ -319,6 +335,8 @@ pdfjs-editor-remove-stamp-button =
.title = Hapus gambar
pdfjs-editor-remove-highlight-button =
.title = Hapus sorotan
pdfjs-editor-remove-signature-button =
.title = Hapus tanda tangan
##
@ -335,6 +353,16 @@ pdfjs-editor-stamp-add-image-button-label = Tambahkan gambar
pdfjs-editor-free-highlight-thickness-input = Ketebalan
pdfjs-editor-free-highlight-thickness-title =
.title = Ubah ketebalan saat menyorot item selain teks
pdfjs-editor-add-signature-container =
.aria-label = Kontrol tanda tangan dan tanda tangan tersimpan
pdfjs-editor-signature-add-signature-button =
.title = Tambahkan tanda tangan baru
pdfjs-editor-signature-add-signature-button-label = Tambahkan tanda tangan baru
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Tanda tangan tersimpan: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Editor Teks
@ -492,6 +520,7 @@ pdfjs-editor-undo-bar-message-highlight = Sorotan dihapus
pdfjs-editor-undo-bar-message-freetext = Teks dihapus
pdfjs-editor-undo-bar-message-ink = Gambar dihapus
pdfjs-editor-undo-bar-message-stamp = Gambar dihapus
pdfjs-editor-undo-bar-message-signature = Tanda tangan dihapus
# Variables:
# $count (Number) - the number of removed annotations.
pdfjs-editor-undo-bar-message-multiple = { $count } anotasi dihapus
@ -504,15 +533,39 @@ pdfjs-editor-undo-bar-close-button-label = Tutup
## Add a signature dialog
pdfjs-editor-add-signature-dialog-title = Tambahkan tanda tangan
## Tab names
# Type is a verb (you can type your name as signature)
pdfjs-editor-add-signature-type-button = Tipe
.title = Tipe
# Draw is a verb (you can draw your signature)
pdfjs-editor-add-signature-draw-button = Gambarkan
.title = Gambarkan
pdfjs-editor-add-signature-image-button = Gambar
.title = Gambar
## Tab panels
pdfjs-editor-add-signature-type-input =
.aria-label = Ketik tanda tangan Anda
.placeholder = Ketik tanda tangan Anda
pdfjs-editor-add-signature-draw-placeholder = Buat tanda tangan Anda
pdfjs-editor-add-signature-draw-thickness-range-label = Ketebalan
# Variables:
# $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
pdfjs-editor-add-signature-draw-thickness-range =
.title = Ketebalan gambar: { $thickness }
pdfjs-editor-add-signature-image-placeholder = Seret berkas ke sini untuk mengunggah
## Controls
pdfjs-editor-add-signature-description-default-when-drawing = Tanda tangan
pdfjs-editor-add-signature-clear-button-label = Hapus tanda tangan
pdfjs-editor-add-signature-clear-button =
.title = Hapus tanda tangan
pdfjs-editor-add-signature-save-checkbox = Simpan tanda tangan
## Dialog buttons

View File

@ -320,6 +320,9 @@ pdfjs-editor-signature-button =
.title = Bæta við undirritun
pdfjs-editor-signature-button-label = Bæta við undirritun
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -614,3 +614,4 @@ pdfjs-editor-add-signature-edit-button-label = Modifica descrizione
## Edit signature description dialog
pdfjs-editor-edit-signature-dialog-title = Modifica descrizione

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = ხელმოწერის დამატება
pdfjs-editor-signature-button-label = ხელმოწერის დამატება
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = მონიშვნის ჩასწორება
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = ნახაზის ჩასწორება
pdfjs-editor-signature-editor =
.aria-label = ხელმოწერის ჩასწორება
pdfjs-editor-stamp-editor =
.aria-label = სურათის ჩასწორება
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = სურათის დამა
pdfjs-editor-free-highlight-thickness-input = სისქე
pdfjs-editor-free-highlight-thickness-title =
.title = სისქის შეცვლა წარწერის გარდა სხვა ნაწილების მონიშვნისას
pdfjs-editor-add-signature-container =
.aria-label = ხელმოწერის მართვა და შენახული ხელმოწერები
pdfjs-editor-signature-add-signature-button =
.title = ახალი ხელმოწერის დამატება
pdfjs-editor-signature-add-signature-button-label = ახალი ხელმოწერის დამატება
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = შენახული ხელმოწერა: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = ნაწერის ჩასწორება
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = განახლება
pdfjs-editor-delete-signature-button =
.title = ხელმოწერის მოცილება
pdfjs-editor-delete-signature-button-label = ხელმოწერის მოცილება
pdfjs-editor-delete-signature-button1 =
.title = შენახული ხელმოწერის მოცილება
pdfjs-editor-delete-signature-button-label1 = შენახული ხელმოწერის მოცილება
## Editor toolbar

View File

@ -317,6 +317,9 @@ pdfjs-highlight-floating-button1 =
.aria-label = Derrer
pdfjs-highlight-floating-button-label = Derrer
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -320,6 +320,9 @@ pdfjs-editor-signature-button =
.title = Қолтаңбаны қосу
pdfjs-editor-signature-button-label = Қолтаңбаны қосу
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -215,6 +215,9 @@ pdfjs-web-fonts-disabled = បាន​បិទ​ពុម្ពអក្ស
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -205,6 +205,9 @@ pdfjs-web-fonts-disabled = ಜಾಲ ಅಕ್ಷರಶೈಲಿಯನ್ನು
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -312,6 +312,19 @@ pdfjs-editor-signature-button =
.title = 서명 추가
pdfjs-editor-signature-button-label = 서명 추가
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = 강조 표시 편집기
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = 그리기 편집기
pdfjs-editor-signature-editor =
.aria-label = 서명 편집기
pdfjs-editor-stamp-editor =
.aria-label = 이미지 편집기
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -340,9 +353,16 @@ pdfjs-editor-stamp-add-image-button-label = 이미지 추가
pdfjs-editor-free-highlight-thickness-input = 두께
pdfjs-editor-free-highlight-thickness-title =
.title = 텍스트 이외의 항목을 강조 표시할 때 두께 변경
pdfjs-editor-add-signature-container =
.aria-label = 서명 제어 및 저장된 서명
pdfjs-editor-signature-add-signature-button =
.title = 새 서명 추가
pdfjs-editor-signature-add-signature-button-label = 새 서명 추가
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = 저장된 서명: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = 텍스트 편집기
@ -571,6 +591,9 @@ pdfjs-editor-edit-signature-update-button = 업데이트
pdfjs-editor-delete-signature-button =
.title = 서명 제거
pdfjs-editor-delete-signature-button-label = 서명 제거
pdfjs-editor-delete-signature-button1 =
.title = 저장된 서명 제거
pdfjs-editor-delete-signature-button-label1 = 저장된 서명 제거
## Editor toolbar

View File

@ -239,6 +239,9 @@ pdfjs-web-fonts-disabled = I font do web en dizativæ: inposcibile adeuviâ i ca
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -272,6 +272,9 @@ pdfjs-editor-ink-button =
.title = ແຕ້ມ
pdfjs-editor-ink-button-label = ແຕ້ມ
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -260,6 +260,9 @@ pdfjs-web-fonts-disabled = Saityno šriftai išjungti PDF faile esančių š
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -238,6 +238,9 @@ pdfjs-web-fonts-disabled = Šķārsteikla fonti nav aktivizāti: Navar īgult PD
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -239,6 +239,9 @@ pdfjs-web-fonts-disabled = Tīmekļa fonti nav aktivizēti: Nevar iegult PDF fon
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -79,6 +79,9 @@ pdfjs-password-cancel-button = Nkuvi-ka
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -207,6 +207,9 @@ pdfjs-web-fonts-disabled = Интернет фонтовите се оневоз
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -138,13 +138,16 @@ pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $hei
##
# The linearization status of the document; usually called "Fast Web View" in
# English locales of Adobe software.
pdfjs-document-properties-linearized = വിരവോള ഗോളാന്തരക്കാഴ്ച :
pdfjs-document-properties-linearized-yes = അതെ
pdfjs-document-properties-linearized-no = ഇല്ല
pdfjs-document-properties-close-button = അടയ്ക്കുക
## Print
pdfjs-print-progress-message = അച്ചടിപ്പിനു് പ്രമാണം തയ്യാറാക്കുന്നു...
pdfjs-print-progress-message = അച്ചടിപ്പിനു് പ്രമാണം ഒരുക്കുന്നു...
# Variables:
# $progress (Number) - percent value
pdfjs-print-progress-percent = { $progress }%
@ -170,6 +173,7 @@ pdfjs-thumbs-button-label = തംബ്നെയിലുകള്‍
pdfjs-findbar-button =
.title = രേഖയില്‍ കണ്ടുപിടിയ്ക്കുക
pdfjs-findbar-button-label = കണ്ടെത്തുക
pdfjs-additional-layers = കൂടാത്ത പാളികൾ
## Thumbnails panel item (tooltip and alt text for images)
@ -283,6 +287,12 @@ pdfjs-highlight-floating-button1 =
.title = അടയാളപ്പെടുക
.aria-label = അടയാളപ്പെടുക
pdfjs-highlight-floating-button-label = അടയാളപ്പെടുക
pdfjs-editor-signature-button =
.title = പുതിയ ഒപ്പു് ചേൎക്കുക
pdfjs-editor-signature-button-label = പുതിയ ഒപ്പു് ചേൎക്കുക
## Default editor aria labels
## Remove button for the various kind of editor.
@ -310,6 +320,9 @@ pdfjs-editor-stamp-add-image-button =
pdfjs-editor-stamp-add-image-button-label = ചിത്രം ചേർക്കുക
# This refers to the thickness of the line used for free highlighting (not bound to text)
pdfjs-editor-free-highlight-thickness-input = കനം
pdfjs-editor-signature-add-signature-button =
.title = പുതിയ ഒപ്പു് ചേൎക്കുക
pdfjs-editor-signature-add-signature-button-label = പുതിയ ഒപ്പു് ചേൎക്കുക
pdfjs-free-text-default-content = എഴുതാൻ തുടങ്ങുക…
pdfjs-ink-canvas =
.aria-label = ഉപയോക്താവ് ഉണ്ടാക്കിയ ചിത്രം
@ -331,9 +344,18 @@ pdfjs-editor-alt-text-button =
## Editor resizers
## This is used in an aria label to help to understand the role of the resizer.
pdfjs-editor-resizer-label-top-left = ഇടതു മീത്ത മുക്ക് — വലുപ്പം മാറ്റുക
pdfjs-editor-resizer-label-top-middle = നടുവിൽ മീത്ത മുക്ക് - വലുപ്പം മാറ്റുക
pdfjs-editor-resizer-label-top-right = വലതു മീത്ത മുക്ക് — വലുപ്പം മാറ്റുക
pdfjs-editor-resizer-label-middle-right = വലതു നടുവിലുള്ള മുക്ക് — വലുപ്പം മാറ്റുക
pdfjs-editor-resizer-label-bottom-right = വലതു കീഴിലുള്ള മുക്ക് — വലുപ്പം മാറ്റുക
pdfjs-editor-resizer-label-bottom-middle = നടുവെ കീഴിലുള്ള മുക്ക് — വലുപ്പം മാറ്റുക
pdfjs-editor-resizer-label-bottom-left = ഇടതു കീഴിലുള്ള മുക്ക് — വലുപ്പം മാറ്റുക
## Color picker
# This means "Color used to highlight text"
pdfjs-editor-highlight-colorpicker-label = അടയാളന്നിറം
pdfjs-editor-colorpicker-button =
.title = നിറം മാറ്റുക
pdfjs-editor-colorpicker-dropdown =
@ -359,14 +381,42 @@ pdfjs-editor-highlight-show-all-button =
## New alt-text dialog
## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
# Modal header positioned above a text box where users can edit the alt text.
pdfjs-editor-new-alt-text-dialog-edit-label = മറുയെഴുത്തു് തിരുത്തുക (ചിത്ര വിവരണം)
# Modal header positioned above a text box where users can add the alt text.
pdfjs-editor-new-alt-text-dialog-add-label = മറുയെഴുത്തു് ചേൎക്കുക (ചിത്ര വിവരണം)
pdfjs-editor-new-alt-text-textarea =
.placeholder = താങ്ങളുടെ വിവരണം ഇവിടെ എഴുതുക...
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = കൂടുതല്‍ അറിയുക
pdfjs-editor-new-alt-text-create-automatically-button-label = തന്നെതാനെ മറുയെഴുത്തു് ഉണ്ടാക്കുക
pdfjs-editor-new-alt-text-not-now-button = ഇപ്പോഴല്ല
pdfjs-editor-new-alt-text-error-title = തന്നെതാനെ മറുയെഴുത്തു് ഉണ്ടാക്കാൻ പറ്റിയില്ല
pdfjs-editor-new-alt-text-error-close-button = അടയ്ക്കുക
# This is a button that users can click to edit the alt text they have already added.
pdfjs-editor-new-alt-text-added-button =
.aria-label = മറുയെഴുത്തു് ചേൎത്തു
pdfjs-editor-new-alt-text-added-button-label = മറുയെഴുത്തു് ചേൎത്തു
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
pdfjs-editor-new-alt-text-missing-button =
.aria-label = മറുയെഴുത്തു് കാണാന്നില്ല
pdfjs-editor-new-alt-text-missing-button-label = മറുയെഴുത്തു് കാണാന്നില്ല
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
pdfjs-editor-new-alt-text-to-review-button =
.aria-label = മറുയെഴുത്തു് അവലോകിക്കുക
pdfjs-editor-new-alt-text-to-review-button-label = മറുയെഴുത്തു് അവലോകിക്കുക
# "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
# Variables:
# $generatedAltText (String) - the generated alt-text.
pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = തന്നെതാനെ ഉണ്ടാക്കി : { $generatedAltText }
## Image alt-text settings
pdfjs-image-alt-text-settings-button =
.title = ചിത്ര മറുയെഴുത്തു് ക്രമീകരണങ്ങൾ
pdfjs-image-alt-text-settings-button-label = ചിത്ര മറുയെഴുത്തു് ക്രമീകരണങ്ങൾ
pdfjs-editor-alt-text-settings-dialog-label = ചിത്ര മറുയെഴുത്തു് ക്രമീകരണങ്ങൾ
pdfjs-editor-alt-text-settings-automatic-title = യാന്ത്രിക മറുയെഴുത്തു്
pdfjs-editor-alt-text-settings-create-model-button-label = തന്നെതാനെ മറുയെഴുത്തു് ഉണ്ടാക്കുക
pdfjs-editor-alt-text-settings-delete-model-button = മായ്ക്കുക
pdfjs-editor-alt-text-settings-download-model-button = ഇറക്കിവയ്ക്കുക
pdfjs-editor-alt-text-settings-downloading-model-button = ഇറക്കിവയ്ക്കുന്നു
@ -374,10 +424,18 @@ pdfjs-editor-alt-text-settings-close-button = അടയ്ക്കുക
## "Annotations removed" bar
pdfjs-editor-undo-bar-message-highlight = അടയാളം മാറ്റി
pdfjs-editor-undo-bar-message-freetext = എഴുത്തു് മാറ്റി
pdfjs-editor-undo-bar-message-ink = ആലേഖ്യം മാറ്റി
pdfjs-editor-undo-bar-message-stamp = ചിത്രം മാറ്റി
pdfjs-editor-undo-bar-message-signature = ഒപ്പു് മാറ്റി
# Variables:
# $count (Number) - the number of removed annotations.
pdfjs-editor-undo-bar-message-multiple =
{ $count ->
[one] { $count } കുറിപ്പെഴുതലുകൾ മാറ്റി
*[other] { $count } കുറിപ്പെഴുതലുകൾ മാറ്റി
}
pdfjs-editor-undo-bar-undo-button =
.title = പഴയപോലെയാക്കുക
pdfjs-editor-undo-bar-undo-button-label = പഴയപോലെയാക്കുക
@ -437,12 +495,18 @@ pdfjs-editor-add-signature-error-close-button = അടയ്ക്കുക
pdfjs-editor-add-signature-cancel-button = റദ്ദാക്കുക
pdfjs-editor-add-signature-add-button = ചേൎക്കുക
pdfjs-editor-edit-signature-update-button = പുതുക്കുക
## Main menu for adding/removing signatures
pdfjs-editor-delete-signature-button =
.title = ഒപ്പു് മാറ്റുക
pdfjs-editor-delete-signature-button-label = ഒപ്പു് മാറ്റുക
## Editor toolbar
pdfjs-editor-add-signature-edit-button-label = വിവരണം തിരുത്തുക
## Edit signature description dialog
pdfjs-editor-edit-signature-dialog-title = വിവരണം തിരുത്തുക

View File

@ -231,6 +231,9 @@ pdfjs-web-fonts-disabled = वेब टंक असमर्थीत आह
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -239,6 +239,9 @@ pdfjs-web-fonts-disabled = Fon web dinyahdayakan: tidak dapat menggunakan fon te
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -198,6 +198,9 @@ pdfjs-web-fonts-disabled = Web fonts are disabled: unable to use embedded PDF fo
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -320,6 +320,9 @@ pdfjs-editor-signature-button =
.title = Legg til signatur
pdfjs-editor-signature-button-label = Legg til signatur
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -226,6 +226,9 @@ pdfjs-web-fonts-disabled = वेब फन्ट असक्षम छन्:
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Handtekening toevoegen
pdfjs-editor-signature-button-label = Handtekening toevoegen
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Markeringsbewerker
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Tekeningbewerker
pdfjs-editor-signature-editor =
.aria-label = Handtekeningbewerker
pdfjs-editor-stamp-editor =
.aria-label = Afbeeldingsbewerker
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Afbeelding toevoegen
pdfjs-editor-free-highlight-thickness-input = Dikte
pdfjs-editor-free-highlight-thickness-title =
.title = Dikte wijzigen bij accentuering van andere items dan tekst
pdfjs-editor-add-signature-container =
.aria-label = Ondertekeningsinstellingen en opgeslagen ondertekeningen
pdfjs-editor-signature-add-signature-button =
.title = Nieuwe handtekening toevoegen
pdfjs-editor-signature-add-signature-button-label = Nieuwe handtekening toevoegen
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Opgeslagen ondertekening: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Tekstbewerker
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Bijwerken
pdfjs-editor-delete-signature-button =
.title = Handtekening verwijderen
pdfjs-editor-delete-signature-button-label = Handtekening verwijderen
pdfjs-editor-delete-signature-button1 =
.title = Opgeslagen ondertekening verwijderen
pdfjs-editor-delete-signature-button-label1 = Opgeslagen ondertekening verwijderen
## Editor toolbar

View File

@ -316,6 +316,16 @@ pdfjs-highlight-floating-button1 =
.title = Markere
.aria-label = Markere
pdfjs-highlight-floating-button-label = Markere
pdfjs-editor-signature-button =
.title = Legg til signatur
pdfjs-editor-signature-button-label = Legg til signatur
## Default editor aria labels
pdfjs-editor-signature-editor =
.aria-label = Signatur-redigerar
pdfjs-editor-stamp-editor =
.aria-label = Bildredigerar
## Remove button for the various kind of editor.
@ -327,6 +337,8 @@ pdfjs-editor-remove-stamp-button =
.title = Fjern bildet
pdfjs-editor-remove-highlight-button =
.title = Fjern utheving
pdfjs-editor-remove-signature-button =
.title = Fjern signatur
##
@ -343,6 +355,14 @@ pdfjs-editor-stamp-add-image-button-label = Legg til bilde
pdfjs-editor-free-highlight-thickness-input = Tjukn
pdfjs-editor-free-highlight-thickness-title =
.title = Endre tjukn når du markerer andre element enn tekst
pdfjs-editor-signature-add-signature-button =
.title = Legg til ny signatur
pdfjs-editor-signature-add-signature-button-label = Legg til ny signatur
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Lagra signatur: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Tekstredigering
@ -496,9 +516,18 @@ pdfjs-editor-alt-text-settings-close-button = Lat att
## "Annotations removed" bar
pdfjs-editor-undo-bar-message-highlight = Markering fjerna
pdfjs-editor-undo-bar-message-freetext = Tekst fjerna
pdfjs-editor-undo-bar-message-ink = Teikning fjerna
pdfjs-editor-undo-bar-message-stamp = Bilde fjerna
pdfjs-editor-undo-bar-message-signature = Signatur fjerna
# Variables:
# $count (Number) - the number of removed annotations.
pdfjs-editor-undo-bar-message-multiple =
{ $count ->
[one] { $count } kommentar fjerna
*[other] { $count } kommentarar fjerna
}
pdfjs-editor-undo-bar-undo-button =
.title = Angre
pdfjs-editor-undo-bar-undo-button-label = Angre
@ -508,17 +537,47 @@ pdfjs-editor-undo-bar-close-button-label = Lat att
## Add a signature dialog
pdfjs-editor-add-signature-dialog-title = Legg til ein signatur
## Tab names
# Type is a verb (you can type your name as signature)
pdfjs-editor-add-signature-type-button = Type
.title = Type
pdfjs-editor-add-signature-image-button = Bilde
.title = Bilde
## Tab panels
pdfjs-editor-add-signature-type-input =
.aria-label = Skriv inn signaturen din
.placeholder = Skriv inn signaturen din
pdfjs-editor-add-signature-draw-placeholder = Teikn signaturen din
pdfjs-editor-add-signature-draw-thickness-range-label = Tjukn
# Variables:
# $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
pdfjs-editor-add-signature-draw-thickness-range =
.title = Linjetjukn: { $thickness }
pdfjs-editor-add-signature-image-placeholder = Drag ei fil hit for å laste opp
pdfjs-editor-add-signature-image-browse-link =
{ PLATFORM() ->
[macos] Eller vel bildefiler
*[other] Eller vel bildefiler
}
## Controls
pdfjs-editor-add-signature-description-label = Skildring (alternativ tekst)
pdfjs-editor-add-signature-description-input =
.title = Skildring (alternativ tekst)
pdfjs-editor-add-signature-description-default-when-drawing = Signatur
pdfjs-editor-add-signature-clear-button-label = Fjern signatur
pdfjs-editor-add-signature-clear-button =
.title = Fjern signatur
pdfjs-editor-add-signature-save-checkbox = Lagre signatur
pdfjs-editor-add-signature-save-warning-message = Du har nådd grensa på 5 lagra signaturar. Fjern ein for å lagre ein ny.
pdfjs-editor-add-signature-image-upload-error-title = Klarte ikkje å oppdatere bilde
pdfjs-editor-add-signature-image-upload-error-description = Sjekk nettverkstilkoplinga eller prøv eit annet bilde.
pdfjs-editor-add-signature-error-close-button = Lat att
## Dialog buttons
@ -529,6 +588,12 @@ pdfjs-editor-edit-signature-update-button = Oppdater
## Main menu for adding/removing signatures
pdfjs-editor-delete-signature-button =
.title = Fjern signatur
pdfjs-editor-delete-signature-button-label = Fjern signatur
pdfjs-editor-delete-signature-button1 =
.title = Fjern lagra signatur
pdfjs-editor-delete-signature-button-label1 = Fjern lagra signatur
## Editor toolbar

View File

@ -306,6 +306,9 @@ pdfjs-highlight-floating-button1 =
.aria-label = Subrelinhar
pdfjs-highlight-floating-button-label = Subrelinhar
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = ਦਸਤਖ਼ਤ ਜੋੜੋ
pdfjs-editor-signature-button-label = ਦਸਤਖ਼ਤ ਜੋੜੋ
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = ਹਾਈਲਾਈਟ ਸੰਪਾਦਕ
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = ਡਰਾਇੰਗ ਸੰਪਾਦਕ
pdfjs-editor-signature-editor =
.aria-label = ਦਸਤਖ਼ਤ ਸੰਪਾਦਕ
pdfjs-editor-stamp-editor =
.aria-label = ਚਿੱਤਰ ਸੰਪਾਦਕ
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = ਚਿੱਤਰ ਜੋੜੋ
pdfjs-editor-free-highlight-thickness-input = ਮੋਟਾਈ
pdfjs-editor-free-highlight-thickness-title =
.title = ਚੀਜ਼ਾਂ ਨੂੰ ਹੋਰ ਲਿਖਤਾਂ ਤੋਂ ਉਘਾੜਨ ਸਮੇਂ ਮੋਟਾਈ ਨੂੰ ਬਦਲੋ
pdfjs-editor-add-signature-container =
.aria-label = ਦਸਤਖ਼ਤ ਕੰਟਰੋਲ ਅਤੇ ਸੰਭਾਲੇ ਹੋਏ ਦਸਤਖ਼ਤ
pdfjs-editor-signature-add-signature-button =
.title = ਨਵੇਂ ਦਸਤਖ਼ਤ ਨੂੰ ਜੋੜੋ
pdfjs-editor-signature-add-signature-button-label = ਨਵੇਂ ਦਸਤਖ਼ਤ ਨੂੰ ਜੋੜੋ
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = ਸੰਭਾਲੇ ਦਸਤਖ਼ਤ: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = ਲਿਖਤ ਐਡੀਟਰ
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = ਅੱਪਡੇਟ
pdfjs-editor-delete-signature-button =
.title = ਦਸਤਖ਼ਤ ਨੂੰ ਹਟਾਓ
pdfjs-editor-delete-signature-button-label = ਦਸਤਖ਼ਤ ਨੂੰ ਹਟਾਓ
pdfjs-editor-delete-signature-button1 =
.title = ਸੰਭਾਲੇ ਹੋਏ ਦਸਤਖ਼ਤ ਨੂੰ ਹਟਾਓ
pdfjs-editor-delete-signature-button-label1 = ਸੰਭਾਲੇ ਹੋਏ ਦਸਤਖ਼ਤ ਨੂੰ ਹਟਾਓ
## Editor toolbar

View File

@ -322,6 +322,9 @@ pdfjs-editor-signature-button =
.title = Dodaj podpis
pdfjs-editor-signature-button-label = Dodaj podpis
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Adicionar assinatura
pdfjs-editor-signature-button-label = Adicionar assinatura
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Editor de destaque
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Editor de desenho
pdfjs-editor-signature-editor =
.aria-label = Editor de assinatura
pdfjs-editor-stamp-editor =
.aria-label = Editor de imagem
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Adicionar imagem
pdfjs-editor-free-highlight-thickness-input = Espessura
pdfjs-editor-free-highlight-thickness-title =
.title = Mudar espessura ao destacar itens que não são texto
pdfjs-editor-add-signature-container =
.aria-label = Controles de assinatura e assinaturas salvas
pdfjs-editor-signature-add-signature-button =
.title = Adicionar nova assinatura
pdfjs-editor-signature-add-signature-button-label = Adicionar nova assinatura
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Assinatura salva: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Editor de texto
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Atualizar
pdfjs-editor-delete-signature-button =
.title = Remover assinatura
pdfjs-editor-delete-signature-button-label = Remover assinatura
pdfjs-editor-delete-signature-button1 =
.title = Remover assinatura salva
pdfjs-editor-delete-signature-button-label1 = Remover assinatura salva
## Editor toolbar

View File

@ -320,6 +320,9 @@ pdfjs-editor-signature-button =
.title = Adicionar assinatura
pdfjs-editor-signature-button-label = Adicionar assinatura
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Agiuntar ina signatura
pdfjs-editor-signature-button-label = Agiuntar ina signatura
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Editur per relevar
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Editur per dissegnar
pdfjs-editor-signature-editor =
.aria-label = Editur per signaturas
pdfjs-editor-stamp-editor =
.aria-label = Editur per maletgs
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Agiuntar in maletg
pdfjs-editor-free-highlight-thickness-input = Grossezza
pdfjs-editor-free-highlight-thickness-title =
.title = Midar la grossezza cun relevar elements betg textuals
pdfjs-editor-add-signature-container =
.aria-label = Controllas da signatura e signaturas memorisadas
pdfjs-editor-signature-add-signature-button =
.title = Agiuntar ina nova signatura
pdfjs-editor-signature-add-signature-button-label = Agiuntar ina nova signatura
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Signatura memorisada: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Editur da text
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Actualisar
pdfjs-editor-delete-signature-button =
.title = Allontanar la signatura
pdfjs-editor-delete-signature-button-label = Allontanar la signatura
pdfjs-editor-delete-signature-button1 =
.title = Allontanar la signatura memorisada
pdfjs-editor-delete-signature-button-label1 = Allontanar la signatura memorisada
## Editor toolbar

View File

@ -243,6 +243,9 @@ pdfjs-web-fonts-disabled = Fonturile web sunt dezactivate: nu se pot folosi font
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -322,6 +322,19 @@ pdfjs-editor-signature-button =
.title = Добавить подпись
pdfjs-editor-signature-button-label = Добавить подпись
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Редактор выделения
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Редактор изображений
pdfjs-editor-signature-editor =
.aria-label = Редактор подписей
pdfjs-editor-stamp-editor =
.aria-label = Редактор изображений
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -350,9 +363,16 @@ pdfjs-editor-stamp-add-image-button-label = Добавить изображен
pdfjs-editor-free-highlight-thickness-input = Толщина
pdfjs-editor-free-highlight-thickness-title =
.title = Изменить толщину при выделении элементов, кроме текста
pdfjs-editor-add-signature-container =
.aria-label = Управление подписями и сохраненные подписи
pdfjs-editor-signature-add-signature-button =
.title = Добавить новую подпись
pdfjs-editor-signature-add-signature-button-label = Добавить новую подпись
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Сохранённая подпись: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Текстовый редактор
@ -586,6 +606,9 @@ pdfjs-editor-edit-signature-update-button = Обновить
pdfjs-editor-delete-signature-button =
.title = Удалить подпись
pdfjs-editor-delete-signature-button-label = Удалить подпись
pdfjs-editor-delete-signature-button1 =
.title = Удалить сохранённую подпись
pdfjs-editor-delete-signature-button-label1 = Удалить сохранённую подпись
## Editor toolbar

View File

@ -281,6 +281,9 @@ pdfjs-editor-stamp-button =
.title = ᱪᱤᱛᱟᱹᱨᱠᱚ ᱥᱮᱞᱮᱫ ᱥᱮ ᱥᱟᱯᱲᱟᱣ ᱢᱮ
pdfjs-editor-stamp-button-label = ᱪᱤᱛᱟᱹᱨᱠᱚ ᱥᱮᱞᱮᱫ ᱥᱮ ᱥᱟᱯᱲᱟᱣ ᱢᱮ
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -268,6 +268,9 @@ pdfjs-highlight-floating-button1 =
.aria-label = Evidèntzia
pdfjs-highlight-floating-button-label = Evidèntzia
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -66,6 +66,9 @@ pdfjs-password-cancel-button = Sfai
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -256,6 +256,9 @@ pdfjs-web-fonts-disabled = Wab fonts are disabled: cannae yaise embeddit PDF fon
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -234,6 +234,9 @@ pdfjs-editor-stamp-button =
.title = රූප සංස්කරණය හෝ එක් කරන්න
pdfjs-editor-stamp-button-label = රූප සංස්කරණය හෝ එක් කරන්න
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -324,6 +324,19 @@ pdfjs-editor-signature-button =
.title = Pridať podpis
pdfjs-editor-signature-button-label = Pridať podpis
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Editor zvýraznenia
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Editor kreslenia
pdfjs-editor-signature-editor =
.aria-label = Editor podpisov
pdfjs-editor-stamp-editor =
.aria-label = Editor obrázkov
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -352,9 +365,16 @@ pdfjs-editor-stamp-add-image-button-label = Pridať obrázok
pdfjs-editor-free-highlight-thickness-input = Hrúbka
pdfjs-editor-free-highlight-thickness-title =
.title = Zmeňte hrúbku pre zvýrazňovanie iných položiek ako textu
pdfjs-editor-add-signature-container =
.aria-label = Ovládacie prvky pre podpisy a uložené podpisy
pdfjs-editor-signature-add-signature-button =
.title = Pridať nový podpis
pdfjs-editor-signature-add-signature-button-label = Pridať nový podpis
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Uložený podpis: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Textový editor
@ -589,6 +609,9 @@ pdfjs-editor-edit-signature-update-button = Aktualizovať
pdfjs-editor-delete-signature-button =
.title = Odstrániť podpis
pdfjs-editor-delete-signature-button-label = Odstrániť podpis
pdfjs-editor-delete-signature-button1 =
.title = Odstrániť uložený podpis
pdfjs-editor-delete-signature-button-label1 = Odstrániť uložený podpis
## Editor toolbar

View File

@ -317,6 +317,9 @@ pdfjs-highlight-floating-button1 =
.aria-label = نمایاں کرو
pdfjs-highlight-floating-button-label = نمایاں کرو
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -324,6 +324,9 @@ pdfjs-editor-signature-button =
.title = Dodaj podpis
pdfjs-editor-signature-button-label = Dodaj podpis
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -198,6 +198,9 @@ pdfjs-web-fonts-disabled = Interneti šigirawey kay: ši hin ka goy nda PDF šig
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -311,6 +311,9 @@ pdfjs-editor-signature-button =
.title = Shtoni nënshkrim
pdfjs-editor-signature-button-label = Shtoni nënshkrim
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -288,6 +288,9 @@ pdfjs-highlight-floating-button1 =
.aria-label = Означи
pdfjs-highlight-floating-button-label = Означи
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
.title = Lägg till signatur
pdfjs-editor-signature-button-label = Lägg till signatur
## Default editor aria labels
# “Highlight” is a noun, the string is used on the editor for highlights.
pdfjs-editor-highlight-editor =
.aria-label = Markeringsredigerare
# “Drawing” is a noun, the string is used on the editor for drawings.
pdfjs-editor-ink-editor =
.aria-label = Ritredigerare
pdfjs-editor-signature-editor =
.aria-label = Signaturredigerare
pdfjs-editor-stamp-editor =
.aria-label = Bildredigerare
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Lägg till bild
pdfjs-editor-free-highlight-thickness-input = Tjocklek
pdfjs-editor-free-highlight-thickness-title =
.title = Ändra tjocklek när du markerar andra objekt än text
pdfjs-editor-add-signature-container =
.aria-label = Signaturkontroller och sparade signaturer
pdfjs-editor-signature-add-signature-button =
.title = Lägg till ny signatur
pdfjs-editor-signature-add-signature-button-label = Lägg till ny signatur
# Used on the button to use an already saved signature.
# Variables:
# $description (String) - a string describing/labeling the signature.
pdfjs-editor-add-saved-signature-button =
.title = Sparad signatur: { $description }
# .default-content is used as a placeholder in an empty text editor.
pdfjs-free-text2 =
.aria-label = Textredigerare
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Uppdatera
pdfjs-editor-delete-signature-button =
.title = Ta bort signatur
pdfjs-editor-delete-signature-button-label = Ta bort signatur
pdfjs-editor-delete-signature-button1 =
.title = Ta bort sparad signatur
pdfjs-editor-delete-signature-button-label1 = Ta bort sparad signatur
## Editor toolbar

View File

@ -249,6 +249,9 @@ pdfjs-web-fonts-disabled = Necowe fōnty sōm zastawiōne: niy idzie użyć wklu
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -215,6 +215,9 @@ pdfjs-web-fonts-disabled = வலை எழுத்துருக்கள்
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -225,6 +225,9 @@ pdfjs-web-fonts-disabled = వెబ్ ఫాంట్లు అచేతని
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

View File

@ -320,6 +320,9 @@ pdfjs-editor-signature-button =
.title = Илова кардани имзо
pdfjs-editor-signature-button-label = Илова кардани имзо
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -312,6 +312,9 @@ pdfjs-editor-signature-button =
.title = เพิ่มลายเซ็น
pdfjs-editor-signature-button-label = เพิ่มลายเซ็น
## Default editor aria labels
## Remove button for the various kind of editor.
pdfjs-editor-remove-ink-button =

View File

@ -249,6 +249,9 @@ pdfjs-web-fonts-disabled = Naka-disable ang mga Web font: hindi kayang gamitin a
## Editing
## Default editor aria labels
## Remove button for the various kind of editor.

Some files were not shown because too many files have changed in this diff Show More