@4tw/vue-cli-plugin-pdfjs-viewer 1.5.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/assets/build/pdf.mjs +18539 -16928
  3. package/assets/build/pdf.mjs.map +1 -1
  4. package/assets/build/pdf.sandbox.mjs +9 -8
  5. package/assets/build/pdf.sandbox.mjs.map +1 -1
  6. package/assets/build/pdf.worker.mjs +2224 -2971
  7. package/assets/build/pdf.worker.mjs.map +1 -1
  8. package/assets/web/debugger.css +1 -1
  9. package/assets/web/images/cursor-editorFreeHighlight.svg +6 -0
  10. package/assets/web/images/cursor-editorTextHighlight.svg +8 -0
  11. package/assets/web/images/toolbarButton-editorFreeText.svg +3 -1
  12. package/assets/web/images/toolbarButton-editorStamp.svg +1 -1
  13. package/assets/web/locale/ar/viewer.ftl +140 -0
  14. package/assets/web/locale/be/viewer.ftl +20 -2
  15. package/assets/web/locale/bg/viewer.ftl +137 -0
  16. package/assets/web/locale/br/viewer.ftl +21 -0
  17. package/assets/web/locale/cs/viewer.ftl +20 -2
  18. package/assets/web/locale/cy/viewer.ftl +26 -8
  19. package/assets/web/locale/da/viewer.ftl +41 -2
  20. package/assets/web/locale/de/viewer.ftl +21 -3
  21. package/assets/web/locale/dsb/viewer.ftl +20 -2
  22. package/assets/web/locale/el/viewer.ftl +20 -2
  23. package/assets/web/locale/en-CA/viewer.ftl +91 -0
  24. package/assets/web/locale/en-GB/viewer.ftl +20 -2
  25. package/assets/web/locale/en-US/viewer.ftl +15 -8
  26. package/assets/web/locale/eo/viewer.ftl +61 -14
  27. package/assets/web/locale/es-AR/viewer.ftl +20 -2
  28. package/assets/web/locale/es-CL/viewer.ftl +20 -2
  29. package/assets/web/locale/es-ES/viewer.ftl +20 -2
  30. package/assets/web/locale/eu/viewer.ftl +53 -0
  31. package/assets/web/locale/fi/viewer.ftl +20 -2
  32. package/assets/web/locale/fr/viewer.ftl +20 -2
  33. package/assets/web/locale/fur/viewer.ftl +41 -2
  34. package/assets/web/locale/fy-NL/viewer.ftl +20 -2
  35. package/assets/web/locale/gl/viewer.ftl +17 -0
  36. package/assets/web/locale/gn/viewer.ftl +20 -2
  37. package/assets/web/locale/he/viewer.ftl +20 -2
  38. package/assets/web/locale/hsb/viewer.ftl +20 -2
  39. package/assets/web/locale/hu/viewer.ftl +20 -8
  40. package/assets/web/locale/hy-AM/viewer.ftl +22 -1
  41. package/assets/web/locale/ia/viewer.ftl +20 -10
  42. package/assets/web/locale/is/viewer.ftl +19 -9
  43. package/assets/web/locale/it/viewer.ftl +18 -8
  44. package/assets/web/locale/ja/viewer.ftl +42 -11
  45. package/assets/web/locale/ka/viewer.ftl +45 -9
  46. package/assets/web/locale/kab/viewer.ftl +57 -8
  47. package/assets/web/locale/kk/viewer.ftl +20 -2
  48. package/assets/web/locale/ko/viewer.ftl +22 -4
  49. package/assets/web/locale/nb-NO/viewer.ftl +20 -8
  50. package/assets/web/locale/nl/viewer.ftl +20 -2
  51. package/assets/web/locale/nn-NO/viewer.ftl +59 -8
  52. package/assets/web/locale/oc/viewer.ftl +36 -0
  53. package/assets/web/locale/pa-IN/viewer.ftl +41 -8
  54. package/assets/web/locale/pl/viewer.ftl +20 -2
  55. package/assets/web/locale/pt-BR/viewer.ftl +24 -12
  56. package/assets/web/locale/pt-PT/viewer.ftl +53 -0
  57. package/assets/web/locale/rm/viewer.ftl +20 -8
  58. package/assets/web/locale/ru/viewer.ftl +20 -2
  59. package/assets/web/locale/sk/viewer.ftl +23 -5
  60. package/assets/web/locale/skr/viewer.ftl +97 -6
  61. package/assets/web/locale/sl/viewer.ftl +18 -8
  62. package/assets/web/locale/sq/viewer.ftl +20 -8
  63. package/assets/web/locale/sv-SE/viewer.ftl +20 -2
  64. package/assets/web/locale/tg/viewer.ftl +20 -8
  65. package/assets/web/locale/th/viewer.ftl +53 -0
  66. package/assets/web/locale/tr/viewer.ftl +28 -16
  67. package/assets/web/locale/uk/viewer.ftl +39 -27
  68. package/assets/web/locale/vi/viewer.ftl +21 -3
  69. package/assets/web/locale/zh-CN/viewer.ftl +20 -8
  70. package/assets/web/locale/zh-TW/viewer.ftl +35 -25
  71. package/assets/web/viewer.css +920 -432
  72. package/assets/web/viewer.html +23 -12
  73. package/assets/web/viewer.mjs +11170 -11689
  74. package/assets/web/viewer.mjs.map +1 -1
  75. package/package.json +1 -1
  76. package/assets/web/images/gv-toolbarButton-openinapp.svg +0 -11
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Tegn
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Tilføj eller rediger billeder
303
303
  pdfjs-editor-stamp-button-label = Tilføj eller rediger billeder
