@ntlab/ntjs-assets 2.0.11 → 2.0.13

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 (92) hide show
  1. package/.github/workflows/publish.yml +2 -1
  2. package/assets/js/DataTables/Extensions/ColReorder/js/dataTables.colReorder.js +4 -55
  3. package/assets/js/DataTables/Extensions/ColReorder/js/dataTables.colReorder.min.js +4 -4
  4. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.bootstrap5.css +1 -1
  5. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.bootstrap5.min.css +1 -1
  6. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.dataTables.css +1 -1
  7. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.dataTables.min.css +1 -1
  8. package/assets/js/DataTables/Extensions/SearchBuilder/js/dataTables.searchBuilder.js +8 -8
  9. package/assets/js/DataTables/Extensions/SearchBuilder/js/dataTables.searchBuilder.min.js +3 -3
  10. package/assets/js/DataTables/Extensions/SearchBuilder/js/searchBuilder.bootstrap5.js +2 -2
  11. package/assets/js/DataTables/Extensions/SearchBuilder/js/searchBuilder.bootstrap5.min.js +1 -1
  12. package/assets/js/DataTables/Extensions/Select/js/dataTables.select.js +34 -10
  13. package/assets/js/DataTables/Extensions/Select/js/dataTables.select.min.js +2 -2
  14. package/assets/js/DataTables/Extensions/StateRestore/js/StateRestore.js +19 -3
  15. package/assets/js/DataTables/Extensions/StateRestore/js/StateRestoreCollection.js +4 -4
  16. package/assets/js/DataTables/Extensions/StateRestore/js/dataTables.stateRestore.js +29 -13
  17. package/assets/js/DataTables/Extensions/StateRestore/js/dataTables.stateRestore.min.js +2 -2
  18. package/assets/js/DataTables/Extensions/StateRestore/js/index.js +6 -6
  19. package/assets/js/cdn.json +4 -4
  20. package/assets/js/pdfjs/build/pdf.mjs +2314 -898
  21. package/assets/js/pdfjs/build/pdf.mjs.map +1 -1
  22. package/assets/js/pdfjs/build/pdf.sandbox.mjs +5 -7
  23. package/assets/js/pdfjs/build/pdf.sandbox.mjs.map +1 -1
  24. package/assets/js/pdfjs/build/pdf.worker.mjs +655 -435
  25. package/assets/js/pdfjs/build/pdf.worker.mjs.map +1 -1
  26. package/assets/js/pdfjs/web/debugger.css +1 -1
  27. package/assets/js/pdfjs/web/images/cursor-editorFreeHighlight.svg +6 -0
  28. package/assets/js/pdfjs/web/images/cursor-editorTextHighlight.svg +8 -0
  29. package/assets/js/pdfjs/web/images/toolbarButton-editorFreeText.svg +3 -1
  30. package/assets/js/pdfjs/web/images/toolbarButton-editorStamp.svg +1 -1
  31. package/assets/js/pdfjs/web/locale/ar/viewer.ftl +25 -0
  32. package/assets/js/pdfjs/web/locale/be/viewer.ftl +20 -2
  33. package/assets/js/pdfjs/web/locale/bg/viewer.ftl +137 -0
  34. package/assets/js/pdfjs/web/locale/br/viewer.ftl +22 -0
  35. package/assets/js/pdfjs/web/locale/cs/viewer.ftl +20 -2
  36. package/assets/js/pdfjs/web/locale/cy/viewer.ftl +22 -8
  37. package/assets/js/pdfjs/web/locale/da/viewer.ftl +28 -2
  38. package/assets/js/pdfjs/web/locale/de/viewer.ftl +21 -3
  39. package/assets/js/pdfjs/web/locale/dsb/viewer.ftl +20 -2
  40. package/assets/js/pdfjs/web/locale/el/viewer.ftl +20 -2
  41. package/assets/js/pdfjs/web/locale/en-CA/viewer.ftl +25 -0
  42. package/assets/js/pdfjs/web/locale/en-GB/viewer.ftl +20 -2
  43. package/assets/js/pdfjs/web/locale/en-US/viewer.ftl +15 -8
  44. package/assets/js/pdfjs/web/locale/eo/viewer.ftl +57 -8
  45. package/assets/js/pdfjs/web/locale/es-AR/viewer.ftl +20 -2
  46. package/assets/js/pdfjs/web/locale/es-CL/viewer.ftl +20 -2
  47. package/assets/js/pdfjs/web/locale/es-ES/viewer.ftl +20 -2
  48. package/assets/js/pdfjs/web/locale/eu/viewer.ftl +53 -0
  49. package/assets/js/pdfjs/web/locale/fi/viewer.ftl +20 -2
  50. package/assets/js/pdfjs/web/locale/fr/viewer.ftl +16 -2
  51. package/assets/js/pdfjs/web/locale/fur/viewer.ftl +41 -2
  52. package/assets/js/pdfjs/web/locale/fy-NL/viewer.ftl +20 -2
  53. package/assets/js/pdfjs/web/locale/gl/viewer.ftl +17 -0
  54. package/assets/js/pdfjs/web/locale/gn/viewer.ftl +7 -2
  55. package/assets/js/pdfjs/web/locale/he/viewer.ftl +20 -2
  56. package/assets/js/pdfjs/web/locale/hsb/viewer.ftl +20 -2
  57. package/assets/js/pdfjs/web/locale/hu/viewer.ftl +16 -2
  58. package/assets/js/pdfjs/web/locale/ia/viewer.ftl +7 -2
  59. package/assets/js/pdfjs/web/locale/is/viewer.ftl +20 -2
  60. package/assets/js/pdfjs/web/locale/it/viewer.ftl +20 -2
  61. package/assets/js/pdfjs/web/locale/ja/viewer.ftl +39 -4
  62. package/assets/js/pdfjs/web/locale/ka/viewer.ftl +45 -9
  63. package/assets/js/pdfjs/web/locale/kk/viewer.ftl +20 -2
  64. package/assets/js/pdfjs/web/locale/ko/viewer.ftl +22 -4
  65. package/assets/js/pdfjs/web/locale/nb-NO/viewer.ftl +7 -2
  66. package/assets/js/pdfjs/web/locale/nl/viewer.ftl +20 -2
  67. package/assets/js/pdfjs/web/locale/nn-NO/viewer.ftl +19 -2
  68. package/assets/js/pdfjs/web/locale/oc/viewer.ftl +36 -0
  69. package/assets/js/pdfjs/web/locale/pa-IN/viewer.ftl +28 -2
  70. package/assets/js/pdfjs/web/locale/pl/viewer.ftl +7 -2
  71. package/assets/js/pdfjs/web/locale/pt-BR/viewer.ftl +20 -2
  72. package/assets/js/pdfjs/web/locale/pt-PT/viewer.ftl +49 -0
  73. package/assets/js/pdfjs/web/locale/rm/viewer.ftl +16 -2
  74. package/assets/js/pdfjs/web/locale/ru/viewer.ftl +20 -2
  75. package/assets/js/pdfjs/web/locale/sk/viewer.ftl +23 -5
  76. package/assets/js/pdfjs/web/locale/skr/viewer.ftl +22 -0
  77. package/assets/js/pdfjs/web/locale/sl/viewer.ftl +7 -2
  78. package/assets/js/pdfjs/web/locale/sq/viewer.ftl +7 -2
  79. package/assets/js/pdfjs/web/locale/sv-SE/viewer.ftl +20 -2
  80. package/assets/js/pdfjs/web/locale/tg/viewer.ftl +7 -2
  81. package/assets/js/pdfjs/web/locale/th/viewer.ftl +49 -0
  82. package/assets/js/pdfjs/web/locale/tr/viewer.ftl +25 -7
  83. package/assets/js/pdfjs/web/locale/uk/viewer.ftl +29 -11
  84. package/assets/js/pdfjs/web/locale/vi/viewer.ftl +21 -3
  85. package/assets/js/pdfjs/web/locale/zh-CN/viewer.ftl +20 -2
  86. package/assets/js/pdfjs/web/locale/zh-TW/viewer.ftl +20 -2
  87. package/assets/js/pdfjs/web/viewer.css +556 -100
  88. package/assets/js/pdfjs/web/viewer.html +20 -9
  89. package/assets/js/pdfjs/web/viewer.mjs +1100 -817
  90. package/assets/js/pdfjs/web/viewer.mjs.map +1 -1
  91. package/package.json +1 -1
  92. package/assets/js/pdfjs/web/images/gv-toolbarButton-openinapp.svg +0 -11
