ngx-extended-pdf-viewer 19.2.2 → 19.3.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/README.md +3 -0
- package/assets/locale/ar/viewer.ftl +7 -7
- package/assets/locale/be/viewer.ftl +2 -2
- package/assets/locale/cs/viewer.ftl +2 -2
- package/assets/locale/cy/viewer.ftl +2 -2
- package/assets/locale/da/viewer.ftl +6 -6
- package/assets/locale/de/viewer.ftl +2 -2
- package/assets/locale/dsb/viewer.ftl +2 -2
- package/assets/locale/el/viewer.ftl +2 -2
- package/assets/locale/en-CA/viewer.ftl +15 -15
- package/assets/locale/eo/viewer.ftl +3 -5
- package/assets/locale/es-AR/viewer.ftl +2 -2
- package/assets/locale/es-CL/viewer.ftl +2 -2
- package/assets/locale/fi/viewer.ftl +2 -2
- package/assets/locale/fr/viewer.ftl +1 -1
- package/assets/locale/fur/viewer.ftl +6 -6
- package/assets/locale/fy-NL/viewer.ftl +2 -2
- package/assets/locale/he/viewer.ftl +2 -2
- package/assets/locale/hsb/viewer.ftl +2 -2
- package/assets/locale/hu/viewer.ftl +2 -2
- package/assets/locale/ia/viewer.ftl +2 -2
- package/assets/locale/is/viewer.ftl +2 -2
- package/assets/locale/it/viewer.ftl +2 -2
- package/assets/locale/ja/viewer.ftl +6 -6
- package/assets/locale/kk/viewer.ftl +2 -2
- package/assets/locale/ko/viewer.ftl +2 -2
- package/assets/locale/nb-NO/viewer.ftl +1 -1
- package/assets/locale/nl/viewer.ftl +2 -2
- package/assets/locale/pa-IN/viewer.ftl +1 -1
- package/assets/locale/pl/viewer.ftl +2 -2
- package/assets/locale/pt-BR/viewer.ftl +2 -2
- package/assets/locale/rm/viewer.ftl +4 -4
- package/assets/locale/ru/viewer.ftl +2 -2
- package/assets/locale/sk/viewer.ftl +2 -2
- package/assets/locale/sv-SE/viewer.ftl +2 -2
- package/assets/locale/th/viewer.ftl +3 -5
- package/assets/locale/tr/viewer.ftl +2 -2
- package/assets/locale/uk/viewer.ftl +2 -2
- package/assets/locale/vi/viewer.ftl +4 -4
- package/assets/locale/zh-CN/viewer.ftl +2 -2
- package/assets/locale/zh-TW/viewer.ftl +2 -2
- package/assets/viewer-4.0.850-es5.min.mjs +1 -1
- package/assets/viewer-4.0.850-es5.mjs +1 -1
- package/assets/viewer-4.0.850.min.mjs +1 -1
- package/assets/viewer-4.0.850.mjs +1 -1
- package/bleeding-edge/locale/cs/viewer.ftl +4 -5
- package/bleeding-edge/locale/cy/viewer.ftl +2 -2
- package/bleeding-edge/locale/da/viewer.ftl +7 -8
- package/bleeding-edge/locale/el/viewer.ftl +2 -2
- package/bleeding-edge/locale/eo/viewer.ftl +4 -5
- package/bleeding-edge/locale/fur/viewer.ftl +2 -2
- package/bleeding-edge/locale/he/viewer.ftl +2 -2
- package/bleeding-edge/locale/ja/viewer.ftl +2 -2
- package/bleeding-edge/locale/pl/viewer.ftl +4 -5
- package/bleeding-edge/locale/rm/viewer.ftl +3 -3
- package/bleeding-edge/locale/sk/viewer.ftl +1 -1
- package/bleeding-edge/locale/zh-CN/viewer.ftl +2 -2
- package/bleeding-edge/pdf-4.1.682-es5.min.mjs +21 -0
- package/bleeding-edge/{pdf-4.1.656-es5.mjs → pdf-4.1.682-es5.mjs} +16 -16
- package/bleeding-edge/pdf-4.1.682.min.mjs +21 -0
- package/bleeding-edge/{pdf-4.1.656.mjs → pdf-4.1.682.mjs} +220 -87
- package/bleeding-edge/pdf.sandbox-4.1.682-es5.min.mjs +21 -0
- package/bleeding-edge/{pdf.sandbox-4.1.656-es5.mjs → pdf.sandbox-4.1.682-es5.mjs} +1 -1
- package/bleeding-edge/pdf.sandbox-4.1.682.min.mjs +21 -0
- package/bleeding-edge/{pdf.sandbox-4.1.656.mjs → pdf.sandbox-4.1.682.mjs} +3 -3
- package/bleeding-edge/pdf.worker-4.1.682-es5.min.mjs +21 -0
- package/bleeding-edge/{pdf.worker-4.1.656-es5.mjs → pdf.worker-4.1.682-es5.mjs} +5 -5
- package/bleeding-edge/pdf.worker-4.1.682.min.mjs +21 -0
- package/bleeding-edge/{pdf.worker-4.1.656.mjs → pdf.worker-4.1.682.mjs} +7 -5
- package/bleeding-edge/viewer-4.1.682-es5.min.mjs +21 -0
- package/bleeding-edge/{viewer-4.1.656-es5.mjs → viewer-4.1.682-es5.mjs} +78 -79
- package/bleeding-edge/viewer-4.1.682.min.mjs +21 -0
- package/bleeding-edge/{viewer-4.1.656.mjs → viewer-4.1.682.mjs} +79 -23
- package/changelog.md +1 -0
- package/esm2022/lib/dynamic-css/dynamic-css.component.mjs +3 -3
- package/esm2022/lib/ngx-extended-pdf-viewer.component.mjs +3 -3
- package/esm2022/lib/ngx-extended-pdf-viewer.module.mjs +4 -4
- package/esm2022/lib/ngx-extended-pdf-viewer.service.mjs +3 -3
- package/esm2022/lib/options/pdf-default-options.mjs +2 -2
- package/esm2022/lib/pdf-dialog/pdf-alt-text-dialog/pdf-alt-text-dialog.component.mjs +3 -3
- package/esm2022/lib/pdf-dialog/pdf-document-properties-dialog/pdf-document-properties-dialog.component.mjs +3 -3
- package/esm2022/lib/pdf-dialog/pdf-error-message/pdf-error-message.component.mjs +3 -3
- package/esm2022/lib/pdf-dialog/pdf-password-dialog/pdf-password-dialog.component.mjs +3 -3
- package/esm2022/lib/pdf-dialog/pdf-prepare-printing-dialog/pdf-prepare-printing-dialog.component.mjs +3 -3
- package/esm2022/lib/pdf-dummy-components/pdf-dummy-components.component.mjs +3 -3
- package/esm2022/lib/pdf-notification-service.mjs +3 -3
- package/esm2022/lib/responsive-visibility.mjs +6 -6
- package/esm2022/lib/secondary-toolbar/pdf-secondary-toolbar/pdf-secondary-toolbar.component.mjs +3 -3
- package/esm2022/lib/sidebar/pdf-sidebar/pdf-sidebar-content/pdf-sidebar-content.component.mjs +3 -3
- package/esm2022/lib/sidebar/pdf-sidebar/pdf-sidebar-toolbar/pdf-sidebar-toolbar.component.mjs +3 -3
- package/esm2022/lib/sidebar/pdf-sidebar/pdf-sidebar.component.mjs +3 -3
- package/esm2022/lib/theme/acroform-default-theme/pdf-acroform-default-theme.component.mjs +3 -3
- package/esm2022/lib/theme/pdf-dark-theme/pdf-dark-theme.component.mjs +3 -3
- package/esm2022/lib/theme/pdf-light-theme/pdf-light-theme.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-book-mode/pdf-book-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-context-menu/pdf-context-menu.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-document-properties/pdf-document-properties.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-download/pdf-download.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-draw-editor/pdf-draw-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-editor/pdf-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-even-spread/pdf-even-spread.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-find-button/pdf-find-button.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-find-input-area/pdf-find-input-area.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-find-next/pdf-find-next.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-find-previous/pdf-find-previous.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-message-container/pdf-findbar-message-container.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-one-container/pdf-find-highlight-all/pdf-find-highlight-all.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-one-container/pdf-find-match-case/pdf-find-match-case.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-three-container/pdf-find-results-count/pdf-find-results-count.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-two-container/pdf-find-entire-word/pdf-find-entire-word.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-two-container/pdf-match-diacritics/pdf-match-diacritics.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-search-input-field/pdf-search-input-field.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-hand-tool/pdf-hand-tool.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-highlight-editor/pdf-highlight-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-horizontal-scroll/pdf-horizontal-scroll.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-infinite-scroll/pdf-infinite-scroll.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-no-spread/pdf-no-spread.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-odd-spread/pdf-odd-spread.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-open-file/pdf-open-file.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-first-page/pdf-first-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-last-page/pdf-last-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-next-page/pdf-next-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-page-number/pdf-page-number.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-paging-area.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-previous-page/pdf-previous-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-presentation-mode/pdf-presentation-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-print/pdf-print.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-rotate-page/pdf-rotate-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-select-tool/pdf-select-tool.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-shy-button/pdf-shy-button-service.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-shy-button/pdf-shy-button.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-single-page-mode/pdf-single-page-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-stamp-editor/pdf-stamp-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-text-editor/pdf-text-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-toggle-secondary-toolbar/pdf-toggle-secondary-toolbar.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-toggle-sidebar/pdf-toggle-sidebar.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-toolbar/pdf-toolbar.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-vertical-scroll-button/pdf-vertical-scroll-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-wrapped-scroll-mode/pdf-wrapped-scroll-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-dropdown/pdf-zoom-dropdown.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-in/pdf-zoom-in.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-out/pdf-zoom-out.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-toolbar.component.mjs +3 -3
- package/esm2022/lib/translate.pipe.mjs +3 -3
- package/fesm2022/ngx-extended-pdf-viewer.mjs +214 -214
- package/fesm2022/ngx-extended-pdf-viewer.mjs.map +1 -1
- package/lib/options/pdf-default-options.d.ts +1 -1
- package/package.json +1 -1
- package/bleeding-edge/pdf-4.1.656-es5.min.mjs +0 -21
- package/bleeding-edge/pdf-4.1.656.min.mjs +0 -21
- package/bleeding-edge/pdf.sandbox-4.1.656-es5.min.mjs +0 -21
- package/bleeding-edge/pdf.sandbox-4.1.656.min.mjs +0 -21
- package/bleeding-edge/pdf.worker-4.1.656-es5.min.mjs +0 -21
- package/bleeding-edge/pdf.worker-4.1.656.min.mjs +0 -21
- package/bleeding-edge/viewer-4.1.656-es5.min.mjs +0 -21
- package/bleeding-edge/viewer-4.1.656.min.mjs +0 -21
package/README.md
CHANGED
|
@@ -40,6 +40,9 @@ In a nutshell:
|
|
|
40
40
|
- You've invested in the old i18n API, or you can't update because of a breaking change? Please tell me about your issue (for example, at https://github.com/stephanrauh/ngx-extended-pdf-viewer/discussions/1976).
|
|
41
41
|
- You're using Angular 17 and can afford to start fresh? Go for version 19, including the alpha versions!
|
|
42
42
|
|
|
43
|
+
Breaking change of version 19.3.0:
|
|
44
|
+
Danny Tram kindly added a bugfix to the method `NgxExtendedPdfViewerService.hasPageBeenRendered()`. Strictly speaking it's a breaking change because previously the method did the exact opposite of what the name indicates. However, it's still a bug fix, so I've decided to increase the minor version number only.
|
|
45
|
+
|
|
43
46
|
Breaking changes of version 19:
|
|
44
47
|
|
|
45
48
|
- The attribute `useBrowserLocale` and the inlined translations are gone.
|
|
@@ -264,21 +264,21 @@ pdfjs-web-fonts-disabled = خطوط الوب مُعطّلة: تعذّر استخ
|
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
pdfjs-save-button =
|
|
267
|
-
.title =
|
|
268
|
-
pdfjs-save-button-label =
|
|
267
|
+
.title = احفظ
|
|
268
|
+
pdfjs-save-button-label = احفظ
|
|
269
269
|
pdfjs-download-button =
|
|
270
|
-
.title =
|
|
271
|
-
pdfjs-download-button-label =
|
|
270
|
+
.title = نزّل
|
|
271
|
+
pdfjs-download-button-label = نزّل
|
|
272
272
|
pdfjs-open-in-app-button =
|
|
273
|
-
.title =
|
|
274
|
-
pdfjs-open-in-app-button-label =
|
|
273
|
+
.title = افتح في تطبيق
|
|
274
|
+
pdfjs-open-in-app-button-label = افتح في تطبيق
|
|
275
|
+
pdfjs-find-match-diacritics-checkbox-label = طابِق الحركات
|
|
275
276
|
pdfjs-scroll-page-button =
|
|
276
277
|
.title = Use Page Scrolling
|
|
277
278
|
pdfjs-scroll-page-button-label = Page Scrolling
|
|
278
279
|
pdfjs-current-outline-item-button =
|
|
279
280
|
.title = Find Current Outline Item
|
|
280
281
|
pdfjs-current-outline-item-button-label = Current Outline Item
|
|
281
|
-
pdfjs-find-match-diacritics-checkbox-label = Match Diacritics
|
|
282
282
|
pdfjs-find-match-count =
|
|
283
283
|
{ $total ->
|
|
284
284
|
[one] { $current } of { $total } match
|
|
@@ -388,8 +388,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
388
388
|
pdfjs-editor-highlight-button =
|
|
389
389
|
.title = Вылучэнне
|
|
390
390
|
pdfjs-editor-highlight-button-label = Вылучэнне
|
|
391
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
391
|
+
pdfjs-editor-free-highlight-thickness-input = Таўшчыня
|
|
392
392
|
pdfjs-editor-free-highlight-thickness-title =
|
|
393
|
-
.title =
|
|
393
|
+
.title = Змяняць таўшчыню пры вылучэнні іншых элементаў, акрамя тэксту
|
|
394
394
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
395
395
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -390,8 +390,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
390
390
|
pdfjs-editor-highlight-button =
|
|
391
391
|
.title = Zvýraznění
|
|
392
392
|
pdfjs-editor-highlight-button-label = Zvýraznění
|
|
393
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
393
|
+
pdfjs-editor-free-highlight-thickness-input = Tloušťka
|
|
394
394
|
pdfjs-editor-free-highlight-thickness-title =
|
|
395
|
-
.title =
|
|
395
|
+
.title = Změna tloušťky při zvýrazňování jiných položek než textu
|
|
396
396
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
397
397
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -394,8 +394,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
394
394
|
pdfjs-editor-highlight-button =
|
|
395
395
|
.title = Amlygu
|
|
396
396
|
pdfjs-editor-highlight-button-label = Amlygu
|
|
397
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
397
|
+
pdfjs-editor-free-highlight-thickness-input = Trwch
|
|
398
398
|
pdfjs-editor-free-highlight-thickness-title =
|
|
399
|
-
.title =
|
|
399
|
+
.title = Newid trwch wrth amlygu eitemau heblaw testun
|
|
400
400
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
401
401
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -362,8 +362,14 @@ pdfjs-editor-resizer-label-bottom-middle = Nederst i midten - tilpas størrelse
|
|
|
362
362
|
pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne - tilpas størrelse
|
|
363
363
|
pdfjs-editor-resizer-label-middle-left = Midten til venstre — tilpas størrelse
|
|
364
364
|
|
|
365
|
+
pdfjs-editor-highlight-button =
|
|
366
|
+
.title = Fremhæv
|
|
367
|
+
pdfjs-editor-highlight-button-label = Fremhæv
|
|
365
368
|
pdfjs-editor-remove-highlight-button =
|
|
366
369
|
.title = Fjern fremhævning
|
|
370
|
+
pdfjs-editor-free-highlight-thickness-input = Tykkelse
|
|
371
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
372
|
+
.title = Ændr tykkelse, når andre elementer end tekst fremhæves
|
|
367
373
|
pdfjs-editor-highlight-colorpicker-label = Fremhævningsfarve
|
|
368
374
|
pdfjs-editor-colorpicker-button =
|
|
369
375
|
.title = Skift farve
|
|
@@ -379,11 +385,5 @@ pdfjs-editor-colorpicker-pink =
|
|
|
379
385
|
.title = Lyserød
|
|
380
386
|
pdfjs-editor-colorpicker-red =
|
|
381
387
|
.title = Rød
|
|
382
|
-
pdfjs-editor-highlight-button =
|
|
383
|
-
.title = Highlight
|
|
384
|
-
pdfjs-editor-highlight-button-label = Highlight
|
|
385
|
-
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
386
|
-
pdfjs-editor-free-highlight-thickness-title =
|
|
387
|
-
.title = Change thickness when highlighting items other than text
|
|
388
388
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
389
389
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,9 +386,9 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Hervorheben
|
|
388
388
|
pdfjs-editor-highlight-button-label = Hervorheben
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Linienstärke
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Linienstärke beim Hervorheben anderer Elemente als Text ändern
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
394
394
|
|
|
@@ -390,8 +390,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
390
390
|
pdfjs-editor-highlight-button =
|
|
391
391
|
.title = Wuzwignuś
|
|
392
392
|
pdfjs-editor-highlight-button-label = Wuzwignuś
|
|
393
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
393
|
+
pdfjs-editor-free-highlight-thickness-input = Tłustosć
|
|
394
394
|
pdfjs-editor-free-highlight-thickness-title =
|
|
395
|
-
.title =
|
|
395
|
+
.title = Tłustosć změniś, gaž se zapiski wuzwiguju, kótarež tekst njejsu
|
|
396
396
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
397
397
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Επισήμανση
|
|
388
388
|
pdfjs-editor-highlight-button-label = Επισήμανση
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Πάχος
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Αλλαγή πάχους κατά την επισήμανση στοιχείων εκτός κειμένου
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -310,6 +310,21 @@ pdfjs-ink-canvas =
|
|
|
310
310
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
311
311
|
|
|
312
312
|
|
|
313
|
+
pdfjs-editor-highlight-colorpicker-label = Highlight colour
|
|
314
|
+
pdfjs-editor-colorpicker-button =
|
|
315
|
+
.title = Change colour
|
|
316
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
317
|
+
.aria-label = Colour choices
|
|
318
|
+
pdfjs-editor-colorpicker-yellow =
|
|
319
|
+
.title = Yellow
|
|
320
|
+
pdfjs-editor-colorpicker-green =
|
|
321
|
+
.title = Green
|
|
322
|
+
pdfjs-editor-colorpicker-blue =
|
|
323
|
+
.title = Blue
|
|
324
|
+
pdfjs-editor-colorpicker-pink =
|
|
325
|
+
.title = Pink
|
|
326
|
+
pdfjs-editor-colorpicker-red =
|
|
327
|
+
.title = Red
|
|
313
328
|
pdfjs-find-match-count =
|
|
314
329
|
{ $total ->
|
|
315
330
|
[one] { $current } of { $total } match
|
|
@@ -355,21 +370,6 @@ pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
|
|
|
355
370
|
pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
|
|
356
371
|
pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
|
|
357
372
|
pdfjs-editor-resizer-label-middle-left = Middle left — resize
|
|
358
|
-
pdfjs-editor-highlight-colorpicker-label = Highlight color
|
|
359
|
-
pdfjs-editor-colorpicker-button =
|
|
360
|
-
.title = Change color
|
|
361
|
-
pdfjs-editor-colorpicker-dropdown =
|
|
362
|
-
.aria-label = Color choices
|
|
363
|
-
pdfjs-editor-colorpicker-yellow =
|
|
364
|
-
.title = Yellow
|
|
365
|
-
pdfjs-editor-colorpicker-green =
|
|
366
|
-
.title = Green
|
|
367
|
-
pdfjs-editor-colorpicker-blue =
|
|
368
|
-
.title = Blue
|
|
369
|
-
pdfjs-editor-colorpicker-pink =
|
|
370
|
-
.title = Pink
|
|
371
|
-
pdfjs-editor-colorpicker-red =
|
|
372
|
-
.title = Red
|
|
373
373
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
374
374
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
375
375
|
|
|
@@ -348,8 +348,6 @@ pdfjs-editor-resizer-label-bottom-middle = Malsupra mezo — ŝanĝi grandon
|
|
|
348
348
|
pdfjs-editor-resizer-label-bottom-left = Malsupra maldekstra angulo — ŝanĝi grandon
|
|
349
349
|
pdfjs-editor-resizer-label-middle-left = Maldekstra mezo — ŝanĝi grandon
|
|
350
350
|
|
|
351
|
-
pdfjs-editor-remove-button =
|
|
352
|
-
.title = Forigi
|
|
353
351
|
pdfjs-editor-highlight-button =
|
|
354
352
|
.title = Elstarigi
|
|
355
353
|
pdfjs-editor-highlight-button-label = Elstarigi
|
|
@@ -361,6 +359,9 @@ pdfjs-editor-remove-stamp-button =
|
|
|
361
359
|
.title = Forigi bildon
|
|
362
360
|
pdfjs-editor-remove-highlight-button =
|
|
363
361
|
.title = Forigi elstaraĵon
|
|
362
|
+
pdfjs-editor-free-highlight-thickness-input = Dikeco
|
|
363
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
364
|
+
.title = Ŝanĝi dikecon dum elstarigo de netekstaj elementoj
|
|
364
365
|
pdfjs-editor-highlight-colorpicker-label = Elstarigi koloron
|
|
365
366
|
pdfjs-editor-colorpicker-button =
|
|
366
367
|
.title = Ŝanĝi koloron
|
|
@@ -376,8 +377,5 @@ pdfjs-editor-colorpicker-pink =
|
|
|
376
377
|
.title = Roza
|
|
377
378
|
pdfjs-editor-colorpicker-red =
|
|
378
379
|
.title = Ruĝa
|
|
379
|
-
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
380
|
-
pdfjs-editor-free-highlight-thickness-title =
|
|
381
|
-
.title = Change thickness when highlighting items other than text
|
|
382
380
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
383
381
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,9 +386,9 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Resaltar
|
|
388
388
|
pdfjs-editor-highlight-button-label = Resaltar
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Grosor
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Cambiar el grosor al resaltar elementos que no sean texto
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
394
394
|
|
|
@@ -386,9 +386,9 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Destacar
|
|
388
388
|
pdfjs-editor-highlight-button-label = Destacar
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Grosor
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Cambia el grosor al resaltar elementos que no sean texto
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
394
394
|
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Korostus
|
|
388
388
|
pdfjs-editor-highlight-button-label = Korostus
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Paksuus
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Muuta paksuutta korostaessasi muita kohteita kuin tekstiä
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -382,7 +382,7 @@ pdfjs-editor-colorpicker-red =
|
|
|
382
382
|
pdfjs-editor-highlight-button =
|
|
383
383
|
.title = Surligner
|
|
384
384
|
pdfjs-editor-highlight-button-label = Surligner
|
|
385
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
385
|
+
pdfjs-editor-free-highlight-thickness-input = Épaisseur
|
|
386
386
|
pdfjs-editor-free-highlight-thickness-title =
|
|
387
387
|
.title = Change thickness when highlighting items other than text
|
|
388
388
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
@@ -362,8 +362,14 @@ pdfjs-editor-resizer-label-bottom-middle = Bande inferiôr tal mieç — ridimen
|
|
|
362
362
|
pdfjs-editor-resizer-label-bottom-left = Cjanton in bas a çampe — ridimensione
|
|
363
363
|
pdfjs-editor-resizer-label-middle-left = Bande di çampe tal mieç — ridimensione
|
|
364
364
|
|
|
365
|
+
pdfjs-editor-highlight-button =
|
|
366
|
+
.title = Evidenzie
|
|
367
|
+
pdfjs-editor-highlight-button-label = Evidenzie
|
|
365
368
|
pdfjs-editor-remove-highlight-button =
|
|
366
369
|
.title = Gjave evidenziazion
|
|
370
|
+
pdfjs-editor-free-highlight-thickness-input = Spessôr
|
|
371
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
372
|
+
.title = Modifiche il spessôr de selezion pai elements che no son testuâi
|
|
367
373
|
pdfjs-editor-highlight-colorpicker-label = Colôr par evidenziâ
|
|
368
374
|
pdfjs-editor-colorpicker-button =
|
|
369
375
|
.title = Cambie colôr
|
|
@@ -379,11 +385,5 @@ pdfjs-editor-colorpicker-pink =
|
|
|
379
385
|
.title = Rose
|
|
380
386
|
pdfjs-editor-colorpicker-red =
|
|
381
387
|
.title = Ros
|
|
382
|
-
pdfjs-editor-highlight-button =
|
|
383
|
-
.title = Highlight
|
|
384
|
-
pdfjs-editor-highlight-button-label = Highlight
|
|
385
|
-
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
386
|
-
pdfjs-editor-free-highlight-thickness-title =
|
|
387
|
-
.title = Change thickness when highlighting items other than text
|
|
388
388
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
389
389
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Markearje
|
|
388
388
|
pdfjs-editor-highlight-button-label = Markearje
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Tsjokte
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Tsjokte wizigje by aksintuearring fan oare items as tekst
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = סימון
|
|
388
388
|
pdfjs-editor-highlight-button-label = סימון
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = עובי
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = שינוי עובי בעת הדגשת פריטים שאינם טקסט
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -390,8 +390,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
390
390
|
pdfjs-editor-highlight-button =
|
|
391
391
|
.title = Wuzběhnyć
|
|
392
392
|
pdfjs-editor-highlight-button-label = Wuzběhnyć
|
|
393
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
393
|
+
pdfjs-editor-free-highlight-thickness-input = Tołstosć
|
|
394
394
|
pdfjs-editor-free-highlight-thickness-title =
|
|
395
|
-
.title =
|
|
395
|
+
.title = Tołstosć změnić, hdyž so zapiski wuzběhuja, kotrež tekst njejsu
|
|
396
396
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
397
397
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Kiemelés
|
|
388
388
|
pdfjs-editor-highlight-button-label = Kiemelés
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Vastagság
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Vastagság módosítása, ha nem szöveges elemeket emel ki
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Evidentia
|
|
388
388
|
pdfjs-editor-highlight-button-label = Evidentia
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Spissor
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Cambiar spissor evidentiante elementos differente de texto
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Áherslulita
|
|
388
388
|
pdfjs-editor-highlight-button-label = Áherslulita
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Þykkt
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Breyta þykkt við áherslulitun annarra atriða en texta
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -391,9 +391,9 @@ pdfjs-editor-colorpicker-red =
|
|
|
391
391
|
pdfjs-editor-highlight-button =
|
|
392
392
|
.title = Evidenzia
|
|
393
393
|
pdfjs-editor-highlight-button-label = Evidenzia
|
|
394
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
394
|
+
pdfjs-editor-free-highlight-thickness-input = Spessore
|
|
395
395
|
pdfjs-editor-free-highlight-thickness-title =
|
|
396
|
-
.title =
|
|
396
|
+
.title = Modifica lo spessore della selezione per elementi non testuali
|
|
397
397
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
398
398
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
399
399
|
|
|
@@ -362,8 +362,14 @@ pdfjs-editor-resizer-label-bottom-middle = 下中央 — サイズ変更
|
|
|
362
362
|
pdfjs-editor-resizer-label-bottom-left = 左下隅 — サイズ変更
|
|
363
363
|
pdfjs-editor-resizer-label-middle-left = 左中央 — サイズ変更
|
|
364
364
|
|
|
365
|
+
pdfjs-editor-highlight-button =
|
|
366
|
+
.title = 強調します
|
|
367
|
+
pdfjs-editor-highlight-button-label = 強調
|
|
365
368
|
pdfjs-editor-remove-highlight-button =
|
|
366
369
|
.title = 強調を削除します
|
|
370
|
+
pdfjs-editor-free-highlight-thickness-input = 太さ
|
|
371
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
372
|
+
.title = テキスト以外のアイテムを強調する時の太さを変更します
|
|
367
373
|
pdfjs-editor-highlight-colorpicker-label = 強調色
|
|
368
374
|
pdfjs-editor-colorpicker-button =
|
|
369
375
|
.title = 色を変更します
|
|
@@ -379,11 +385,5 @@ pdfjs-editor-colorpicker-pink =
|
|
|
379
385
|
.title = ピンク色
|
|
380
386
|
pdfjs-editor-colorpicker-red =
|
|
381
387
|
.title = 赤色
|
|
382
|
-
pdfjs-editor-highlight-button =
|
|
383
|
-
.title = Highlight
|
|
384
|
-
pdfjs-editor-highlight-button-label = Highlight
|
|
385
|
-
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
386
|
-
pdfjs-editor-free-highlight-thickness-title =
|
|
387
|
-
.title = Change thickness when highlighting items other than text
|
|
388
388
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
389
389
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Ерекшелеу
|
|
388
388
|
pdfjs-editor-highlight-button-label = Ерекшелеу
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Қалыңдығы
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Мәтіннен басқа элементтерді ерекшелеу кезінде қалыңдықты өзгерту
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -378,8 +378,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
378
378
|
pdfjs-editor-highlight-button =
|
|
379
379
|
.title = 강조
|
|
380
380
|
pdfjs-editor-highlight-button-label = 강조
|
|
381
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
381
|
+
pdfjs-editor-free-highlight-thickness-input = 두께
|
|
382
382
|
pdfjs-editor-free-highlight-thickness-title =
|
|
383
|
-
.title =
|
|
383
|
+
.title = 텍스트 이외의 항목을 강조 표시할 때 두께 변경
|
|
384
384
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
385
385
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -383,10 +383,10 @@ pdfjs-editor-colorpicker-pink =
|
|
|
383
383
|
pdfjs-editor-colorpicker-red =
|
|
384
384
|
.title = Rød
|
|
385
385
|
|
|
386
|
+
pdfjs-editor-free-highlight-thickness-input = Tykkelse
|
|
386
387
|
pdfjs-editor-highlight-button =
|
|
387
388
|
.title = Highlight
|
|
388
389
|
pdfjs-editor-highlight-button-label = Highlight
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
391
|
.title = Change thickness when highlighting items other than text
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
@@ -386,9 +386,9 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Markeren
|
|
388
388
|
pdfjs-editor-highlight-button-label = Markeren
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Dikte
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Dikte wijzigen bij accentuering van andere items dan tekst
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
394
394
|
|
|
@@ -367,6 +367,7 @@ pdfjs-editor-highlight-button =
|
|
|
367
367
|
pdfjs-editor-highlight-button-label = ਹਾਈਲਾਈਟ
|
|
368
368
|
pdfjs-editor-remove-highlight-button =
|
|
369
369
|
.title = ਹਾਈਲਾਈਟ ਨੂੰ ਹਟਾਓ
|
|
370
|
+
pdfjs-editor-free-highlight-thickness-input = ਮੋਟਾਈ
|
|
370
371
|
pdfjs-editor-highlight-colorpicker-label = ਹਾਈਟਲਾਈਟ ਦਾ ਰੰਗ
|
|
371
372
|
pdfjs-editor-colorpicker-button =
|
|
372
373
|
.title = ਰੰਗ ਨੂੰ ਬਦਲੋ
|
|
@@ -382,7 +383,6 @@ pdfjs-editor-colorpicker-pink =
|
|
|
382
383
|
.title = ਗੁਲਾਬੀ
|
|
383
384
|
pdfjs-editor-colorpicker-red =
|
|
384
385
|
.title = ਲਾਲ
|
|
385
|
-
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
386
386
|
pdfjs-editor-free-highlight-thickness-title =
|
|
387
387
|
.title = Change thickness when highlighting items other than text
|
|
388
388
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
@@ -388,8 +388,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
388
388
|
pdfjs-editor-highlight-button =
|
|
389
389
|
.title = Wyróżnij
|
|
390
390
|
pdfjs-editor-highlight-button-label = Wyróżnij
|
|
391
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
391
|
+
pdfjs-editor-free-highlight-thickness-input = Grubość
|
|
392
392
|
pdfjs-editor-free-highlight-thickness-title =
|
|
393
|
-
.title =
|
|
393
|
+
.title = Zmień grubość podczas wyróżniania elementów innych niż tekst
|
|
394
394
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
395
395
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,9 +386,9 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Destaque
|
|
388
388
|
pdfjs-editor-highlight-button-label = Destaque
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Espessura
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Mudar espessura ao destacar itens que não são texto
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
394
394
|
|
|
@@ -384,10 +384,10 @@ pdfjs-editor-colorpicker-red =
|
|
|
384
384
|
.title = Cotschen
|
|
385
385
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
|
-
.title =
|
|
388
|
-
pdfjs-editor-highlight-button-label =
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
387
|
+
.title = Marcar
|
|
388
|
+
pdfjs-editor-highlight-button-label = Marcar
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Grossezza
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Midar la grossezza cun relevar elements betg textuals
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -388,8 +388,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
388
388
|
pdfjs-editor-highlight-button =
|
|
389
389
|
.title = Выделение
|
|
390
390
|
pdfjs-editor-highlight-button-label = Выделение
|
|
391
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
391
|
+
pdfjs-editor-free-highlight-thickness-input = Толщина
|
|
392
392
|
pdfjs-editor-free-highlight-thickness-title =
|
|
393
|
-
.title =
|
|
393
|
+
.title = Изменить толщину при выделении элементов, кроме текста
|
|
394
394
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
395
395
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -390,8 +390,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
390
390
|
pdfjs-editor-highlight-button =
|
|
391
391
|
.title = Zvýrazniť
|
|
392
392
|
pdfjs-editor-highlight-button-label = Zvýrazniť
|
|
393
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
393
|
+
pdfjs-editor-free-highlight-thickness-input = Hrúbka
|
|
394
394
|
pdfjs-editor-free-highlight-thickness-title =
|
|
395
|
-
.title =
|
|
395
|
+
.title = Zmeňte hrúbku pre zvýrazňovanie iných položiek ako textu
|
|
396
396
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
397
397
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Markera
|
|
388
388
|
pdfjs-editor-highlight-button-label = Markera
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Tjocklek
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Ändra tjocklek när du markerar andra objekt än text
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -340,8 +340,9 @@ pdfjs-editor-resizer-label-bottom-middle = ตรงกลางด้านล
|
|
|
340
340
|
pdfjs-editor-resizer-label-bottom-left = มุมซ้ายล่าง — ปรับขนาด
|
|
341
341
|
pdfjs-editor-resizer-label-middle-left = ตรงกลางด้านซ้าย — ปรับขนาด
|
|
342
342
|
|
|
343
|
-
pdfjs-editor-
|
|
344
|
-
.title =
|
|
343
|
+
pdfjs-editor-highlight-button =
|
|
344
|
+
.title = เน้น
|
|
345
|
+
pdfjs-editor-highlight-button-label = เน้น
|
|
345
346
|
pdfjs-editor-remove-ink-button =
|
|
346
347
|
.title = เอาภาพวาดออก
|
|
347
348
|
pdfjs-editor-remove-freetext-button =
|
|
@@ -365,9 +366,6 @@ pdfjs-editor-colorpicker-pink =
|
|
|
365
366
|
.title = ชมพู
|
|
366
367
|
pdfjs-editor-colorpicker-red =
|
|
367
368
|
.title = แดง
|
|
368
|
-
pdfjs-editor-highlight-button =
|
|
369
|
-
.title = Highlight
|
|
370
|
-
pdfjs-editor-highlight-button-label = Highlight
|
|
371
369
|
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
372
370
|
pdfjs-editor-free-highlight-thickness-title =
|
|
373
371
|
.title = Change thickness when highlighting items other than text
|
|
@@ -386,8 +386,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
386
386
|
pdfjs-editor-highlight-button =
|
|
387
387
|
.title = Vurgula
|
|
388
388
|
pdfjs-editor-highlight-button-label = Vurgula
|
|
389
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
389
|
+
pdfjs-editor-free-highlight-thickness-input = Kalınlık
|
|
390
390
|
pdfjs-editor-free-highlight-thickness-title =
|
|
391
|
-
.title =
|
|
391
|
+
.title = Metin dışındaki öğeleri vurgularken kalınlığı değiştir
|
|
392
392
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
393
393
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -388,8 +388,8 @@ pdfjs-editor-colorpicker-red =
|
|
|
388
388
|
pdfjs-editor-highlight-button =
|
|
389
389
|
.title = Підсвітити
|
|
390
390
|
pdfjs-editor-highlight-button-label = Підсвітити
|
|
391
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
391
|
+
pdfjs-editor-free-highlight-thickness-input = Товщина
|
|
392
392
|
pdfjs-editor-free-highlight-thickness-title =
|
|
393
|
-
.title =
|
|
393
|
+
.title = Змінюйте товщину під час підсвічування елементів, крім тексту
|
|
394
394
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
395
395
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|