304
- pdfjs-editor-remove-button =
305
- .title = Fjern
304
+ pdfjs-editor-highlight-button =
305
+ .title = Fremhæv
306
+ pdfjs-editor-highlight-button-label = Fremhæv
307
+ pdfjs-highlight-floating-button =
308
+ .title = Fremhæv
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Fremhæv
311
+ .aria-label = Fremhæv
312
+ pdfjs-highlight-floating-button-label = Fremhæv
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -312,6 +319,8 @@ pdfjs-editor-remove-freetext-button =
312
319
  .title = Fjern tekst
313
320
  pdfjs-editor-remove-stamp-button =
314
321
  .title = Fjern billede
322
+ pdfjs-editor-remove-highlight-button =
323
+ .title = Fjern fremhævning
315
324
 
316
325
  ##
317
326
 
@@ -324,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Uigennemsigtighed
324
333
  pdfjs-editor-stamp-add-image-button =
325
334
  .title = Tilføj billede
326
335
  pdfjs-editor-stamp-add-image-button-label = Tilføj billede
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Tykkelse
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Ændr tykkelse, når andre elementer end tekst fremhæves
327
340
  pdfjs-free-text =
328
341
  .aria-label = Teksteditor
329
342
  pdfjs-free-text-default-content = Begynd at skrive…
@@ -361,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Nederste højre hjørne - tilpas stør
361
374
  pdfjs-editor-resizer-label-bottom-middle = Nederst i midten - tilpas størrelse
362
375
  pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne - tilpas størrelse
363
376
  pdfjs-editor-resizer-label-middle-left = Midten til venstre — tilpas størrelse
377
+
378
+ ## Color picker
379
+
380
+ # This means "Color used to highlight text"
381
+ pdfjs-editor-highlight-colorpicker-label = Fremhævningsfarve
382
+ pdfjs-editor-colorpicker-button =
383
+ .title = Skift farve
384
+ pdfjs-editor-colorpicker-dropdown =
385
+ .aria-label = Farvevalg
386
+ pdfjs-editor-colorpicker-yellow =
387
+ .title = Gul
388
+ pdfjs-editor-colorpicker-green =
389
+ .title = Grøn
390
+ pdfjs-editor-colorpicker-blue =
391
+ .title = Blå
392
+ pdfjs-editor-colorpicker-pink =
393
+ .title = Lyserød
394
+ pdfjs-editor-colorpicker-red =
395
+ .title = Rød
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Vis alle
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Vis alle
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Zeichnen
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Grafiken hinzufügen oder bearbeiten
303
303
  pdfjs-editor-stamp-button-label = Grafiken hinzufügen oder bearbeiten
304
- pdfjs-editor-remove-button =
305
- .title = Entfernen
304
+ pdfjs-editor-highlight-button =
305
+ .title = Hervorheben
306
+ pdfjs-editor-highlight-button-label = Hervorheben
307
+ pdfjs-highlight-floating-button =
308
+ .title = Hervorheben
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Hervorheben
311
+ .aria-label = Hervorheben
312
+ pdfjs-highlight-floating-button-label = Hervorheben
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -321,11 +328,15 @@ pdfjs-editor-remove-highlight-button =
321
328
  pdfjs-editor-free-text-color-input = Farbe