@@ -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 = Εμφάνιση όλων
@@ -286,6 +286,12 @@ pdfjs-editor-ink-button-label = Draw
286
286
  pdfjs-editor-stamp-button =
287
287
  .title = Add or edit images
288
288
  pdfjs-editor-stamp-button-label = Add or edit images
289
+
290
+ ## Remove button for the various kind of editor.
291
+
292
+
293
+ ##
294
+
289
295
  # Editor Parameters
290
296
  pdfjs-editor-free-text-color-input = Colour
291
297
  pdfjs-editor-free-text-size-input = Size
@@ -309,3 +315,22 @@ pdfjs-ink-canvas =
309
315
  ## Editor resizers
310
316
  ## This is used in an aria label to help to understand the role of the resizer.
311
317
 
318
+
319
+ ## Color picker
320
+
321
+ # This means "Color used to highlight text"
322
+ pdfjs-editor-highlight-colorpicker-label = Highlight colour
323
+ pdfjs-editor-colorpicker-button =
324
+ .title = Change colour
325
+ pdfjs-editor-colorpicker-dropdown =
326
+ .aria-label = Colour choices
327
+ pdfjs-editor-colorpicker-yellow =
328
+ .title = Yellow
329
+ pdfjs-editor-colorpicker-green =
330
+ .title = Green
331
+ pdfjs-editor-colorpicker-blue =
332
+ .title = Blue
333
+ pdfjs-editor-colorpicker-pink =
334
+ .title = Pink
335
+ pdfjs-editor-colorpicker-red =
336
+ .title = Red
@@ -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
@@ -82,17 +82,17 @@ pdfjs-cursor-hand-tool-button =
82
82
  .title = Aktivigi ilon de mano
