@4tw/vue-cli-plugin-pdfjs-viewer 1.3.1 → 1.5.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/README.md +0 -13
- package/assets/build/pdf.mjs +18151 -0
- package/assets/build/pdf.mjs.map +1 -0
- package/assets/build/pdf.sandbox.mjs +241 -0
- package/assets/build/pdf.sandbox.mjs.map +1 -0
- package/assets/build/pdf.worker.mjs +57171 -0
- package/assets/build/pdf.worker.mjs.map +1 -0
- package/assets/web/debugger.css +111 -0
- package/assets/web/debugger.mjs +623 -0
- package/assets/web/images/altText_add.svg +3 -0
- package/assets/web/images/altText_done.svg +3 -0
- package/assets/web/images/annotation-paperclip.svg +6 -0
- package/assets/web/images/annotation-pushpin.svg +7 -0
- package/assets/web/images/cursor-editorFreeText.svg +3 -0
- package/assets/web/images/cursor-editorInk.svg +4 -0
- package/assets/web/images/editor-toolbar-delete.svg +5 -0
- package/assets/web/images/findbarButton-next.svg +3 -4
- package/assets/web/images/findbarButton-previous.svg +3 -4
- package/assets/web/images/gv-toolbarButton-download.svg +3 -0
- package/assets/web/images/gv-toolbarButton-openinapp.svg +11 -0
- package/assets/web/images/secondaryToolbarButton-documentProperties.svg +3 -15
- package/assets/web/images/secondaryToolbarButton-firstPage.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-handTool.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-lastPage.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-rotateCcw.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-rotateCw.svg +3 -4
- package/assets/web/images/secondaryToolbarButton-scrollHorizontal.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-scrollPage.svg +3 -0
- package/assets/web/images/secondaryToolbarButton-scrollVertical.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-scrollWrapped.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-selectTool.svg +3 -4
- package/assets/web/images/secondaryToolbarButton-spreadEven.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-spreadNone.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-spreadOdd.svg +3 -1
- package/assets/web/images/toolbarButton-bookmark.svg +3 -1
- package/assets/web/images/toolbarButton-currentOutlineItem.svg +3 -1
- package/assets/web/images/toolbarButton-download.svg +4 -4
- package/assets/web/images/toolbarButton-editorFreeText.svg +3 -0
- package/assets/web/images/toolbarButton-editorHighlight.svg +6 -0
- package/assets/web/images/toolbarButton-editorInk.svg +4 -0
- package/assets/web/images/toolbarButton-editorStamp.svg +8 -0
- package/assets/web/images/toolbarButton-menuArrow.svg +3 -1
- package/assets/web/images/toolbarButton-openFile.svg +3 -4
- package/assets/web/images/toolbarButton-pageDown.svg +3 -7
- package/assets/web/images/toolbarButton-pageUp.svg +3 -12
- package/assets/web/images/toolbarButton-presentationMode.svg +3 -1
- package/assets/web/images/toolbarButton-print.svg +3 -4
- package/assets/web/images/toolbarButton-search.svg +3 -4
- package/assets/web/images/toolbarButton-secondaryToolbarToggle.svg +3 -4
- package/assets/web/images/toolbarButton-sidebarToggle.svg +3 -4
- package/assets/web/images/toolbarButton-viewAttachments.svg +3 -1
- package/assets/web/images/toolbarButton-viewLayers.svg +3 -1
- package/assets/web/images/toolbarButton-viewOutline.svg +3 -1
- package/assets/web/images/toolbarButton-viewThumbnail.svg +3 -4
- package/assets/web/images/toolbarButton-zoomIn.svg +3 -4
- package/assets/web/images/toolbarButton-zoomOut.svg +3 -4
- package/assets/web/locale/ach/viewer.ftl +225 -0
- package/assets/web/locale/af/viewer.ftl +212 -0
- package/assets/web/locale/an/viewer.ftl +257 -0
- package/assets/web/locale/ar/viewer.ftl +264 -0
- package/assets/web/locale/ast/viewer.ftl +201 -0
- package/assets/web/locale/az/viewer.ftl +257 -0
- package/assets/web/locale/be/viewer.ftl +386 -0
- package/assets/web/locale/bg/viewer.ftl +247 -0
- package/assets/web/locale/bn/viewer.ftl +247 -0
- package/assets/web/locale/bo/viewer.ftl +247 -0
- package/assets/web/locale/br/viewer.ftl +291 -0
- package/assets/web/locale/brx/viewer.ftl +218 -0
- package/assets/web/locale/bs/viewer.ftl +223 -0
- package/assets/web/locale/ca/viewer.ftl +299 -0
- package/assets/web/locale/cak/viewer.ftl +291 -0
- package/assets/web/locale/ckb/viewer.ftl +242 -0
- package/assets/web/locale/cs/viewer.ftl +388 -0
- package/assets/web/locale/cy/viewer.ftl +392 -0
- package/assets/web/locale/da/viewer.ftl +363 -0
- package/assets/web/locale/de/viewer.ftl +384 -0
- package/assets/web/locale/dsb/viewer.ftl +388 -0
- package/assets/web/locale/el/viewer.ftl +384 -0
- package/assets/web/locale/en-CA/viewer.ftl +311 -0
- package/assets/web/locale/en-GB/viewer.ftl +384 -0
- package/assets/web/locale/en-US/viewer.ftl +411 -0
- package/assets/web/locale/eo/viewer.ftl +349 -0
- package/assets/web/locale/es-AR/viewer.ftl +384 -0
- package/assets/web/locale/es-CL/viewer.ftl +384 -0
- package/assets/web/locale/es-ES/viewer.ftl +384 -0
- package/assets/web/locale/es-MX/viewer.ftl +299 -0
- package/assets/web/locale/et/viewer.ftl +268 -0
- package/assets/web/locale/eu/viewer.ftl +349 -0
- package/assets/web/locale/fa/viewer.ftl +246 -0
- package/assets/web/locale/ff/viewer.ftl +247 -0
- package/assets/web/locale/fi/viewer.ftl +384 -0
- package/assets/web/locale/fr/viewer.ftl +380 -0
- package/assets/web/locale/fur/viewer.ftl +363 -0
- package/assets/web/locale/fy-NL/viewer.ftl +384 -0
- package/assets/web/locale/ga-IE/viewer.ftl +213 -0
- package/assets/web/locale/gd/viewer.ftl +299 -0
- package/assets/web/locale/gl/viewer.ftl +347 -0
- package/assets/web/locale/gn/viewer.ftl +384 -0
- package/assets/web/locale/gu-IN/viewer.ftl +247 -0
- package/assets/web/locale/he/viewer.ftl +384 -0
- package/assets/web/locale/hi-IN/viewer.ftl +253 -0
- package/assets/web/locale/hr/viewer.ftl +279 -0
- package/assets/web/locale/hsb/viewer.ftl +388 -0
- package/assets/web/locale/hu/viewer.ftl +384 -0
- package/assets/web/locale/hy-AM/viewer.ftl +251 -0
- package/assets/web/locale/hye/viewer.ftl +268 -0
- package/assets/web/locale/ia/viewer.ftl +384 -0
- package/assets/web/locale/id/viewer.ftl +293 -0
- package/assets/web/locale/is/viewer.ftl +384 -0
- package/assets/web/locale/it/viewer.ftl +389 -0
- package/assets/web/locale/ja/viewer.ftl +363 -0
- package/assets/web/locale/ka/viewer.ftl +351 -0
- package/assets/web/locale/kab/viewer.ftl +337 -0
- package/assets/web/locale/kk/viewer.ftl +384 -0
- package/assets/web/locale/km/viewer.ftl +223 -0
- package/assets/web/locale/kn/viewer.ftl +213 -0
- package/assets/web/locale/ko/viewer.ftl +376 -0
- package/assets/web/locale/lij/viewer.ftl +247 -0
- package/assets/web/locale/lo/viewer.ftl +299 -0
- package/assets/web/locale/locale.json +1 -0
- package/assets/web/locale/lt/viewer.ftl +268 -0
- package/assets/web/locale/ltg/viewer.ftl +246 -0
- package/assets/web/locale/lv/viewer.ftl +247 -0
- package/assets/web/locale/meh/viewer.ftl +87 -0
- package/assets/web/locale/mk/viewer.ftl +215 -0
- package/assets/web/locale/mr/viewer.ftl +239 -0
- package/assets/web/locale/ms/viewer.ftl +247 -0
- package/assets/web/locale/my/viewer.ftl +206 -0
- package/assets/web/locale/nb-NO/viewer.ftl +384 -0
- package/assets/web/locale/ne-NP/viewer.ftl +234 -0
- package/assets/web/locale/nl/viewer.ftl +384 -0
- package/assets/web/locale/nn-NO/viewer.ftl +343 -0
- package/assets/web/locale/oc/viewer.ftl +318 -0
- package/assets/web/locale/pa-IN/viewer.ftl +363 -0
- package/assets/web/locale/pl/viewer.ftl +386 -0
- package/assets/web/locale/pt-BR/viewer.ftl +384 -0
- package/assets/web/locale/pt-PT/viewer.ftl +349 -0
- package/assets/web/locale/rm/viewer.ftl +384 -0
- package/assets/web/locale/ro/viewer.ftl +251 -0
- package/assets/web/locale/ru/viewer.ftl +386 -0
- package/assets/web/locale/sat/viewer.ftl +311 -0
- package/assets/web/locale/sc/viewer.ftl +290 -0
- package/assets/web/locale/scn/viewer.ftl +74 -0
- package/assets/web/locale/sco/viewer.ftl +264 -0
- package/assets/web/locale/si/viewer.ftl +253 -0
- package/assets/web/locale/sk/viewer.ftl +388 -0
- package/assets/web/locale/skr/viewer.ftl +305 -0
- package/assets/web/locale/sl/viewer.ftl +388 -0
- package/assets/web/locale/son/viewer.ftl +206 -0
- package/assets/web/locale/sq/viewer.ftl +375 -0
- package/assets/web/locale/sr/viewer.ftl +299 -0
- package/assets/web/locale/sv-SE/viewer.ftl +384 -0
- package/assets/web/locale/szl/viewer.ftl +257 -0
- package/assets/web/locale/ta/viewer.ftl +223 -0
- package/assets/web/locale/te/viewer.ftl +239 -0
- package/assets/web/locale/tg/viewer.ftl +384 -0
- package/assets/web/locale/th/viewer.ftl +341 -0
- package/assets/web/locale/tl/viewer.ftl +257 -0
- package/assets/web/locale/tr/viewer.ftl +384 -0
- package/assets/web/locale/trs/viewer.ftl +197 -0
- package/assets/web/locale/uk/viewer.ftl +386 -0
- package/assets/web/locale/ur/viewer.ftl +248 -0
- package/assets/web/locale/uz/viewer.ftl +187 -0
- package/assets/web/locale/vi/viewer.ftl +376 -0
- package/assets/web/locale/wo/viewer.ftl +127 -0
- package/assets/web/locale/xh/viewer.ftl +212 -0
- package/assets/web/locale/zh-CN/viewer.ftl +376 -0
- package/assets/web/locale/zh-TW/viewer.ftl +376 -0
- package/assets/web/standard_fonts/FoxitDingbats.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixed.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixedBold.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixedBoldItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixedItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerif.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerifBold.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerifBoldItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerifItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSymbol.pfb +0 -0
- package/assets/web/standard_fonts/LICENSE_FOXIT +27 -0
- package/assets/web/standard_fonts/LICENSE_LIBERATION +102 -0
- package/assets/web/standard_fonts/LiberationSans-Bold.ttf +0 -0
- package/assets/web/standard_fonts/LiberationSans-BoldItalic.ttf +0 -0
- package/assets/web/standard_fonts/LiberationSans-Italic.ttf +0 -0
- package/assets/web/standard_fonts/LiberationSans-Regular.ttf +0 -0
- package/assets/web/viewer.css +3294 -1914
- package/assets/web/viewer.html +313 -221
- package/assets/web/viewer.mjs +15114 -0
- package/assets/web/viewer.mjs.map +1 -0
- package/package.json +6 -3
- package/assets/build/pdf.js +0 -14827
- package/assets/build/pdf.js.map +0 -1
- package/assets/build/pdf.worker.js +0 -65293
- package/assets/build/pdf.worker.js.map +0 -1
- package/assets/web/custom.css +0 -0
- package/assets/web/debugger.js +0 -614
- package/assets/web/images/grab.cur +0 -0
- package/assets/web/images/grabbing.cur +0 -0
- package/assets/web/images/loading-dark.svg +0 -24
- package/assets/web/images/shadow.png +0 -0
- package/assets/web/locale/ach/viewer.properties +0 -205
- package/assets/web/locale/af/viewer.properties +0 -182
- package/assets/web/locale/an/viewer.properties +0 -250
- package/assets/web/locale/ar/viewer.properties +0 -250
- package/assets/web/locale/ast/viewer.properties +0 -140
- package/assets/web/locale/az/viewer.properties +0 -250
- package/assets/web/locale/be/viewer.properties +0 -252
- package/assets/web/locale/bg/viewer.properties +0 -240
- package/assets/web/locale/bn/viewer.properties +0 -244
- package/assets/web/locale/bo/viewer.properties +0 -243
- package/assets/web/locale/br/viewer.properties +0 -248
- package/assets/web/locale/brx/viewer.properties +0 -209
- package/assets/web/locale/bs/viewer.properties +0 -199
- package/assets/web/locale/ca/viewer.properties +0 -252
- package/assets/web/locale/cak/viewer.properties +0 -252
- package/assets/web/locale/ckb/viewer.properties +0 -240
- package/assets/web/locale/cs/viewer.properties +0 -252
- package/assets/web/locale/cy/viewer.properties +0 -252
- package/assets/web/locale/da/viewer.properties +0 -252
- package/assets/web/locale/de/viewer.properties +0 -252
- package/assets/web/locale/dsb/viewer.properties +0 -252
- package/assets/web/locale/el/viewer.properties +0 -252
- package/assets/web/locale/en-CA/viewer.properties +0 -252
- package/assets/web/locale/en-GB/viewer.properties +0 -252
- package/assets/web/locale/en-US/viewer.properties +0 -248
- package/assets/web/locale/eo/viewer.properties +0 -252
- package/assets/web/locale/es-AR/viewer.properties +0 -252
- package/assets/web/locale/es-CL/viewer.properties +0 -252
- package/assets/web/locale/es-ES/viewer.properties +0 -252
- package/assets/web/locale/es-MX/viewer.properties +0 -250
- package/assets/web/locale/et/viewer.properties +0 -244
- package/assets/web/locale/eu/viewer.properties +0 -252
- package/assets/web/locale/fa/viewer.properties +0 -221
- package/assets/web/locale/ff/viewer.properties +0 -240
- package/assets/web/locale/fi/viewer.properties +0 -252
- package/assets/web/locale/fr/viewer.properties +0 -252
- package/assets/web/locale/fy-NL/viewer.properties +0 -252
- package/assets/web/locale/ga-IE/viewer.properties +0 -182
- package/assets/web/locale/gd/viewer.properties +0 -244
- package/assets/web/locale/gl/viewer.properties +0 -252
- package/assets/web/locale/gn/viewer.properties +0 -252
- package/assets/web/locale/gu-IN/viewer.properties +0 -240
- package/assets/web/locale/he/viewer.properties +0 -252
- package/assets/web/locale/hi-IN/viewer.properties +0 -242
- package/assets/web/locale/hr/viewer.properties +0 -252
- package/assets/web/locale/hsb/viewer.properties +0 -252
- package/assets/web/locale/hu/viewer.properties +0 -252
- package/assets/web/locale/hy-AM/viewer.properties +0 -246
- package/assets/web/locale/hye/viewer.properties +0 -252
- package/assets/web/locale/ia/viewer.properties +0 -252
- package/assets/web/locale/id/viewer.properties +0 -252
- package/assets/web/locale/is/viewer.properties +0 -237
- package/assets/web/locale/it/viewer.properties +0 -196
- package/assets/web/locale/ja/viewer.properties +0 -252
- package/assets/web/locale/ka/viewer.properties +0 -252
- package/assets/web/locale/kab/viewer.properties +0 -252
- package/assets/web/locale/kk/viewer.properties +0 -252
- package/assets/web/locale/km/viewer.properties +0 -215
- package/assets/web/locale/kn/viewer.properties +0 -191
- package/assets/web/locale/ko/viewer.properties +0 -252
- package/assets/web/locale/lij/viewer.properties +0 -240
- package/assets/web/locale/lo/viewer.properties +0 -151
- package/assets/web/locale/locale.properties +0 -315
- package/assets/web/locale/lt/viewer.properties +0 -252
- package/assets/web/locale/ltg/viewer.properties +0 -218
- package/assets/web/locale/lv/viewer.properties +0 -240
- package/assets/web/locale/meh/viewer.properties +0 -111
- package/assets/web/locale/mk/viewer.properties +0 -143
- package/assets/web/locale/mr/viewer.properties +0 -236
- package/assets/web/locale/ms/viewer.properties +0 -240
- package/assets/web/locale/my/viewer.properties +0 -196
- package/assets/web/locale/nb-NO/viewer.properties +0 -252
- package/assets/web/locale/ne-NP/viewer.properties +0 -182
- package/assets/web/locale/nl/viewer.properties +0 -252
- package/assets/web/locale/nn-NO/viewer.properties +0 -252
- package/assets/web/locale/oc/viewer.properties +0 -252
- package/assets/web/locale/pa-IN/viewer.properties +0 -252
- package/assets/web/locale/pl/viewer.properties +0 -252
- package/assets/web/locale/pt-BR/viewer.properties +0 -252
- package/assets/web/locale/pt-PT/viewer.properties +0 -252
- package/assets/web/locale/rm/viewer.properties +0 -252
- package/assets/web/locale/ro/viewer.properties +0 -246
- package/assets/web/locale/ru/viewer.properties +0 -252
- package/assets/web/locale/scn/viewer.properties +0 -101
- package/assets/web/locale/si/viewer.properties +0 -206
- package/assets/web/locale/sk/viewer.properties +0 -252
- package/assets/web/locale/sl/viewer.properties +0 -252
- package/assets/web/locale/son/viewer.properties +0 -178
- package/assets/web/locale/sq/viewer.properties +0 -243
- package/assets/web/locale/sr/viewer.properties +0 -252
- package/assets/web/locale/sv-SE/viewer.properties +0 -253
- package/assets/web/locale/szl/viewer.properties +0 -250
- package/assets/web/locale/ta/viewer.properties +0 -199
- package/assets/web/locale/te/viewer.properties +0 -224
- package/assets/web/locale/th/viewer.properties +0 -252
- package/assets/web/locale/tl/viewer.properties +0 -250
- package/assets/web/locale/tr/viewer.properties +0 -252
- package/assets/web/locale/trs/viewer.properties +0 -212
- package/assets/web/locale/uk/viewer.properties +0 -252
- package/assets/web/locale/ur/viewer.properties +0 -240
- package/assets/web/locale/uz/viewer.properties +0 -167
- package/assets/web/locale/vi/viewer.properties +0 -252
- package/assets/web/locale/wo/viewer.properties +0 -123
- package/assets/web/locale/xh/viewer.properties +0 -182
- package/assets/web/locale/zh-CN/viewer.properties +0 -252
- package/assets/web/locale/zh-TW/viewer.properties +0 -252
- package/assets/web/viewer.js +0 -15117
- package/assets/web/viewer.js.map +0 -1
|
@@ -0,0 +1,388 @@
|
|
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
3
|
+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Main toolbar buttons (tooltips and alt text for images)
|
|
7
|
+
|
|
8
|
+
pdfjs-previous-button =
|
|
9
|
+
.title = Predchádzajúca strana
|
|
10
|
+
pdfjs-previous-button-label = Predchádzajúca
|
|
11
|
+
pdfjs-next-button =
|
|
12
|
+
.title = Nasledujúca strana
|
|
13
|
+
pdfjs-next-button-label = Nasledujúca
|
|
14
|
+
# .title: Tooltip for the pageNumber input.
|
|
15
|
+
pdfjs-page-input =
|
|
16
|
+
.title = Strana
|
|
17
|
+
# Variables:
|
|
18
|
+
# $pagesCount (Number) - the total number of pages in the document
|
|
19
|
+
# This string follows an input field with the number of the page currently displayed.
|
|
20
|
+
pdfjs-of-pages = z { $pagesCount }
|
|
21
|
+
# Variables:
|
|
22
|
+
# $pageNumber (Number) - the currently visible page
|
|
23
|
+
# $pagesCount (Number) - the total number of pages in the document
|
|
24
|
+
pdfjs-page-of-pages = ({ $pageNumber } z { $pagesCount })
|
|
25
|
+
pdfjs-zoom-out-button =
|
|
26
|
+
.title = Zmenšiť veľkosť
|
|
27
|
+
pdfjs-zoom-out-button-label = Zmenšiť veľkosť
|
|
28
|
+
pdfjs-zoom-in-button =
|
|
29
|
+
.title = Zväčšiť veľkosť
|
|
30
|
+
pdfjs-zoom-in-button-label = Zväčšiť veľkosť
|
|
31
|
+
pdfjs-zoom-select =
|
|
32
|
+
.title = Nastavenie veľkosti
|
|
33
|
+
pdfjs-presentation-mode-button =
|
|
34
|
+
.title = Prepnúť na režim prezentácie
|
|
35
|
+
pdfjs-presentation-mode-button-label = Režim prezentácie
|
|
36
|
+
pdfjs-open-file-button =
|
|
37
|
+
.title = Otvoriť súbor
|
|
38
|
+
pdfjs-open-file-button-label = Otvoriť
|
|
39
|
+
pdfjs-print-button =
|
|
40
|
+
.title = Tlačiť
|
|
41
|
+
pdfjs-print-button-label = Tlačiť
|
|
42
|
+
pdfjs-save-button =
|
|
43
|
+
.title = Uložiť
|
|
44
|
+
pdfjs-save-button-label = Uložiť
|
|
45
|
+
# Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
|
|
46
|
+
pdfjs-download-button =
|
|
47
|
+
.title = Stiahnuť
|
|
48
|
+
# Used in Firefox for Android as a label for the download button (“download” is a verb).
|
|
49
|
+
# Length of the translation matters since we are in a mobile context, with limited screen estate.
|
|
50
|
+
pdfjs-download-button-label = Stiahnuť
|
|
51
|
+
pdfjs-bookmark-button =
|
|
52
|
+
.title = Aktuálna stránka (zobraziť adresu URL z aktuálnej stránky)
|
|
53
|
+
pdfjs-bookmark-button-label = Aktuálna stránka
|
|
54
|
+
# Used in Firefox for Android.
|
|
55
|
+
pdfjs-open-in-app-button =
|
|
56
|
+
.title = Otvoriť v aplikácii
|
|
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 = Otvoriť v aplikácii
|
|
60
|
+
|
|
61
|
+
## Secondary toolbar and context menu
|
|
62
|
+
|
|
63
|
+
pdfjs-tools-button =
|
|
64
|
+
.title = Nástroje
|
|
65
|
+
pdfjs-tools-button-label = Nástroje
|
|
66
|
+
pdfjs-first-page-button =
|
|
67
|
+
.title = Prejsť na prvú stranu
|
|
68
|
+
pdfjs-first-page-button-label = Prejsť na prvú stranu
|
|
69
|
+
pdfjs-last-page-button =
|
|
70
|
+
.title = Prejsť na poslednú stranu
|
|
71
|
+
pdfjs-last-page-button-label = Prejsť na poslednú stranu
|
|
72
|
+
pdfjs-page-rotate-cw-button =
|
|
73
|
+
.title = Otočiť v smere hodinových ručičiek
|
|
74
|
+
pdfjs-page-rotate-cw-button-label = Otočiť v smere hodinových ručičiek
|
|
75
|
+
pdfjs-page-rotate-ccw-button =
|
|
76
|
+
.title = Otočiť proti smeru hodinových ručičiek
|
|
77
|
+
pdfjs-page-rotate-ccw-button-label = Otočiť proti smeru hodinových ručičiek
|
|
78
|
+
pdfjs-cursor-text-select-tool-button =
|
|
79
|
+
.title = Povoliť výber textu
|
|
80
|
+
pdfjs-cursor-text-select-tool-button-label = Výber textu
|
|
81
|
+
pdfjs-cursor-hand-tool-button =
|
|
82
|
+
.title = Povoliť nástroj ruka
|
|
83
|
+
pdfjs-cursor-hand-tool-button-label = Nástroj ruka
|
|
84
|
+
pdfjs-scroll-page-button =
|
|
85
|
+
.title = Použiť rolovanie po stránkach
|
|
86
|
+
pdfjs-scroll-page-button-label = Rolovanie po stránkach
|
|
87
|
+
pdfjs-scroll-vertical-button =
|
|
88
|
+
.title = Používať zvislé posúvanie
|
|
89
|
+
pdfjs-scroll-vertical-button-label = Zvislé posúvanie
|
|
90
|
+
pdfjs-scroll-horizontal-button =
|
|
91
|
+
.title = Používať vodorovné posúvanie
|
|
92
|
+
pdfjs-scroll-horizontal-button-label = Vodorovné posúvanie
|
|
93
|
+
pdfjs-scroll-wrapped-button =
|
|
94
|
+
.title = Použiť postupné posúvanie
|
|
95
|
+
pdfjs-scroll-wrapped-button-label = Postupné posúvanie
|
|
96
|
+
pdfjs-spread-none-button =
|
|
97
|
+
.title = Nezdružovať stránky
|
|
98
|
+
pdfjs-spread-none-button-label = Žiadne združovanie
|
|
99
|
+
pdfjs-spread-odd-button =
|
|
100
|
+
.title = Združí stránky a umiestni nepárne stránky vľavo
|
|
101
|
+
pdfjs-spread-odd-button-label = Združiť stránky (nepárne vľavo)
|
|
102
|
+
pdfjs-spread-even-button =
|
|
103
|
+
.title = Združí stránky a umiestni párne stránky vľavo
|
|
104
|
+
pdfjs-spread-even-button-label = Združiť stránky (párne vľavo)
|
|
105
|
+
|
|
106
|
+
## Document properties dialog
|
|
107
|
+
|
|
108
|
+
pdfjs-document-properties-button =
|
|
109
|
+
.title = Vlastnosti dokumentu…
|
|
110
|
+
pdfjs-document-properties-button-label = Vlastnosti dokumentu…
|
|
111
|
+
pdfjs-document-properties-file-name = Názov súboru:
|
|
112
|
+
pdfjs-document-properties-file-size = Veľkosť súboru:
|
|
113
|
+
# Variables:
|
|
114
|
+
# $size_kb (Number) - the PDF file size in kilobytes
|
|
115
|
+
# $size_b (Number) - the PDF file size in bytes
|
|
116
|
+
pdfjs-document-properties-kb = { $size_kb } kB ({ $size_b } bajtov)
|
|
117
|
+
# Variables:
|
|
118
|
+
# $size_mb (Number) - the PDF file size in megabytes
|
|
119
|
+
# $size_b (Number) - the PDF file size in bytes
|
|
120
|
+
pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bajtov)
|
|
121
|
+
pdfjs-document-properties-title = Názov:
|
|
122
|
+
pdfjs-document-properties-author = Autor:
|
|
123
|
+
pdfjs-document-properties-subject = Predmet:
|
|
124
|
+
pdfjs-document-properties-keywords = Kľúčové slová:
|
|
125
|
+
pdfjs-document-properties-creation-date = Dátum vytvorenia:
|
|
126
|
+
pdfjs-document-properties-modification-date = Dátum úpravy:
|
|
127
|
+
# Variables:
|
|
128
|
+
# $date (Date) - the creation/modification date of the PDF file
|
|
129
|
+
# $time (Time) - the creation/modification time of the PDF file
|
|
130
|
+
pdfjs-document-properties-date-string = { $date }, { $time }
|
|
131
|
+
pdfjs-document-properties-creator = Vytvoril:
|
|
132
|
+
pdfjs-document-properties-producer = Tvorca PDF:
|
|
133
|
+
pdfjs-document-properties-version = Verzia PDF:
|
|
134
|
+
pdfjs-document-properties-page-count = Počet strán:
|
|
135
|
+
pdfjs-document-properties-page-size = Veľkosť stránky:
|
|
136
|
+
pdfjs-document-properties-page-size-unit-inches = in
|
|
137
|
+
pdfjs-document-properties-page-size-unit-millimeters = mm
|
|
138
|
+
pdfjs-document-properties-page-size-orientation-portrait = na výšku
|
|
139
|
+
pdfjs-document-properties-page-size-orientation-landscape = na šírku
|
|
140
|
+
pdfjs-document-properties-page-size-name-a-three = A3
|
|
141
|
+
pdfjs-document-properties-page-size-name-a-four = A4
|
|
142
|
+
pdfjs-document-properties-page-size-name-letter = List
|
|
143
|
+
pdfjs-document-properties-page-size-name-legal = Legal
|
|
144
|
+
|
|
145
|
+
## Variables:
|
|
146
|
+
## $width (Number) - the width of the (current) page
|
|
147
|
+
## $height (Number) - the height of the (current) page
|
|
148
|
+
## $unit (String) - the unit of measurement of the (current) page
|
|
149
|
+
## $name (String) - the name of the (current) page
|
|
150
|
+
## $orientation (String) - the orientation of the (current) page
|
|
151
|
+
|
|
152
|
+
pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
|
|
153
|
+
pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
|
|
154
|
+
|
|
155
|
+
##
|
|
156
|
+
|
|
157
|
+
# The linearization status of the document; usually called "Fast Web View" in
|
|
158
|
+
# English locales of Adobe software.
|
|
159
|
+
pdfjs-document-properties-linearized = Rýchle Web View:
|
|
160
|
+
pdfjs-document-properties-linearized-yes = Áno
|
|
161
|
+
pdfjs-document-properties-linearized-no = Nie
|
|
162
|
+
pdfjs-document-properties-close-button = Zavrieť
|
|
163
|
+
|
|
164
|
+
## Print
|
|
165
|
+
|
|
166
|
+
pdfjs-print-progress-message = Príprava dokumentu na tlač…
|
|
167
|
+
# Variables:
|
|
168
|
+
# $progress (Number) - percent value
|
|
169
|
+
pdfjs-print-progress-percent = { $progress } %
|
|
170
|
+
pdfjs-print-progress-close-button = Zrušiť
|
|
171
|
+
pdfjs-printing-not-supported = Upozornenie: tlač nie je v tomto prehliadači plne podporovaná.
|
|
172
|
+
pdfjs-printing-not-ready = Upozornenie: súbor PDF nie je plne načítaný pre tlač.
|
|
173
|
+
|
|
174
|
+
## Tooltips and alt text for side panel toolbar buttons
|
|
175
|
+
|
|
176
|
+
pdfjs-toggle-sidebar-button =
|
|
177
|
+
.title = Prepnúť bočný panel
|
|
178
|
+
pdfjs-toggle-sidebar-notification-button =
|
|
179
|
+
.title = Prepnúť bočný panel (dokument obsahuje osnovu/prílohy/vrstvy)
|
|
180
|
+
pdfjs-toggle-sidebar-button-label = Prepnúť bočný panel
|
|
181
|
+
pdfjs-document-outline-button =
|
|
182
|
+
.title = Zobraziť osnovu dokumentu (dvojitým kliknutím rozbalíte/zbalíte všetky položky)
|
|
183
|
+
pdfjs-document-outline-button-label = Osnova dokumentu
|
|
184
|
+
pdfjs-attachments-button =
|
|
185
|
+
.title = Zobraziť prílohy
|
|
186
|
+
pdfjs-attachments-button-label = Prílohy
|
|
187
|
+
pdfjs-layers-button =
|
|
188
|
+
.title = Zobraziť vrstvy (dvojitým kliknutím uvediete všetky vrstvy do pôvodného stavu)
|
|
189
|
+
pdfjs-layers-button-label = Vrstvy
|
|
190
|
+
pdfjs-thumbs-button =
|
|
191
|
+
.title = Zobraziť miniatúry
|
|
192
|
+
pdfjs-thumbs-button-label = Miniatúry
|
|
193
|
+
pdfjs-current-outline-item-button =
|
|
194
|
+
.title = Nájsť aktuálnu položku v osnove
|
|
195
|
+
pdfjs-current-outline-item-button-label = Aktuálna položka v osnove
|
|
196
|
+
pdfjs-findbar-button =
|
|
197
|
+
.title = Hľadať v dokumente
|
|
198
|
+
pdfjs-findbar-button-label = Hľadať
|
|
199
|
+
pdfjs-additional-layers = Ďalšie vrstvy
|
|
200
|
+
|
|
201
|
+
## Thumbnails panel item (tooltip and alt text for images)
|
|
202
|
+
|
|
203
|
+
# Variables:
|
|
204
|
+
# $page (Number) - the page number
|
|
205
|
+
pdfjs-thumb-page-title =
|
|
206
|
+
.title = Strana { $page }
|
|
207
|
+
# Variables:
|
|
208
|
+
# $page (Number) - the page number
|
|
209
|
+
pdfjs-thumb-page-canvas =
|
|
210
|
+
.aria-label = Miniatúra strany { $page }
|
|
211
|
+
|
|
212
|
+
## Find panel button title and messages
|
|
213
|
+
|
|
214
|
+
pdfjs-find-input =
|
|
215
|
+
.title = Hľadať
|
|
216
|
+
.placeholder = Hľadať v dokumente…
|
|
217
|
+
pdfjs-find-previous-button =
|
|
218
|
+
.title = Vyhľadať predchádzajúci výskyt reťazca
|
|
219
|
+
pdfjs-find-previous-button-label = Predchádzajúce
|
|
220
|
+
pdfjs-find-next-button =
|
|
221
|
+
.title = Vyhľadať ďalší výskyt reťazca
|
|
222
|
+
pdfjs-find-next-button-label = Ďalšie
|
|
223
|
+
pdfjs-find-highlight-checkbox = Zvýrazniť všetky
|
|
224
|
+
pdfjs-find-match-case-checkbox-label = Rozlišovať veľkosť písmen
|
|
225
|
+
pdfjs-find-match-diacritics-checkbox-label = Rozlišovať diakritiku
|
|
226
|
+
pdfjs-find-entire-word-checkbox-label = Celé slová
|
|
227
|
+
pdfjs-find-reached-top = Bol dosiahnutý začiatok stránky, pokračuje sa od konca
|
|
228
|
+
pdfjs-find-reached-bottom = Bol dosiahnutý koniec stránky, pokračuje sa od začiatku
|
|
229
|
+
# Variables:
|
|
230
|
+
# $current (Number) - the index of the currently active find result
|
|
231
|
+
# $total (Number) - the total number of matches in the document
|
|
232
|
+
pdfjs-find-match-count =
|
|
233
|
+
{ $total ->
|
|
234
|
+
[one] Výskyt { $current } z { $total }
|
|
235
|
+
[few] Výskyt { $current } z { $total }
|
|
236
|
+
[many] Výskyt { $current } z { $total }
|
|
237
|
+
*[other] Výskyt { $current } z { $total }
|
|
238
|
+
}
|
|
239
|
+
# Variables:
|
|
240
|
+
# $limit (Number) - the maximum number of matches
|
|
241
|
+
pdfjs-find-match-count-limit =
|
|
242
|
+
{ $limit ->
|
|
243
|
+
[one] Viac ako { $limit } výskyt
|
|
244
|
+
[few] Viac ako { $limit } výskyty
|
|
245
|
+
[many] Viac ako { $limit } výskytov
|
|
246
|
+
*[other] Viac ako { $limit } výskytov
|
|
247
|
+
}
|
|
248
|
+
pdfjs-find-not-found = Výraz nebol nájdený
|
|
249
|
+
|
|
250
|
+
## Predefined zoom values
|
|
251
|
+
|
|
252
|
+
pdfjs-page-scale-width = Na šírku strany
|
|
253
|
+
pdfjs-page-scale-fit = Na veľkosť strany
|
|
254
|
+
pdfjs-page-scale-auto = Automatická veľkosť
|
|
255
|
+
pdfjs-page-scale-actual = Skutočná veľkosť
|
|
256
|
+
# Variables:
|
|
257
|
+
# $scale (Number) - percent value for page scale
|
|
258
|
+
pdfjs-page-scale-percent = { $scale } %
|
|
259
|
+
|
|
260
|
+
## PDF page
|
|
261
|
+
|
|
262
|
+
# Variables:
|
|
263
|
+
# $page (Number) - the page number
|
|
264
|
+
pdfjs-page-landmark =
|
|
265
|
+
.aria-label = Strana { $page }
|
|
266
|
+
|
|
267
|
+
## Loading indicator messages
|
|
268
|
+
|
|
269
|
+
pdfjs-loading-error = Počas načítavania dokumentu PDF sa vyskytla chyba.
|
|
270
|
+
pdfjs-invalid-file-error = Neplatný alebo poškodený súbor PDF.
|
|
271
|
+
pdfjs-missing-file-error = Chýbajúci súbor PDF.
|
|
272
|
+
pdfjs-unexpected-response-error = Neočakávaná odpoveď zo servera.
|
|
273
|
+
pdfjs-rendering-error = Pri vykresľovaní stránky sa vyskytla chyba.
|
|
274
|
+
|
|
275
|
+
## Annotations
|
|
276
|
+
|
|
277
|
+
# Variables:
|
|
278
|
+
# $date (Date) - the modification date of the annotation
|
|
279
|
+
# $time (Time) - the modification time of the annotation
|
|
280
|
+
pdfjs-annotation-date-string = { $date }, { $time }
|
|
281
|
+
# .alt: This is used as a tooltip.
|
|
282
|
+
# Variables:
|
|
283
|
+
# $type (String) - an annotation type from a list defined in the PDF spec
|
|
284
|
+
# (32000-1:2008 Table 169 – Annotation types).
|
|
285
|
+
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
286
|
+
pdfjs-text-annotation-type =
|
|
287
|
+
.alt = [Anotácia typu { $type }]
|
|
288
|
+
|
|
289
|
+
## Password
|
|
290
|
+
|
|
291
|
+
pdfjs-password-label = Ak chcete otvoriť tento súbor PDF, zadajte jeho heslo.
|
|
292
|
+
pdfjs-password-invalid = Heslo nie je platné. Skúste to znova.
|
|
293
|
+
pdfjs-password-ok-button = OK
|
|
294
|
+
pdfjs-password-cancel-button = Zrušiť
|
|
295
|
+
pdfjs-web-fonts-disabled = Webové písma sú vypnuté: nie je možné použiť písma vložené do súboru PDF.
|
|
296
|
+
|
|
297
|
+
## Editing
|
|
298
|
+
|
|
299
|
+
pdfjs-editor-free-text-button =
|
|
300
|
+
.title = Text
|
|
301
|
+
pdfjs-editor-free-text-button-label = Text
|
|
302
|
+
pdfjs-editor-ink-button =
|
|
303
|
+
.title = Kreslenie
|
|
304
|
+
pdfjs-editor-ink-button-label = Kresliť
|
|
305
|
+
pdfjs-editor-stamp-button =
|
|
306
|
+
.title = Pridať alebo upraviť obrázky
|
|
307
|
+
pdfjs-editor-stamp-button-label = Pridať alebo upraviť obrázky
|
|
308
|
+
pdfjs-editor-remove-button =
|
|
309
|
+
.title = Odstrániť
|
|
310
|
+
|
|
311
|
+
## Remove button for the various kind of editor.
|
|
312
|
+
|
|
313
|
+
pdfjs-editor-remove-ink-button =
|
|
314
|
+
.title = Odstrániť kresbu
|
|
315
|
+
pdfjs-editor-remove-freetext-button =
|
|
316
|
+
.title = Odstrániť text
|
|
317
|
+
pdfjs-editor-remove-stamp-button =
|
|
318
|
+
.title = Odstrániť obrázok
|
|
319
|
+
pdfjs-editor-remove-highlight-button =
|
|
320
|
+
.title = Odstrániť zvýraznenie
|
|
321
|
+
|
|
322
|
+
##
|
|
323
|
+
|
|
324
|
+
# Editor Parameters
|
|
325
|
+
pdfjs-editor-free-text-color-input = Farba
|
|
326
|
+
pdfjs-editor-free-text-size-input = Veľkosť
|
|
327
|
+
pdfjs-editor-ink-color-input = Farba
|
|
328
|
+
pdfjs-editor-ink-thickness-input = Hrúbka
|
|
329
|
+
pdfjs-editor-ink-opacity-input = Priehľadnosť
|
|
330
|
+
pdfjs-editor-stamp-add-image-button =
|
|
331
|
+
.title = Pridať obrázok
|
|
332
|
+
pdfjs-editor-stamp-add-image-button-label = Pridať obrázok
|
|
333
|
+
pdfjs-free-text =
|
|
334
|
+
.aria-label = Textový editor
|
|
335
|
+
pdfjs-free-text-default-content = Začnite písať…
|
|
336
|
+
pdfjs-ink =
|
|
337
|
+
.aria-label = Editor kreslenia
|
|
338
|
+
pdfjs-ink-canvas =
|
|
339
|
+
.aria-label = Obrázok vytvorený používateľom
|
|
340
|
+
|
|
341
|
+
## Alt-text dialog
|
|
342
|
+
|
|
343
|
+
# Alternative text (alt text) helps when people can't see the image.
|
|
344
|
+
pdfjs-editor-alt-text-button-label = Alternatívny text
|
|
345
|
+
pdfjs-editor-alt-text-edit-button-label = Upraviť alternatívny text
|
|
346
|
+
pdfjs-editor-alt-text-dialog-label = Vyberte možnosť
|
|
347
|
+
pdfjs-editor-alt-text-dialog-description = Alternatívny text (alt text) pomáha, keď ľudia obrázok nevidia alebo sa nenačítava.
|
|
348
|
+
pdfjs-editor-alt-text-add-description-label = Pridať popis
|
|
349
|
+
pdfjs-editor-alt-text-add-description-description = Zamerajte sa na 1-2 vety, ktoré popisujú predmet, prostredie alebo akcie.
|
|
350
|
+
pdfjs-editor-alt-text-mark-decorative-label = Označiť ako dekoratívny
|
|
351
|
+
pdfjs-editor-alt-text-mark-decorative-description = Používa sa na ozdobné obrázky, ako sú okraje alebo vodoznaky.
|
|
352
|
+
pdfjs-editor-alt-text-cancel-button = Zrušiť
|
|
353
|
+
pdfjs-editor-alt-text-save-button = Uložiť
|
|
354
|
+
pdfjs-editor-alt-text-decorative-tooltip = Označený ako dekoratívny
|
|
355
|
+
# .placeholder: This is a placeholder for the alt text input area
|
|
356
|
+
pdfjs-editor-alt-text-textarea =
|
|
357
|
+
.placeholder = Napríklad: „Mladý muž si sadá za stôl, aby sa najedol“
|
|
358
|
+
|
|
359
|
+
## Editor resizers
|
|
360
|
+
## This is used in an aria label to help to understand the role of the resizer.
|
|
361
|
+
|
|
362
|
+
pdfjs-editor-resizer-label-top-left = Ľavý horný roh – zmena veľkosti
|
|
363
|
+
pdfjs-editor-resizer-label-top-middle = Horný stred – zmena veľkosti
|
|
364
|
+
pdfjs-editor-resizer-label-top-right = Pravý horný roh – zmena veľkosti
|
|
365
|
+
pdfjs-editor-resizer-label-middle-right = Vpravo uprostred – zmena veľkosti
|
|
366
|
+
pdfjs-editor-resizer-label-bottom-right = Pravý dolný roh – zmena veľkosti
|
|
367
|
+
pdfjs-editor-resizer-label-bottom-middle = Stred dole – zmena veľkosti
|
|
368
|
+
pdfjs-editor-resizer-label-bottom-left = Ľavý dolný roh – zmena veľkosti
|
|
369
|
+
pdfjs-editor-resizer-label-middle-left = Vľavo uprostred – zmena veľkosti
|
|
370
|
+
|
|
371
|
+
## Color picker
|
|
372
|
+
|
|
373
|
+
# This means "Color used to highlight text"
|
|
374
|
+
pdfjs-editor-highlight-colorpicker-label = Farba zvýraznenia
|
|
375
|
+
pdfjs-editor-colorpicker-button =
|
|
376
|
+
.title = Zmeniť farbu
|
|
377
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
378
|
+
.aria-label = Výber farieb
|
|
379
|
+
pdfjs-editor-colorpicker-yellow =
|
|
380
|
+
.title = Žltá
|
|
381
|
+
pdfjs-editor-colorpicker-green =
|
|
382
|
+
.title = Zelená
|
|
383
|
+
pdfjs-editor-colorpicker-blue =
|
|
384
|
+
.title = Modrá
|
|
385
|
+
pdfjs-editor-colorpicker-pink =
|
|
386
|
+
.title = Ružová
|
|
387
|
+
pdfjs-editor-colorpicker-red =
|
|
388
|
+
.title = Červená
|
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
3
|
+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Main toolbar buttons (tooltips and alt text for images)
|
|
7
|
+
|
|
8
|
+
pdfjs-previous-button =
|
|
9
|
+
.title = پچھلا ورقہ
|
|
10
|
+
pdfjs-previous-button-label = پچھلا
|
|
11
|
+
pdfjs-next-button =
|
|
12
|
+
.title = اڳلا ورقہ
|
|
13
|
+
pdfjs-next-button-label = اڳلا
|
|
14
|
+
# .title: Tooltip for the pageNumber input.
|
|
15
|
+
pdfjs-page-input =
|
|
16
|
+
.title = ورقہ
|
|
17
|
+
# Variables:
|
|
18
|
+
# $pagesCount (Number) - the total number of pages in the document
|
|
19
|
+
# This string follows an input field with the number of the page currently displayed.
|
|
20
|
+
pdfjs-of-pages = { $pagesCount } دا
|
|
21
|
+
# Variables:
|
|
22
|
+
# $pageNumber (Number) - the currently visible page
|
|
23
|
+
# $pagesCount (Number) - the total number of pages in the document
|
|
24
|
+
pdfjs-page-of-pages = ({ $pageNumber } دا { $pagesCount })
|
|
25
|
+
pdfjs-zoom-out-button =
|
|
26
|
+
.title = زوم آؤٹ
|
|
27
|
+
pdfjs-zoom-out-button-label = زوم آؤٹ
|
|
28
|
+
pdfjs-zoom-in-button =
|
|
29
|
+
.title = زوم اِن
|
|
30
|
+
pdfjs-zoom-in-button-label = زوم اِن
|
|
31
|
+
pdfjs-zoom-select =
|
|
32
|
+
.title = زوم
|
|
33
|
+
pdfjs-presentation-mode-button =
|
|
34
|
+
.title = پریزنٹیشن موڈ تے سوئچ کرو
|
|
35
|
+
pdfjs-presentation-mode-button-label = پریزنٹیشن موڈ
|
|
36
|
+
pdfjs-open-file-button =
|
|
37
|
+
.title = فائل کھولو
|
|
38
|
+
pdfjs-open-file-button-label = کھولو
|
|
39
|
+
pdfjs-print-button =
|
|
40
|
+
.title = چھاپو
|
|
41
|
+
pdfjs-print-button-label = چھاپو
|
|
42
|
+
pdfjs-save-button =
|
|
43
|
+
.title = ہتھیکڑا کرو
|
|
44
|
+
pdfjs-save-button-label = ہتھیکڑا کرو
|
|
45
|
+
# Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
|
|
46
|
+
pdfjs-download-button =
|
|
47
|
+
.title = ڈاؤن لوڈ
|
|
48
|
+
# Used in Firefox for Android as a label for the download button (“download” is a verb).
|
|
49
|
+
# Length of the translation matters since we are in a mobile context, with limited screen estate.
|
|
50
|
+
pdfjs-download-button-label = ڈاؤن لوڈ
|
|
51
|
+
pdfjs-bookmark-button =
|
|
52
|
+
.title = موجودہ ورقہ (موجودہ ورقے کنوں یوآرایل ݙیکھو)
|
|
53
|
+
pdfjs-bookmark-button-label = موجودہ ورقہ
|
|
54
|
+
# Used in Firefox for Android.
|
|
55
|
+
pdfjs-open-in-app-button =
|
|
56
|
+
.title = ایپ وچ کھولو
|
|
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 = ایپ وچ کھولو
|
|
60
|
+
|
|
61
|
+
## Secondary toolbar and context menu
|
|
62
|
+
|
|
63
|
+
pdfjs-tools-button =
|
|
64
|
+
.title = اوزار
|
|
65
|
+
pdfjs-tools-button-label = اوزار
|
|
66
|
+
pdfjs-first-page-button =
|
|
67
|
+
.title = پہلے ورقے تے ونڄو
|
|
68
|
+
pdfjs-first-page-button-label = پہلے ورقے تے ونڄو
|
|
69
|
+
pdfjs-last-page-button =
|
|
70
|
+
.title = چھیکڑی ورقے تے ونڄو
|
|
71
|
+
pdfjs-last-page-button-label = چھیکڑی ورقے تے ونڄو
|
|
72
|
+
pdfjs-page-rotate-cw-button =
|
|
73
|
+
.title = گھڑی وانگوں گھماؤ
|
|
74
|
+
pdfjs-page-rotate-cw-button-label = گھڑی وانگوں گھماؤ
|
|
75
|
+
pdfjs-page-rotate-ccw-button =
|
|
76
|
+
.title = گھڑی تے اُپٹھ گھماؤ
|
|
77
|
+
pdfjs-page-rotate-ccw-button-label = گھڑی تے اُپٹھ گھماؤ
|
|
78
|
+
pdfjs-cursor-text-select-tool-button =
|
|
79
|
+
.title = متن منتخب کݨ والا آلہ فعال بݨاؤ
|
|
80
|
+
pdfjs-cursor-text-select-tool-button-label = متن منتخب کرݨ والا آلہ
|
|
81
|
+
pdfjs-cursor-hand-tool-button =
|
|
82
|
+
.title = ہینڈ ٹول فعال بݨاؤ
|
|
83
|
+
pdfjs-cursor-hand-tool-button-label = ہینڈ ٹول
|
|
84
|
+
pdfjs-scroll-page-button =
|
|
85
|
+
.title = پیج سکرولنگ استعمال کرو
|
|
86
|
+
pdfjs-scroll-page-button-label = پیج سکرولنگ
|
|
87
|
+
pdfjs-scroll-vertical-button =
|
|
88
|
+
.title = عمودی سکرولنگ استعمال کرو
|
|
89
|
+
pdfjs-scroll-vertical-button-label = عمودی سکرولنگ
|
|
90
|
+
pdfjs-scroll-horizontal-button =
|
|
91
|
+
.title = افقی سکرولنگ استعمال کرو
|
|
92
|
+
pdfjs-scroll-horizontal-button-label = افقی سکرولنگ
|
|
93
|
+
pdfjs-scroll-wrapped-button =
|
|
94
|
+
.title = ویڑھی ہوئی سکرولنگ استعمال کرو
|
|
95
|
+
pdfjs-scroll-wrapped-button-label = وہڑھی ہوئی سکرولنگ
|
|
96
|
+
pdfjs-spread-none-button =
|
|
97
|
+
.title = پیج سپریڈز وِچ شامل نہ تھیوو۔
|
|
98
|
+
pdfjs-spread-none-button-label = کوئی پولھ کائنی
|
|
99
|
+
pdfjs-spread-odd-button =
|
|
100
|
+
.title = طاق نمبر والے ورقیاں دے نال شروع تھیوݨ والے پیج سپریڈز وِچ شامل تھیوو۔
|
|
101
|
+
pdfjs-spread-odd-button-label = تاک پھیلاؤ
|
|
102
|
+
pdfjs-spread-even-button =
|
|
103
|
+
.title = جفت نمر والے ورقیاں نال شروع تھیوݨ والے پیج سپریڈز وِ شامل تھیوو۔
|
|
104
|
+
pdfjs-spread-even-button-label = جفت پھیلاؤ
|
|
105
|
+
|
|
106
|
+
## Document properties dialog
|
|
107
|
+
|
|
108
|
+
pdfjs-document-properties-button =
|
|
109
|
+
.title = دستاویز خواص…
|
|
110
|
+
pdfjs-document-properties-button-label = دستاویز خواص …
|
|
111
|
+
pdfjs-document-properties-file-name = فائل دا ناں:
|
|
112
|
+
pdfjs-document-properties-file-size = فائل دا سائز:
|
|
113
|
+
# Variables:
|
|
114
|
+
# $size_kb (Number) - the PDF file size in kilobytes
|
|
115
|
+
# $size_b (Number) - the PDF file size in bytes
|
|
116
|
+
pdfjs-document-properties-kb = { $size_kb } کے بی ({ $size_b } بائٹس)
|
|
117
|
+
# Variables:
|
|
118
|
+
# $size_mb (Number) - the PDF file size in megabytes
|
|
119
|
+
# $size_b (Number) - the PDF file size in bytes
|
|
120
|
+
pdfjs-document-properties-mb = { $size_mb } ایم بی ({ $size_b } بائٹس)
|
|
121
|
+
pdfjs-document-properties-title = عنوان:
|
|
122
|
+
pdfjs-document-properties-author = تخلیق کار:
|
|
123
|
+
pdfjs-document-properties-subject = موضوع:
|
|
124
|
+
pdfjs-document-properties-keywords = کلیدی الفاظ:
|
|
125
|
+
pdfjs-document-properties-creation-date = تخلیق دی تاریخ:
|
|
126
|
+
pdfjs-document-properties-modification-date = ترمیم دی تاریخ:
|
|
127
|
+
# Variables:
|
|
128
|
+
# $date (Date) - the creation/modification date of the PDF file
|
|
129
|
+
# $time (Time) - the creation/modification time of the PDF file
|
|
130
|
+
pdfjs-document-properties-date-string = { $date }, { $time }
|
|
131
|
+
pdfjs-document-properties-creator = تخلیق کار:
|
|
132
|
+
pdfjs-document-properties-producer = PDF پیدا کار:
|
|
133
|
+
pdfjs-document-properties-version = PDF ورژن:
|
|
134
|
+
pdfjs-document-properties-page-count = ورقہ شماری:
|
|
135
|
+
pdfjs-document-properties-page-size = ورقہ دی سائز:
|
|
136
|
+
pdfjs-document-properties-page-size-unit-inches = وِچ
|
|
137
|
+
pdfjs-document-properties-page-size-unit-millimeters = mm
|
|
138
|
+
pdfjs-document-properties-page-size-orientation-portrait = عمودی انداز
|
|
139
|
+
pdfjs-document-properties-page-size-orientation-landscape = افقى انداز
|
|
140
|
+
pdfjs-document-properties-page-size-name-a-three = A3
|
|
141
|
+
pdfjs-document-properties-page-size-name-a-four = A4
|
|
142
|
+
pdfjs-document-properties-page-size-name-letter = لیٹر
|
|
143
|
+
pdfjs-document-properties-page-size-name-legal = قنونی
|
|
144
|
+
|
|
145
|
+
## Variables:
|
|
146
|
+
## $width (Number) - the width of the (current) page
|
|
147
|
+
## $height (Number) - the height of the (current) page
|
|
148
|
+
## $unit (String) - the unit of measurement of the (current) page
|
|
149
|
+
## $name (String) - the name of the (current) page
|
|
150
|
+
## $orientation (String) - the orientation of the (current) page
|
|
151
|
+
|
|
152
|
+
pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
|
|
153
|
+
pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
|
|
154
|
+
|
|
155
|
+
##
|
|
156
|
+
|
|
157
|
+
# The linearization status of the document; usually called "Fast Web View" in
|
|
158
|
+
# English locales of Adobe software.
|
|
159
|
+
pdfjs-document-properties-linearized = تکھا ویب نظارہ:
|
|
160
|
+
pdfjs-document-properties-linearized-yes = جیا
|
|
161
|
+
pdfjs-document-properties-linearized-no = کو
|
|
162
|
+
pdfjs-document-properties-close-button = بند کرو
|
|
163
|
+
|
|
164
|
+
## Print
|
|
165
|
+
|
|
166
|
+
pdfjs-print-progress-message = چھاپݨ کیتے دستاویز تیار تھیندے پئے ہن …
|
|
167
|
+
# Variables:
|
|
168
|
+
# $progress (Number) - percent value
|
|
169
|
+
pdfjs-print-progress-percent = { $progress }%
|
|
170
|
+
pdfjs-print-progress-close-button = منسوخ کرو
|
|
171
|
+
pdfjs-printing-not-supported = چتاوݨی: چھپائی ایں براؤزر تے پوری طراں معاونت شدہ کائنی۔
|
|
172
|
+
pdfjs-printing-not-ready = چتاوݨی: PDF چھپائی کیتے پوری طراں لوڈ نئیں تھئی۔
|
|
173
|
+
|
|
174
|
+
## Tooltips and alt text for side panel toolbar buttons
|
|
175
|
+
|
|
176
|
+
pdfjs-toggle-sidebar-button =
|
|
177
|
+
.title = سائیڈ بار ٹوگل کرو
|
|
178
|
+
pdfjs-toggle-sidebar-notification-button =
|
|
179
|
+
.title = سائیڈ بار ٹوگل کرو (دستاویز وِچ آؤٹ لائن/ منسلکات/ پرتاں شامل ہن)
|
|
180
|
+
pdfjs-toggle-sidebar-button-label = سائیڈ بار ٹوگل کرو
|
|
181
|
+
pdfjs-document-outline-button =
|
|
182
|
+
.title = دستاویز دا خاکہ ݙکھاؤ (تمام آئٹمز کوں پھیلاوݨ/سنگوڑݨ کیتے ڈبل کلک کرو)
|
|
183
|
+
pdfjs-document-outline-button-label = دستاویز آؤٹ لائن
|
|
184
|
+
pdfjs-attachments-button =
|
|
185
|
+
.title = نتھیاں ݙکھاؤ
|
|
186
|
+
pdfjs-attachments-button-label = منسلکات
|
|
187
|
+
pdfjs-layers-button =
|
|
188
|
+
.title = پرتاں ݙکھاؤ (تمام پرتاں کوں ڈیفالٹ حالت وِچ دوبارہ ترتیب ݙیوݨ کیتے ڈبل کلک کرو)
|
|
189
|
+
pdfjs-layers-button-label = پرتاں
|
|
190
|
+
pdfjs-thumbs-button =
|
|
191
|
+
.title = تھمبنیل ݙکھاؤ
|
|
192
|
+
pdfjs-thumbs-button-label = تھمبنیلز
|
|
193
|
+
pdfjs-current-outline-item-button =
|
|
194
|
+
.title = موجودہ آؤٹ لائن آئٹم لبھو
|
|
195
|
+
pdfjs-current-outline-item-button-label = موجودہ آؤٹ لائن آئٹم
|
|
196
|
+
pdfjs-findbar-button =
|
|
197
|
+
.title = دستاویز وِچ لبھو
|
|
198
|
+
pdfjs-findbar-button-label = لبھو
|
|
199
|
+
pdfjs-additional-layers = اضافی پرتاں
|
|
200
|
+
|
|
201
|
+
## Thumbnails panel item (tooltip and alt text for images)
|
|
202
|
+
|
|
203
|
+
# Variables:
|
|
204
|
+
# $page (Number) - the page number
|
|
205
|
+
pdfjs-thumb-page-title =
|
|
206
|
+
.title = ورقہ { $page }
|
|
207
|
+
# Variables:
|
|
208
|
+
# $page (Number) - the page number
|
|
209
|
+
pdfjs-thumb-page-canvas =
|
|
210
|
+
.aria-label = ورقے دا تھمبنیل { $page }
|
|
211
|
+
|
|
212
|
+
## Find panel button title and messages
|
|
213
|
+
|
|
214
|
+
pdfjs-find-input =
|
|
215
|
+
.title = لبھو
|
|
216
|
+
.placeholder = دستاویز وِچ لبھو …
|
|
217
|
+
pdfjs-find-previous-button =
|
|
218
|
+
.title = فقرے دا پچھلا واقعہ لبھو
|
|
219
|
+
pdfjs-find-previous-button-label = پچھلا
|
|
220
|
+
pdfjs-find-next-button =
|
|
221
|
+
.title = فقرے دا اڳلا واقعہ لبھو
|
|
222
|
+
pdfjs-find-next-button-label = اڳلا
|
|
223
|
+
pdfjs-find-highlight-checkbox = تمام نشابر کرو
|
|
224
|
+
pdfjs-find-match-case-checkbox-label = حروف مشابہ کرو
|
|
225
|
+
pdfjs-find-match-diacritics-checkbox-label = ڈائیکرٹکس مشابہ کرو
|
|
226
|
+
pdfjs-find-entire-word-checkbox-label = تمام الفاظ
|
|
227
|
+
pdfjs-find-reached-top = ورقے دے شروع تے پُج ڳیا، تلوں جاری کیتا ڳیا
|
|
228
|
+
pdfjs-find-reached-bottom = ورقے دے پاند تے پُڄ ڳیا، اُتوں شروع کیتا ڳیا
|
|
229
|
+
pdfjs-find-not-found = فقرہ نئیں ملیا
|
|
230
|
+
|
|
231
|
+
## Predefined zoom values
|
|
232
|
+
|
|
233
|
+
pdfjs-page-scale-width = ورقے دی چوڑائی
|
|
234
|
+
pdfjs-page-scale-fit = ورقہ فٹنگ
|
|
235
|
+
pdfjs-page-scale-auto = آپوں آپ زوم
|
|
236
|
+
pdfjs-page-scale-actual = اصل میچا
|
|
237
|
+
# Variables:
|
|
238
|
+
# $scale (Number) - percent value for page scale
|
|
239
|
+
pdfjs-page-scale-percent = { $scale }%
|
|
240
|
+
|
|
241
|
+
## PDF page
|
|
242
|
+
|
|
243
|
+
# Variables:
|
|
244
|
+
# $page (Number) - the page number
|
|
245
|
+
pdfjs-page-landmark =
|
|
246
|
+
.aria-label = ورقہ { $page }
|
|
247
|
+
|
|
248
|
+
## Loading indicator messages
|
|
249
|
+
|
|
250
|
+
pdfjs-loading-error = PDF لوڈ کریندے ویلھے نقص آ ڳیا۔
|
|
251
|
+
pdfjs-invalid-file-error = غلط یا خراب شدہ PDF فائل۔
|
|
252
|
+
pdfjs-missing-file-error = PDF فائل غائب ہے۔
|
|
253
|
+
pdfjs-unexpected-response-error = سرور دا غیر متوقع جواب۔
|
|
254
|
+
pdfjs-rendering-error = ورقہ رینڈر کریندے ویلھے ہک خرابی پیش آڳئی۔
|
|
255
|
+
|
|
256
|
+
## Annotations
|
|
257
|
+
|
|
258
|
+
# Variables:
|
|
259
|
+
# $date (Date) - the modification date of the annotation
|
|
260
|
+
# $time (Time) - the modification time of the annotation
|
|
261
|
+
pdfjs-annotation-date-string = { $date }, { $time }
|
|
262
|
+
# .alt: This is used as a tooltip.
|
|
263
|
+
# Variables:
|
|
264
|
+
# $type (String) - an annotation type from a list defined in the PDF spec
|
|
265
|
+
# (32000-1:2008 Table 169 – Annotation types).
|
|
266
|
+
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
267
|
+
pdfjs-text-annotation-type =
|
|
268
|
+
.alt = [{ $type } تشریح]
|
|
269
|
+
|
|
270
|
+
## Password
|
|
271
|
+
|
|
272
|
+
pdfjs-password-label = ایہ PDF فائل کھولݨ کیتے پاس ورڈ درج کرو۔
|
|
273
|
+
pdfjs-password-invalid = غلط پاس ورڈ: براہ مہربانی ولدا کوشش کرو۔
|
|
274
|
+
pdfjs-password-ok-button = ٹھیک ہے
|
|
275
|
+
pdfjs-password-cancel-button = منسوخ کرو
|
|
276
|
+
pdfjs-web-fonts-disabled = ویب فونٹس غیر فعال ہن: ایمبیڈڈ PDF فونٹس استعمال کرݨ کنوں قاصر ہن
|
|
277
|
+
|
|
278
|
+
## Editing
|
|
279
|
+
|
|
280
|
+
pdfjs-editor-free-text-button =
|
|
281
|
+
.title = متن
|
|
282
|
+
pdfjs-editor-free-text-button-label = متن
|
|
283
|
+
pdfjs-editor-ink-button =
|
|
284
|
+
.title = چھکو
|
|
285
|
+
pdfjs-editor-ink-button-label = چھکو
|
|
286
|
+
# Editor Parameters
|
|
287
|
+
pdfjs-editor-free-text-color-input = رنگ
|
|
288
|
+
pdfjs-editor-free-text-size-input = سائز
|
|
289
|
+
pdfjs-editor-ink-color-input = رنگ
|
|
290
|
+
pdfjs-editor-ink-thickness-input = ٹھولھ
|
|
291
|
+
pdfjs-editor-ink-opacity-input = دھندلاپن
|
|
292
|
+
pdfjs-free-text =
|
|
293
|
+
.aria-label = ٹیکسٹ ایڈیٹر
|
|
294
|
+
pdfjs-free-text-default-content = ٹائپنگ شروع کرو …
|
|
295
|
+
pdfjs-ink =
|
|
296
|
+
.aria-label = ڈرا ایڈیٹر
|
|
297
|
+
pdfjs-ink-canvas =
|
|
298
|
+
.aria-label = صارف دی بݨائی ہوئی تصویر
|
|
299
|
+
|
|
300
|
+
## Alt-text dialog
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
## Editor resizers
|
|
304
|
+
## This is used in an aria label to help to understand the role of the resizer.
|
|
305
|
+
|