322
329
  pdfjs-editor-free-text-size-input = Größe
323
330
  pdfjs-editor-ink-color-input = Farbe
324
- pdfjs-editor-ink-thickness-input = Dicke
331
+ pdfjs-editor-ink-thickness-input = Linienstärke
325
332
  pdfjs-editor-ink-opacity-input = Deckkraft
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Grafik hinzufügen
328
335
  pdfjs-editor-stamp-add-image-button-label = Grafik hinzufügen
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Linienstärke
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Linienstärke beim Hervorheben anderer Elemente als Text ändern
329
340
  pdfjs-free-text =
330
341
  .aria-label = Texteditor
331
342
  pdfjs-free-text-default-content = Schreiben beginnen…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Pink
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Rot
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Alle anzeigen
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Alle anzeigen
@@ -305,8 +305,15 @@ pdfjs-editor-ink-button-label = Kresliś
305
305
  pdfjs-editor-stamp-button =
306
306
  .title = Wobraze pśidaś abo wobźěłaś
307
307
  pdfjs-editor-stamp-button-label = Wobraze pśidaś abo wobźěłaś
308
- pdfjs-editor-remove-button =
309
- .title = Wótwónoźeś
308
+ pdfjs-editor-highlight-button =
309
+ .title = Wuzwignuś
310
+ pdfjs-editor-highlight-button-label = Wuzwignuś
311
+ pdfjs-highlight-floating-button =
312
+ .title = Wuzwignjenje
313
+ pdfjs-highlight-floating-button1 =
314
+ .title = Wuzwignuś
315
+ .aria-label = Wuzwignuś
316
+ pdfjs-highlight-floating-button-label = Wuzwignuś
310
317
 
311
318
  ## Remove button for the various kind of editor.
312
319
 
@@ -330,6 +337,10 @@ pdfjs-editor-ink-opacity-input = Opacita
330
337
  pdfjs-editor-stamp-add-image-button =
331
338
  .title = Wobraz pśidaś
332
339
  pdfjs-editor-stamp-add-image-button-label = Wobraz pśidaś
340
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
341
+ pdfjs-editor-free-highlight-thickness-input = Tłustosć
342
+ pdfjs-editor-free-highlight-thickness-title =
343
+ .title = Tłustosć změniś, gaž se zapiski wuzwiguju, kótarež tekst njejsu
333
344
  pdfjs-free-text =
334
345
  .aria-label = Tekstowy editor
335
346
  pdfjs-free-text-default-content = Zachopśo pisaś…
@@ -386,3 +397,10 @@ pdfjs-editor-colorpicker-pink =
386
397
  .title = Pink
387
398
  pdfjs-editor-colorpicker-red =
388
399
  .title = Cerwjeny
400
+
401
+ ## Show all highlights
402
+ ## This is a toggle button to show/hide all the highlights.
403
+
404
+ pdfjs-editor-highlight-show-all-button-label = Wšykne pokazaś
405
+ pdfjs-editor-highlight-show-all-button =
406
+ .title = Wšykne pokazaś
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Σχέδιο
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Προσθήκη ή επεξεργασία εικόνων
303
303
  pdfjs-editor-stamp-button-label = Προσθήκη ή επεξεργασία εικόνων
304
- pdfjs-editor-remove-button =
305
- .title = Αφαίρεση
304
+ pdfjs-editor-highlight-button =
305
+ .title = Επισήμανση
306
+ pdfjs-editor-highlight-button-label = Επισήμανση
307
+ pdfjs-highlight-floating-button =
308
+ .title = Επισήμανση
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Επισήμανση
311
+ .aria-label = Επισήμανση
312
+ pdfjs-highlight-floating-button-label = Επισήμανση
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Αδιαφάνεια
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Προσθήκη εικόνας
328
335
  pdfjs-editor-stamp-add-image-button-label = Προσθήκη εικόνας
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Πάχος
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Αλλαγή πάχους κατά την επισήμανση στοιχείων εκτός κειμένου
329
340
  pdfjs-free-text =
330
341
  .aria-label = Επεξεργασία κειμένου