83
83
  pdfjs-cursor-hand-tool-button-label = Ilo de mano
84
84
  pdfjs-scroll-page-button =
85
- .title = Uzi ŝovadon de paĝo
86
- pdfjs-scroll-page-button-label = Ŝovado de paĝo
85
+ .title = Uzi rulumon de paĝo
86
+ pdfjs-scroll-page-button-label = Rulumo de paĝo
87
87
  pdfjs-scroll-vertical-button =
88
- .title = Uzi vertikalan ŝovadon
89
- pdfjs-scroll-vertical-button-label = Vertikala ŝovado
88
+ .title = Uzi vertikalan rulumon
89
+ pdfjs-scroll-vertical-button-label = Vertikala rulumo
90
90
  pdfjs-scroll-horizontal-button =
91
- .title = Uzi horizontalan ŝovadon
92
- pdfjs-scroll-horizontal-button-label = Horizontala ŝovado
91
+ .title = Uzi horizontalan rulumon
92
+ pdfjs-scroll-horizontal-button-label = Horizontala rulumo
93
93
  pdfjs-scroll-wrapped-button =
94
- .title = Uzi ambaŭdirektan ŝovadon
95
- pdfjs-scroll-wrapped-button-label = Ambaŭdirekta ŝovado
94
+ .title = Uzi ambaŭdirektan rulumon
95
+ pdfjs-scroll-wrapped-button-label = Ambaŭdirekta rulumo
96
96
  pdfjs-spread-none-button =
97
97
  .title = Ne montri paĝojn po du
98
98
  pdfjs-spread-none-button-label = Unupaĝa vido
@@ -301,6 +301,25 @@ pdfjs-editor-ink-button-label = Desegni
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Aldoni aŭ modifi bildojn
303
303
  pdfjs-editor-stamp-button-label = Aldoni aŭ modifi bildojn
304
+ pdfjs-editor-highlight-button =
305
+ .title = Elstarigi
306
+ pdfjs-editor-highlight-button-label = Elstarigi
307
+ pdfjs-highlight-floating-button =
308
+ .title = Elstarigi
309
+
310
+ ## Remove button for the various kind of editor.
311
+
312
+ pdfjs-editor-remove-ink-button =
313
+ .title = Forigi desegnon
314
+ pdfjs-editor-remove-freetext-button =
315
+ .title = Forigi tekston
316
+ pdfjs-editor-remove-stamp-button =
317
+ .title = Forigi bildon
318
+ pdfjs-editor-remove-highlight-button =
319
+ .title = Forigi elstaraĵon
320
+
321
+ ##
322
+
304
323
  # Editor Parameters
305
324
  pdfjs-editor-free-text-color-input = Koloro
306
325
  pdfjs-editor-free-text-size-input = Grando
@@ -310,6 +329,10 @@ pdfjs-editor-ink-opacity-input = Maldiafaneco
310
329
  pdfjs-editor-stamp-add-image-button =
311
330
  .title = Aldoni bildon
312
331
  pdfjs-editor-stamp-add-image-button-label = Aldoni bildon
