├── .gitignore ├── LICENSE ├── README.md ├── example.html ├── pdfjs-dist ├── LICENSE ├── build │ ├── pdf.js │ └── pdf.worker.js └── web │ ├── cmaps │ ├── 78-EUC-H.bcmap │ ├── 78-EUC-V.bcmap │ ├── 78-H.bcmap │ ├── 78-RKSJ-H.bcmap │ ├── 78-RKSJ-V.bcmap │ ├── 78-V.bcmap │ ├── 78ms-RKSJ-H.bcmap │ ├── 78ms-RKSJ-V.bcmap │ ├── 83pv-RKSJ-H.bcmap │ ├── 90ms-RKSJ-H.bcmap │ ├── 90ms-RKSJ-V.bcmap │ ├── 90msp-RKSJ-H.bcmap │ ├── 90msp-RKSJ-V.bcmap │ ├── 90pv-RKSJ-H.bcmap │ ├── 90pv-RKSJ-V.bcmap │ ├── Add-H.bcmap │ ├── Add-RKSJ-H.bcmap │ ├── Add-RKSJ-V.bcmap │ ├── Add-V.bcmap │ ├── Adobe-CNS1-0.bcmap │ ├── Adobe-CNS1-1.bcmap │ ├── Adobe-CNS1-2.bcmap │ ├── Adobe-CNS1-3.bcmap │ ├── Adobe-CNS1-4.bcmap │ ├── Adobe-CNS1-5.bcmap │ ├── Adobe-CNS1-6.bcmap │ ├── Adobe-CNS1-UCS2.bcmap │ ├── Adobe-GB1-0.bcmap │ ├── Adobe-GB1-1.bcmap │ ├── Adobe-GB1-2.bcmap │ ├── Adobe-GB1-3.bcmap │ ├── Adobe-GB1-4.bcmap │ ├── Adobe-GB1-5.bcmap │ ├── Adobe-GB1-UCS2.bcmap │ ├── Adobe-Japan1-0.bcmap │ ├── Adobe-Japan1-1.bcmap │ ├── Adobe-Japan1-2.bcmap │ ├── Adobe-Japan1-3.bcmap │ ├── Adobe-Japan1-4.bcmap │ ├── Adobe-Japan1-5.bcmap │ ├── Adobe-Japan1-6.bcmap │ ├── Adobe-Japan1-UCS2.bcmap │ ├── Adobe-Korea1-0.bcmap │ ├── Adobe-Korea1-1.bcmap │ ├── Adobe-Korea1-2.bcmap │ ├── Adobe-Korea1-UCS2.bcmap │ ├── B5-H.bcmap │ ├── B5-V.bcmap │ ├── B5pc-H.bcmap │ ├── B5pc-V.bcmap │ ├── CNS-EUC-H.bcmap │ ├── CNS-EUC-V.bcmap │ ├── CNS1-H.bcmap │ ├── CNS1-V.bcmap │ ├── CNS2-H.bcmap │ ├── CNS2-V.bcmap │ ├── ETHK-B5-H.bcmap │ ├── ETHK-B5-V.bcmap │ ├── ETen-B5-H.bcmap │ ├── ETen-B5-V.bcmap │ ├── ETenms-B5-H.bcmap │ ├── ETenms-B5-V.bcmap │ ├── EUC-H.bcmap │ ├── EUC-V.bcmap │ ├── Ext-H.bcmap │ ├── Ext-RKSJ-H.bcmap │ ├── Ext-RKSJ-V.bcmap │ ├── Ext-V.bcmap │ ├── GB-EUC-H.bcmap │ ├── GB-EUC-V.bcmap │ ├── GB-H.bcmap │ ├── GB-V.bcmap │ ├── GBK-EUC-H.bcmap │ ├── GBK-EUC-V.bcmap │ ├── GBK2K-H.bcmap │ ├── GBK2K-V.bcmap │ ├── GBKp-EUC-H.bcmap │ ├── GBKp-EUC-V.bcmap │ ├── GBT-EUC-H.bcmap │ ├── GBT-EUC-V.bcmap │ ├── GBT-H.bcmap │ ├── GBT-V.bcmap │ ├── GBTpc-EUC-H.bcmap │ ├── GBTpc-EUC-V.bcmap │ ├── GBpc-EUC-H.bcmap │ ├── GBpc-EUC-V.bcmap │ ├── H.bcmap │ ├── HKdla-B5-H.bcmap │ ├── HKdla-B5-V.bcmap │ ├── HKdlb-B5-H.bcmap │ ├── HKdlb-B5-V.bcmap │ ├── HKgccs-B5-H.bcmap │ ├── HKgccs-B5-V.bcmap │ ├── HKm314-B5-H.bcmap │ ├── HKm314-B5-V.bcmap │ ├── HKm471-B5-H.bcmap │ ├── HKm471-B5-V.bcmap │ ├── HKscs-B5-H.bcmap │ ├── HKscs-B5-V.bcmap │ ├── Hankaku.bcmap │ ├── Hiragana.bcmap │ ├── KSC-EUC-H.bcmap │ ├── KSC-EUC-V.bcmap │ ├── KSC-H.bcmap │ ├── KSC-Johab-H.bcmap │ ├── KSC-Johab-V.bcmap │ ├── KSC-V.bcmap │ ├── KSCms-UHC-H.bcmap │ ├── KSCms-UHC-HW-H.bcmap │ ├── KSCms-UHC-HW-V.bcmap │ ├── KSCms-UHC-V.bcmap │ ├── KSCpc-EUC-H.bcmap │ ├── KSCpc-EUC-V.bcmap │ ├── Katakana.bcmap │ ├── LICENSE │ ├── NWP-H.bcmap │ ├── NWP-V.bcmap │ ├── RKSJ-H.bcmap │ ├── RKSJ-V.bcmap │ ├── Roman.bcmap │ ├── UniCNS-UCS2-H.bcmap │ ├── UniCNS-UCS2-V.bcmap │ ├── UniCNS-UTF16-H.bcmap │ ├── UniCNS-UTF16-V.bcmap │ ├── UniCNS-UTF32-H.bcmap │ ├── UniCNS-UTF32-V.bcmap │ ├── UniCNS-UTF8-H.bcmap │ ├── UniCNS-UTF8-V.bcmap │ ├── UniGB-UCS2-H.bcmap │ ├── UniGB-UCS2-V.bcmap │ ├── UniGB-UTF16-H.bcmap │ ├── UniGB-UTF16-V.bcmap │ ├── UniGB-UTF32-H.bcmap │ ├── UniGB-UTF32-V.bcmap │ ├── UniGB-UTF8-H.bcmap │ ├── UniGB-UTF8-V.bcmap │ ├── UniJIS-UCS2-H.bcmap │ ├── UniJIS-UCS2-HW-H.bcmap │ ├── UniJIS-UCS2-HW-V.bcmap │ ├── UniJIS-UCS2-V.bcmap │ ├── UniJIS-UTF16-H.bcmap │ ├── UniJIS-UTF16-V.bcmap │ ├── UniJIS-UTF32-H.bcmap │ ├── UniJIS-UTF32-V.bcmap │ ├── UniJIS-UTF8-H.bcmap │ ├── UniJIS-UTF8-V.bcmap │ ├── UniJIS2004-UTF16-H.bcmap │ ├── UniJIS2004-UTF16-V.bcmap │ ├── UniJIS2004-UTF32-H.bcmap │ ├── UniJIS2004-UTF32-V.bcmap │ ├── UniJIS2004-UTF8-H.bcmap │ ├── UniJIS2004-UTF8-V.bcmap │ ├── UniJISPro-UCS2-HW-V.bcmap │ ├── UniJISPro-UCS2-V.bcmap │ ├── UniJISPro-UTF8-V.bcmap │ ├── UniJISX0213-UTF32-H.bcmap │ ├── UniJISX0213-UTF32-V.bcmap │ ├── UniJISX02132004-UTF32-H.bcmap │ ├── UniJISX02132004-UTF32-V.bcmap │ ├── UniKS-UCS2-H.bcmap │ ├── UniKS-UCS2-V.bcmap │ ├── UniKS-UTF16-H.bcmap │ ├── UniKS-UTF16-V.bcmap │ ├── UniKS-UTF32-H.bcmap │ ├── UniKS-UTF32-V.bcmap │ ├── UniKS-UTF8-H.bcmap │ ├── UniKS-UTF8-V.bcmap │ ├── V.bcmap │ └── WP-Symbol.bcmap │ ├── compatibility.js │ ├── compressed.tracemonkey-pldi-09.pdf │ ├── debugger.js │ ├── images │ ├── annotation-check.svg │ ├── annotation-comment.svg │ ├── annotation-help.svg │ ├── annotation-insert.svg │ ├── annotation-key.svg │ ├── annotation-newparagraph.svg │ ├── annotation-noicon.svg │ ├── annotation-note.svg │ ├── annotation-paragraph.svg │ ├── findbarButton-next-rtl.png │ ├── findbarButton-next-rtl@2x.png │ ├── findbarButton-next.png │ ├── findbarButton-next@2x.png │ ├── findbarButton-previous-rtl.png │ ├── findbarButton-previous-rtl@2x.png │ ├── findbarButton-previous.png │ ├── findbarButton-previous@2x.png │ ├── grab.cur │ ├── grabbing.cur │ ├── loading-icon.gif │ ├── loading-small.png │ ├── secondaryToolbarButton-documentProperties.png │ ├── secondaryToolbarButton-documentProperties@2x.png │ ├── secondaryToolbarButton-firstPage.png │ ├── secondaryToolbarButton-firstPage@2x.png │ ├── secondaryToolbarButton-handTool.png │ ├── secondaryToolbarButton-handTool@2x.png │ ├── secondaryToolbarButton-lastPage.png │ ├── secondaryToolbarButton-lastPage@2x.png │ ├── secondaryToolbarButton-rotateCcw.png │ ├── secondaryToolbarButton-rotateCcw@2x.png │ ├── secondaryToolbarButton-rotateCw.png │ ├── secondaryToolbarButton-rotateCw@2x.png │ ├── shadow.png │ ├── texture.png │ ├── toolbarButton-bookmark.png │ ├── toolbarButton-bookmark@2x.png │ ├── toolbarButton-download.png │ ├── toolbarButton-download@2x.png │ ├── toolbarButton-menuArrows.png │ ├── toolbarButton-menuArrows@2x.png │ ├── toolbarButton-openFile.png │ ├── toolbarButton-openFile@2x.png │ ├── toolbarButton-pageDown-rtl.png │ ├── toolbarButton-pageDown-rtl@2x.png │ ├── toolbarButton-pageDown.png │ ├── toolbarButton-pageDown@2x.png │ ├── toolbarButton-pageUp-rtl.png │ ├── toolbarButton-pageUp-rtl@2x.png │ ├── toolbarButton-pageUp.png │ ├── toolbarButton-pageUp@2x.png │ ├── toolbarButton-presentationMode.png │ ├── toolbarButton-presentationMode@2x.png │ ├── toolbarButton-print.png │ ├── toolbarButton-print@2x.png │ ├── toolbarButton-search.png │ ├── toolbarButton-search@2x.png │ ├── toolbarButton-secondaryToolbarToggle-rtl.png │ ├── toolbarButton-secondaryToolbarToggle-rtl@2x.png │ ├── toolbarButton-secondaryToolbarToggle.png │ ├── toolbarButton-secondaryToolbarToggle@2x.png │ ├── toolbarButton-sidebarToggle-rtl.png │ ├── toolbarButton-sidebarToggle-rtl@2x.png │ ├── toolbarButton-sidebarToggle.png │ ├── toolbarButton-sidebarToggle@2x.png │ ├── toolbarButton-viewAttachments.png │ ├── toolbarButton-viewAttachments@2x.png │ ├── toolbarButton-viewOutline-rtl.png │ ├── toolbarButton-viewOutline-rtl@2x.png │ ├── toolbarButton-viewOutline.png │ ├── toolbarButton-viewOutline@2x.png │ ├── toolbarButton-viewThumbnail.png │ ├── toolbarButton-viewThumbnail@2x.png │ ├── toolbarButton-zoomIn.png │ ├── toolbarButton-zoomIn@2x.png │ ├── toolbarButton-zoomOut.png │ └── toolbarButton-zoomOut@2x.png │ ├── l10n.js │ ├── locale │ ├── ach │ │ └── viewer.properties │ ├── af │ │ └── viewer.properties │ ├── ak │ │ └── viewer.properties │ ├── an │ │ └── viewer.properties │ ├── ar │ │ └── viewer.properties │ ├── as │ │ └── viewer.properties │ ├── ast │ │ └── viewer.properties │ ├── az │ │ └── viewer.properties │ ├── be │ │ └── viewer.properties │ ├── bg │ │ └── viewer.properties │ ├── bn-BD │ │ └── viewer.properties │ ├── bn-IN │ │ └── viewer.properties │ ├── br │ │ └── viewer.properties │ ├── bs │ │ └── viewer.properties │ ├── ca │ │ └── viewer.properties │ ├── cs │ │ └── viewer.properties │ ├── csb │ │ └── viewer.properties │ ├── cy │ │ └── viewer.properties │ ├── da │ │ └── viewer.properties │ ├── de │ │ └── viewer.properties │ ├── el │ │ └── viewer.properties │ ├── en-GB │ │ └── viewer.properties │ ├── en-US │ │ └── viewer.properties │ ├── en-ZA │ │ └── viewer.properties │ ├── eo │ │ └── viewer.properties │ ├── es-AR │ │ └── viewer.properties │ ├── es-CL │ │ └── viewer.properties │ ├── es-ES │ │ └── viewer.properties │ ├── es-MX │ │ └── viewer.properties │ ├── et │ │ └── viewer.properties │ ├── eu │ │ └── viewer.properties │ ├── fa │ │ └── viewer.properties │ ├── ff │ │ └── viewer.properties │ ├── fi │ │ └── viewer.properties │ ├── fr │ │ └── viewer.properties │ ├── fy-NL │ │ └── viewer.properties │ ├── ga-IE │ │ └── viewer.properties │ ├── gd │ │ └── viewer.properties │ ├── gl │ │ └── viewer.properties │ ├── gu-IN │ │ └── viewer.properties │ ├── he │ │ └── viewer.properties │ ├── hi-IN │ │ └── viewer.properties │ ├── hr │ │ └── viewer.properties │ ├── hu │ │ └── viewer.properties │ ├── hy-AM │ │ └── viewer.properties │ ├── id │ │ └── viewer.properties │ ├── is │ │ └── viewer.properties │ ├── it │ │ └── viewer.properties │ ├── ja │ │ └── viewer.properties │ ├── ka │ │ └── viewer.properties │ ├── kk │ │ └── viewer.properties │ ├── km │ │ └── viewer.properties │ ├── kn │ │ └── viewer.properties │ ├── ko │ │ └── viewer.properties │ ├── ku │ │ └── viewer.properties │ ├── lg │ │ └── viewer.properties │ ├── lij │ │ └── viewer.properties │ ├── locale.properties │ ├── lt │ │ └── viewer.properties │ ├── lv │ │ └── viewer.properties │ ├── mai │ │ └── viewer.properties │ ├── mk │ │ └── viewer.properties │ ├── ml │ │ └── viewer.properties │ ├── mn │ │ └── viewer.properties │ ├── mr │ │ └── viewer.properties │ ├── ms │ │ └── viewer.properties │ ├── my │ │ └── viewer.properties │ ├── nb-NO │ │ └── viewer.properties │ ├── nl │ │ └── viewer.properties │ ├── nn-NO │ │ └── viewer.properties │ ├── nso │ │ └── viewer.properties │ ├── oc │ │ └── viewer.properties │ ├── or │ │ └── viewer.properties │ ├── pa-IN │ │ └── viewer.properties │ ├── pl │ │ └── viewer.properties │ ├── pt-BR │ │ └── viewer.properties │ ├── pt-PT │ │ └── viewer.properties │ ├── rm │ │ └── viewer.properties │ ├── ro │ │ └── viewer.properties │ ├── ru │ │ └── viewer.properties │ ├── rw │ │ └── viewer.properties │ ├── sah │ │ └── viewer.properties │ ├── si │ │ └── viewer.properties │ ├── sk │ │ └── viewer.properties │ ├── sl │ │ └── viewer.properties │ ├── son │ │ └── viewer.properties │ ├── sq │ │ └── viewer.properties │ ├── sr │ │ └── viewer.properties │ ├── sv-SE │ │ └── viewer.properties │ ├── sw │ │ └── viewer.properties │ ├── ta-LK │ │ └── viewer.properties │ ├── ta │ │ └── viewer.properties │ ├── te │ │ └── viewer.properties │ ├── th │ │ └── viewer.properties │ ├── tl │ │ └── viewer.properties │ ├── tn │ │ └── viewer.properties │ ├── tr │ │ └── viewer.properties │ ├── uk │ │ └── viewer.properties │ ├── ur │ │ └── viewer.properties │ ├── vi │ │ └── viewer.properties │ ├── wo │ │ └── viewer.properties │ ├── xh │ │ └── viewer.properties │ ├── zh-CN │ │ └── viewer.properties │ ├── zh-TW │ │ └── viewer.properties │ └── zu │ │ └── viewer.properties │ ├── viewer.css │ ├── viewer.html │ └── viewer.js ├── pdfviewer.css ├── pdfviewer.js └── tracemonkey.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | *.sublime-project 2 | *.sublime-workspace -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # pdfviewer : a very simple PDF viewer for jQuery 2 | 3 | based on [PDF.js](http://mozilla.github.io/pdf.js/) and inspired by [this example](http://jsbin.com/pdfjs-prevnext-v2/6865/edit#html,live) 4 | 5 | ## Installation 6 | 7 | Add the following files to your application : 8 | 9 | pdfviewer.js 10 | pdfviewer.css 11 | 12 | 13 | Add the following lines to your html page : 14 | ##### Javascript ##### 15 | 16 | 17 | 18 | 19 | ##### CSS ##### 20 | 21 | 22 | 23 | ## Usage 24 | 25 | In order to display the viewer, you need to attach it to a HTML element. 26 | 27 |
28 | 29 | Then call the plugin when document is ready 30 | 31 | $(document).ready(function() { 32 | $(".pdf-container").pdfviewer(); 33 | } 34 | 35 | ## Examples 36 | 37 | See the following file to learn how to use 38 | 39 | example.html 40 | 41 | ## Contributing 42 | 43 | 1. Fork it 44 | 2. Create your feature branch (`git checkout -b my-new-feature`) 45 | 3. Commit your changes (`git commit -am 'Added some feature'`) 46 | 4. Push to the branch (`git push origin my-new-feature`) 47 | 5. Create new Pull Request 48 | 49 | -------------------------------------------------------------------------------- /example.html: -------------------------------------------------------------------------------- 1 | 2 | 23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 32 | 33 | 34 | 35 | 36 | 63 | 64 | -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/78-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/78-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/78-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/78-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/78-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/78-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/78-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/78-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/78-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/78-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/78-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/78-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/78ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/78ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/78ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/78ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/83pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/83pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/90ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/90ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/90ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/90ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/90msp-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/90msp-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/90msp-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/90msp-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/90pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/90pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/90pv-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/90pv-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Add-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Add-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Add-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Add-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Add-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Add-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Add-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Add-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-CNS1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-CNS1-0.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-CNS1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-CNS1-1.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-CNS1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-CNS1-2.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-CNS1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-CNS1-3.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-CNS1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-CNS1-4.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-CNS1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-CNS1-5.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-CNS1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-CNS1-6.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-CNS1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-CNS1-UCS2.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-GB1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-GB1-0.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-GB1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-GB1-1.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-GB1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-GB1-2.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-GB1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-GB1-3.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-GB1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-GB1-4.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-GB1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-GB1-5.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-GB1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-GB1-UCS2.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Japan1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Japan1-0.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Japan1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Japan1-1.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Japan1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Japan1-2.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Japan1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Japan1-3.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Japan1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Japan1-4.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Japan1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Japan1-5.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Japan1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Japan1-6.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Japan1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Japan1-UCS2.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Korea1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Korea1-0.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Korea1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Korea1-1.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Korea1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Korea1-2.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Adobe-Korea1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Adobe-Korea1-UCS2.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/B5pc-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/B5pc-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/B5pc-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/B5pc-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/CNS-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/CNS-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/CNS-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/CNS-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/CNS1-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/CNS1-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/CNS1-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/CNS1-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/CNS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/CNS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/CNS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/CNS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/ETHK-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/ETHK-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/ETHK-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/ETHK-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/ETen-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/ETen-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/ETen-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/ETen-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/ETenms-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/ETenms-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/ETenms-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/ETenms-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Ext-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Ext-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Ext-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Ext-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Ext-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Ext-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Ext-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Ext-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GB-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GB-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GB-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GB-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GB-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GB-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GB-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GB-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBK-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBK-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBK-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBK-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBK2K-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBK2K-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBK2K-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBK2K-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBKp-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBKp-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBKp-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBKp-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBT-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBT-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBT-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBT-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBT-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBT-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBT-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBT-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBTpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBTpc-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBTpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBTpc-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBpc-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/GBpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/GBpc-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKdla-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKdla-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKdla-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKdla-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKdlb-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKdlb-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKdlb-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKdlb-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKgccs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKgccs-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKgccs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKgccs-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKm314-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKm314-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKm314-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKm314-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKm471-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKm471-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKm471-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKm471-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKscs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKscs-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/HKscs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/HKscs-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Hankaku.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Hankaku.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Hiragana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Hiragana.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSC-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSC-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSC-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSC-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSC-Johab-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSC-Johab-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSC-Johab-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSC-Johab-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSCms-UHC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSCms-UHC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSCms-UHC-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSCms-UHC-HW-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSCms-UHC-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSCms-UHC-HW-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSCms-UHC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSCms-UHC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSCpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSCpc-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/KSCpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/KSCpc-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Katakana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Katakana.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/LICENSE: -------------------------------------------------------------------------------- 1 | %%Copyright: ----------------------------------------------------------- 2 | %%Copyright: Copyright 1990-2009 Adobe Systems Incorporated. 3 | %%Copyright: All rights reserved. 4 | %%Copyright: 5 | %%Copyright: Redistribution and use in source and binary forms, with or 6 | %%Copyright: without modification, are permitted provided that the 7 | %%Copyright: following conditions are met: 8 | %%Copyright: 9 | %%Copyright: Redistributions of source code must retain the above 10 | %%Copyright: copyright notice, this list of conditions and the following 11 | %%Copyright: disclaimer. 12 | %%Copyright: 13 | %%Copyright: Redistributions in binary form must reproduce the above 14 | %%Copyright: copyright notice, this list of conditions and the following 15 | %%Copyright: disclaimer in the documentation and/or other materials 16 | %%Copyright: provided with the distribution. 17 | %%Copyright: 18 | %%Copyright: Neither the name of Adobe Systems Incorporated nor the names 19 | %%Copyright: of its contributors may be used to endorse or promote 20 | %%Copyright: products derived from this software without specific prior 21 | %%Copyright: written permission. 22 | %%Copyright: 23 | %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 24 | %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 25 | %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 26 | %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 27 | %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 28 | %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 | %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 30 | %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 31 | %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 | %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 33 | %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 34 | %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 35 | %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 | %%Copyright: ----------------------------------------------------------- 37 | -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/NWP-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/NWP-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/NWP-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/NWP-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/Roman.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/Roman.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniCNS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniCNS-UCS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniCNS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniCNS-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniCNS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniCNS-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniCNS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniCNS-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniCNS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniCNS-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniCNS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniCNS-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniCNS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniCNS-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniCNS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniCNS-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniGB-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniGB-UCS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniGB-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniGB-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniGB-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniGB-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniGB-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniGB-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniGB-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniGB-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniGB-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniGB-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniGB-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniGB-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniGB-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniGB-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UCS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UCS2-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UCS2-HW-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS2004-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS2004-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS2004-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS2004-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS2004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS2004-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS2004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS2004-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS2004-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS2004-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJIS2004-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJIS2004-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJISPro-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJISPro-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJISPro-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJISPro-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJISPro-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJISPro-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJISX0213-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJISX0213-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJISX0213-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJISX0213-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJISX02132004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJISX02132004-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniJISX02132004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniJISX02132004-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniKS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniKS-UCS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniKS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniKS-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniKS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniKS-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniKS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniKS-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniKS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniKS-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniKS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniKS-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniKS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniKS-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/UniKS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/UniKS-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/V.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/cmaps/WP-Symbol.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/cmaps/WP-Symbol.bcmap -------------------------------------------------------------------------------- /pdfjs-dist/web/compressed.tracemonkey-pldi-09.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/compressed.tracemonkey-pldi-09.pdf -------------------------------------------------------------------------------- /pdfjs-dist/web/images/annotation-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /pdfjs-dist/web/images/annotation-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /pdfjs-dist/web/images/annotation-help.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 16 | 18 | 21 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /pdfjs-dist/web/images/annotation-insert.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /pdfjs-dist/web/images/annotation-key.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /pdfjs-dist/web/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /pdfjs-dist/web/images/annotation-noicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /pdfjs-dist/web/images/annotation-note.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 14 | 21 | 28 | 35 | 42 | 43 | -------------------------------------------------------------------------------- /pdfjs-dist/web/images/annotation-paragraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /pdfjs-dist/web/images/findbarButton-next-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/findbarButton-next-rtl.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/findbarButton-next-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/findbarButton-next-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/findbarButton-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/findbarButton-next.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/findbarButton-next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/findbarButton-next@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/findbarButton-previous-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/findbarButton-previous-rtl.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/findbarButton-previous-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/findbarButton-previous-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/findbarButton-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/findbarButton-previous.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/findbarButton-previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/findbarButton-previous@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/grab.cur -------------------------------------------------------------------------------- /pdfjs-dist/web/images/grabbing.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/grabbing.cur -------------------------------------------------------------------------------- /pdfjs-dist/web/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/loading-icon.gif -------------------------------------------------------------------------------- /pdfjs-dist/web/images/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/loading-small.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-documentProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-documentProperties.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-documentProperties@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-documentProperties@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-firstPage.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-firstPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-firstPage@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-handTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-handTool.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-handTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-handTool@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-lastPage.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-lastPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-lastPage@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-rotateCcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-rotateCcw.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-rotateCcw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-rotateCcw@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-rotateCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-rotateCw.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/secondaryToolbarButton-rotateCw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/secondaryToolbarButton-rotateCw@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/shadow.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/texture.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-bookmark.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-bookmark@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-download.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-download@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-menuArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-menuArrows.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-menuArrows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-menuArrows@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-openFile.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-openFile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-openFile@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-pageDown-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-pageDown-rtl.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-pageDown-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-pageDown-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-pageDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-pageDown.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-pageDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-pageDown@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-pageUp-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-pageUp-rtl.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-pageUp-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-pageUp-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-pageUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-pageUp.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-pageUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-pageUp@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-presentationMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-presentationMode.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-presentationMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-presentationMode@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-print.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-print@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-print@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-search.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-search@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-secondaryToolbarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-secondaryToolbarToggle-rtl.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-secondaryToolbarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-secondaryToolbarToggle.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-secondaryToolbarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-secondaryToolbarToggle@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-sidebarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-sidebarToggle-rtl.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-sidebarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-sidebarToggle-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-sidebarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-sidebarToggle.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-sidebarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-sidebarToggle@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-viewAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-viewAttachments.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-viewAttachments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-viewAttachments@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-viewOutline-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-viewOutline-rtl.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-viewOutline-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-viewOutline-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-viewOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-viewOutline.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-viewOutline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-viewOutline@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-viewThumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-viewThumbnail.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-viewThumbnail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-viewThumbnail@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-zoomIn.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-zoomIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-zoomIn@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-zoomOut.png -------------------------------------------------------------------------------- /pdfjs-dist/web/images/toolbarButton-zoomOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/pdfjs-dist/web/images/toolbarButton-zoomOut@2x.png -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/ach/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Pot buk Mukato 17 | next.title=Pot buk Malubo Kore 18 | 19 | # LOCALIZATION NOTE (page_label, page_of): 20 | # These strings are concatenated to form the "Page: X of Y" string. 21 | # Do not translate "{{pageCount}}", it will be substituted with a number 22 | # representing the total number of pages. 23 | page_label=Pot buk: 24 | page_of=pi {{pageCount}} 25 | 26 | zoom_out.title=Dwogo Woko 27 | zoom_out_label=Dwogo Woko 28 | zoom_in.title=Dwogo iyie 29 | zoom_in_label=Dwogo iyie 30 | zoom.title=Kwoti 31 | print.title=Goo 32 | print_label=Goo 33 | open_file.title=Yab Pwail 34 | open_file_label=Yabi 35 | download.title=Gam 36 | download_label=Gam 37 | bookmark.title=Neno matye (loki onyo yabi i dirica manyen) 38 | bookmark_label=Neno Matye 39 | 40 | # Tooltips and alt text for side panel toolbar buttons 41 | # (the _label strings are alt text for the buttons, the .title strings are 42 | # tooltips) 43 | outline.title=Nyut ryeno rek pa Coc acoya 44 | outline_label=Ryeno rek me Coc acoya 45 | thumbs.title=Nyut Capa cing 46 | thumbs_label=Capa cing 47 | findbar_label=Nong 48 | 49 | # Thumbnails panel item (tooltip and alt text for images) 50 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 51 | # number. 52 | thumb_page_title=Pot buk {{page}} 53 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 54 | # number. 55 | thumb_page_canvas=Capa cing e Pot buk {{page}} 56 | 57 | # Context menu 58 | 59 | # Find panel button title and messages 60 | find_previous.title=Nong en matime malubo kore pi lok 61 | find_next.title=Nong en matime malubo kore pi lok 62 | find_not_found=Phrase pe ononge 63 | 64 | # Error panel labels 65 | error_more_info=Ngec Mukene 66 | error_close=Lor 67 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 68 | # replaced by the PDF.JS version and build ID. 69 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 70 | # english string describing the error. 71 | error_message=Kwena: {{message}} 72 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 73 | # trace. 74 | error_stack=Agiki onyo acaki {{stack}} 75 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 76 | error_file=Pwail: {{file}} 77 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 78 | error_line=Rek: {{line}} 79 | rendering_error=Bal otyeko time kun jalo pot buk. 80 | 81 | # Predefined zoom values 82 | page_scale_width=Bor wi Pot buk 83 | page_scale_fit=Pot buk Romo 84 | page_scale_auto=Dowogo ne matime pire kene 85 | page_scale_actual=Kit Mamite 86 | 87 | # Loading indicator messages 88 | loading_error_indicator=Bal 89 | loading_error=Bal otyeko time kun pango PDF. 90 | 91 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 92 | # "{{type}}" will be replaced with an annotation type from a list defined in 93 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 94 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 95 | text_annotation_type.alt=[{{type}} Lok angea manok] 96 | request_password=I ung otyeko gwoko PDF: 97 | 98 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/ak/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Krataafa baako a etwa mu 17 | previous_label=Ekyiri-baako 18 | next.title=Krataafa a edi so baako 19 | next_label=Dea-ɛ-di-so-baako 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Krataafa: 26 | page_of=wɔ {{pageCount}} 27 | 28 | zoom_out.title=Zuum pue 29 | zoom_out_label=Zuum ba abɔnten 30 | zoom_in.title=Zuum kɔ mu 31 | zoom_in_label=Zuum kɔ mu 32 | zoom.title=Zuum 33 | presentation_mode.title=Sesa kɔ Yɛkyerɛ Tebea mu 34 | presentation_mode_label=Yɛkyerɛ Tebea 35 | open_file.title=Bue Fael 36 | open_file_label=Bue 37 | print.title=Prente 38 | print_label=Prente 39 | download.title=Twe 40 | download_label=Twe 41 | bookmark.title=Seisei nhwɛ (fa anaaso bue wɔ tokuro foforo mu) 42 | bookmark_label=Seisei nhwɛ 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | document_properties_title=Ti asɛm: 49 | 50 | # Tooltips and alt text for side panel toolbar buttons 51 | # (the _label strings are alt text for the buttons, the .title strings are 52 | # tooltips) 53 | toggle_sidebar.title=Sɔ anaaso dum saedbaa 54 | toggle_sidebar_label=Sɔ anaaso dum saedbaa 55 | outline.title=Kyerɛ dɔkomɛnt bɔbea 56 | outline_label=Dɔkomɛnt bɔbea 57 | thumbs.title=Kyerɛ mfoniwaa 58 | thumbs_label=Mfoniwaa 59 | findbar.title=Hu wɔ dɔkomɛnt no mu 60 | findbar_label=Hu 61 | 62 | # Thumbnails panel item (tooltip and alt text for images) 63 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_title=Krataafa {{page}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=Krataafa ne mfoniwaa {{page}} 69 | 70 | # Find panel button title and messages 71 | find_label=Hunu: 72 | find_previous.title=San hu fres wɔ ekyiri baako 73 | find_previous_label=Ekyiri baako 74 | find_next.title=San hu fres no wɔ enim baako 75 | find_next_label=Ndiso 76 | find_highlight=Hyɛ bibiara nso 77 | find_match_case_label=Fa susu kaase 78 | find_reached_top=Edu krataafa ne soro, atoa so efiri ase 79 | find_reached_bottom=Edu krataafa n'ewiei, atoa so efiri soro 80 | find_not_found=Ennhu fres 81 | 82 | # Error panel labels 83 | error_more_info=Infɔmehyɛn bio a wɔka ho 84 | error_less_info=Te infɔmehyɛn bio a wɔka ho so 85 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 86 | # replaced by the PDF.JS version and build ID. 87 | error_version_info=PDF.js v{{vɛɛhyen}} (nsi: {{si}}) 88 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 89 | # english string describing the error. 90 | error_message=Nkrato: {{message}} 91 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 92 | # trace. 93 | error_stack=Staake: {{stack}} 94 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 95 | error_file=Fael: {{file}} 96 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 97 | error_line=Laen: {{line}} 98 | rendering_error=Mfomso bae wɔ bere a wɔ rekyerɛ krataafa no. 99 | 100 | # Predefined zoom values 101 | page_scale_width=Krataafa tɛtrɛtɛ 102 | page_scale_fit=Krataafa ehimtwa 103 | page_scale_auto=Zuum otomatik 104 | page_scale_actual=Kɛseyɛ ankasa 105 | 106 | # Loading indicator messages 107 | loading_error_indicator=Mfomso 108 | loading_error=Mfomso bae wɔ bere a wɔreloode PDF no. 109 | invalid_file_error=PDF fael no nndi mu anaaso ho atɔ kyima. 110 | missing_file_error=PDF fael no ayera. 111 | 112 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 113 | # "{{type}}" will be replaced with an annotation type from a list defined in 114 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 115 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 116 | text_annotation_type.alt=[{{type}} Tɛkst-nyiano] 117 | password_ok=OK 118 | password_cancel=Twa-mu 119 | 120 | printing_not_supported=Kɔkɔbɔ: Brawsa yi nnhyɛ daa mma prent ho kwan. 121 | printing_not_ready=Kɔkɔbɔ: Wɔnntwee PDF fael no nyinara mmbaee ama wo ɛ tumi aprente. 122 | web_fonts_disabled=Ɔedum wɛb-mfɔnt: nntumi mmfa PDF mfɔnt a wɔhyɛ mu nndi dwuma. 123 | document_colors_disabled=Wɔmma ho kwan sɛ PDF adɔkomɛnt de wɔn ara wɔn ahosu bɛdi dwuma: wɔ adum 'Ma ho kwan ma nkrataafa mpaw wɔn ara wɔn ahosu' wɔ brawsa yi mu. 124 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/ast/viewer.properties: -------------------------------------------------------------------------------- 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 | previous.title = Páxina anterior 6 | previous_label = Anterior 7 | next.title = Páxina siguiente 8 | next_label = Siguiente 9 | page_label = Páxina: 10 | page_of = de {{pageCount}} 11 | zoom_out.title = Reducir 12 | zoom_out_label = Reducir 13 | zoom_in.title = Aumentar 14 | zoom_in_label = Aumentar 15 | zoom.title = Tamañu 16 | print.title = Imprentar 17 | print_label = Imprentar 18 | open_file.title = Abrir ficheru 19 | open_file_label = Abrir 20 | download.title = Descargar 21 | download_label = Descargar 22 | bookmark.title = Vista actual (copiar o abrir nuna nueva ventana) 23 | bookmark_label = Vista actual 24 | outline.title = Amosar l'esquema del documentu 25 | outline_label = Esquema del documentu 26 | thumbs.title = Amosar miniatures 27 | thumbs_label = Miniatures 28 | thumb_page_title = Páxina {{page}} 29 | thumb_page_canvas = Miniatura de la páxina {{page}} 30 | error_more_info = Más información 31 | error_less_info = Menos información 32 | error_close = Zarrar 33 | error_message = Mensaxe: {{message}} 34 | error_stack = Pila: {{stack}} 35 | error_file = Ficheru: {{file}} 36 | error_line = Llinia: {{line}} 37 | rendering_error = Hebo un fallu al renderizar la páxina. 38 | page_scale_width = Anchor de la páxina 39 | page_scale_fit = Axuste de la páxina 40 | page_scale_auto = Tamañu automáticu 41 | page_scale_actual = Tamañu actual 42 | loading_error_indicator = Fallu 43 | loading_error = Hebo un fallu al cargar el PDF. 44 | request_password = El PDF ta protexíu por una contraseña: 45 | printing_not_supported = Avisu: Imprentar nun tien sofitu téunicu completu nesti navegador. 46 | presentation_mode_label = 47 | presentation_mode.title = 48 | page_rotate_cw.label = 49 | page_rotate_ccw.label = 50 | last_page.label = Dir a la cabera páxina 51 | invalid_file_error = Ficheru PDF inválidu o corruptu. 52 | first_page.label = Dir a la primer páxina 53 | findbar_label = Guetar 54 | findbar.title = Guetar nel documentu 55 | find_previous_label = Anterior 56 | find_previous.title = Alcontrar l'anterior apaición de la fras 57 | find_not_found = Frase non atopada 58 | find_next_label = Siguiente 59 | find_next.title = Alcontrar la siguiente apaición d'esta fras 60 | find_match_case_label = Coincidencia de mayús./minús. 61 | find_label = Guetar: 62 | find_highlight = Remarcar toos 63 | find_reached_top=Algamóse'l principiu del documentu, siguir dende'l final 64 | find_reached_bottom=Algamóse'l final del documentu, siguir dende'l principiu 65 | web_fonts_disabled = Les fontes web tán desactivaes: ye imposible usar les fontes PDF embebíes. 66 | toggle_sidebar_label = Camudar barra llateral 67 | toggle_sidebar.title = Camudar barra llateral 68 | missing_file_error = Nun hai ficheru PDF. 69 | error_version_info = PDF.js v{{version}} (build: {{build}}) 70 | printing_not_ready = Avisu: Esti PDF nun se cargó completamente pa poder imprentase. 71 | text_annotation_type.alt = [Anotación {{type}}] 72 | invalid_password = Contraseña non válida. 73 | document_colors_disabled = Los documentos PDF nun tienen permitío usar los sos propios colores: 'Permitir a les páxines elexir los sos propios colores' ta desactivao nel navegador. 74 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/be/viewer.properties: -------------------------------------------------------------------------------- 1 | previous.title = Папярэдняя старонка 2 | previous_label = Папярэдняя 3 | next.title = Наступная старонка 4 | next_label = Наступная 5 | page_label = Старонка: 6 | page_of = з {{pageCount}} 7 | zoom_out.title = Паменшыць 8 | zoom_out_label = Паменшыць 9 | zoom_in.title = Павялічыць 10 | zoom_in_label = Павялічыць 11 | zoom.title = Павялічэнне тэксту 12 | presentation_mode.title = Пераключыцца ў рэжым паказу 13 | presentation_mode_label = Рэжым паказу 14 | open_file.title = Адчыніць файл 15 | open_file_label = Адчыніць 16 | print.title = Друкаваць 17 | print_label = Друкаваць 18 | download.title = Загрузка 19 | download_label = Загрузка 20 | bookmark.title = Цяперашняя праява (скапіяваць або адчыніць у новым акне) 21 | bookmark_label = Цяперашняя праява 22 | tools.title = Прылады 23 | tools_label = Прылады 24 | first_page.title = Перайсці на першую старонку 25 | first_page.label = Перайсці на першую старонку 26 | first_page_label = Перайсці на першую старонку 27 | last_page.title = Перайсці на апошнюю старонку 28 | last_page.label = Перайсці на апошнюю старонку 29 | last_page_label = Перайсці на апошнюю старонку 30 | page_rotate_cw.title = Павярнуць па гадзіннікавай стрэлцы 31 | page_rotate_cw.label = Павярнуць па гадзіннікавай стрэлцы 32 | page_rotate_cw_label = Павярнуць па гадзіннікавай стрэлцы 33 | page_rotate_ccw.title = Павярнуць супраць гадзіннікавай стрэлкі 34 | page_rotate_ccw.label = Павярнуць супраць гадзіннікавай стрэлкі 35 | page_rotate_ccw_label = Павярнуць супраць гадзіннікавай стрэлкі 36 | hand_tool_enable.title = Дазволіць ручную прыладу 37 | hand_tool_enable_label = Дазволіць ручную прыладу 38 | hand_tool_disable.title = Забараніць ручную прыладу 39 | hand_tool_disable_label = Забараніць ручную прыладу 40 | document_properties.title = Уласцівасці дакумента… 41 | document_properties_label = Уласцівасці дакумента… 42 | document_properties_file_name = Назва файла: 43 | document_properties_file_size = Памер файла: 44 | document_properties_kb = {{size_kb}} КБ ({{size_b}} байт) 45 | document_properties_mb = {{size_mb}} МБ ({{size_b}} байт) 46 | document_properties_title = Загаловак: 47 | document_properties_author = Аўтар: 48 | document_properties_subject = Тэма: 49 | document_properties_keywords = Ключавыя словы: 50 | document_properties_creation_date = Дата стварэння: 51 | document_properties_modification_date = Дата змянення: 52 | document_properties_date_string = {{date}}, {{time}} 53 | document_properties_creator = Стваральнік: 54 | document_properties_producer = Вырабнік PDF: 55 | document_properties_version = Версія PDF: 56 | document_properties_page_count = Колькасць старонак: 57 | document_properties_close = Зачыніць 58 | toggle_sidebar.title = Пераключэнне палічкі 59 | toggle_sidebar_label = Пераключыць палічку 60 | outline.title = Паказ будовы дакумента 61 | outline_label = Будова дакумента 62 | thumbs.title = Паказ накідаў 63 | thumbs_label = Накіды 64 | findbar.title = Пошук у дакуменце 65 | findbar_label = Знайсці 66 | thumb_page_title = Старонка {{page}} 67 | thumb_page_canvas = Накід старонкі {{page}} 68 | find_label = Пошук: 69 | find_previous.title = Знайсці папярэдні выпадак выразу 70 | find_previous_label = Папярэдні 71 | find_next.title = Знайсці наступны выпадак выразу 72 | find_next_label = Наступны 73 | find_highlight = Падфарбаваць усе 74 | find_match_case_label = Адрозніваць вялікія/малыя літары 75 | find_reached_top = Дасягнуты пачатак дакумента, працяг з канца 76 | find_reached_bottom = Дасягнуты канец дакумента, працяг з пачатку 77 | find_not_found = Выраз не знойдзены 78 | error_more_info = Падрабязней 79 | error_less_info = Сцісла 80 | error_close = Закрыць 81 | error_version_info = PDF.js в{{version}} (пабудова: {{build}}) 82 | error_message = Паведамленне: {{message}} 83 | error_stack = Стос: {{stack}} 84 | error_file = Файл: {{file}} 85 | error_line = Радок: {{line}} 86 | rendering_error = Здарылася памылка падчас адлюстравання старонкі. 87 | page_scale_width = Шырыня старонкі 88 | page_scale_fit = Уцісненне старонкі 89 | page_scale_auto = Самастойнае павялічэнне 90 | page_scale_actual = Сапраўдны памер 91 | loading_error_indicator = Памылка 92 | loading_error = Здарылася памылка падчас загрузкі PDF. 93 | invalid_file_error = Няспраўны або пашкоджаны файл PDF. 94 | missing_file_error = Адсутны файл PDF. 95 | text_annotation_type.alt = [{{type}} Annotation] 96 | password_label = Увядзіце пароль, каб адчыніць гэты файл PDF. 97 | password_invalid = Крывы пароль. Паспрабуйце зноў. 98 | password_ok = Добра 99 | password_cancel = Скасаваць 100 | printing_not_supported = Папярэджанне: друк не падтрымлівацца цалкам гэтым азіральнікам. 101 | printing_not_ready = Увага: PDF не сцягнуты цалкам для друкавання. 102 | web_fonts_disabled = Шрыфты Сеціва забаронены: немгчыма ўжываць укладзеныя шрыфты PDF. 103 | document_colors_disabled = Дакументам PDF не дазволена карыстацца сваімі ўласнымі колерамі: 'Дазволіць старонкам выбіраць свае ўласныя колеры' абяздзейнена ў азіральніку. 104 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/csb/viewer.properties: -------------------------------------------------------------------------------- 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 | # Main toolbar buttons (tooltips and alt text for images) 6 | previous.title=Pòprzédnô strona 7 | previous_label=Pòprzédnô 8 | next.title=Nôslédnô strona 9 | next_label=Nôslédnô 10 | 11 | # LOCALIZATION NOTE (page_label, page_of): 12 | # These strings are concatenated to form the "Page: X of Y" string. 13 | # Do not translate "{{pageCount}}", it will be substituted with a number 14 | # representing the total number of pages. 15 | page_label=Strona: 16 | page_of=z {{pageCount}} 17 | 18 | zoom_out.title=Zmniészë 19 | zoom_out_label=Zmniészë 20 | zoom_in.title=Zwikszë 21 | zoom_in_label=Wiôlgòsc 22 | zoom.title=Wiôlgòsc 23 | print.title=Drëkùjë 24 | print_label=Drëkùjë 25 | presentation_mode.title=Przéńdzë w trib prezentacje 26 | presentation_mode_label=Trib prezentacje 27 | open_file.title=Òtemkni lopk 28 | open_file_label=Òtemkni 29 | download.title=Zladënk 30 | download_label=Zladënk 31 | bookmark.title=Spamiãtôj wëzdrzatk (kòpérëje, abò òtemkni w nowim òknnie) 32 | bookmark_label=Aktualny wëzdrzatk 33 | 34 | find_label=Szëkôj: 35 | find_previous.title=Biéj do pòprzédnégò wënikù szëkbë 36 | find_previous_label=Pòprzédny 37 | find_next.title=Biéj do nôslédnégò wënikù szëkbë 38 | find_next_label=Nôslédny 39 | find_highlight=Pòdszkrzëni wszëtczé 40 | find_match_case_label=Rozeznôwôj miarã lëterów 41 | find_not_found=Nie nalôzł tekstu 42 | find_reached_bottom=Doszedł do kùńca dokùmentu, zaczinającë òd górë 43 | find_reached_top=Doszedł do pòczątkù dokùmentu, zaczinającë òd dołù 44 | 45 | toggle_sidebar.title=Pòsuwk wëbiérkù 46 | toggle_sidebar_label=Pòsuwk wëbiérkù 47 | 48 | outline.title=Wëskrzëni òbcéch dokùmentu 49 | outline_label=Òbcéch dokùmentu 50 | thumbs.title=Wëskrzëni miniaturë 51 | thumbs_label=Miniaturë 52 | findbar.title=Przeszëkôj dokùment 53 | findbar_label=Nalezë 54 | tools_label=Nôrzãdła 55 | first_page.title=Biéj do pierszi stronë 56 | first_page.label=Biéj do pierszi stronë 57 | last_page.label=Biéj do òstatny stronë 58 | invalid_file_error=Lëchi ôrt, abò pòpsëti lopk PDF. 59 | 60 | 61 | 62 | # Thumbnails panel item (tooltip and alt text for images) 63 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_title=Strona {{page}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=Miniatura stronë {{page}} 69 | 70 | # Error panel labels 71 | error_more_info=Wicy infòrmacje 72 | error_less_info=Mni infòrmacje 73 | error_close=Close 74 | error_version_info=PDF.js v{{version}} (build: {{build}}) 75 | 76 | 77 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 78 | # english string describing the error. 79 | error_message=Message: {{wiadło}} 80 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 81 | # trace. 82 | error_stack=Stack: {{stóg}} 83 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 84 | error_file=File: {{lopk}} 85 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 86 | error_line=Line: {{line}} 87 | rendering_error=Pòkôza sã fela przë renderowanim stronë. 88 | 89 | # Predefined zoom values 90 | page_scale_width=Szérzawa stronë 91 | page_scale_fit=Dopasëje stronã 92 | page_scale_auto=Aùtomatnô wiôlgòsc 93 | page_scale_actual=Naturalnô wiôlgòsc 94 | 95 | # Loading indicator messages 96 | # LOCALIZATION NOTE (error_line): "{{[percent}}" will be replaced with a percentage 97 | loading_error_indicator=Fela 98 | loading_error=Pòkôza sã fela przë wczëtiwanim PDFù. 99 | 100 | # LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip. 101 | # "{{[type}}" will be replaced with an annotation type from a list defined in 102 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 103 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 104 | 105 | request_password=PDF je zabezpieczony parolą: 106 | printing_not_supported = Òstrzéga: przezérnik nie je do kùńca wspieróny przez drëkôrze 107 | 108 | # Context menu 109 | page_rotate_cw.label=Òbkrãcë w prawò 110 | page_rotate_ccw.label=Òbkrãcë w lewò 111 | 112 | 113 | last_page.title=Biéj do pòprzédny stronë 114 | last_page_label=Biéj do pòprzédny stronë 115 | page_rotate_cw.title=Òbkrãcë w prawò 116 | page_rotate_cw_label=Òbkrãcë w prawò 117 | page_rotate_ccw.title=Òbkrãcë w lewò 118 | page_rotate_ccw_label=Òbkrãcë w lewò 119 | 120 | 121 | web_fonts_disabled=Sécowé czconczi są wëłączoné: włączë je, bë móc ùżiwac òsadzonëch czconków w lopkach PDF. 122 | 123 | 124 | missing_file_error=Felëje lopka PDF. 125 | printing_not_ready = Òstrzéga: lopk mùszi sã do kùńca wczëtac zanim gò mòże drëkòwac 126 | 127 | document_colors_disabled=Dokùmentë PDF nie mògą ù swòjich farwów: \'Pòzwòlë stronóm wëbierac swòje farwë\' je wëłączoné w przezérnikù. 128 | invalid_password=Lëchô parola. 129 | text_annotation_type.alt=[Adnotacjô {{type}}] 130 | 131 | tools.title=Tools 132 | first_page_label=Go to First Page 133 | 134 | 135 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/el/viewer.properties: -------------------------------------------------------------------------------- 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 | # Main toolbar buttons (tooltips and alt text for images) 6 | previous.title=Προηγούμενη σελίδα 7 | previous_label=Προηγούμενη 8 | next.title=Επόμενη σελίδα 9 | next_label=Επόμενη 10 | 11 | # LOCALIZATION NOTE (page_label, page_of): 12 | # These strings are concatenated to form the "Page: X of Y" string. 13 | # Do not translate "{{pageCount}}", it will be substituted with a number 14 | # representing the total number of pages. 15 | page_label=Σελίδα: 16 | page_of= {{pageCount}} 17 | 18 | zoom_out.title=Σμίκρυνση 19 | zoom_out_label=Σμίκρυνση 20 | zoom_in.title=Μεγέθυνση 21 | zoom_in_label=Μεγέθυνση 22 | zoom.title=Μεγέθυνση 23 | print.title=Εκτύπωση 24 | print_label=Εκτύπωση 25 | open_file.title=Άνοιγμα αρχείου 26 | open_file_label=Άνοιγμα 27 | download.title=Λήψη 28 | download_label=Λήψη 29 | bookmark.title=Τρέχουσα προβολή (αντίγραφο ή άνοιγμα σε νέο παράθυρο) 30 | bookmark_label=Τρέχουσα προβολή 31 | 32 | # Tooltips and alt text for side panel toolbar buttons 33 | # (the _label strings are alt text for the buttons, the .title strings are 34 | # tooltips) 35 | outline.title=Προβολή διάρθρωσης κειμένου 36 | outline_label=Διάρθρωση κειμένου 37 | thumbs.title=Προβολή μικρογραφιών 38 | thumbs_label=Μικρογραφίες 39 | 40 | 41 | 42 | # Thumbnails panel item (tooltip and alt text for images) 43 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 44 | # number. 45 | thumb_page_title=Σελίδα {{page}} 46 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 47 | # number. 48 | thumb_page_canvas=Μικρογραφία της σελίδας {{page}} 49 | 50 | first_page.label=Μετάβαση στην πρώτη σελίδα 51 | 52 | # Error panel labels 53 | error_more_info=Περισσότερες πληροφορίες 54 | error_less_info=Λιγότερες πληροφορίες 55 | error_close=Κλείσιμο 56 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 57 | # english string describing the error. 58 | error_message=Μήνυμα: {{message}} 59 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 60 | # trace. 61 | error_stack=Stack: {{stack}} 62 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 63 | error_file=Αρχείο: {{file}} 64 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 65 | error_line=Line: {{line}} 66 | rendering_error=Προέκυψε σφάλμα κατά την ανάλυση της σελίδας. 67 | 68 | # Predefined zoom values 69 | page_scale_width=Πλάτος σελίδας 70 | page_scale_fit=Μέγεθος σελίδας 71 | page_scale_auto=Αυτόματη μεγέθυνση 72 | page_scale_actual=Πραγματικό μέγεθος 73 | 74 | 75 | # Context menu 76 | page_rotate_cw.label=Δεξιόστροφη περιστροφή 77 | page_rotate_ccw.label=Αριστερόστροφη περιστροφή 78 | 79 | presentation_mode.title=Μετάβαση σε λειτουργία παρουσίασης 80 | presentation_mode_label=Λειτουργία παρουσίασης 81 | 82 | # Loading indicator messages 83 | # LOCALIZATION NOTE (error_line): "{{[percent}}" will be replaced with a percentage 84 | 85 | loading_error_indicator=Σφάλμα 86 | loading_error=Προέκυψε ένα σφάλμα κατά τη φόρτωση του PDF. 87 | 88 | request_password=Το PDF προστατεύεται από κωδικό: 89 | 90 | printing_not_supported=Προειδοποίηση: Η εκτύπωση δεν υποστηρίζεται πλήρως από αυτόν τον περιηγητή. 91 | 92 | 93 | 94 | findbar.title=Εύρεση στο έγγραφο 95 | findbar_label=Εύρεση 96 | 97 | 98 | # Find panel button title and messages 99 | find_label=Εύρεση: 100 | find_previous.title=Εύρεση της προηγούμενης εμφάνισης της φράσης 101 | find_previous_label=Προηγούμενο 102 | find_next.title=Εύρεση της επόμενης εμφάνισης της φράσης 103 | find_next_label=Επόμενο 104 | find_highlight=Επισήμανση όλων 105 | find_match_case_label=Ταίριασμα χαρακτήρα 106 | find_reached_top=Έλευση στην αρχή του εγγράφου, συνέχεια από το τέλος 107 | find_reached_bottom=Έλευση στο τέλος του εγγράφου, συνέχεια από την αρχή 108 | find_not_found=Η φράση δεν βρέθηκε 109 | 110 | invalid_file_error=Μη έγκυρο ή κατεστραμμένο αρχείο PDF. 111 | last_page.label=Μετάβαση στη τελευταία σελίδα 112 | 113 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 114 | # replaced by the PDF.JS version and build ID. 115 | error_version_info=PDF.js v{{version}} (build: {{build}}) 116 | 117 | missing_file_error=Λείπει αρχείο PDF. 118 | 119 | 120 | toggle_sidebar.title=Εναλλαγή προβολής πλευρικής στήλης 121 | toggle_sidebar_label=Εναλλαγή προβολής πλευρικής στήλης 122 | 123 | web_fonts_disabled=Οι γραμματοσειρές Web απενεργοποιημένες: αδυναμία χρήσης των ενσωματωμένων γραμματοσειρών PDF. 124 | 125 | printing_not_ready=Προειδοποίηση: Το PDF δεν φορτώθηκε πλήρως για εκτύπωση. 126 | 127 | document_colors_disabled=Δεν επιτρέπεται στα έγγραφα PDF να χρησιμοποιούν τα δικά τους χρώματα: Η επιλογή \'Να επιτρέπεται η χρήση χρωμάτων της σελίδας\' δεν είναι ενεργή στην εφαρμογή. 128 | 129 | invalid_password=Μη έγκυρος κωδικός. 130 | text_annotation_type.alt=[{{type}} Annotation] 131 | 132 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/es-ES/viewer.properties: -------------------------------------------------------------------------------- 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 | previous.title = Página anterior 6 | previous_label = Anterior 7 | next.title = Página siguiente 8 | next_label = Siguiente 9 | page_label = Página: 10 | page_of = de {{pageCount}} 11 | zoom_out.title = Reducir 12 | zoom_out_label = Reducir 13 | zoom_in.title = Aumentar 14 | zoom_in_label = Aumentar 15 | zoom.title = Tamaño 16 | presentation_mode.title = Cambiar al modo presentación 17 | presentation_mode_label = Modo presentación 18 | open_file.title = Abrir archivo 19 | open_file_label = Abrir 20 | print.title = Imprimir 21 | print_label = Imprimir 22 | download.title = Descargar 23 | download_label = Descargar 24 | bookmark.title = Vista actual (copiar o abrir en una nueva ventana) 25 | bookmark_label = Vista actual 26 | tools.title = Herramientas 27 | tools_label = Herramientas 28 | first_page.title = Ir a la primera página 29 | first_page.label = Ir a la primera página 30 | first_page_label = Ir a la primera página 31 | last_page.title = Ir a la última página 32 | last_page.label = Ir a la última página 33 | last_page_label = Ir a la última página 34 | page_rotate_cw.title = Rotar en sentido horario 35 | page_rotate_cw.label = Rotar en sentido horario 36 | page_rotate_cw_label = Rotar en sentido horario 37 | page_rotate_ccw.title = Rotar en sentido antihorario 38 | page_rotate_ccw.label = Rotar en sentido antihorario 39 | page_rotate_ccw_label = Rotar en sentido antihorario 40 | hand_tool_enable.title = Activar herramienta mano 41 | hand_tool_enable_label = Activar herramienta mano 42 | hand_tool_disable.title = Desactivar herramienta mano 43 | hand_tool_disable_label = Desactivar herramienta mano 44 | document_properties.title = Propiedades del documento… 45 | document_properties_label = Propiedades del documento… 46 | document_properties_file_name = Nombre de archivo: 47 | document_properties_file_size = Tamaño de archivo: 48 | document_properties_kb = {{size_kb}} KB ({{size_b}} bytes) 49 | document_properties_mb = {{size_mb}} MB ({{size_b}} bytes) 50 | document_properties_title = Título: 51 | document_properties_author = Autor: 52 | document_properties_subject = Asunto: 53 | document_properties_keywords = Palabras clave: 54 | document_properties_creation_date = Fecha de creación: 55 | document_properties_modification_date = Fecha de modificación: 56 | document_properties_date_string = {{date}}, {{time}} 57 | document_properties_creator = Creador: 58 | document_properties_producer = Productor PDF: 59 | document_properties_version = Versión PDF: 60 | document_properties_page_count = Número de páginas: 61 | document_properties_close = Cerrar 62 | toggle_sidebar.title = Cambiar barra lateral 63 | toggle_sidebar_label = Cambiar barra lateral 64 | outline.title = Mostrar el esquema del documento 65 | outline_label = Esquema del documento 66 | thumbs.title = Mostrar miniaturas 67 | thumbs_label = Miniaturas 68 | findbar.title = Buscar en el documento 69 | findbar_label = Buscar 70 | thumb_page_title = Página {{page}} 71 | thumb_page_canvas = Miniatura de la página {{page}} 72 | find_label = Buscar: 73 | find_previous.title = Encontrar la anterior aparición de la frase 74 | find_previous_label = Anterior 75 | find_next.title = Encontrar la siguiente aparición de esta frase 76 | find_next_label = Siguiente 77 | find_highlight = Resaltar todos 78 | find_match_case_label = Coincidencia de mayús./minús. 79 | find_reached_top = Se alcanzó el inicio del documento, se continúa desde el final 80 | find_reached_bottom = Se alcanzó el final del documento, se continúa desde el inicio 81 | find_not_found = Frase no encontrada 82 | error_more_info = Más información 83 | error_less_info = Menos información 84 | error_close = Cerrar 85 | error_version_info = PDF.js v{{version}} (build: {{build}}) 86 | error_message = Mensaje: {{message}} 87 | error_stack = Pila: {{stack}} 88 | error_file = Archivo: {{file}} 89 | error_line = Línea: {{line}} 90 | rendering_error = Ocurrió un error al renderizar la página. 91 | page_scale_width = Anchura de la página 92 | page_scale_fit = Ajuste de la página 93 | page_scale_auto = Tamaño automático 94 | page_scale_actual = Tamaño actual 95 | loading_error_indicator = Error 96 | loading_error = Ocurrió un error al cargar el PDF. 97 | invalid_file_error = Fichero PDF no válido o corrupto. 98 | missing_file_error = No hay fichero PDF. 99 | text_annotation_type.alt = [Anotación {{type}}] 100 | password_label = Introduzca la contraseña para abrir este archivo PDF. 101 | password_invalid = Contraseña no válida. Vuelva a intentarlo. 102 | password_ok = Aceptar 103 | password_cancel = Cancelar 104 | printing_not_supported = Advertencia: Imprimir no está totalmente soportado por este navegador. 105 | printing_not_ready = Advertencia: Este PDF no se ha cargado completamente para poder imprimirse. 106 | web_fonts_disabled = Las tipografías web están desactivadas: es imposible usar las tipografías PDF embebidas. 107 | document_colors_disabled = Los documentos PDF no tienen permitido usar sus propios colores: 'Permitir a las páginas elegir sus propios colores' está desactivado en el navegador. 108 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/fa/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=صفحهٔ قبلی 17 | next.title=صفحهٔ بعدی 18 | 19 | # LOCALIZATION NOTE (page_label, page_of): 20 | # These strings are concatenated to form the "Page: X of Y" string. 21 | # Do not translate "{{pageCount}}", it will be substituted with a number 22 | # representing the total number of pages. 23 | page_label=صفحه: 24 | page_of=از {{pageCount}} 25 | 26 | zoom_out.title=کوچک‌نمایی 27 | zoom_out_label=کوچک‌نمایی 28 | zoom_in.title=بزرگ‌نمایی 29 | zoom_in_label=بزرگ‌نمایی 30 | zoom.title=زوم 31 | presentation_mode.title=تغییر به حالت ارائه 32 | presentation_mode_label=حالت ارائه 33 | open_file.title=باز کردن پرونده 34 | open_file_label=باز کردن 35 | print.title=چاپ 36 | print_label=چاپ 37 | download.title=بارگیری 38 | download_label=بارگیری 39 | bookmark.title=نمای فعلی (کپی کن، یا در پنجرۀ دیگری نشان بده) 40 | bookmark_label=نمای فعلی 41 | 42 | # Secondary toolbar and context menu 43 | 44 | # Tooltips and alt text for side panel toolbar buttons 45 | # (the _label strings are alt text for the buttons, the .title strings are 46 | # tooltips) 47 | outline.title=نمایش طرح نوشتار 48 | outline_label=طرح نوشتار 49 | thumbs.title=نمایش تصاویر بندانگشتی 50 | thumbs_label=تصاویر بندانگشتی 51 | findbar_label=پیدا کردن 52 | 53 | # Thumbnails panel item (tooltip and alt text for images) 54 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 55 | # number. 56 | thumb_page_title=صفحه {{page}} 57 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 58 | # number. 59 | thumb_page_canvas=تصویر بند‌ انگشتی صفحه {{page}} 60 | 61 | # Find panel button title and messages 62 | find_previous.title=پیدا کردن رخداد قبلی عبارت 63 | find_next.title=پیدا کردن رخداد بعدی عبارت 64 | find_not_found=عبارت پیدا نشد 65 | 66 | # Error panel labels 67 | error_more_info=اطلاعات بیشتر 68 | error_less_info=اطلاعات کمتر 69 | error_close=بستن 70 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 71 | # replaced by the PDF.JS version and build ID. 72 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 73 | # english string describing the error. 74 | error_message=پیام: {{message}} 75 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 76 | # trace. 77 | error_stack=توده: {{stack}} 78 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 79 | error_file=پرونده: {{file}} 80 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 81 | error_line=سطر: {{line}} 82 | rendering_error=هنگام بارگیری صفحه خطایی رخ داد. 83 | 84 | # Predefined zoom values 85 | page_scale_width=عرض صفحه 86 | page_scale_fit=اندازه کردن صفحه 87 | page_scale_auto=بزرگنمایی خودکار 88 | page_scale_actual=اندازه واقعی‌ 89 | 90 | # Loading indicator messages 91 | loading_error_indicator=خطا 92 | loading_error=هنگام بارگیری پرونده (PDF) خطایی رخ داد. 93 | 94 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 95 | # "{{type}}" will be replaced with an annotation type from a list defined in 96 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 97 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 98 | text_annotation_type.alt=[{{type}} Annotation] 99 | password_ok=تأیید 100 | password_cancel=انصراف 101 | 102 | printing_not_supported=هشدار: قابلیت چاپ به‌طور کامل در این مرورگر پشتیبانی نمی‌شود. 103 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/ff/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Hello Ɓennungo 17 | previous_label=Ɓennuɗo 18 | next.title=Hello faango 19 | next_label=Yeeso 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Hello: 26 | page_of=e nder {{pageCount}} 27 | 28 | zoom_out.title=Lonngo Woɗɗa 29 | zoom_out_label=Lonngo Woɗɗa 30 | zoom_in.title=Lonngo Ara 31 | zoom_in_label=Lonngo Ara 32 | zoom.title=Lonngo 33 | presentation_mode.title=Faytu to Presentation Mode 34 | presentation_mode_label=Presentation Mode 35 | open_file.title=Uddit Fiilde 36 | open_file_label=Uddit 37 | print.title=Winndito 38 | print_label=Winndito 39 | download.title=Aawto 40 | download_label=Aawto 41 | bookmark.title=Jiytol gonangol (natto walla uddit e henorde) 42 | bookmark_label=Jiytol Gonangol 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | document_properties_title=Tiitoonde: 49 | 50 | # Tooltips and alt text for side panel toolbar buttons 51 | # (the _label strings are alt text for the buttons, the .title strings are 52 | # tooltips) 53 | toggle_sidebar.title=Toggilo Palal Sawndo 54 | toggle_sidebar_label=Toggilo Palal Sawndo 55 | outline.title=Hollu Toɓɓe Fiilannde 56 | outline_label=Toɓɓe Fiilannde 57 | thumbs.title=Hollu Dooɓe 58 | thumbs_label=Dooɓe 59 | findbar.title=Yiylo e fiilannde 60 | findbar_label=Yiytu 61 | 62 | # Thumbnails panel item (tooltip and alt text for images) 63 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_title=Hello {{page}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=Dooɓre Hello {{page}} 69 | 70 | # Find panel button title and messages 71 | find_label=Yiytu: 72 | find_previous.title=Yiylo cilol ɓennugol konngol ngol 73 | find_previous_label=Ɓennuɗo 74 | find_next.title=Yiylo cilol garowol konngol ngol 75 | find_next_label=Yeeso 76 | find_highlight=Jalbin fof 77 | find_match_case_label=Jaaɓnu darnde 78 | find_reached_top=Heɓii fuɗɗorde fiilannde, jokku faya les 79 | find_reached_bottom=Heɓii hoore fiilannde, jokku faya les 80 | find_not_found=Konngi njiyataa 81 | 82 | # Error panel labels 83 | error_more_info=Ɓeydu Humpito 84 | error_less_info=Ustu Humpito 85 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 86 | # replaced by the PDF.JS version and build ID. 87 | error_version_info=PDF.js v{{version}} (build: {{build}}) 88 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 89 | # english string describing the error. 90 | error_message=Ɓatakuure: {{message}} 91 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 92 | # trace. 93 | error_stack=Stack: {{stack}} 94 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 95 | error_file=Fiilde: {{file}} 96 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 97 | error_line=Gorol: {{line}} 98 | rendering_error=Juumre waɗii tuma nde yoŋkittoo hello. 99 | 100 | # Predefined zoom values 101 | page_scale_width=Njaajeendi Hello 102 | page_scale_fit=Keƴeendi Hello 103 | page_scale_auto=Loongorde Jaajol 104 | page_scale_actual=Ɓetol Jaati 105 | 106 | # Loading indicator messages 107 | loading_error_indicator=Juumre 108 | loading_error=Juumre waɗii tuma nde loowata PDF oo. 109 | invalid_file_error=Fiilde PDF moƴƴaani walla jiibii. 110 | missing_file_error=Fiilde PDF ena ŋakki. 111 | 112 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 113 | # "{{type}}" will be replaced with an annotation type from a list defined in 114 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 115 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 116 | text_annotation_type.alt=[{{type}} Siiftannde] 117 | password_ok=OK 118 | password_cancel=Haaytu 119 | 120 | printing_not_supported=Reentino: Winnditagol tammbitaaka no feewi e ndee wanngorde. 121 | printing_not_ready=Reentino: PDF oo loowaaki haa timmi ngam winnditagol. 122 | web_fonts_disabled=Ponte geese ko daaƴaaɗe: horiima huutoraade ponte PDF coomtoraaɗe. 123 | document_colors_disabled=Piilanɗe PDF njamiraaka yoo kuutoro goobuuji mum'en keeriiɗi: 'Yamir kello yoo kuutoro goobuuki keeriiɗi' koko daaƴaa e wanngorde ndee. 124 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/gl/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Páxina anterior 17 | previous_label=Anterior 18 | next.title=Seguinte páxina 19 | next_label=Seguinte 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Páxina: 26 | page_of=de {{pageCount}} 27 | 28 | zoom_out.title=Reducir 29 | zoom_out_label=Reducir 30 | zoom_in.title=Ampliar 31 | zoom_in_label=Ampliar 32 | zoom.title=Zoom 33 | print.title=Imprimir 34 | print_label=Imprimir 35 | presentation_mode.title=Cambiar ao modo presentación 36 | presentation_mode_label=Modo presentación 37 | open_file.title=Abrir ficheiro 38 | open_file_label=Abrir 39 | download.title=Descargar 40 | download_label=Descargar 41 | bookmark.title=Vista actual (copiar ou abrir nunha nova xanela) 42 | bookmark_label=Vista actual 43 | 44 | # Tooltips and alt text for side panel toolbar buttons 45 | # (the _label strings are alt text for the buttons, the .title strings are 46 | # tooltips) 47 | toggle_sidebar.title=Amosar/agochar a barra lateral 48 | toggle_sidebar_label=Amosar/agochar a barra lateral 49 | outline.title=Amosar esquema do documento 50 | outline_label=Esquema do documento 51 | thumbs.title=Amosar miniaturas 52 | thumbs_label=Miniaturas 53 | findbar.title=Atopar no documento 54 | findbar_label=Atopar 55 | 56 | # Document outline messages 57 | no_outline=Ningún esquema dispoñíbel 58 | 59 | # Thumbnails panel item (tooltip and alt text for images) 60 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 61 | # number. 62 | thumb_page_title=Páxina {{page}} 63 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_canvas=Miniatura da páxina {{page}} 66 | 67 | # Context menu 68 | first_page.label=Ir á primeira páxina 69 | last_page.label=Ir á última páxina 70 | page_rotate_cw.label=Rotar no sentido das agullas do reloxo 71 | page_rotate_ccw.label=Rotar no sentido contrario ás agullas do reloxo 72 | 73 | # Find panel button title and messages 74 | find_label=Atopar: 75 | find_previous.title=Atopar a anterior aparición da frase 76 | find_previous_label=Anterior 77 | find_next.title=Atopar a seguinte aparición da frase 78 | find_next_label=Seguinte 79 | find_highlight=Realzar todo 80 | find_match_case_label=Diferenciar maiúsculas de minúsculas 81 | find_reached_top=Chegouse ao inicio do documento, continuar desde o final 82 | find_reached_bottom=Chegouse ao final do documento, continuar desde o inicio 83 | find_not_found=Non se atopou a frase 84 | 85 | # Error panel labels 86 | error_more_info=Máis información 87 | error_less_info=Menos información 88 | error_close=Pechar 89 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 90 | # replaced by the PDF.JS version and build ID. 91 | error_version_info=PDF.js v{{version}} (Identificador da compilación: {{build}}) 92 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 93 | # english string describing the error. 94 | error_message=Mensaxe: {{message}} 95 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 96 | # trace. 97 | error_stack=Pila: {{stack}} 98 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 99 | error_file=Ficheiro: {{file}} 100 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 101 | error_line=Liña: {{line}} 102 | rendering_error=Produciuse un erro ao representar a páxina. 103 | 104 | # Predefined zoom values 105 | page_scale_width=Largura da páxina 106 | page_scale_fit=Axuste de páxina 107 | page_scale_auto=Zoom automático 108 | page_scale_actual=Tamaño actual 109 | 110 | # Loading indicator messages 111 | loading_error_indicator=Erro 112 | loading_error=Produciuse un erro ao cargar o PDF. 113 | invalid_file_error=Ficheiro PDF danado ou incorrecto. 114 | missing_file_error=Falta o ficheiro PDF. 115 | 116 | # LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip. 117 | # "{{type}}" will be replaced with an annotation type from a list defined in 118 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 119 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 120 | text_annotation_type=[Anotación {{type}}] 121 | request_password=O PDF está protexido por un contrasinal: 122 | 123 | printing_not_supported=Aviso: A impresión non é compatíbel de todo con este navegador. 124 | web_fonts_disabled=Desactiváronse as fontes web: foi imposíbel usar as fontes incrustadas no PDF. 125 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/gu-IN/viewer.properties: -------------------------------------------------------------------------------- 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 | # Main toolbar buttons (tooltips and alt text for images) 6 | previous.title=પહેલાનુ પાનું 7 | previous_label=પહેલાનુ 8 | next.title=આગળનુ પાનું 9 | next_label=આગળનું 10 | 11 | # LOCALIZATION NOTE (page_label, page_of): 12 | # These strings are concatenated to form the "Page: X of Y" string. 13 | # Do not translate "{{pageCount}}", it will be substituted with a number 14 | # representing the total number of pages. 15 | page_label=પાનું: 16 | page_of={{pageCount}} નું 17 | zoom_out.title=મોટુ કરો 18 | zoom_out_label=મોટુ કરો 19 | zoom_in.title=નાનું કરો 20 | zoom_in_label=નાનું કરો 21 | zoom.title=નાનું મોટુ કરો 22 | print.title=છાપો 23 | print_label=છારો 24 | open_file.title=ફાઇલ ખોલો 25 | open_file_label=ખોલો 26 | download.title=ડાઉનલોડ 27 | download_label=ડાઉનલોડ 28 | bookmark.title=વર્તમાન દૃશ્ય (નવી વિન્ડોમાં નકલ કરો અથવા ખોલો) 29 | bookmark_label=વર્તમાન દૃશ્ય 30 | 31 | # Tooltips and alt text for side panel toolbar buttons 32 | # (the _label strings are alt text for the buttons, the .title strings are 33 | # tooltips) 34 | outline.title=દસ્તાવેજ રૂપરેખા બતાવો 35 | outline_label=દસ્તાવેજ રૂપરેખા 36 | thumbs.title=થંબનેલ્સ બતાવો 37 | thumbs_label=થંબનેલ્સ 38 | 39 | # Document outline messages 40 | 41 | 42 | # Thumbnails panel item (tooltip and alt text for images) 43 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 44 | # number. 45 | thumb_page_title=પાનું {{page}} 46 | 47 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 48 | # number. 49 | thumb_page_canvas=પાનાં {{page}} નું થંબનેલ્સ 50 | # Error panel labels 51 | error_more_info=વધારે જાણકારી 52 | error_less_info=ઓછી જાણકારી 53 | error_close=બંધ કરો 54 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 55 | # english string describing the error. 56 | error_message=સંદેશો: {{message}} 57 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 58 | # trace. 59 | error_stack=સ્ટેક: {{stack}} 60 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 61 | error_file=ફાઇલ: {{file}} 62 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 63 | error_line=વાક્ય: {{line}} 64 | rendering_error=ભૂલ ઉદ્ભવી જ્યારે પાનાંનુ રેન્ડ કરી રહ્યા હોય. 65 | # Predefined zoom values 66 | page_scale_width=પાનાની પહોળાઇ 67 | page_scale_fit=પાનું બંધબેસતુ 68 | page_scale_auto=આપમેળે નાનુંમોટુ કરો 69 | page_scale_actual=ચોક્કસ માપ 70 | # Loading indicator messages 71 | # LOCALIZATION NOTE (error_line): "{{[percent}}" will be replaced with a percentage 72 | 73 | loading_error_indicator=ભૂલ 74 | loading_error=ભૂલ ઉદ્ભવી જ્યારે PDF ને લાવી રહ્યા હોય. 75 | # LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip. 76 | # "{{[type}}" will be replaced with an annotation type from a list defined in 77 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 78 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 79 | 80 | printing_not_supported=ચેતવણી: છાપવાનું આ બ્રાઉઝર દ્દારા સંપૂર્ણપણે આધારભૂત નથી. 81 | 82 | error_version_info=PDF.js v{{version}} (build: {{build}}) 83 | find_highlight=બધુ પ્રકાશિત કરો 84 | find_label=શોધો: 85 | find_match_case_label=કેસ બંધબેસાડો 86 | find_next.title=શબ્દસમૂહની આગળની ઘટનાને શોધો 87 | find_next_label=આગળનું 88 | find_not_found=શબ્દસમૂહ મળ્યુ નથી 89 | find_previous.title=શબ્દસમૂહની પાછલી ઘટનાને શોધો 90 | find_previous_label=પહેલાંનુ 91 | find_reached_bottom=દસ્તાવેજનાં અંતે પહોંચી ગયા, ઉપરથી ચાલુ કરેલ હતુ 92 | find_reached_top=દસ્તાવેજનાં ટોચે પહોંચી ગયા, તળિયેથી ચાલુ કરેલ હતુ 93 | findbar.title=દસ્તાવેજમાં શોધો 94 | findbar_label=શોધો 95 | first_page.label=પહેલાં પાનામાં જાવ 96 | invalid_file_error=અયોગ્ય અથવા ભાંગેલ PDF ફાઇલ. 97 | last_page.label=છેલ્લા પાનામાં જાવ 98 | missing_file_error=ગુમ થયેલ PDF ફાઇલ. 99 | page_rotate_ccw.label=ઘડિયાળનાં કાંટાની ઉલટી દિશામાં ફેરવો 100 | page_rotate_cw.label=ઘડિયાળનાં કાંટાની જેમ ફેરવો 101 | presentation_mode.title=રજૂઆત સ્થિતિમાં જાવ 102 | presentation_mode_label=રજૂઆત સ્થિતિ 103 | printing_not_ready=Warning: PDF એ છાપવા માટે સંપૂર્ણપણે લાવેલ છે. 104 | toggle_sidebar.title=ટૉગલ બાજુપટ્ટી 105 | toggle_sidebar_label=ટૉગલ બાજુપટ્ટી 106 | web_fonts_disabled=વેબ ફોન્ટ નિષ્ક્રિય થયેલ છે: ઍમ્બેડ થયેલ PDF ફોન્ટને વાપરવાનું અસમર્થ. 107 | document_colors_disabled=PDF દસ્તાવેજો તેનાં પોતાના રંગોને વાપરવા પરવાનગી આપતા નથી: \'તેનાં પોતાનાં રંગોને પસંદ કરવા માટે પાનાંને પરવાનગી આપો\' બ્રાઉઝરમાં નિષ્ક્રિય થયેલ છે. 108 | text_annotation_type.alt=[{{type}} Annotation] 109 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/it/viewer.properties: -------------------------------------------------------------------------------- 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 | previous.title = Pagina precedente 6 | previous_label = Precedente 7 | next.title = Pagina successiva 8 | next_label = Successiva 9 | page_label = Pagina: 10 | page_of = di {{pageCount}} 11 | zoom_out.title = Riduci zoom 12 | zoom_out_label = Riduci zoom 13 | zoom_in.title = Aumenta zoom 14 | zoom_in_label = Aumenta zoom 15 | zoom.title = Zoom 16 | presentation_mode.title = Passa alla modalità presentazione 17 | presentation_mode_label = Modalità presentazione 18 | open_file.title = Apri file 19 | open_file_label = Apri file 20 | print.title = Stampa 21 | print_label = Stampa 22 | download.title = Scarica questo documento 23 | download_label = Download 24 | bookmark.title = Visualizzazione corrente (copia o apri in una nuova finestra) 25 | bookmark_label = Visualizzazione corrente 26 | tools.title = Strumenti 27 | tools_label = Strumenti 28 | first_page.title = Vai alla prima pagina 29 | first_page.label = Vai alla prima pagina 30 | first_page_label = Vai alla prima pagina 31 | last_page.title = Vai all’ultima pagina 32 | last_page.label = Vai all’ultima pagina 33 | last_page_label = Vai all’ultima pagina 34 | page_rotate_cw.title = Ruota in senso orario 35 | page_rotate_cw.label = Ruota in senso orario 36 | page_rotate_cw_label = Ruota in senso orario 37 | page_rotate_ccw.title = Ruota in senso antiorario 38 | page_rotate_ccw.label = Ruota in senso antiorario 39 | page_rotate_ccw_label = Ruota in senso antiorario 40 | hand_tool_enable.title = Attiva strumento mano 41 | hand_tool_enable_label = Attiva strumento mano 42 | hand_tool_disable.title = Disattiva strumento mano 43 | hand_tool_disable_label = Disattiva strumento mano 44 | document_properties.title = Proprietà del documento… 45 | document_properties_label = Proprietà del documento… 46 | document_properties_file_name = Nome file: 47 | document_properties_file_size = Dimensione file: 48 | document_properties_kb = {{size_kb}} kB ({{size_b}} byte) 49 | document_properties_mb = {{size_kb}} MB ({{size_b}} byte) 50 | document_properties_title = Titolo: 51 | document_properties_author = Autore: 52 | document_properties_subject = Oggetto: 53 | document_properties_keywords = Parole chiave: 54 | document_properties_creation_date = Data creazione: 55 | document_properties_modification_date = Data modifica: 56 | document_properties_date_string = {{date}}, {{time}} 57 | document_properties_creator = Autore originale: 58 | document_properties_producer = Produttore PDF: 59 | document_properties_version = Versione PDF: 60 | document_properties_page_count = Conteggio pagine: 61 | document_properties_close = Chiudi 62 | toggle_sidebar.title = Attiva/disattiva barra laterale 63 | toggle_sidebar_label = Attiva/disattiva barra laterale 64 | outline.title = Visualizza la struttura del documento 65 | outline_label = Struttura documento 66 | thumbs.title = Mostra le miniature 67 | thumbs_label = Miniature 68 | findbar.title = Trova nel documento 69 | findbar_label = Trova 70 | thumb_page_title = Pagina {{page}} 71 | thumb_page_canvas = Miniatura della pagina {{page}} 72 | find_label = Trova: 73 | find_previous.title = Trova l’occorrenza precedente del testo da cercare 74 | find_previous_label = Precedente 75 | find_next.title = Trova l’occorrenza successiva del testo da cercare 76 | find_next_label = Successivo 77 | find_highlight = Evidenzia 78 | find_match_case_label = Maiuscole/minuscole 79 | find_reached_top = Raggiunto l’inizio della pagina, continua dalla fine 80 | find_reached_bottom = Raggiunta la fine della pagina, continua dall’inizio 81 | find_not_found = Testo non trovato 82 | error_more_info = Più informazioni 83 | error_less_info = Meno informazioni 84 | error_close = Chiudi 85 | error_version_info = PDF.js v{{version}} (build: {{build}}) 86 | error_message = Messaggio: {{message}} 87 | error_stack = Stack: {{stack}} 88 | error_file = File: {{file}} 89 | error_line = Riga: {{line}} 90 | rendering_error = Si è verificato un errore durante il rendering della pagina. 91 | page_scale_width = Larghezza pagina 92 | page_scale_fit = Adatta a una pagina 93 | page_scale_auto = Zoom automatico 94 | page_scale_actual = Dimensioni effettive 95 | loading_error_indicator = Errore 96 | loading_error = Si è verificato un errore durante il caricamento del PDF. 97 | invalid_file_error = File PDF non valido o danneggiato. 98 | missing_file_error = File PDF non disponibile. 99 | text_annotation_type.alt = [Annotazione: {{type}}] 100 | password_label = Inserire la password per aprire questo file PDF. 101 | password_invalid = Password non corretta. Riprovare. 102 | password_ok = OK 103 | password_cancel = Annulla 104 | printing_not_supported = Attenzione: la stampa non è completamente supportata da questo browser. 105 | printing_not_ready = Attenzione: il PDF non è ancora stato caricato completamente per la stampa. 106 | web_fonts_disabled = I web font risultano disattivati: impossibile utilizzare i caratteri inclusi nel PDF. 107 | document_colors_disabled = Non è possibile per i documenti PDF utilizzare i propri colori: l’opzione del browser “Permetti alle pagine di scegliere i propri colori invece di quelli impostati” è disattivata. 108 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/kn/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=ಹಿಂದಿನ ಪುಟ 17 | previous_label=ಹಿಂದಿನ 18 | next.title=ಮುಂದಿನ ಪುಟ 19 | next_label=ಮುಂದಿನ 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=ಪುಟ: 26 | page_of={{pageCount}} ರಲ್ಲಿ 27 | 28 | zoom_out.title=ಕಿರಿದಾಗಿಸು 29 | zoom_out_label=ಕಿರಿದಾಗಿಸಿ 30 | zoom_in.title=ಹಿರಿದಾಗಿಸು 31 | zoom_in_label=ಹಿರಿದಾಗಿಸಿ 32 | zoom.title=ಗಾತ್ರಬದಲಿಸು 33 | presentation_mode.title=ಪ್ರಸ್ತುತಿ (ಪ್ರಸೆಂಟೇಶನ್) ಕ್ರಮಕ್ಕೆ ಬದಲಾಯಿಸು 34 | presentation_mode_label=ಪ್ರಸ್ತುತಿ (ಪ್ರಸೆಂಟೇಶನ್) ಕ್ರಮ 35 | open_file.title=ಕಡತವನ್ನು ತೆರೆ 36 | open_file_label=ತೆರೆಯಿರಿ 37 | print.title=ಮುದ್ರಿಸು 38 | print_label=ಮುದ್ರಿಸಿ 39 | download.title=ಇಳಿಸು 40 | download_label=ಇಳಿಸಿಕೊಳ್ಳಿ 41 | bookmark.title=ಪ್ರಸಕ್ತ ನೋಟ (ಪ್ರತಿ ಮಾಡು ಅಥವ ಹೊಸ ಕಿಟಕಿಯಲ್ಲಿ ತೆರೆ) 42 | bookmark_label=ಪ್ರಸಕ್ತ ನೋಟ 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | document_properties_title=ಶೀರ್ಷಿಕೆ: 49 | 50 | # Tooltips and alt text for side panel toolbar buttons 51 | # (the _label strings are alt text for the buttons, the .title strings are 52 | # tooltips) 53 | toggle_sidebar.title=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು 54 | toggle_sidebar_label=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು 55 | outline.title=ದಸ್ತಾವೇಜಿನ ಹೊರರೇಖೆಯನ್ನು ತೋರಿಸು 56 | outline_label=ದಸ್ತಾವೇಜಿನ ಹೊರರೇಖೆ 57 | thumbs.title=ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು 58 | thumbs_label=ಚಿಕ್ಕಚಿತ್ರಗಳು 59 | findbar.title=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು 60 | findbar_label=ಹುಡುಕು 61 | 62 | # Thumbnails panel item (tooltip and alt text for images) 63 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_title=ಪುಟ {{page}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=ಪುಟವನ್ನು ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು {{page}} 69 | 70 | # Find panel button title and messages 71 | find_label=ಹುಡುಕು: 72 | find_previous.title=ವಾಕ್ಯದ ಹಿಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು 73 | find_previous_label=ಹಿಂದಿನ 74 | find_next.title=ವಾಕ್ಯದ ಮುಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು 75 | find_next_label=ಮುಂದಿನ 76 | find_highlight=ಎಲ್ಲವನ್ನು ಹೈಲೈಟ್ ಮಾಡು 77 | find_match_case_label=ಕೇಸನ್ನು ಹೊಂದಿಸು 78 | find_reached_top=ದಸ್ತಾವೇಜಿನ ಮೇಲ್ಭಾಗವನ್ನು ತಲುಪಿದೆ, ಕೆಳಗಿನಿಂದ ಆರಂಭಿಸು 79 | find_reached_bottom=ದಸ್ತಾವೇಜಿನ ಕೊನೆಯನ್ನು ತಲುಪಿದೆ, ಮೇಲಿನಿಂದ ಆರಂಭಿಸು 80 | find_not_found=ವಾಕ್ಯವು ಕಂಡು ಬಂದಿಲ್ಲ 81 | 82 | # Error panel labels 83 | error_more_info=ಹೆಚ್ಚಿನ ಮಾಹಿತಿ 84 | error_less_info=ಕಡಿಮೆ ಮಾಹಿತಿ 85 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 86 | # replaced by the PDF.JS version and build ID. 87 | error_version_info=PDF.js v{{version}} (build: {{build}}) 88 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 89 | # english string describing the error. 90 | error_message=ಸಂದೇಶ: {{message}} 91 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 92 | # trace. 93 | error_stack=ರಾಶಿ: {{stack}} 94 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 95 | error_file=ಕಡತ: {{file}} 96 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 97 | error_line=ಸಾಲು: {{line}} 98 | rendering_error=ಪುಟವನ್ನು ನಿರೂಪಿಸುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ. 99 | 100 | # Predefined zoom values 101 | page_scale_width=ಪುಟದ ಅಗಲ 102 | page_scale_fit=ಪುಟದ ಸರಿಹೊಂದಿಕೆ 103 | page_scale_auto=ಸ್ವಯಂಚಾಲಿತ ಗಾತ್ರಬದಲಾವಣೆ 104 | page_scale_actual=ನಿಜವಾದ ಗಾತ್ರ 105 | 106 | # Loading indicator messages 107 | loading_error_indicator=ದೋಷ 108 | loading_error=PDF ಅನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ. 109 | invalid_file_error=ಅಮಾನ್ಯವಾದ ಅಥವ ಹಾಳಾದ PDF ಕಡತ. 110 | missing_file_error=PDF ಕಡತ ಇಲ್ಲ. 111 | 112 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 113 | # "{{type}}" will be replaced with an annotation type from a list defined in 114 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 115 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 116 | text_annotation_type.alt=[{{type}} ಟಿಪ್ಪಣಿ] 117 | password_ok=ಸರಿ 118 | password_cancel=ರದ್ದು ಮಾಡು 119 | 120 | printing_not_supported=ಎಚ್ಚರಿಕೆ: ಈ ಜಾಲವೀಕ್ಷಕದಲ್ಲಿ ಮುದ್ರಣಕ್ಕೆ ಸಂಪೂರ್ಣ ಬೆಂಬಲವಿಲ್ಲ. 121 | printing_not_ready=ಎಚ್ಚರಿಕೆ: PDF ಕಡತವು ಮುದ್ರಿಸಲು ಸಂಪೂರ್ಣವಾಗಿ ಲೋಡ್ ಆಗಿಲ್ಲ. 122 | web_fonts_disabled=ಜಾಲ ಅಕ್ಷರಶೈಲಿಯನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ: ಅಡಕಗೊಳಿಸಿದ PDF ಅಕ್ಷರಶೈಲಿಗಳನ್ನು ಬಳಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ. 123 | document_colors_disabled=PDF ದಸ್ತಾವೇಜುಗಳು ತಮ್ಮದೆ ಆದ ಬಣ್ಣಗಳನ್ನು ಬಳಸಲು ಅನುಮತಿ ಇರುವುದಿಲ್ಲ: 'ಪುಟಗಳು ತಮ್ಮದೆ ಆದ ಬಣ್ಣವನ್ನು ಆಯ್ಕೆ ಮಾಡಲು ಅನುಮತಿಸು' ಅನ್ನು ಜಾಲವೀಕ್ಷಕದಲ್ಲಿ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿರುತ್ತದೆ. 124 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/lg/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Omuko Ogubadewo 17 | next.title=Omuko Oguddako 18 | 19 | # LOCALIZATION NOTE (page_label, page_of): 20 | # These strings are concatenated to form the "Page: X of Y" string. 21 | # Do not translate "{{pageCount}}", it will be substituted with a number 22 | # representing the total number of pages. 23 | page_label=Omuko: 24 | page_of=ku {{pageCount}} 25 | 26 | zoom_out.title=Zimbulukusa 27 | zoom_out_label=Zimbulukusa 28 | zoom_in.title=Funza Munda 29 | zoom_in_label=Funza Munda 30 | zoom.title=Gezzamu 31 | print.title=Fulumya 32 | print_label=Fulumya 33 | open_file.title=Bikula Fayiro 34 | open_file_label=Ggulawo 35 | download.title=Tikula 36 | download_label=Tikula 37 | bookmark.title=Endabika eriwo (koppa oba gulawo mu diriisa epya) 38 | bookmark_label=Endabika Eriwo 39 | 40 | # Tooltips and alt text for side panel toolbar buttons 41 | # (the _label strings are alt text for the buttons, the .title strings are 42 | # tooltips) 43 | outline.title=Laga Ensalo ze Kiwandiko 44 | outline_label=Ensalo ze Ekiwandiko 45 | thumbs.title=Laga Ekifanyi Mubufunze 46 | thumbs_label=Ekifanyi Mubufunze 47 | findbar_label=Zuula 48 | 49 | # Thumbnails panel item (tooltip and alt text for images) 50 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 51 | # number. 52 | thumb_page_title=Omuko {{page}} 53 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 54 | # number. 55 | thumb_page_canvas=Ekifananyi kyo Omuko Mubufunze {{page}} 56 | 57 | # Context menu 58 | 59 | # Find panel button title and messages 60 | find_previous.title=Zuula awayise mukweddamu mumiteddera 61 | find_next.title=Zuula ekidako mukweddamu mumiteddera 62 | find_highlight=Londa byonna 63 | find_not_found=Emiteddera tezuuliddwa 64 | 65 | # Error panel labels 66 | error_more_info=Ebisingawo 67 | error_less_info=Mubumpimpi 68 | error_close=Galawo 69 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 70 | # replaced by the PDF.JS version and build ID. 71 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 72 | # english string describing the error. 73 | error_message=Obubaaka: {{message}} 74 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 75 | # trace. 76 | error_stack=Ebipangiddwa: {{stack}} 77 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 78 | error_file=Fayiro {{file}} 79 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 80 | error_line=Layini: {{line}} 81 | rendering_error=Wabadewo ensobi muku tekawo omuko. 82 | 83 | # Predefined zoom values 84 | page_scale_width=Obugazi bwo Omuko 85 | page_scale_fit=Okutuka kwo Omuko 86 | page_scale_auto=Okwefunza no Kwegeza 87 | page_scale_actual=Obunene Obutufu 88 | 89 | # Loading indicator messages 90 | loading_error_indicator=Ensobi 91 | loading_error=Wabadewo ensobi mukutika PDF. 92 | 93 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 94 | # "{{type}}" will be replaced with an annotation type from a list defined in 95 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 96 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 97 | text_annotation_type.alt=[{{type}} Enyonyola] 98 | request_password=PDF ekumibwa ekisumuluzo: 99 | 100 | printing_not_supported=Okulaabula: Okulumya empapula tekuwagirwa enonyeso enno. 101 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/lij/viewer.properties: -------------------------------------------------------------------------------- 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 | previous.title = Pàgina precedénte 6 | previous_label = Precedénte 7 | next.title = Pàgina dòppo 8 | next_label = Pròscima 9 | page_label = Pàgina: 10 | page_of = de {{pageCount}} 11 | zoom_out.title = Diminoìsci zoom 12 | zoom_out_label = Diminoìsci zoom 13 | zoom_in.title = Aoménta zoom 14 | zoom_in_label = Aoménta zoom 15 | zoom.title = Zoom 16 | print.title = Stànpa 17 | print_label = Stànpa 18 | open_file.title = Àrvi file 19 | open_file_label = Àrvi 20 | download.title = Descaregaménto 21 | download_label = Descaregaménto 22 | bookmark.title = Vixón corénte (còpia ò àrvi inte 'n nêuvo barcón) 23 | bookmark_label = Vixón corénte 24 | outline.title = Véddi strutûa documénto 25 | outline_label = Strutûa documénto 26 | thumbs.title = Móstra miniatûe 27 | thumbs_label = Miniatûe 28 | thumb_page_title = Pàgina {{page}} 29 | thumb_page_canvas = Miniatûa da pàgina {{page}} 30 | error_more_info = Ciù informaçioìn 31 | error_less_info = Mêno informaçioìn 32 | error_version_info = PDF.js v{{version}} (build: {{build}}) 33 | error_close = Særa 34 | missing_file_error = O file PDF o no gh'é. 35 | toggle_sidebar.title = Atîva/dizatîva bâra de sciànco 36 | toggle_sidebar_label = Atîva/dizatîva bâra de sciànco 37 | error_message = Mesàggio: {{message}} 38 | error_stack = Stack: {{stack}} 39 | error_file = File: {{file}} 40 | error_line = Lìnia: {{line}} 41 | rendering_error = Gh'é stæto 'n'erô itno rendering da pàgina. 42 | page_scale_width = Larghéssa pàgina 43 | page_scale_fit = Adàtta a una pàgina 44 | page_scale_auto = Zoom aotomàtico 45 | page_scale_actual = Dimenscioìn efetîve 46 | loading_error_indicator = Erô 47 | loading_error = S'é verificòu 'n'erô itno caregaménto do PDF. 48 | printing_not_supported = Atençión: a stànpa a no l'é conpletaménte soportâ da sto navegatô. 49 | 50 | # Context menu 51 | page_rotate_cw.label=Gîa in sénso do reléuio 52 | page_rotate_ccw.label=Gîa in sénso do reléuio a-a revèrsa 53 | 54 | presentation_mode.title=Vànni into mòddo de prezentaçión 55 | presentation_mode_label=Mòddo de prezentaçión 56 | 57 | find_label = Trêuva: 58 | find_previous.title = Trêuva a ripetiçión precedénte do tèsto da çercâ 59 | find_previous_label = Precedénte 60 | find_next.title = Trêuva a ripetiçión dòppo do tèsto da çercâ 61 | find_next_label = Segoénte 62 | find_highlight = Evidénçia 63 | find_match_case_label = Maióscole/minóscole 64 | find_reached_bottom = Razónto l'inìçio da pàgina, contìnoa da-a fìn 65 | find_reached_top = Razónto a fìn da pàgina, contìnoa da l'inìçio 66 | find_not_found = Tèsto no trovòu 67 | findbar.title = Trêuva into documénto 68 | findbar_label = Trêuva 69 | first_page.label = Vànni a-a prìmma pàgina 70 | last_page.label = Vànni a l'ùrtima pàgina 71 | invalid_file_error = O file PDF o l'é no vàlido ò aroinòu. 72 | 73 | web_fonts_disabled = I font do web én dizativæ: inposcìbile adêuviâ i caràteri do PDF. 74 | printing_not_ready = Atençión: o PDF o no l'é ancón caregòu conpletaménte pe-a stànpa. 75 | 76 | document_colors_disabled = No l'é poscìbile adêuviâ i pròpi coî pe-i documénti PDF: l'opçión do navegatô 'Permètti a-e pàgine de çèrne i pròpi coî in càngio de quélli inpostæ' a l'é dizativâ. 77 | text_annotation_type.alt = [Anotaçión: {{type}}] 78 | 79 | first_page.title = Vànni a-a prìmma pàgina 80 | first_page_label = Vànni a-a prìmma pàgina 81 | last_page.title = Vànni a l'ùrtima pàgina 82 | last_page_label = Vànni a l'ùrtima pàgina 83 | page_rotate_ccw.title = Gîa into vèrso antiorâio 84 | page_rotate_ccw_label = Gîa into vèrso antiorâio 85 | page_rotate_cw.title = Gîa into vèrso orâio 86 | page_rotate_cw_label = Gîa into vèrso orâio 87 | tools.title = Struménti 88 | tools_label = Struménti 89 | password_label = Dìmme a paròlla segrêta pe arvî sto file PDF. 90 | password_invalid = Paròlla segrêta sbaliâ. Prêuva tórna. 91 | password_ok = Va bén 92 | password_cancel = Anùlla 93 | 94 | 95 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/mai/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=पछिला पृष्ठ 17 | previous_label=पछिला 18 | next.title=अगिला पृष्ठ 19 | next_label=आगाँ 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=पृष्ठ: 26 | page_of={{pageCount}} क 27 | 28 | zoom_out.title=छोट करू 29 | zoom_out_label=छोट करू 30 | zoom_in.title=पैघ करू 31 | zoom_in_label=जूम इन 32 | zoom.title=छोट-पैघ करू 33 | print.title=छापू 34 | print_label=छापू 35 | presentation_mode.title=प्रस्तुति अवस्थामे जाउ 36 | presentation_mode_label=प्रस्तुति अवस्था 37 | open_file.title=फाइल खोलू 38 | open_file_label=खोलू 39 | download.title=डाउनलोड 40 | download_label=डाउनलोड 41 | bookmark.title=मोजुदा दृश्य (नव विंडोमे नकल लिअ अथवा खोलू) 42 | bookmark_label=वर्तमान दृश्य 43 | 44 | # Tooltips and alt text for side panel toolbar buttons 45 | # (the _label strings are alt text for the buttons, the .title strings are 46 | # tooltips) 47 | toggle_sidebar.title=स्लाइडर टागल 48 | toggle_sidebar_label=स्लाइडर टागल 49 | outline.title=दस्तावेज आउटलाइन देखाउ 50 | outline_label=दस्तावेज खाका 51 | thumbs.title=लघु-छवि देखाउ 52 | thumbs_label=लघु छवि 53 | findbar.title=दस्तावेजमे ढूँढू 54 | findbar_label=ताकू 55 | 56 | # Thumbnails panel item (tooltip and alt text for images) 57 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 58 | # number. 59 | thumb_page_title=पृष्ठ {{page}} 60 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 61 | # number. 62 | thumb_page_canvas=पृष्ठ {{page}} का लघु-चित्र 63 | 64 | # Context menu 65 | first_page.label=प्रथम पृष्ठ पर जाउ 66 | last_page.label=अंतिम पृष्ठ पर जाउ 67 | page_rotate_cw.label=घड़ीक दिशा मे घुमाउ 68 | page_rotate_ccw.label=घड़ीक दिशा सँ उनटा घुमाउ 69 | 70 | # Find panel button title and messages 71 | find_label=ताकू: 72 | find_previous.title=खोजक पछिला उपस्थिति ताकू 73 | find_previous_label=पछिला 74 | find_next.title=खोजक अगिला उपस्थिति ताकू 75 | find_next_label=आगाँ 76 | find_highlight=सभटा आलोकित करू 77 | find_match_case_label=मिलान स्थिति 78 | find_reached_top=पृष्ठक शीर्ष जाए पहुँचल, तल सँ जारी 79 | find_reached_bottom=पृष्ठक तल मे जाए पहुँचल, शीर्ष सँ जारी 80 | find_not_found=वाकींश नहि भेटल 81 | 82 | # Error panel labels 83 | error_more_info=बेसी सूचना 84 | error_less_info=कम सूचना 85 | error_close=बन्न करू 86 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 87 | # replaced by the PDF.JS version and build ID. 88 | error_version_info=PDF.js v{{version}} (build: {{build}}) 89 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 90 | # english string describing the error. 91 | error_message=संदेश: {{message}} 92 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 93 | # trace. 94 | error_stack=स्टैक: {{stack}} 95 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 96 | error_file=फ़ाइल: {{file}} 97 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 98 | error_line=पंक्ति: {{line}} 99 | rendering_error=पृष्ठ रेंडरिंगक समय त्रुटि आएल. 100 | 101 | # Predefined zoom values 102 | page_scale_width=पृष्ठ चओड़ाइ 103 | page_scale_fit=पृष्ठ फिट 104 | page_scale_auto=स्वचालित जूम 105 | page_scale_actual=सही आकार 106 | 107 | # Loading indicator messages 108 | loading_error_indicator=त्रुटि 109 | loading_error=पीडीएफ लोड करैत समय एकटा त्रुटि भेल. 110 | invalid_file_error=अमान्य अथवा भ्रष्ट PDF फाइल. 111 | missing_file_error=अनुपस्थित PDF फाइल. 112 | 113 | # LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip. 114 | # "{{type}}" will be replaced with an annotation type from a list defined in 115 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 116 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 117 | text_annotation_type=[{{type}} Annotation] 118 | request_password=पीडीएफ गुड़किल्लीसँ संरक्षित अछि: 119 | 120 | printing_not_supported=चेतावनी: ई ब्राउजर पर छपाइ पूर्ण तरह सँ समर्थित नहि अछि. 121 | printing_not_ready=चेतावनी: पीडीएफ छपाइक लेल पूर्ण तरह सँ लोड नहि अछि. 122 | web_fonts_disabled=वेब फॉन्ट्स निष्क्रिय अछि: अंतःस्थापित PDF फान्टसक उपयोगमे असमर्थ. 123 | web_colors_disabled=वेब रंग निष्क्रिय अछि. 124 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/mn/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page_label, page_of): 18 | # These strings are concatenated to form the "Page: X of Y" string. 19 | # Do not translate "{{pageCount}}", it will be substituted with a number 20 | # representing the total number of pages. 21 | 22 | zoom.title=Тэлэлт 23 | open_file.title=Файл нээ 24 | open_file_label=Нээ 25 | 26 | # Secondary toolbar and context menu 27 | 28 | # Tooltips and alt text for side panel toolbar buttons 29 | # (the _label strings are alt text for the buttons, the .title strings are 30 | # tooltips) 31 | findbar_label=Ол 32 | 33 | # Thumbnails panel item (tooltip and alt text for images) 34 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 35 | # number. 36 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 37 | # number. 38 | 39 | # Find panel button title and messages 40 | find_previous.title=Хайлтын өмнөх олдцыг харуулна 41 | find_next.title=Хайлтын дараагийн олдцыг харуулна 42 | find_not_found=Олдсонгүй 43 | 44 | # Error panel labels 45 | error_more_info=Нэмэлт мэдээлэл 46 | error_close=Хаа 47 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 48 | # replaced by the PDF.JS version and build ID. 49 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 50 | # english string describing the error. 51 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 52 | # trace. 53 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 54 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 55 | 56 | # Predefined zoom values 57 | 58 | # Loading indicator messages 59 | loading_error_indicator=Алдаа 60 | 61 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 62 | # "{{type}}" will be replaced with an annotation type from a list defined in 63 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 64 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 65 | 66 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/mr/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=मागील पृष्ठ 17 | previous_label=मागील 18 | next.title=पुढील पृष्ठ 19 | next_label=पुढील 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=पृष्ठ: 26 | page_of=पैकी {{pageCount}} 27 | 28 | zoom_out.title=छोटे करा 29 | zoom_out_label=छोटे करा 30 | zoom_in.title=मोठे करा 31 | zoom_in_label=मोठे करा 32 | zoom.title=लहान किंवा मोठे करा 33 | presentation_mode.title=प्रस्तुतिकरण मोडचा वापर करा 34 | presentation_mode_label=प्रस्तुतिकरण मोड 35 | open_file.title=फाइल उघडा 36 | open_file_label=उघडा 37 | print.title=छपाई करा 38 | print_label=छपाई करा 39 | download.title=डाउनलोड करा 40 | download_label=डाउनलोड करा 41 | bookmark.title=सध्याचे अवलोकन (नविन पटलात प्रत बनवा किंवा उघडा) 42 | bookmark_label=सध्याचे अवलोकन 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | document_properties_title=शिर्षक: 49 | 50 | # Tooltips and alt text for side panel toolbar buttons 51 | # (the _label strings are alt text for the buttons, the .title strings are 52 | # tooltips) 53 | toggle_sidebar.title=बाजूचीपट्टी टॉगल करा 54 | toggle_sidebar_label=बाजूचीपट्टी टॉगल करा 55 | outline.title=दस्तऐवज रूपरेषा दाखवा 56 | outline_label=दस्तऐवज रूपरेषा 57 | thumbs.title=थंबनेल्स् दाखवा 58 | thumbs_label=थंबनेल्स् 59 | findbar.title=दस्तऐवजात शोधा 60 | findbar_label=शोधा 61 | 62 | # Thumbnails panel item (tooltip and alt text for images) 63 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_title=पृष्ठ {{page}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=पृष्ठाचे थंबनेल {{page}} 69 | 70 | # Find panel button title and messages 71 | find_label=शोधा: 72 | find_previous.title=वाकप्रयोगची मागील घटना शोधा 73 | find_previous_label=मागील 74 | find_next.title=वाकप्रयोगची पुढील घटना शोधा 75 | find_next_label=पुढील 76 | find_highlight=सर्व ठळक करा 77 | find_match_case_label=आकार जुळवा 78 | find_reached_top=दस्तऐवजाच्या शीर्षकास पोहचले, तळपासून पुढे 79 | find_reached_bottom=दस्तऐवजाच्या तळाला पोहचले, शीर्षकापासून पुढे 80 | find_not_found=वाकप्रयोग आढळले नाही 81 | 82 | # Error panel labels 83 | error_more_info=आणखी माहिती 84 | error_less_info=कमी माहिती 85 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 86 | # replaced by the PDF.JS version and build ID. 87 | error_version_info=PDF.js v{{version}} (build: {{build}}) 88 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 89 | # english string describing the error. 90 | error_message=संदेश: {{message}} 91 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 92 | # trace. 93 | error_stack=स्टॅक: {{stack}} 94 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 95 | error_file=फाइल: {{file}} 96 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 97 | error_line=रेष: {{line}} 98 | rendering_error=पृष्ठ दाखवतेवेळी त्रुटी आढळली. 99 | 100 | # Predefined zoom values 101 | page_scale_width=पृष्ठाची रूंदी 102 | page_scale_fit=पृष्ठ बसवा 103 | page_scale_auto=स्वयं लाहन किंवा मोठे करणे 104 | page_scale_actual=प्रत्यक्ष आकार 105 | 106 | # Loading indicator messages 107 | loading_error_indicator=त्रुटी 108 | loading_error=PDF लोड करतेवेळी त्रुटी आढळली. 109 | invalid_file_error=अवैध किंवा दोषीत PDF फाइल. 110 | missing_file_error=न आढळणारी PDF फाइल. 111 | 112 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 113 | # "{{type}}" will be replaced with an annotation type from a list defined in 114 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 115 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 116 | text_annotation_type.alt=[{{type}} टिपण्णी] 117 | password_cancel=रद्द करा 118 | 119 | printing_not_supported=सावधानता: या ब्राउजरतर्फे छपाइ पूर्णपणे समर्थीत नाही. 120 | printing_not_ready=सावधानता: छपाईकरिता PDF पूर्णतया लोड झाले नाही. 121 | web_fonts_disabled=वेब फाँट्स असमर्थीत आहेत: एम्बेडेड PDF फाँट्स्चा वापर अशक्य. 122 | document_colors_disabled=PDF दस्ताएवजांना त्यांचे रंग वापरण्यास अनुमती नाही: ब्राउजरमध्ये ' पानांना त्यांचे रंग निवडण्यास अनुमती द्या' बंद केले आहे. 123 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/ru/viewer.properties: -------------------------------------------------------------------------------- 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 | previous.title = Предыдущая страница 6 | previous_label = Предыдущая 7 | next.title = Следующая страница 8 | next_label = Следующая 9 | page_label = Страница: 10 | page_of = из {{pageCount}} 11 | zoom_out.title = Уменьшить 12 | zoom_out_label = Уменьшить 13 | zoom_in.title = Увеличить 14 | zoom_in_label = Увеличить 15 | zoom.title = Масштаб 16 | presentation_mode.title = Перейти в режим презентации 17 | presentation_mode_label = Режим презентации 18 | open_file.title = Открыть файл 19 | open_file_label = Открыть 20 | print.title = Печать 21 | print_label = Печать 22 | download.title = Загрузить 23 | download_label = Загрузить 24 | bookmark.title = Ссылка на текущий вид (скопировать или открыть в новом окне) 25 | bookmark_label = Текущий вид 26 | tools.title = Инструменты 27 | tools_label = Инструменты 28 | first_page.title = Перейти на первую страницу 29 | first_page.label = Перейти на первую страницу 30 | first_page_label = Перейти на первую страницу 31 | last_page.title = Перейти на последнюю страницу 32 | last_page.label = Перейти на последнюю страницу 33 | last_page_label = Перейти на последнюю страницу 34 | page_rotate_cw.title = Повернуть по часовой стрелке 35 | page_rotate_cw.label = Повернуть по часовой стрелке 36 | page_rotate_cw_label = Повернуть по часовой стрелке 37 | page_rotate_ccw.title = Повернуть против часовой стрелки 38 | page_rotate_ccw.label = Повернуть против часовой стрелки 39 | page_rotate_ccw_label = Повернуть против часовой стрелки 40 | hand_tool_enable.title = Включить Инструмент «Рука» 41 | hand_tool_enable_label = Включить Инструмент «Рука» 42 | hand_tool_disable.title = Отключить Инструмент «Рука» 43 | hand_tool_disable_label = Отключить Инструмент «Рука» 44 | document_properties.title = Свойства документа… 45 | document_properties_label = Свойства документа… 46 | document_properties_file_name = Имя файла: 47 | document_properties_file_size = Размер файла: 48 | document_properties_kb = {{size_kb}} КБ ({{size_b}} байт) 49 | document_properties_mb = {{size_mb}} МБ ({{size_b}} байт) 50 | document_properties_title = Заголовок: 51 | document_properties_author = Автор: 52 | document_properties_subject = Тема: 53 | document_properties_keywords = Ключевые слова: 54 | document_properties_creation_date = Дата создания: 55 | document_properties_modification_date = Дата изменения: 56 | document_properties_date_string = {{date}}, {{time}} 57 | document_properties_creator = Приложение: 58 | document_properties_producer = Производитель PDF: 59 | document_properties_version = Версия PDF: 60 | document_properties_page_count = Число страниц: 61 | document_properties_close = Закрыть 62 | toggle_sidebar.title = Открыть/закрыть боковую панель 63 | toggle_sidebar_label = Открыть/закрыть боковую панель 64 | outline.title = Показать содержание документа 65 | outline_label = Содержание документа 66 | thumbs.title = Показать миниатюры 67 | thumbs_label = Миниатюры 68 | findbar.title = Найти в документе 69 | findbar_label = Найти 70 | thumb_page_title = Страница {{page}} 71 | thumb_page_canvas = Миниатюра страницы {{page}} 72 | find_label = Найти: 73 | find_previous.title = Найти предыдущее вхождение фразы в текст 74 | find_previous_label = Назад 75 | find_next.title = Найти следующее вхождение фразы в текст 76 | find_next_label = Далее 77 | find_highlight = Подсветить все 78 | find_match_case_label = С учётом регистра 79 | find_reached_top = Достигнут верх документа, продолжено снизу 80 | find_reached_bottom = Достигнут конец документа, продолжено сверху 81 | find_not_found = Фраза не найдена 82 | error_more_info = Детали 83 | error_less_info = Скрыть детали 84 | error_close = Закрыть 85 | error_version_info = PDF.js v{{version}} (сборка: {{build}}) 86 | error_message = Сообщение: {{message}} 87 | error_stack = Стeк: {{stack}} 88 | error_file = Файл: {{file}} 89 | error_line = Строка: {{line}} 90 | rendering_error = При создании страницы произошла ошибка. 91 | page_scale_width = По ширине страницы 92 | page_scale_fit = По размеру страницы 93 | page_scale_auto = Автоматически 94 | page_scale_actual = Реальный размер 95 | loading_error_indicator = Ошибка 96 | loading_error = При загрузке PDF произошла ошибка. 97 | invalid_file_error = Некорректный или повреждённый PDF-файл. 98 | missing_file_error = PDF-файл отсутствует. 99 | text_annotation_type.alt = [Аннотация {{type}}] 100 | password_label = Введите пароль, чтобы открыть этот PDF-файл. 101 | password_invalid = Неверный пароль. Пожалуйста, попробуйте снова. 102 | password_ok = OK 103 | password_cancel = Отмена 104 | printing_not_supported = Предупреждение: В этом браузере не полностью поддерживается печать. 105 | printing_not_ready = Предупреждение: PDF не полностью загружен для печати. 106 | web_fonts_disabled = Веб-шрифты отключены: невозможно использовать встроенные PDF-шрифты. 107 | document_colors_disabled = PDF-документам не разрешено использовать свои цвета: в браузере отключён параметр «Разрешить веб-сайтам использовать свои цвета». 108 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/rw/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Previous Page 17 | previous_label=Previous 18 | next.title=Next Page 19 | next_label=Next 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Page: 26 | page_of=of {{pageCount}} 27 | 28 | zoom_out.title=Zoom Out 29 | zoom_out_label=Zoom Out 30 | zoom_in.title=Zoom In 31 | zoom_in_label=Zoom In 32 | zoom.title=Ihindurangano 33 | print.title=Print 34 | print_label=Print 35 | presentation_mode.title=Switch to Presentation Mode 36 | presentation_mode_label=Presentation Mode 37 | open_file.title=Gufungura Dosiye 38 | open_file_label=Gufungura 39 | download.title=Download 40 | download_label=Download 41 | bookmark.title=Current view (copy or open in new window) 42 | bookmark_label=Current View 43 | 44 | # Tooltips and alt text for side panel toolbar buttons 45 | # (the _label strings are alt text for the buttons, the .title strings are 46 | # tooltips) 47 | toggle_sidebar.title=Toggle Sidebar 48 | toggle_sidebar_label=Toggle Sidebar 49 | outline.title=Show Document Outline 50 | outline_label=Document Outline 51 | thumbs.title=Show Thumbnails 52 | thumbs_label=Thumbnails 53 | findbar.title=Find in Document 54 | findbar_label=Gushakisha 55 | 56 | # Thumbnails panel item (tooltip and alt text for images) 57 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 58 | # number. 59 | thumb_page_title=Page {{page}} 60 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 61 | # number. 62 | thumb_page_canvas=Thumbnail of Page {{page}} 63 | 64 | # Context menu 65 | first_page.label=Go to First Page 66 | last_page.label=Go to Last Page 67 | page_rotate_cw.label=Rotate Clockwise 68 | page_rotate_ccw.label=Rotate Counterclockwise 69 | 70 | # Find panel button title and messages 71 | find_label="Gushaka:" 72 | find_previous.title=Gushaka aho uyu murongo ugaruka mbere y'aha 73 | find_previous_label=Previous 74 | find_next.title=Gushaka aho uyu murongo wongera kugaruka 75 | find_next_label=Next 76 | find_highlight=Highlight all 77 | find_match_case_label=Match case 78 | find_reached_top=Reached top of document, continued from bottom 79 | find_reached_bottom=Reached end of document, continued from top 80 | find_not_found=Umurongo ntubonetse 81 | 82 | # Error panel labels 83 | error_more_info=More Information 84 | error_less_info=Less Information 85 | error_close=Gufunga 86 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 87 | # replaced by the PDF.JS version and build ID. 88 | error_version_info=PDF.js v{{version}} (build: {{build}}) 89 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 90 | # english string describing the error. 91 | error_message=Message: {{message}} 92 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 93 | # trace. 94 | error_stack=Stack: {{stack}} 95 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 96 | error_file=File: {{file}} 97 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 98 | error_line=Line: {{line}} 99 | rendering_error=An error occurred while rendering the page. 100 | 101 | # Predefined zoom values 102 | page_scale_width=Page Width 103 | page_scale_fit=Page Fit 104 | page_scale_auto=Automatic Zoom 105 | page_scale_actual=Actual Size 106 | 107 | # Loading indicator messages 108 | loading_error_indicator=Ikosa 109 | loading_error=An error occurred while loading the PDF. 110 | invalid_file_error=Invalid or corrupted PDF file. 111 | missing_file_error=Missing PDF file. 112 | 113 | # LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip. 114 | # "{{type}}" will be replaced with an annotation type from a list defined in 115 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 116 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 117 | text_annotation_type=[{{type}} Annotation] 118 | request_password=PDF is protected by a password: 119 | 120 | printing_not_supported=Warning: Printing is not fully supported by this browser. 121 | printing_not_ready=Warning: The PDF is not fully loaded for printing. 122 | web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts. 123 | web_colors_disabled=Web colors are disabled. 124 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/sah/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Инники сирэй 17 | previous_label=Иннинээҕи 18 | next.title=Аныгыскы сирэй 19 | next_label=Аныгыскы 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Сирэй: 26 | page_of=мантан {{pageCount}} 27 | 28 | zoom_out.title=Куччат 29 | zoom_out_label=Куччат 30 | zoom_in.title=Улаатыннар 31 | zoom_in_label=Улаатыннар 32 | zoom.title=Улаатыннар 33 | presentation_mode.title=Көрдөрөр эрэсиимҥэ 34 | presentation_mode_label=Көрдөрөр эрэсиим 35 | open_file.title=Билэни арый 36 | open_file_label=Ас 37 | print.title=Бэчээт 38 | print_label=Бэчээт 39 | download.title=Хачайдааһын 40 | download_label=Хачайдааһын 41 | bookmark.title=Билиҥҥи көстүүтэ (хатылаа эбэтэр саҥа түннүккэ арый) 42 | bookmark_label=Билиҥҥи көстүүтэ 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | document_properties_title=Баһа: 49 | 50 | # Tooltips and alt text for side panel toolbar buttons 51 | # (the _label strings are alt text for the buttons, the .title strings are 52 | # tooltips) 53 | toggle_sidebar.title=Ойоҕос хапталы арый/сап 54 | toggle_sidebar_label=Ойоҕос хапталы арый/сап 55 | outline.title=Дөкүмүөн иһинээҕитин көрдөр 56 | outline_label=Дөкүмүөн иһинээҕитэ 57 | thumbs.title=Ойуучааннары көрдөр 58 | thumbs_label=Ойуучааннар 59 | findbar.title=Дөкүмүөнтэн бул 60 | findbar_label=Бул 61 | 62 | # Thumbnails panel item (tooltip and alt text for images) 63 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_title=Сирэй {{page}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=Сирэй ойуучаана {{page}} 69 | 70 | # Find panel button title and messages 71 | find_label=Бул: 72 | find_previous.title=Этии тиэкискэ бу иннинээҕи киириитин бул 73 | find_previous_label=Иннинээҕи 74 | find_next.title=Этии тиэкискэ бу кэннинээҕи киириитин бул 75 | find_next_label=Аныгыскы 76 | find_highlight=Барытын сырдатан көрдөр 77 | find_match_case_label=Буукуба улаханын-кыратын араар 78 | find_reached_top=Сирэй үрдүгэр тиийдиҥ, салгыыта аллара 79 | find_reached_bottom=Сирэй бүттэ, үөһэ салҕанна 80 | find_not_found=Этии көстүбэтэ 81 | 82 | # Error panel labels 83 | error_more_info=Сиһилии 84 | error_less_info=Сиһилиитин кистээ 85 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 86 | # replaced by the PDF.JS version and build ID. 87 | error_version_info=PDF.js v{{version}} (хомуйуута: {{build}}) 88 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 89 | # english string describing the error. 90 | error_message=Этии: {{message}} 91 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 92 | # trace. 93 | error_stack=Стeк: {{stack}} 94 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 95 | error_file=Билэ: {{file}} 96 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 97 | error_line=Устуруока: {{line}} 98 | rendering_error=Сирэйи айарга алҕас таҕыста. 99 | 100 | # Predefined zoom values 101 | page_scale_width=Сирэй кэтитинэн 102 | page_scale_fit=Сирэй кээмэйинэн 103 | page_scale_auto=Аптамаатынан 104 | page_scale_actual=Дьиҥнээх кээмэйэ 105 | 106 | # Loading indicator messages 107 | loading_error_indicator=Алҕас 108 | loading_error=PDF-билэни хачайдыырга алҕас таҕыста. 109 | invalid_file_error=Туох эрэ алҕастаах эбэтэр алдьаммыт PDF-билэ. 110 | missing_file_error=PDF-билэ суох. 111 | 112 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 113 | # "{{type}}" will be replaced with an annotation type from a list defined in 114 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 115 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 116 | text_annotation_type.alt=[{{type}} туһунан] 117 | password_cancel=Салҕаама 118 | 119 | printing_not_supported=Сэрэтии: Бу браузер бэчээттиири толору өйөөбөт. 120 | printing_not_ready=Сэрэтии: PDF бэчээттииргэ толору хачайдана илик. 121 | web_fonts_disabled=Ситим-бичиктэр араарыллыахтара: PDF бичиктэрэ кыайан көстүбэттэр. 122 | document_colors_disabled=PDF-дөкүмүөүннэргэ бэйэлэрин өҥнөрүн туттар көҥүллэммэтэ: "Ситим-сирдэр бэйэлэрин өҥнөрүн тутталларын көҥүллүүргэ" диэн браузерга арахса сылдьар эбит. 123 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/si/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=මීට පෙර පිටුව 17 | next.title=මීළඟ පිටුව 18 | 19 | # LOCALIZATION NOTE (page_label, page_of): 20 | # These strings are concatenated to form the "Page: X of Y" string. 21 | # Do not translate "{{pageCount}}", it will be substituted with a number 22 | # representing the total number of pages. 23 | page_label=පිටුව: 24 | page_of={{pageCount}} කින් 25 | 26 | zoom_out.title=කුඩා කරන්න 27 | zoom_out_label=කුඩා කරන්න 28 | zoom_in.title=විශාල කරන්න 29 | zoom_in_label=විශාල කරන්න 30 | zoom.title=විශාලණය 31 | open_file.title=ගොනුව විවෘත කරන්න 32 | open_file_label=විවෘත කරන්න 33 | print.title=මුද්‍රණය 34 | print_label=මුද්‍රණය 35 | download.title=බාගන්න 36 | download_label=බාගන්න 37 | bookmark.title=දැනට ඇති දසුන (පිටපත් කරන්න හෝ නව කවුළුවක විවෘත කරන්න) 38 | bookmark_label=දැනට ඇති දසුන 39 | 40 | # Secondary toolbar and context menu 41 | 42 | 43 | # Document properties dialog box 44 | document_properties_title=සිරස්තලය: 45 | 46 | # Tooltips and alt text for side panel toolbar buttons 47 | # (the _label strings are alt text for the buttons, the .title strings are 48 | # tooltips) 49 | outline.title=ලේඛනයේ පිට මායිම පෙන්වන්න 50 | outline_label=ලේඛනයේ පිට මායිම 51 | thumbs.title=සිඟිති රූ පෙන්වන්න 52 | thumbs_label=සිඟිති රූ 53 | findbar_label=සොයන්න 54 | 55 | # Thumbnails panel item (tooltip and alt text for images) 56 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 57 | # number. 58 | thumb_page_title=පිටුව {{page}} 59 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 60 | # number. 61 | thumb_page_canvas=පිටුවෙ සිඟිත රූව {{page}} 62 | 63 | # Find panel button title and messages 64 | find_previous.title=මේ වාක්‍ය ඛණ්ඩය මීට පෙර යෙදුණු ස්ථානය සොයන්න 65 | find_next.title=මේ වාක්‍ය ඛණ්ඩය මීළඟට යෙදෙන ස්ථානය සොයන්න 66 | find_not_found=ඔබ සෙව් වචන හමු නොවීය 67 | 68 | # Error panel labels 69 | error_more_info=බොහෝ තොරතුරු 70 | error_less_info=අවම තොරතුරු 71 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 72 | # replaced by the PDF.JS version and build ID. 73 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 74 | # english string describing the error. 75 | error_message=පණිවිඩය: {{message}} 76 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 77 | # trace. 78 | error_stack=Stack: {{stack}} 79 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 80 | error_file=ගොනුව: {{file}} 81 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 82 | error_line=පේළිය: {{line}} 83 | rendering_error=පිටුව රෙන්ඩර් විමේදි ගැටලුවක් හට ගැනුණි. 84 | 85 | # Predefined zoom values 86 | page_scale_width=පිටුවේ පළල 87 | page_scale_fit=පිටුවට සුදුසු ලෙස 88 | page_scale_auto=ස්වයංක්‍රීය විශාලණය 89 | page_scale_actual=නියමිත ප්‍රමාණය 90 | 91 | # Loading indicator messages 92 | loading_error_indicator=දෝෂය 93 | loading_error=PDF පූරණය විමේදි දෝෂයක් හට ගැනුණි. 94 | 95 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 96 | # "{{type}}" will be replaced with an annotation type from a list defined in 97 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 98 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 99 | text_annotation_type.alt=[{{type}} විස්තරය] 100 | password_ok=හරි 101 | password_cancel=එපා 102 | 103 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/son/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Moo bisante 17 | previous_label=Bisante 18 | next.title=Jinehere moo 19 | next_label=Jine 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=&Moo: 26 | page_of={{pageCount}} ga 27 | 28 | zoom_out.title=Nakasandi 29 | zoom_out_label=Nakasandi 30 | zoom_in.title=Bebbeerandi 31 | zoom_in_label=Bebbeerandi 32 | zoom.title=Bebbeerandi 33 | presentation_mode.title=Bere cebeyan alhaali 34 | presentation_mode_label=Cebeyan alhaali 35 | open_file.title=Tuku feeri 36 | open_file_label=Feeri 37 | print.title=Kar 38 | print_label=Kar 39 | download.title=Zumandi 40 | download_label=Zumandi 41 | bookmark.title=Sohõ gunarro (bere wala feeri zanfun taaga ra) 42 | bookmark_label=Sohõ gunaroo 43 | 44 | # Secondary toolbar and context menu 45 | 46 | # Tooltips and alt text for side panel toolbar buttons 47 | # (the _label strings are alt text for the buttons, the .title strings are 48 | # tooltips) 49 | toggle_sidebar.title=Kanjari ceraw zuu 50 | toggle_sidebar_label=Kanjari ceraw zuu 51 | outline.title=Takadda filla-boŋ cebe 52 | outline_label=Takadda filla-boŋ 53 | thumbs.title=Kabeboy biyey cebe 54 | thumbs_label=Kabeboy biyey 55 | findbar.title=Ceeci takaddaa ra 56 | findbar_label=Ceeci 57 | 58 | # Thumbnails panel item (tooltip and alt text for images) 59 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 60 | # number. 61 | thumb_page_title={{page}} moo 62 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 63 | # number. 64 | thumb_page_canvas=Kabeboy bii {{page}} moo še 65 | 66 | # Find panel button title and messages 67 | find_label=Ceeci: 68 | find_previous.title=Kalimaɲaŋoo bangayri bisantaa ceeci 69 | find_previous_label=Bisante 70 | find_next.title=Kalimaɲaŋoo hiino bangayroo ceeci 71 | find_next_label=Jine 72 | find_highlight=Ikul šilbay 73 | find_match_case_label=Harfu-beeriyan hawgay 74 | find_reached_top=A too moŋoo boŋoo, koy jine ka šinitin nda cewoo 75 | find_reached_bottom=A too moɲoo cewoo, koy jine šintioo ga 76 | find_not_found=Kalimaɲaa mana duwandi 77 | 78 | # Error panel labels 79 | error_more_info=Alhabar tontoni 80 | error_less_info=Alhabar tontoni 81 | error_close=Daabu 82 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 83 | # replaced by the PDF.JS version and build ID. 84 | error_version_info=PDF.js v{{version}} (build: {{build}}) 85 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 86 | # english string describing the error. 87 | error_message=Alhabar: {{message}} 88 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 89 | # trace. 90 | error_stack=Dekeri: {{stack}} 91 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 92 | error_file=Tuku: {{file}} 93 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 94 | error_line=Žeeri: {{line}} 95 | rendering_error=Firka bangay kaŋ moɲoo goo ma willandi. 96 | 97 | # Predefined zoom values 98 | page_scale_width=Mooo hayyan 99 | page_scale_fit=Moo sawayan 100 | page_scale_auto=Boŋše azzaati barmayyan 101 | page_scale_actual=Adadu cimi 102 | 103 | # Loading indicator messages 104 | loading_error_indicator=Firka 105 | loading_error=Firka bangay kaŋ PDF goo ma zumandi. 106 | invalid_file_error=PDF tuku laala wala laybante. 107 | missing_file_error=PDF tuku kumante. 108 | 109 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 110 | # "{{type}}" will be replaced with an annotation type from a list defined in 111 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 112 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 113 | text_annotation_type.alt={{type}} maasa-caw] 114 | password_ok=Ayyo 115 | password_cancel=Naŋ 116 | 117 | printing_not_supported=Yaamar: Karyan ši tee ka timme nda ceecikaa woo. 118 | printing_not_ready=Yaamar: PDF ši zunbu ka timme karyan še. 119 | web_fonts_disabled=Interneti šigirawey kay: ši hin ka goy nda PDF šigira hurantey. 120 | document_colors_disabled=PDF takaddawey ši duu fondo ka ngey boŋ noonawey zaa: 'Naŋ moɲey ma ngey boŋ noonawey suuba' ši dira ceecikaa ga. 121 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/sw/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Ukurasa Uliotangulia 17 | previous_label=Iliyotangulia 18 | next.title=Ukurasa Ufuatao 19 | next_label=Ifuatayo 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Ukurasa: 26 | page_of=ya {{Hesabu ya ukurasa}} 27 | 28 | zoom_out.title=Kuza Nje 29 | zoom_out_label=Kuza Nje 30 | zoom_in.title=Kuza Ndani 31 | zoom_in_label=Kuza Ndani 32 | zoom.title=Kuza 33 | presentation_mode.title=Badili kwa Hali ya Uwasilishaji 34 | presentation_mode_label=Hali ya Uwasilishaji 35 | open_file.title=Fungua Faili 36 | open_file_label=Fungua 37 | print.title=Chapisha 38 | print_label=Chapisha 39 | download.title=Pakua 40 | download_label=Pakua 41 | bookmark.title=Mwonekano wa sasa (nakili au ufungue katika dirisha mpya) 42 | bookmark_label=Mwonekano wa Sasa 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | document_properties_title=Kichwa: 49 | 50 | # Tooltips and alt text for side panel toolbar buttons 51 | # (the _label strings are alt text for the buttons, the .title strings are 52 | # tooltips) 53 | toggle_sidebar.title=Kibiano cha Upau wa Kando 54 | toggle_sidebar_label=Kibiano cha Upau wa Kando 55 | outline.title=Onyesha Ufupisho wa Waraka 56 | outline_label=Ufupisho wa Waraka 57 | thumbs.title=Onyesha Kijipicha 58 | thumbs_label=Vijipicha 59 | findbar.title=Pata katika Waraka 60 | findbar_label=Tafuta 61 | 62 | # Thumbnails panel item (tooltip and alt text for images) 63 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_title=Ukurasa {{ukurasa}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=Kijipicha cha ukurasa {{ukurasa}} 69 | 70 | # Find panel button title and messages 71 | find_label=Tafuta: 72 | find_previous.title=Tafuta tukio kabla ya msemo huu 73 | find_previous_label=Iliyotangulia 74 | find_next.title=Tafuta tukio linalofuata la msemo 75 | find_next_label=Ifuatayo 76 | find_highlight=Angazia yote 77 | find_match_case_label=Linganisha herufi 78 | find_reached_top=Imefika juu ya waraka, imeendelea kutoka chini 79 | find_reached_bottom=Imefika mwisho wa waraka, imeendelea kutoka juu 80 | find_not_found=Msemo hukupatikana 81 | 82 | # Error panel labels 83 | error_more_info=Maelezo Zaidi 84 | error_less_info=Maelezo Kidogo 85 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 86 | # replaced by the PDF.JS version and build ID. 87 | error_version_info=PDF.js v{{version}} (jenga: {{build}}) 88 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 89 | # english string describing the error. 90 | error_message=Ujumbe: {{message}} 91 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 92 | # trace. 93 | error_stack=Panganya: {{stack}} 94 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 95 | error_file=Faili: {{faili}} 96 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 97 | error_line=Laini: {{laini}} 98 | rendering_error=Hitilafu lilitokea wajati wa kutoa ukurasa 99 | 100 | # Predefined zoom values 101 | page_scale_width=Upana wa Ukurasa 102 | page_scale_fit=Usawa wa Ukurasa 103 | page_scale_auto=Ukuzaji wa Kiotomatiki 104 | page_scale_actual=Ukubwa Halisi 105 | 106 | # Loading indicator messages 107 | loading_error_indicator=Hitilafu 108 | loading_error=Hitilafu lilitokea wakati wa kupakia PDF. 109 | invalid_file_error=Faili ya PDF isiyohalali au potofu. 110 | missing_file_error=Faili ya PDF isiyopo. 111 | 112 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 113 | # "{{type}}" will be replaced with an annotation type from a list defined in 114 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 115 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 116 | text_annotation_type.alt=[{{type}} Ufafanuzi] 117 | password_ok=SAWA 118 | password_cancel=Ghairi 119 | 120 | printing_not_supported=Onyo: Uchapishaji hauauniwi kabisa kwa kivinjari hiki. 121 | web_fonts_disabled=Fonti za tovuti zimelemazwa: haziwezi kutumia fonti za PDF zilizopachikwa. 122 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/ta-LK/viewer.properties: -------------------------------------------------------------------------------- 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 | # Main toolbar buttons (tooltips and alt text for images) 5 | 6 | # LOCALIZATION NOTE (page_label, page_of): 7 | # These strings are concatenated to form the "Page: X of Y" string. 8 | # Do not translate "{{pageCount}}", it will be substituted with a number 9 | # representing the total number of pages. 10 | 11 | zoom.title=அளவு 12 | open_file.title=கோப்பினைத் திறக்க 13 | open_file_label=திறக்க 14 | 15 | # Tooltips and alt text for side panel toolbar buttons 16 | # (the _label strings are alt text for the buttons, the .title strings are 17 | # tooltips) 18 | 19 | # Thumbnails panel item (tooltip and alt text for images) 20 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 21 | # number. 22 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 23 | # number. 24 | 25 | # Context menu 26 | 27 | # Find panel button title and messages 28 | find_previous.title=இந்த சொற்றொடரின் முன்னைய நிகழ்வை தேடு 29 | find_next.title=இந்த சொற்றொடரின் அடுத்த நிகழ்வைத் தேடு 30 | 31 | # Error panel labels 32 | error_close=மூடுக 33 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 34 | # replaced by the PDF.JS version and build ID. 35 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 36 | # english string describing the error. 37 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 38 | # trace. 39 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 40 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 41 | 42 | # Predefined zoom values 43 | 44 | # Loading indicator messages 45 | 46 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 47 | # "{{type}}" will be replaced with an annotation type from a list defined in 48 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 49 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 50 | 51 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/tl/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Naunang Pahina 17 | next.title=Sunod na Pahina 18 | 19 | # LOCALIZATION NOTE (page_label, page_of): 20 | # These strings are concatenated to form the "Page: X of Y" string. 21 | # Do not translate "{{pageCount}}", it will be substituted with a number 22 | # representing the total number of pages. 23 | page_label=Pahina: 24 | page_of=ng {{bilangngPahina}} 25 | 26 | open_file.title=Magbukas ng file 27 | open_file_label=Buksan 28 | bookmark.title=Kasalukuyang tingin (kopyahin o buksan sa bagong window) 29 | bookmark_label=Kasalukuyang tingin 30 | 31 | # Secondary toolbar and context menu 32 | 33 | 34 | # Document properties dialog box 35 | document_properties_title=Pamagat: 36 | 37 | # Tooltips and alt text for side panel toolbar buttons 38 | # (the _label strings are alt text for the buttons, the .title strings are 39 | # tooltips) 40 | outline.title=Ipakita ang banghay ng dokumento 41 | outline_label=Banghay ng dokumento 42 | thumbs.title=Ipakita ang mga Thumbnails 43 | findbar_label=Hanapin 44 | 45 | # Thumbnails panel item (tooltip and alt text for images) 46 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 47 | # number. 48 | thumb_page_title=Pahina {{pahina}} 49 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 50 | # number. 51 | thumb_page_canvas=Thumbnail ng Pahina {{pahina}} 52 | 53 | # Find panel button title and messages 54 | 55 | # Error panel labels 56 | error_more_info=Maraming Inpormasyon 57 | error_less_info=Maikling Inpormasyon 58 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 59 | # replaced by the PDF.JS version and build ID. 60 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 61 | # english string describing the error. 62 | error_message=Mensahe: {{message}} 63 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 64 | # trace. 65 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 66 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 67 | error_line=Linya: { { linya } } 68 | rendering_error=May naganap na pagkakamali habang pagsasalin sa pahina. 69 | 70 | # Predefined zoom values 71 | page_scale_width=Haba ng Pahina 72 | page_scale_fit=ang pahina ay angkop 73 | page_scale_auto=awtomatikong pag-imbulog 74 | 75 | # Loading indicator messages 76 | loading_error=May maling nangyari habang kinakarga ang PDF. 77 | 78 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 79 | # "{{type}}" will be replaced with an annotation type from a list defined in 80 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 81 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 82 | password_ok=OK 83 | 84 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/tn/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page_label, page_of): 18 | # These strings are concatenated to form the "Page: X of Y" string. 19 | # Do not translate "{{pageCount}}", it will be substituted with a number 20 | # representing the total number of pages. 21 | page_label=Tsebe: 22 | 23 | zoom.title=Zuma/gogela 24 | open_file.title=Bula Faele 25 | open_file_label=Bula 26 | 27 | # Secondary toolbar and context menu 28 | 29 | # Tooltips and alt text for side panel toolbar buttons 30 | # (the _label strings are alt text for the buttons, the .title strings are 31 | # tooltips) 32 | findbar_label=Batla 33 | 34 | # Thumbnails panel item (tooltip and alt text for images) 35 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 36 | # number. 37 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 38 | # number. 39 | 40 | # Find panel button title and messages 41 | find_previous.title=Batla tiragalo e e fetileng ya setlhopha sa mafoko 42 | find_next.title=Batla tiragalo e e latelang ya setlhopha sa mafoko 43 | find_not_found=Setlhopha sa mafoko ga se a bonwa 44 | 45 | # Error panel labels 46 | error_more_info=Tshedimosetso e Nngwe 47 | error_close=Tswala 48 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 49 | # replaced by the PDF.JS version and build ID. 50 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 51 | # english string describing the error. 52 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 53 | # trace. 54 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 55 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 56 | 57 | # Predefined zoom values 58 | 59 | # Loading indicator messages 60 | loading_error_indicator=Phoso 61 | 62 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 63 | # "{{type}}" will be replaced with an annotation type from a list defined in 64 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 65 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 66 | password_ok=Siame 67 | password_cancel=Khansela 68 | 69 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/vi/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Trang Trước 17 | previous_label=Trước 18 | next.title=Trang Sau 19 | next_label=Tiếp 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Trang: 26 | page_of=thuộc về {{pageCount}} 27 | 28 | zoom_out.title=Thu nhỏ 29 | zoom_out_label=Thu nhỏ 30 | zoom_in.title=Phóng to 31 | zoom_in_label=Phóng to 32 | zoom.title=Thu phóng 33 | presentation_mode.title=Chuyển sang chế độ trình chiếu 34 | presentation_mode_label=Chế độ trình chiếu 35 | open_file.title=Mở Tập Tin 36 | open_file_label=Mở tập tin 37 | print.title=In 38 | print_label=In 39 | download.title=Tải xuống 40 | download_label=Tải xuống 41 | bookmark.title=Góc nhìn hiện tại (copy hoặc mở trong cửa sổ mới) 42 | bookmark_label=Chế độ xem hiện tại 43 | 44 | # Secondary toolbar and context menu 45 | 46 | # Tooltips and alt text for side panel toolbar buttons 47 | # (the _label strings are alt text for the buttons, the .title strings are 48 | # tooltips) 49 | toggle_sidebar.title=Bật/Tắt Thanh Lề 50 | toggle_sidebar_label=Bật/Tắt Thanh Lề 51 | outline.title=Hiển thị bản phác tài liệu 52 | outline_label=Bản phác họa Tài liệu 53 | thumbs.title=Hiển thị Thumbnails 54 | thumbs_label=Thumbnails (hình biểu diễn nhỏ) 55 | findbar.title=Tìm trong tài liệu 56 | findbar_label=Tìm 57 | 58 | # Thumbnails panel item (tooltip and alt text for images) 59 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 60 | # number. 61 | thumb_page_title=Trang {{page}} 62 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 63 | # number. 64 | thumb_page_canvas=Hình ảnh thu nhỏ của trang {{page}} 65 | 66 | # Find panel button title and messages 67 | find_label=Tìm kiếm: 68 | find_previous.title=Tìm cụm từ ở phần trước 69 | find_previous_label=Trước 70 | find_next.title=Tìm cụm từ ở phần sau 71 | find_next_label=Tiếp 72 | find_highlight=Tô sáng tất cả 73 | find_match_case_label=Phân biệt chữ hoa, chữ thường 74 | find_reached_top=Đã đến phần đầu tài liệu, quay trở lại từ cuối 75 | find_reached_bottom=Đã đến phần cuối của tài liệu, quay trở lại từ đầu 76 | find_not_found=Không tìm thấy cụm từ 77 | 78 | # Error panel labels 79 | error_more_info=Thông tin thêm 80 | error_less_info=Hiển thị ít thông tin hơn 81 | error_close=Đóng 82 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 83 | # replaced by the PDF.JS version and build ID. 84 | error_version_info=PDF.js v{{version}} (build: {{build}}) 85 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 86 | # english string describing the error. 87 | error_message=Thông điệp: {{message}} 88 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 89 | # trace. 90 | error_stack=Stack: {{stack}} 91 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 92 | error_file=Tệp: {{file}} 93 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 94 | error_line=Dòng: {{line}} 95 | rendering_error=Lỗi khi hiển thị trang. 96 | 97 | # Predefined zoom values 98 | page_scale_width=Chiều rộng trang 99 | page_scale_fit=Độ vừa của trang 100 | page_scale_auto=Tự động thu/phóng 101 | page_scale_actual=Kích thước thực 102 | 103 | # Loading indicator messages 104 | loading_error_indicator=Lỗi 105 | loading_error=Lỗi khi tải tài liệu PDF. 106 | invalid_file_error=Tập tin PDF hỏng hoặc không hợp lệ. 107 | missing_file_error=Thiếu tập tin PDF. 108 | 109 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 110 | # "{{type}}" will be replaced with an annotation type from a list defined in 111 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 112 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 113 | text_annotation_type.alt=[{{type}} Chú thích] 114 | password_ok=OK 115 | password_cancel=Hủy bỏ 116 | 117 | printing_not_supported=Cảnh báo: In ấn không được hỗ trợ đầy đủ ở trình duyệt này. 118 | printing_not_ready=Cảnh báo: PDF chưa được tải hết để in. 119 | web_fonts_disabled=Phông chữ Web bị vô hiệu hóa: không thể sử dụng các phông chữ PDF được nhúng. 120 | document_colors_disabled=Tài liệu PDF không được cho phép dùng màu riêng: 'Cho phép trang chọn màu riêng' đã bị tắt trên trình duyệt. 121 | -------------------------------------------------------------------------------- /pdfjs-dist/web/locale/wo/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Xët wi jiitu 17 | previous_label=Bi jiitu 18 | next.title=Xët wi ci topp 19 | next_label=Bi ci topp 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Xët: 26 | page_of=ci {{pageCount}} 27 | 28 | zoom_out.title=Wàññi 29 | zoom_out_label=Wàññi 30 | zoom_in.title=Yaatal 31 | zoom_in_label=Yaatal 32 | zoom.title=Yambalaŋ 33 | presentation_mode.title=Wañarñil ci anamu wone 34 | presentation_mode_label=Anamu Wone 35 | open_file.title=Ubbi benn dencukaay 36 | open_file_label=Ubbi 37 | print.title=Móol 38 | print_label=Móol 39 | download.title=Yeb yi 40 | download_label=Yeb yi 41 | bookmark.title=Wone bi taxaw (duppi walla ubbi palanteer bu bees) 42 | bookmark_label=Wone bi feeñ 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | document_properties_title=Bopp: 49 | 50 | # Tooltips and alt text for side panel toolbar buttons 51 | # (the _label strings are alt text for the buttons, the .title strings are 52 | # tooltips) 53 | outline.title=Wone takku yi 54 | outline_label=Takku jukki yi 55 | thumbs.title=Wone nataal yu ndaw yi 56 | thumbs_label=Nataal yu ndaw yi 57 | findbar.title=Gis ci biir jukki bi 58 | findbar_label=Wut 59 | 60 | # Thumbnails panel item (tooltip and alt text for images) 61 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 62 | # number. 63 | thumb_page_title=Xët {{xët}} 64 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 65 | # number. 66 | thumb_page_canvas=Wiñet bu xët{{xët}} 67 | 68 | # Find panel button title and messages 69 | find_label=Wut: 70 | find_previous.title=Seet beneen kaddu bu ni mel te jiitu 71 | find_previous_label=Bi jiitu 72 | find_next.title=Seet beneen kaddu bu ni mel 73 | find_next_label=Bi ci topp 74 | find_highlight=Melaxal lépp 75 | find_match_case_label=Sàmm jëmmalin wi 76 | find_reached_top=Jot nañu ndorteel xët wi, kontine dale ko ci suuf 77 | find_reached_bottom=Jot nañu jeexitalu xët wi, kontine ci ndorte 78 | find_not_found=Gisiñu kaddu gi 79 | 80 | # Error panel labels 81 | error_more_info=Xibaar yu gën bari 82 | error_less_info=Xibaar yu gën bari 83 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 84 | # replaced by the PDF.JS version and build ID. 85 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 86 | # english string describing the error. 87 | error_message=Bataaxal: {{bataaxal}} 88 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 89 | # trace. 90 | error_stack=Juug: {{stack}} 91 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 92 | error_file=Dencukaay: {{file}} 93 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 94 | error_line=Rëdd : {{line}} 95 | rendering_error=Am njumte bu am bi xët bi di wonewu. 96 | 97 | # Predefined zoom values 98 | page_scale_width=Yaatuwaay bu mët 99 | page_scale_fit=Xët lëmm 100 | page_scale_auto=Yambalaŋ ci saa si 101 | page_scale_actual=Dayo bi am 102 | 103 | # Loading indicator messages 104 | loading_error_indicator=Njumte 105 | loading_error=Am na njumte ci yebum dencukaay PDF bi. 106 | invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar. 107 | 108 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 109 | # "{{type}}" will be replaced with an annotation type from a list defined in 110 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 111 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 112 | text_annotation_type.alt=[Karmat {{type}}] 113 | password_ok=OK 114 | password_cancel=Neenal 115 | 116 | printing_not_supported=Artu: Joowkat bii nanguwul lool mool. 117 | -------------------------------------------------------------------------------- /pdfviewer.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2014 Ambris 3 | * 4 | * Project : Very simple PDF viewer jQuery plugin 5 | * 6 | * author: Richard Stefan (richard.stefan@ambris.com) 7 | * 8 | * Licensed under the Apache License, Version 2.0(the "License"); 9 | * you may not use this file except in compliance with the License. 10 | * You may obtain a copy of the License at 11 | * 12 | * http: //www.apache.org/licenses/LICENSE-2.0 13 | * 14 | * Unless required by applicable law or agreed to in writing, software 15 | * distributed under the License is distributed on an "AS IS" BASIS, 16 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 | * See the License for the specific language governing permissions and 18 | * limitations under the License. 19 | */ 20 | .body 21 | { 22 | position: relative; 23 | } 24 | 25 | .pdf-container 26 | { 27 | position: absolute; 28 | margin-left: auto; 29 | margin-right: auto; 30 | width: 80%; 31 | top: 20px; 32 | bottom: 20px; 33 | 34 | background-color: #aaaaaa; 35 | border: solid 1px #111111; 36 | overflow: hidden; 37 | } 38 | 39 | .pdf-toolbar 40 | { 41 | background-color: #cccccc; 42 | position: relative; 43 | top: 0; 44 | z-index: 100; 45 | width: 100%; 46 | 47 | line-height: 40px; 48 | 49 | 50 | } 51 | 52 | .pdf-container .pdf-canvas { 53 | position: absolute; 54 | margin-top: 40px; 55 | top: 0; 56 | bottom: 0px; 57 | left: 0; 58 | right: 0; 59 | overflow: auto; 60 | } 61 | .pdf-container canvas { 62 | position: relative; 63 | display: inline-block; 64 | } 65 | 66 | /* 67 | .pdf-container { 68 | margin-left: auto; 69 | margin-right: auto; 70 | width: 80%; 71 | 72 | background-color: #aaaaaa; 73 | border: solid 1px #111111; 74 | overflow: hidden; 75 | 76 | } 77 | */ -------------------------------------------------------------------------------- /tracemonkey.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/PDF-viewer/28b34c975caa22570319f52f6d5ae7671f0c0084/tracemonkey.pdf --------------------------------------------------------------------------------