331
342
  pdfjs-free-text-default-content = Ξεκινήστε να πληκτρολογείτε…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Ροζ
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Κόκκινο
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Εμφάνιση όλων
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Εμφάνιση όλων
@@ -226,6 +226,21 @@ pdfjs-find-match-diacritics-checkbox-label = Match Diacritics
226
226
  pdfjs-find-entire-word-checkbox-label = Whole Words
227
227
  pdfjs-find-reached-top = Reached top of document, continued from bottom
228
228
  pdfjs-find-reached-bottom = Reached end of document, continued from top
229
+ # Variables:
230
+ # $current (Number) - the index of the currently active find result
231
+ # $total (Number) - the total number of matches in the document
232
+ pdfjs-find-match-count =
233
+ { $total ->
234
+ [one] { $current } of { $total } match
235
+ *[other] { $current } of { $total } matches
236
+ }
237
+ # Variables:
238
+ # $limit (Number) - the maximum number of matches
239
+ pdfjs-find-match-count-limit =
240
+ { $limit ->
241
+ [one] More than { $limit } match
242
+ *[other] More than { $limit } matches
243
+ }
229
244
  pdfjs-find-not-found = Phrase not found
230
245
 
231
246
  ## Predefined zoom values
@@ -286,6 +301,29 @@ pdfjs-editor-ink-button-label = Draw
286
301
  pdfjs-editor-stamp-button =
287
302
  .title = Add or edit images
288
303
  pdfjs-editor-stamp-button-label = Add or edit images
304
+ pdfjs-editor-highlight-button =
305
+ .title = Highlight
306
+ pdfjs-editor-highlight-button-label = Highlight
307
+ pdfjs-highlight-floating-button =
308
+ .title = Highlight
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Highlight
311
+ .aria-label = Highlight
312
+ pdfjs-highlight-floating-button-label = Highlight
313
+
314
+ ## Remove button for the various kind of editor.
315
+
316
+ pdfjs-editor-remove-ink-button =
317
+ .title = Remove drawing
318
+ pdfjs-editor-remove-freetext-button =
319
+ .title = Remove text
320
+ pdfjs-editor-remove-stamp-button =
321
+ .title = Remove image
322
+ pdfjs-editor-remove-highlight-button =
323
+ .title = Remove highlight
324
+
325
+ ##
326
+
289
327
  # Editor Parameters
290
328
  pdfjs-editor-free-text-color-input = Colour
291
329
  pdfjs-editor-free-text-size-input = Size
@@ -295,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacity
295
333
  pdfjs-editor-stamp-add-image-button =
296
334
  .title = Add image
297
335
  pdfjs-editor-stamp-add-image-button-label = Add image
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Thickness
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Change thickness when highlighting items other than text
298
340
  pdfjs-free-text =
299
341
  .aria-label = Text Editor
300
342
  pdfjs-free-text-default-content = Start typing…
@@ -305,7 +347,56 @@ pdfjs-ink-canvas =
305
347
 
306
348
  ## Alt-text dialog
307
349
 
350
+ # Alternative text (alt text) helps when people can't see the image.
351
+ pdfjs-editor-alt-text-button-label = Alt text
352
+ pdfjs-editor-alt-text-edit-button-label = Edit alt text
353
+ pdfjs-editor-alt-text-dialog-label = Choose an option
354
+ pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
355
+ pdfjs-editor-alt-text-add-description-label = Add a description
356
+ pdfjs-editor-alt-text-add-description-description = Aim for 1-2 sentences that describe the subject, setting, or actions.
357
+ pdfjs-editor-alt-text-mark-decorative-label = Mark as decorative
358
+ pdfjs-editor-alt-text-mark-decorative-description = This is used for ornamental images, like borders or watermarks.
359
+ pdfjs-editor-alt-text-cancel-button = Cancel
360
+ pdfjs-editor-alt-text-save-button = Save
361
+ pdfjs-editor-alt-text-decorative-tooltip = Marked as decorative
362
+ # .placeholder: This is a placeholder for the alt text input area
363
+ pdfjs-editor-alt-text-textarea =
364
+ .placeholder = For example, “A young man sits down at a table to eat a meal”
308
365
 
309
366
  ## Editor resizers
310
367
  ## This is used in an aria label to help to understand the role of the resizer.
311
368
 