332
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
333
+ pdfjs-editor-free-highlight-thickness-input = Dikeco
334
+ pdfjs-editor-free-highlight-thickness-title =
335
+ .title = Ŝanĝi dikecon dum elstarigo de netekstaj elementoj
313
336
  pdfjs-free-text =
314
337
  .aria-label = Tekstan redaktilon
315
338
  pdfjs-free-text-default-content = Ektajpi…
@@ -347,3 +370,29 @@ pdfjs-editor-resizer-label-bottom-right = Malsupra deksta angulo — ŝanĝi gra
347
370
  pdfjs-editor-resizer-label-bottom-middle = Malsupra mezo — ŝanĝi grandon
348
371
  pdfjs-editor-resizer-label-bottom-left = Malsupra maldekstra angulo — ŝanĝi grandon
349
372
  pdfjs-editor-resizer-label-middle-left = Maldekstra mezo — ŝanĝi grandon
373
+
374
+ ## Color picker
375
+
376
+ # This means "Color used to highlight text"
377
+ pdfjs-editor-highlight-colorpicker-label = Elstarigi koloron
378
+ pdfjs-editor-colorpicker-button =
379
+ .title = Ŝanĝi koloron
380
+ pdfjs-editor-colorpicker-dropdown =
381
+ .aria-label = Elekto de koloroj
382
+ pdfjs-editor-colorpicker-yellow =
383
+ .title = Flava
384
+ pdfjs-editor-colorpicker-green =
385
+ .title = Verda
386
+ pdfjs-editor-colorpicker-blue =
387
+ .title = Blua
388
+ pdfjs-editor-colorpicker-pink =
389
+ .title = Roza
390
+ pdfjs-editor-colorpicker-red =
391
+ .title = Ruĝa
392
+
393
+ ## Show all highlights
394
+ ## This is a toggle button to show/hide all the highlights.
395
+
396
+ pdfjs-editor-highlight-show-all-button-label = Montri ĉiujn
397
+ pdfjs-editor-highlight-show-all-button =
398
+ .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
@@ -301,6 +301,29 @@ pdfjs-editor-ink-button-label = Marrazkia
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Gehitu edo editatu irudiak
303
303
  pdfjs-editor-stamp-button-label = Gehitu edo editatu irudiak
304
+ pdfjs-editor-highlight-button =
305
+ .title = Nabarmendu
306
+ pdfjs-editor-highlight-button-label = Nabarmendu
307
+ pdfjs-highlight-floating-button =
308
+ .title = Nabarmendu
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Nabarmendu
311
+ .aria-label = Nabarmendu
312
+ pdfjs-highlight-floating-button-label = Nabarmendu
313
+
314
+ ## Remove button for the various kind of editor.
315
+
316
+ pdfjs-editor-remove-ink-button =
317
+ .title = Kendu marrazkia
318
+ pdfjs-editor-remove-freetext-button =
319
+ .title = Kendu testua
320
+ pdfjs-editor-remove-stamp-button =
321
+ .title = Kendu irudia
322
+ pdfjs-editor-remove-highlight-button =
323
+ .title = Kendu nabarmentzea
324
+
325
+ ##
326
+
304
327
  # Editor Parameters
305
328
  pdfjs-editor-free-text-color-input = Kolorea
306
329
  pdfjs-editor-free-text-size-input = Tamaina
@@ -310,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opakutasuna
310
333
  pdfjs-editor-stamp-add-image-button =
311
334
  .title = Gehitu irudia
312
335
  pdfjs-editor-stamp-add-image-button-label = Gehitu irudia
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Loditasuna
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Aldatu loditasuna testua ez beste elementuak nabarmentzean
313
340
  pdfjs-free-text =
314
341
  .aria-label = Testu-editorea
315
342
  pdfjs-free-text-default-content = Hasi idazten…
@@ -347,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Beheko eskuineko izkina — aldatu tam
347
374
  pdfjs-editor-resizer-label-bottom-middle = Behean erdian — aldatu tamaina
348
375
  pdfjs-editor-resizer-label-bottom-left = Beheko ezkerreko izkina — aldatu tamaina
349
376
  pdfjs-editor-resizer-label-middle-left = Erdian ezkerrean — aldatu tamaina
