@4tw/vue-cli-plugin-pdfjs-viewer 1.4.0 → 1.6.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.
- package/CHANGELOG.md +8 -0
- package/assets/build/pdf.mjs +18056 -15776
- package/assets/build/pdf.mjs.map +1 -1
- package/assets/build/pdf.sandbox.mjs +8 -7
- package/assets/build/pdf.sandbox.mjs.map +1 -1
- package/assets/build/pdf.worker.mjs +2128 -2963
- package/assets/build/pdf.worker.mjs.map +1 -1
- package/assets/web/debugger.css +1 -1
- package/assets/web/images/cursor-editorFreeHighlight.svg +6 -0
- package/assets/web/images/cursor-editorTextHighlight.svg +8 -0
- package/assets/web/images/toolbarButton-editorFreeText.svg +3 -1
- package/assets/web/images/toolbarButton-editorHighlight.svg +6 -0
- package/assets/web/images/toolbarButton-editorStamp.svg +1 -1
- package/assets/web/locale/ar/viewer.ftl +140 -0
- package/assets/web/locale/be/viewer.ftl +53 -0
- package/assets/web/locale/bg/viewer.ftl +137 -0
- package/assets/web/locale/br/viewer.ftl +51 -0
- package/assets/web/locale/cs/viewer.ftl +53 -0
- package/assets/web/locale/cy/viewer.ftl +59 -8
- package/assets/web/locale/da/viewer.ftl +53 -0
- package/assets/web/locale/de/viewer.ftl +54 -1
- package/assets/web/locale/dsb/viewer.ftl +53 -2
- package/assets/web/locale/el/viewer.ftl +53 -2
- package/assets/web/locale/en-CA/viewer.ftl +91 -0
- package/assets/web/locale/en-GB/viewer.ftl +53 -2
- package/assets/web/locale/en-US/viewer.ftl +51 -10
- package/assets/web/locale/eo/viewer.ftl +61 -14
- package/assets/web/locale/es-AR/viewer.ftl +53 -0
- package/assets/web/locale/es-CL/viewer.ftl +53 -2
- package/assets/web/locale/es-ES/viewer.ftl +53 -0
- package/assets/web/locale/eu/viewer.ftl +53 -0
- package/assets/web/locale/fi/viewer.ftl +53 -2
- package/assets/web/locale/fr/viewer.ftl +53 -2
- package/assets/web/locale/fur/viewer.ftl +53 -0
- package/assets/web/locale/fy-NL/viewer.ftl +53 -0
- package/assets/web/locale/gl/viewer.ftl +17 -0
- package/assets/web/locale/gn/viewer.ftl +53 -2
- package/assets/web/locale/he/viewer.ftl +53 -2
- package/assets/web/locale/hsb/viewer.ftl +53 -2
- package/assets/web/locale/hu/viewer.ftl +53 -6
- package/assets/web/locale/hy-AM/viewer.ftl +22 -1
- package/assets/web/locale/ia/viewer.ftl +53 -10
- package/assets/web/locale/is/viewer.ftl +52 -9
- package/assets/web/locale/it/viewer.ftl +52 -9
- package/assets/web/locale/ja/viewer.ftl +54 -9
- package/assets/web/locale/ka/viewer.ftl +47 -9
- package/assets/web/locale/kab/viewer.ftl +69 -8
- package/assets/web/locale/kk/viewer.ftl +53 -2
- package/assets/web/locale/ko/viewer.ftl +53 -2
- package/assets/web/locale/nb-NO/viewer.ftl +53 -8
- package/assets/web/locale/nl/viewer.ftl +53 -0
- package/assets/web/locale/nn-NO/viewer.ftl +59 -6
- package/assets/web/locale/oc/viewer.ftl +36 -0
- package/assets/web/locale/pa-IN/viewer.ftl +53 -6
- package/assets/web/locale/pl/viewer.ftl +53 -0
- package/assets/web/locale/pt-BR/viewer.ftl +57 -12
- package/assets/web/locale/pt-PT/viewer.ftl +53 -0
- package/assets/web/locale/rm/viewer.ftl +53 -6
- package/assets/web/locale/ru/viewer.ftl +53 -2
- package/assets/web/locale/sk/viewer.ftl +56 -5
- package/assets/web/locale/skr/viewer.ftl +97 -6
- package/assets/web/locale/sl/viewer.ftl +51 -6
- package/assets/web/locale/sq/viewer.ftl +53 -6
- package/assets/web/locale/sv-SE/viewer.ftl +53 -2
- package/assets/web/locale/tg/viewer.ftl +53 -6
- package/assets/web/locale/th/viewer.ftl +53 -0
- package/assets/web/locale/tr/viewer.ftl +61 -16
- package/assets/web/locale/uk/viewer.ftl +72 -25
- package/assets/web/locale/vi/viewer.ftl +54 -3
- package/assets/web/locale/zh-CN/viewer.ftl +53 -6
- package/assets/web/locale/zh-TW/viewer.ftl +53 -2
- package/assets/web/viewer.css +1347 -703
- package/assets/web/viewer.html +39 -17
- package/assets/web/viewer.mjs +11668 -12170
- package/assets/web/viewer.mjs.map +1 -1
- package/package.json +1 -1
- package/assets/web/images/gv-toolbarButton-openinapp.svg +0 -11
|
@@ -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 =
|
|
@@ -323,8 +315,26 @@ pdfjs-editor-ink-button-label = Draw
|
|
|
323
315
|
pdfjs-editor-stamp-button =
|
|
324
316
|
.title = Add or edit images
|
|
325
317
|
pdfjs-editor-stamp-button-label = Add or edit images
|
|
326
|
-
pdfjs-editor-
|
|
327
|
-
.title =
|
|
318
|
+
pdfjs-editor-highlight-button =
|
|
319
|
+
.title = Highlight
|
|
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
|
|
325
|
+
|
|
326
|
+
## Remove button for the various kind of editor.
|
|
327
|
+
|
|
328
|
+
pdfjs-editor-remove-ink-button =
|
|
329
|
+
.title = Remove drawing
|
|
330
|
+
pdfjs-editor-remove-freetext-button =
|
|
331
|
+
.title = Remove text
|
|
332
|
+
pdfjs-editor-remove-stamp-button =
|
|
333
|
+
.title = Remove image
|
|
334
|
+
pdfjs-editor-remove-highlight-button =
|
|
335
|
+
.title = Remove highlight
|
|
336
|
+
|
|
337
|
+
##
|
|
328
338
|
|
|
329
339
|
# Editor Parameters
|
|
330
340
|
pdfjs-editor-free-text-color-input = Color
|
|
@@ -335,6 +345,10 @@ pdfjs-editor-ink-opacity-input = Opacity
|
|
|
335
345
|
pdfjs-editor-stamp-add-image-button =
|
|
336
346
|
.title = Add image
|
|
337
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
|
|
338
352
|
|
|
339
353
|
pdfjs-free-text =
|
|
340
354
|
.aria-label = Text Editor
|
|
@@ -375,3 +389,30 @@ pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
|
|
|
375
389
|
pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
|
|
376
390
|
pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
|
|
377
391
|
pdfjs-editor-resizer-label-middle-left = Middle left — resize
|
|
392
|
+
|
|
393
|
+
## Color picker
|
|
394
|
+
|
|
395
|
+
# This means "Color used to highlight text"
|
|
396
|
+
pdfjs-editor-highlight-colorpicker-label = Highlight color
|
|
397
|
+
|
|
398
|
+
pdfjs-editor-colorpicker-button =
|
|
399
|
+
.title = Change color
|
|
400
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
401
|
+
.aria-label = Color choices
|
|
402
|
+
pdfjs-editor-colorpicker-yellow =
|
|
403
|
+
.title = Yellow
|
|
404
|
+
pdfjs-editor-colorpicker-green =
|
|
405
|
+
.title = Green
|
|
406
|
+
pdfjs-editor-colorpicker-blue =
|
|
407
|
+
.title = Blue
|
|
408
|
+
pdfjs-editor-colorpicker-pink =
|
|
409
|
+
.title = Pink
|
|
410
|
+
pdfjs-editor-colorpicker-red =
|
|
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
|
|
86
|
-
pdfjs-scroll-page-button-label =
|
|
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
|
|
89
|
-
pdfjs-scroll-vertical-button-label = Vertikala
|
|
82
|
+
.title = Uzi vertikalan rulumon
|
|
83
|
+
pdfjs-scroll-vertical-button-label = Vertikala rulumo
|
|
90
84
|
pdfjs-scroll-horizontal-button =
|
|
91
|
-
.title = Uzi horizontalan
|
|
92
|
-
pdfjs-scroll-horizontal-button-label = Horizontala
|
|
85
|
+
.title = Uzi horizontalan rulumon
|
|
86
|
+
pdfjs-scroll-horizontal-button-label = Horizontala rulumo
|
|
93
87
|
pdfjs-scroll-wrapped-button =
|
|
94
|
-
.title = Uzi ambaŭdirektan
|
|
95
|
-
pdfjs-scroll-wrapped-button-label = Ambaŭdirekta
|
|
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,6 +301,29 @@ 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-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
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Eliminar dibujo
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Eliminar texto
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Eliminar imagen
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Eliminar resaltado
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
304
327
|
# Editor Parameters
|
|
305
328
|
pdfjs-editor-free-text-color-input = Color
|
|
306
329
|
pdfjs-editor-free-text-size-input = Tamaño
|
|
@@ -310,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacidad
|
|
|
310
333
|
pdfjs-editor-stamp-add-image-button =
|
|
311
334
|
.title = Agregar una imagen
|
|
312
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
|
|
313
340
|
pdfjs-free-text =
|
|
314
341
|
.aria-label = Editor de texto
|
|
315
342
|
pdfjs-free-text-default-content = Empezar a tipear…
|
|
@@ -347,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Esquina inferior derecha — cambiar e
|
|
|
347
374
|
pdfjs-editor-resizer-label-bottom-middle = Abajo en el medio — cambiar el tamaño
|
|
348
375
|
pdfjs-editor-resizer-label-bottom-left = Esquina inferior izquierda — cambiar el tamaño
|
|
349
376
|
pdfjs-editor-resizer-label-middle-left = Al centro a la izquierda — cambiar el tamaño
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Color de resaltado
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Cambiar el color
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Opciones de color
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Amarillo
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Verde
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Azul
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Rosado
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
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,29 @@ 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-
|
|
305
|
-
.title =
|
|
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
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Eliminar dibujo
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Eliminar texto
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Eliminar imagen
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Quitar resaltado
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
306
327
|
# Editor Parameters
|
|
307
328
|
pdfjs-editor-free-text-color-input = Color
|
|
308
329
|
pdfjs-editor-free-text-size-input = Tamaño
|
|
@@ -312,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacidad
|
|
|
312
333
|
pdfjs-editor-stamp-add-image-button =
|
|
313
334
|
.title = Añadir imagen
|
|
314
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
|
|
315
340
|
pdfjs-free-text =
|
|
316
341
|
.aria-label = Editor de texto
|
|
317
342
|
pdfjs-free-text-default-content = Empieza a escribir…
|
|
@@ -349,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Esquina inferior derecha — cambiar e
|
|
|
349
374
|
pdfjs-editor-resizer-label-bottom-middle = Borde inferior en el medio — cambiar el tamaño
|
|
350
375
|
pdfjs-editor-resizer-label-bottom-left = Esquina inferior izquierda — cambiar el tamaño
|
|
351
376
|
pdfjs-editor-resizer-label-middle-left = Borde izquierdo en el medio — cambiar el tamaño
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Color de resaltado
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Cambiar color
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Opciones de color
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Amarillo
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Verde
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Azul
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Rosa
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
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 = 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-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
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Eliminar dibujo
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Eliminar texto
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Eliminar imagen
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Quitar resaltado
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
304
327
|
# Editor Parameters
|
|
305
328
|
pdfjs-editor-free-text-color-input = Color
|
|
306
329
|
pdfjs-editor-free-text-size-input = Tamaño
|
|
@@ -310,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacidad
|
|
|
310
333
|
pdfjs-editor-stamp-add-image-button =
|
|
311
334
|
.title = Añadir imagen
|
|
312
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
|
|
313
340
|
pdfjs-free-text =
|
|
314
341
|
.aria-label = Editor de texto
|
|
315
342
|
pdfjs-free-text-default-content = Empezar a escribir…
|
|
@@ -347,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Esquina inferior derecha — redimensi
|
|
|
347
374
|
pdfjs-editor-resizer-label-bottom-middle = Borde inferior en el medio — redimensionar
|
|
348
375
|
pdfjs-editor-resizer-label-bottom-left = Esquina inferior izquierda — redimensionar
|
|
349
376
|
pdfjs-editor-resizer-label-middle-left = Borde izquierdo en el medio — redimensionar
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Color de resaltado
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Cambiar color
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Opciones de color
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Amarillo
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Verde
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Azul
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Rosa
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
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,29 @@ 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-
|
|
305
|
-
.title =
|
|
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
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Poista piirros
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Poista teksti
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Poista kuva
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Poista korostus
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
306
327
|
# Editor Parameters
|
|
307
328
|
pdfjs-editor-free-text-color-input = Väri
|
|
308
329
|
pdfjs-editor-free-text-size-input = Koko
|
|
@@ -312,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Peittävyys
|
|
|
312
333
|
pdfjs-editor-stamp-add-image-button =
|
|
313
334
|
.title = Lisää kuva
|
|
314
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ä
|
|
315
340
|
pdfjs-free-text =
|
|
316
341
|
.aria-label = Tekstimuokkain
|
|
317
342
|
pdfjs-free-text-default-content = Aloita kirjoittaminen…
|
|
@@ -349,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Oikea alakulma - muuta kokoa
|
|
|
349
374
|
pdfjs-editor-resizer-label-bottom-middle = Alhaalla keskellä - muuta kokoa
|
|
350
375
|
pdfjs-editor-resizer-label-bottom-left = Vasen alakulma - muuta kokoa
|
|
351
376
|
pdfjs-editor-resizer-label-middle-left = Keskellä vasemmalla - muuta kokoa
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Korostusväri
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Vaihda väri
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Värivalinnat
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Keltainen
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Vihreä
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Sininen
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Pinkki
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
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,29 @@ 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-
|
|
301
|
-
.title =
|
|
300
|
+
pdfjs-editor-highlight-button =
|
|
301
|
+
.title = Surligner
|
|
302
|
+
pdfjs-editor-highlight-button-label = Surligner
|
|
303
|
+
pdfjs-highlight-floating-button =
|
|
304
|
+
.title = Surligner
|
|
305
|
+
pdfjs-highlight-floating-button1 =
|
|
306
|
+
.title = Surligner
|
|
307
|
+
.aria-label = Surligner
|
|
308
|
+
pdfjs-highlight-floating-button-label = Surligner
|
|
309
|
+
|
|
310
|
+
## Remove button for the various kind of editor.
|
|
311
|
+
|
|
312
|
+
pdfjs-editor-remove-ink-button =
|
|
313
|
+
.title = Supprimer le dessin
|
|
314
|
+
pdfjs-editor-remove-freetext-button =
|
|
315
|
+
.title = Supprimer le texte
|
|
316
|
+
pdfjs-editor-remove-stamp-button =
|
|
317
|
+
.title = Supprimer l’image
|
|
318
|
+
pdfjs-editor-remove-highlight-button =
|
|
319
|
+
.title = Supprimer le surlignage
|
|
320
|
+
|
|
321
|
+
##
|
|
322
|
+
|
|
302
323
|
# Editor Parameters
|
|
303
324
|
pdfjs-editor-free-text-color-input = Couleur
|
|
304
325
|
pdfjs-editor-free-text-size-input = Taille
|
|
@@ -308,6 +329,10 @@ pdfjs-editor-ink-opacity-input = Opacité
|
|
|
308
329
|
pdfjs-editor-stamp-add-image-button =
|
|
309
330
|
.title = Ajouter une image
|
|
310
331
|
pdfjs-editor-stamp-add-image-button-label = Ajouter une image
|
|
332
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
333
|
+
pdfjs-editor-free-highlight-thickness-input = Épaisseur
|
|
334
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
335
|
+
.title = Modifier l’épaisseur pour le surlignage d’éléments non textuels
|
|
311
336
|
pdfjs-free-text =
|
|
312
337
|
.aria-label = Éditeur de texte
|
|
313
338
|
pdfjs-free-text-default-content = Commencer à écrire…
|
|
@@ -345,3 +370,29 @@ pdfjs-editor-resizer-label-bottom-right = Coin inférieur droit — redimensionn
|
|
|
345
370
|
pdfjs-editor-resizer-label-bottom-middle = Centre bas — redimensionner
|
|
346
371
|
pdfjs-editor-resizer-label-bottom-left = Coin inférieur gauche — redimensionner
|
|
347
372
|
pdfjs-editor-resizer-label-middle-left = Milieu gauche — redimensionner
|
|
373
|
+
|
|
374
|
+
## Color picker
|
|
375
|
+
|
|
376
|
+
# This means "Color used to highlight text"
|
|
377
|
+
pdfjs-editor-highlight-colorpicker-label = Couleur de surlignage
|
|
378
|
+
pdfjs-editor-colorpicker-button =
|
|
379
|
+
.title = Changer de couleur
|
|
380
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
381
|
+
.aria-label = Choix de couleurs
|
|
382
|
+
pdfjs-editor-colorpicker-yellow =
|
|
383
|
+
.title = Jaune
|
|
384
|
+
pdfjs-editor-colorpicker-green =
|
|
385
|
+
.title = Vert
|
|
386
|
+
pdfjs-editor-colorpicker-blue =
|
|
387
|
+
.title = Bleu
|
|
388
|
+
pdfjs-editor-colorpicker-pink =
|
|
389
|
+
.title = Rose
|
|
390
|
+
pdfjs-editor-colorpicker-red =
|
|
391
|
+
.title = Rouge
|
|
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 = Tout afficher
|
|
397
|
+
pdfjs-editor-highlight-show-all-button =
|
|
398
|
+
.title = Tout afficher
|
|
@@ -301,6 +301,29 @@ 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-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
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Gjave dissen
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Gjave test
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Gjave imagjin
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Gjave evidenziazion
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
304
327
|
# Editor Parameters
|
|
305
328
|
pdfjs-editor-free-text-color-input = Colôr
|
|
306
329
|
pdfjs-editor-free-text-size-input = Dimension
|
|
@@ -310,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacitât
|
|
|
310
333
|
pdfjs-editor-stamp-add-image-button =
|
|
311
334
|
.title = Zonte imagjin
|
|
312
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
|
|
313
340
|
pdfjs-free-text =
|
|
314
341
|
.aria-label = Editôr di test
|
|
315
342
|
pdfjs-free-text-default-content = Scomence a scrivi…
|
|
@@ -347,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Cjanton in bas a diestre — ridimensi
|
|
|
347
374
|
pdfjs-editor-resizer-label-bottom-middle = Bande inferiôr tal mieç — ridimensione
|
|
348
375
|
pdfjs-editor-resizer-label-bottom-left = Cjanton in bas a çampe — ridimensione
|
|
349
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
|