369
+ pdfjs-editor-resizer-label-top-left = Top left corner — resize
370
+ pdfjs-editor-resizer-label-top-middle = Top middle — resize
371
+ pdfjs-editor-resizer-label-top-right = Top right corner — resize
372
+ pdfjs-editor-resizer-label-middle-right = Middle right — resize
373
+ pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
374
+ pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
375
+ pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
376
+ pdfjs-editor-resizer-label-middle-left = Middle left — resize
377
+
378
+ ## Color picker
379
+
380
+ # This means "Color used to highlight text"
381
+ pdfjs-editor-highlight-colorpicker-label = Highlight colour
382
+ pdfjs-editor-colorpicker-button =
383
+ .title = Change colour
384
+ pdfjs-editor-colorpicker-dropdown =
385
+ .aria-label = Colour choices
386
+ pdfjs-editor-colorpicker-yellow =
387
+ .title = Yellow
388
+ pdfjs-editor-colorpicker-green =
389
+ .title = Green
390
+ pdfjs-editor-colorpicker-blue =
391
+ .title = Blue
392
+ pdfjs-editor-colorpicker-pink =
393
+ .title = Pink
394
+ pdfjs-editor-colorpicker-red =
395
+ .title = Red
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Show all
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Show all
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Draw
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Add or edit images
303
303
  pdfjs-editor-stamp-button-label = Add or edit images
304
- pdfjs-editor-remove-button =
305
- .title = Remove
304
+ pdfjs-editor-highlight-button =
305
+ .title = Highlight
306
+ pdfjs-editor-highlight-button-label = Highlight
307
+ pdfjs-highlight-floating-button =
308
+ .title = Highlight
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Highlight
311
+ .aria-label = Highlight
312
+ pdfjs-highlight-floating-button-label = Highlight
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacity
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Add image
328
335
  pdfjs-editor-stamp-add-image-button-label = Add image
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Thickness
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Change thickness when highlighting items other than text
329
340
  pdfjs-free-text =
330
341
  .aria-label = Text Editor
331
342
  pdfjs-free-text-default-content = Start typing…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Pink
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Red
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Show all
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Show all
@@ -58,14 +58,6 @@ pdfjs-bookmark-button =
58
58
  .title = Current Page (View URL from Current Page)
59
59
  pdfjs-bookmark-button-label = Current Page
60
60
 
61
- # Used in Firefox for Android.
62
- pdfjs-open-in-app-button =
63
- .title = Open in app
64
-
65
- # Used in Firefox for Android.
66
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
67
- pdfjs-open-in-app-button-label = Open in app
68
-
69
61
  ## Secondary toolbar and context menu
70
62
 
71
63
  pdfjs-tools-button =
@@ -326,6 +318,10 @@ pdfjs-editor-stamp-button-label = Add or edit images
326
318
  pdfjs-editor-highlight-button =
327
319
  .title = Highlight
328
320
  pdfjs-editor-highlight-button-label = Highlight
321
+ pdfjs-highlight-floating-button1 =
322
+ .title = Highlight
323
+ .aria-label = Highlight
324
+ pdfjs-highlight-floating-button-label = Highlight
329
325
 
330
326
  ## Remove button for the various kind of editor.
331
327
 
@@ -349,6 +345,10 @@ pdfjs-editor-ink-opacity-input = Opacity
349
345
  pdfjs-editor-stamp-add-image-button =
350
346
  .title = Add image
351
347
  pdfjs-editor-stamp-add-image-button-label = Add image
348
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
349
+ pdfjs-editor-free-highlight-thickness-input = Thickness
350
+ pdfjs-editor-free-highlight-thickness-title =
351
+ .title = Change thickness when highlighting items other than text
352
352
 
353
353
  pdfjs-free-text =
354
354
  .aria-label = Text Editor
@@ -409,3 +409,10 @@ pdfjs-editor-colorpicker-pink =
409
409
  .title = Pink
410
410
  pdfjs-editor-colorpicker-red =
411
411
  .title = Red
412
+
413
+ ## Show all highlights
414
+ ## This is a toggle button to show/hide all the highlights.
415
+
416
+ pdfjs-editor-highlight-show-all-button-label = Show all
417
+ pdfjs-editor-highlight-show-all-button =
418
+ .title = Show all
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Elŝuti
51
51
  pdfjs-bookmark-button =
52
52
  .title = Nuna paĝo (Montri adreson de la nuna paĝo)