377
+
378
+ ## Color picker
379
+
380
+ # This means "Color used to highlight text"
381
+ pdfjs-editor-highlight-colorpicker-label = Nabarmentze kolorea
382
+ pdfjs-editor-colorpicker-button =
383
+ .title = Aldatu kolorea
384
+ pdfjs-editor-colorpicker-dropdown =
385
+ .aria-label = Kolore-aukerak
386
+ pdfjs-editor-colorpicker-yellow =
387
+ .title = Horia
388
+ pdfjs-editor-colorpicker-green =
389
+ .title = Berdea
390
+ pdfjs-editor-colorpicker-blue =
391
+ .title = Urdina
392
+ pdfjs-editor-colorpicker-pink =
393
+ .title = Arrosa
394
+ pdfjs-editor-colorpicker-red =
395
+ .title = Gorria
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 = Erakutsi denak
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Erakutsi denak
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Piirros
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Lisää tai muokkaa kuvia
303
303
  pdfjs-editor-stamp-button-label = Lisää tai muokkaa kuvia
304
- pdfjs-editor-remove-button =
305
- .title = Poista
304
+ pdfjs-editor-highlight-button =
305
+ .title = Korostus
306
+ pdfjs-editor-highlight-button-label = Korostus
307
+ pdfjs-highlight-floating-button =
308
+ .title = Korostus
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Korostus
311
+ .aria-label = Korostus
312
+ pdfjs-highlight-floating-button-label = Korostus
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Peittävyys
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Lisää kuva
328
335
  pdfjs-editor-stamp-add-image-button-label = Lisää kuva
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Paksuus
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Muuta paksuutta korostaessasi muita kohteita kuin tekstiä
329
340
  pdfjs-free-text =
330
341
  .aria-label = Tekstimuokkain
331
342
  pdfjs-free-text-default-content = Aloita kirjoittaminen…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Pinkki
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Punainen
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 = Näytä kaikki
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Näytä kaikki
@@ -297,8 +297,11 @@ pdfjs-editor-ink-button-label = Dessiner
297
297
  pdfjs-editor-stamp-button =
298
298
  .title = Ajouter ou modifier des images
299
299
  pdfjs-editor-stamp-button-label = Ajouter ou modifier des images
300
- pdfjs-editor-remove-button =
301
- .title = Supprimer
300
+ pdfjs-editor-highlight-button =
301
+ .title = Surligner
302
+ pdfjs-editor-highlight-button-label = Surligner
303
+ pdfjs-highlight-floating-button =
304
+ .title = Surligner
302
305
 
303
306
  ## Remove button for the various kind of editor.
304
307
 
@@ -322,6 +325,10 @@ pdfjs-editor-ink-opacity-input = Opacité
322
325
  pdfjs-editor-stamp-add-image-button =
323
326
  .title = Ajouter une image
324
327
  pdfjs-editor-stamp-add-image-button-label = Ajouter une image
328
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
329
+ pdfjs-editor-free-highlight-thickness-input = Épaisseur
330
+ pdfjs-editor-free-highlight-thickness-title =
331
+ .title = Modifier l’épaisseur pour le surlignage d’éléments non textuels
325
332
  pdfjs-free-text =
326
333
  .aria-label = Éditeur de texte
327
334
  pdfjs-free-text-default-content = Commencer à écrire…
@@ -378,3 +385,10 @@ pdfjs-editor-colorpicker-pink =
378
385
  .title = Rose
379
386
  pdfjs-editor-colorpicker-red =
380
387
  .title = Rouge
388
+
389
+ ## Show all highlights
390
+ ## This is a toggle button to show/hide all the highlights.
391
+
392
+ pdfjs-editor-highlight-show-all-button-label = Tout afficher
393
+ pdfjs-editor-highlight-show-all-button =
394
+ .title = Tout afficher
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Dissen
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Zonte o modifiche imagjins
303
303
  pdfjs-editor-stamp-button-label = Zonte o modifiche imagjins
304
- pdfjs-editor-remove-button =
305
- .title = Gjave
304
+ pdfjs-editor-highlight-button =
305
+ .title = Evidenzie
306
+ pdfjs-editor-highlight-button-label = Evidenzie
307
+ pdfjs-highlight-floating-button =
308
+ .title = Evidenzie
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Evidenzie
311
+ .aria-label = Evidenzie
312
+ pdfjs-highlight-floating-button-label = Evidenzie
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 = Gjave test
313
320
  pdfjs-editor-remove-stamp-button =
314
321
  .title = Gjave imagjin
322
+ pdfjs-editor-remove-highlight-button =
323
+ .title = Gjave evidenziazion
315
324
 
316
325
  ##
317
326
 
@@ -324,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacitât
324
333
  pdfjs-editor-stamp-add-image-button =
325
334
  .title = Zonte imagjin