53
53
  pdfjs-bookmark-button-label = Nuna paĝo
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Malfermi en programo
57
- # Used in Firefox for Android.
58
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
- pdfjs-open-in-app-button-label = Malfermi en programo
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -82,17 +76,17 @@ pdfjs-cursor-hand-tool-button =
82
76
  .title = Aktivigi ilon de mano
83
77
  pdfjs-cursor-hand-tool-button-label = Ilo de mano
84
78
  pdfjs-scroll-page-button =
85
- .title = Uzi ŝovadon de paĝo
86
- pdfjs-scroll-page-button-label = Ŝovado de paĝo
79
+ .title = Uzi rulumon de paĝo
80
+ pdfjs-scroll-page-button-label = Rulumo de paĝo
87
81
  pdfjs-scroll-vertical-button =
88
- .title = Uzi vertikalan ŝovadon
89
- pdfjs-scroll-vertical-button-label = Vertikala ŝovado
82
+ .title = Uzi vertikalan rulumon
83
+ pdfjs-scroll-vertical-button-label = Vertikala rulumo
90
84
  pdfjs-scroll-horizontal-button =
91
- .title = Uzi horizontalan ŝovadon
92
- pdfjs-scroll-horizontal-button-label = Horizontala ŝovado
85
+ .title = Uzi horizontalan rulumon
86
+ pdfjs-scroll-horizontal-button-label = Horizontala rulumo
93
87
  pdfjs-scroll-wrapped-button =
94
- .title = Uzi ambaŭdirektan ŝovadon
95
- pdfjs-scroll-wrapped-button-label = Ambaŭdirekta ŝovado
88
+ .title = Uzi ambaŭdirektan rulumon
89
+ pdfjs-scroll-wrapped-button-label = Ambaŭdirekta rulumo
96
90
  pdfjs-spread-none-button =
97
91
  .title = Ne montri paĝojn po du
98
92
  pdfjs-spread-none-button-label = Unupaĝa vido
@@ -301,6 +295,29 @@ pdfjs-editor-ink-button-label = Desegni
301
295
  pdfjs-editor-stamp-button =
302
296
  .title = Aldoni aŭ modifi bildojn
303
297
  pdfjs-editor-stamp-button-label = Aldoni aŭ modifi bildojn
298
+ pdfjs-editor-highlight-button =
299
+ .title = Elstarigi
300
+ pdfjs-editor-highlight-button-label = Elstarigi
301
+ pdfjs-highlight-floating-button =
302
+ .title = Elstarigi
303
+ pdfjs-highlight-floating-button1 =
304
+ .title = Elstarigi
305
+ .aria-label = Elstarigi
306
+ pdfjs-highlight-floating-button-label = Elstarigi
307
+
308
+ ## Remove button for the various kind of editor.
309
+
310
+ pdfjs-editor-remove-ink-button =
311
+ .title = Forigi desegnon
312
+ pdfjs-editor-remove-freetext-button =
313
+ .title = Forigi tekston
314
+ pdfjs-editor-remove-stamp-button =
315
+ .title = Forigi bildon
316
+ pdfjs-editor-remove-highlight-button =
317
+ .title = Forigi elstaraĵon
318
+
319
+ ##
320
+
304
321
  # Editor Parameters
305
322
  pdfjs-editor-free-text-color-input = Koloro
306
323
  pdfjs-editor-free-text-size-input = Grando
@@ -310,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Maldiafaneco
310
327
  pdfjs-editor-stamp-add-image-button =
311
328
  .title = Aldoni bildon
312
329
  pdfjs-editor-stamp-add-image-button-label = Aldoni bildon
330
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
331
+ pdfjs-editor-free-highlight-thickness-input = Dikeco
332
+ pdfjs-editor-free-highlight-thickness-title =
333
+ .title = Ŝanĝi dikecon dum elstarigo de netekstaj elementoj
313
334
  pdfjs-free-text =
314
335
  .aria-label = Tekstan redaktilon
315
336
  pdfjs-free-text-default-content = Ektajpi…
@@ -347,3 +368,29 @@ pdfjs-editor-resizer-label-bottom-right = Malsupra deksta angulo — ŝanĝi gra
347
368
  pdfjs-editor-resizer-label-bottom-middle = Malsupra mezo — ŝanĝi grandon
348
369
  pdfjs-editor-resizer-label-bottom-left = Malsupra maldekstra angulo — ŝanĝi grandon
349
370
  pdfjs-editor-resizer-label-middle-left = Maldekstra mezo — ŝanĝi grandon
371
+
372
+ ## Color picker
373
+
374
+ # This means "Color used to highlight text"
375
+ pdfjs-editor-highlight-colorpicker-label = Elstarigi koloron
376
+ pdfjs-editor-colorpicker-button =
377
+ .title = Ŝanĝi koloron
378
+ pdfjs-editor-colorpicker-dropdown =
379
+ .aria-label = Elekto de koloroj
380
+ pdfjs-editor-colorpicker-yellow =
381
+ .title = Flava
382
+ pdfjs-editor-colorpicker-green =
383
+ .title = Verda
384
+ pdfjs-editor-colorpicker-blue =
385
+ .title = Blua
386
+ pdfjs-editor-colorpicker-pink =
387
+ .title = Roza
388
+ pdfjs-editor-colorpicker-red =
389
+ .title = Ruĝa
390
+
391
+ ## Show all highlights
392
+ ## This is a toggle button to show/hide all the highlights.
393
+
394
+ pdfjs-editor-highlight-show-all-button-label = Montri ĉiujn
395
+ pdfjs-editor-highlight-show-all-button =
396
+ .title = Montri ĉiujn
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Dibujar
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Agregar o editar imágenes
303
303
  pdfjs-editor-stamp-button-label = Agregar o editar imágenes
304
- pdfjs-editor-remove-button =
305
- .title = Eliminar
304
+ pdfjs-editor-highlight-button =
305
+ .title = Resaltar
306
+ pdfjs-editor-highlight-button-label = Resaltar
307
+ pdfjs-highlight-floating-button =
308
+ .title = Resaltar
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Resaltar
311
+ .aria-label = Resaltar
312
+ pdfjs-highlight-floating-button-label = Resaltar
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacidad
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Agregar una imagen
328
335
  pdfjs-editor-stamp-add-image-button-label = Agregar una imagen
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Grosor
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Cambiar el grosor al resaltar elementos que no sean texto
329
340
  pdfjs-free-text =
330
341
  .aria-label = Editor de texto
331
342
  pdfjs-free-text-default-content = Empezar a tipear…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Rosado
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Rojo
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Mostrar todo
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Mostrar todo
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Dibujar
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Añadir o editar imágenes
303
303
  pdfjs-editor-stamp-button-label = Añadir o editar imágenes
304
- pdfjs-editor-remove-button =
305
- .title = Eliminar
304
+ pdfjs-editor-highlight-button =
305
+ .title = Destacar
306
+ pdfjs-editor-highlight-button-label = Destacar
307
+ pdfjs-highlight-floating-button =
308
+ .title = Destacar
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Destacar
311
+ .aria-label = Destacar
312
+ pdfjs-highlight-floating-button-label = Destacar
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacidad
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Añadir imagen
328
335
  pdfjs-editor-stamp-add-image-button-label = Añadir imagen
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Grosor
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Cambia el grosor al resaltar elementos que no sean texto
329
340
  pdfjs-free-text =
330
341
  .aria-label = Editor de texto
331
342
  pdfjs-free-text-default-content = Empieza a escribir…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Rosa
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Rojo
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Mostrar todo
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Mostrar todo
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Dibujar
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Añadir o editar imágenes
303
303
  pdfjs-editor-stamp-button-label = Añadir o editar imágenes
304
- pdfjs-editor-remove-button =
305
- .title = Eliminar
304
+ pdfjs-editor-highlight-button =
305
+ .title = Resaltar
306
+ pdfjs-editor-highlight-button-label = Resaltar
307
+ pdfjs-highlight-floating-button =
308
+ .title = Resaltar
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Resaltar
311
+ .aria-label = Resaltar
312
+ pdfjs-highlight-floating-button-label = Resaltar
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacidad
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Añadir imagen
328
335
  pdfjs-editor-stamp-add-image-button-label = Añadir imagen
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Grosor
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Cambiar el grosor al resaltar elementos que no sean texto
329
340
  pdfjs-free-text =
330
341
  .aria-label = Editor de texto
331
342
  pdfjs-free-text-default-content = Empezar a escribir…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Rosa
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Rojo
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Mostrar todo
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Mostrar todo