326
335
  pdfjs-editor-stamp-add-image-button-label = Zonte imagjin
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Spessôr
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Modifiche il spessôr de selezion pai elements che no son testuâi
327
340
  pdfjs-free-text =
328
341
  .aria-label = Editôr di test
329
342
  pdfjs-free-text-default-content = Scomence a scrivi…
@@ -361,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Cjanton in bas a diestre — ridimensi
361
374
  pdfjs-editor-resizer-label-bottom-middle = Bande inferiôr tal mieç — ridimensione
362
375
  pdfjs-editor-resizer-label-bottom-left = Cjanton in bas a çampe — ridimensione
363
376
  pdfjs-editor-resizer-label-middle-left = Bande di çampe tal mieç — ridimensione
377
+
378
+ ## Color picker
379
+
380
+ # This means "Color used to highlight text"
381
+ pdfjs-editor-highlight-colorpicker-label = Colôr par evidenziâ
382
+ pdfjs-editor-colorpicker-button =
383
+ .title = Cambie colôr
384
+ pdfjs-editor-colorpicker-dropdown =
385
+ .aria-label = Sieltis di colôr
386
+ pdfjs-editor-colorpicker-yellow =
387
+ .title = Zâl
388
+ pdfjs-editor-colorpicker-green =
389
+ .title = Vert
390
+ pdfjs-editor-colorpicker-blue =
391
+ .title = Blu
392
+ pdfjs-editor-colorpicker-pink =
393
+ .title = Rose
394
+ pdfjs-editor-colorpicker-red =
395
+ .title = Ros
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 = Mostre dut
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Mostre dut
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Tekenje
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Ofbyldingen tafoegje of bewurkje
303
303
  pdfjs-editor-stamp-button-label = Ofbyldingen tafoegje of bewurkje
304
- pdfjs-editor-remove-button =
305
- .title = Fuortsmite
304
+ pdfjs-editor-highlight-button =
305
+ .title = Markearje
306
+ pdfjs-editor-highlight-button-label = Markearje
307
+ pdfjs-highlight-floating-button =
308
+ .title = Markearje
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Markearje
311
+ .aria-label = Markearje
312
+ pdfjs-highlight-floating-button-label = Markearje
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Transparânsje
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Ofbylding tafoegje
328
335
  pdfjs-editor-stamp-add-image-button-label = Ofbylding tafoegje
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Tsjokte
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Tsjokte wizigje by aksintuearring fan oare items as tekst
329
340
  pdfjs-free-text =
330
341
  .aria-label = Tekstbewurker
331
342
  pdfjs-free-text-default-content = Begjin mei typen…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Roze
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Read
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 = Alles toane
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Alles toane
@@ -301,6 +301,18 @@ pdfjs-editor-ink-button-label = Debuxo
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Engadir ou editar imaxes
303
303
  pdfjs-editor-stamp-button-label = Engadir ou editar imaxes
304
+
305
+ ## Remove button for the various kind of editor.
306
+
307
+ pdfjs-editor-remove-freetext-button =
308
+ .title = Eliminar o texto
309
+ pdfjs-editor-remove-stamp-button =
310
+ .title = Eliminar a imaxe
311
+ pdfjs-editor-remove-highlight-button =
312
+ .title = Eliminar o resaltado
313
+
314
+ ##
315
+
304
316
  # Editor Parameters
305
317
  pdfjs-editor-free-text-color-input = Cor
306
318
  pdfjs-editor-free-text-size-input = Tamaño
@@ -310,6 +322,8 @@ pdfjs-editor-ink-opacity-input = Opacidade
310
322
  pdfjs-editor-stamp-add-image-button =
311
323
  .title = Engadir imaxe
312
324
  pdfjs-editor-stamp-add-image-button-label = Engadir imaxe
325
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
326
+ pdfjs-editor-free-highlight-thickness-input = Grosor
313
327
  pdfjs-free-text =
314
328
  .aria-label = Editor de texto
315
329
  pdfjs-free-text-default-content = Comezar a teclear…
@@ -345,3 +359,6 @@ pdfjs-editor-resizer-label-bottom-right = Esquina inferior dereita: cambia o tam
345
359
  pdfjs-editor-resizer-label-bottom-middle = Abaixo medio: cambia o tamaño
346
360
  pdfjs-editor-resizer-label-bottom-left = Esquina inferior esquerda: cambia o tamaño
347
361
  pdfjs-editor-resizer-label-middle-left = Medio esquerdo: cambia o tamaño
362
+
363
+ ## Color picker
364
+