├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── LICENSE ├── README.md ├── hugo-embed-pdf-cover.png ├── layouts └── shortcodes │ └── embed-pdf.html └── static └── js └── pdf-js ├── LICENSE ├── build ├── pdf.js ├── pdf.js.map ├── pdf.sandbox.js ├── pdf.sandbox.js.map ├── pdf.worker.js └── pdf.worker.js.map └── 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 ├── compressed.tracemonkey-pldi-09.pdf ├── debugger.css ├── 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-paperclip.svg ├── annotation-paragraph.svg ├── annotation-pushpin.svg ├── cursor-editorFreeText.svg ├── cursor-editorInk.svg ├── findbarButton-next.svg ├── findbarButton-previous.svg ├── loading-dark.svg ├── loading-icon.gif ├── loading.svg ├── secondaryToolbarButton-documentProperties.svg ├── secondaryToolbarButton-firstPage.svg ├── secondaryToolbarButton-handTool.svg ├── secondaryToolbarButton-lastPage.svg ├── secondaryToolbarButton-rotateCcw.svg ├── secondaryToolbarButton-rotateCw.svg ├── secondaryToolbarButton-scrollHorizontal.svg ├── secondaryToolbarButton-scrollPage.svg ├── secondaryToolbarButton-scrollVertical.svg ├── secondaryToolbarButton-scrollWrapped.svg ├── secondaryToolbarButton-selectTool.svg ├── secondaryToolbarButton-spreadEven.svg ├── secondaryToolbarButton-spreadNone.svg ├── secondaryToolbarButton-spreadOdd.svg ├── toolbarButton-bookmark.svg ├── toolbarButton-currentOutlineItem.svg ├── toolbarButton-download.svg ├── toolbarButton-editorFreeText.svg ├── toolbarButton-editorInk.svg ├── toolbarButton-menuArrow.svg ├── toolbarButton-openFile.svg ├── toolbarButton-pageDown.svg ├── toolbarButton-pageUp.svg ├── toolbarButton-presentationMode.svg ├── toolbarButton-print.svg ├── toolbarButton-search.svg ├── toolbarButton-secondaryToolbarToggle.svg ├── toolbarButton-sidebarToggle.svg ├── toolbarButton-viewAttachments.svg ├── toolbarButton-viewLayers.svg ├── toolbarButton-viewOutline.svg ├── toolbarButton-viewThumbnail.svg ├── toolbarButton-zoomIn.svg ├── toolbarButton-zoomOut.svg ├── treeitem-collapsed.svg └── treeitem-expanded.svg ├── locale ├── ach │ └── viewer.properties ├── af │ └── viewer.properties ├── an │ └── viewer.properties ├── ar │ └── viewer.properties ├── ast │ └── viewer.properties ├── az │ └── viewer.properties ├── be │ └── viewer.properties ├── bg │ └── viewer.properties ├── bn │ └── viewer.properties ├── bo │ └── viewer.properties ├── br │ └── viewer.properties ├── brx │ └── viewer.properties ├── bs │ └── viewer.properties ├── ca │ └── viewer.properties ├── cak │ └── viewer.properties ├── ckb │ └── viewer.properties ├── cs │ └── viewer.properties ├── cy │ └── viewer.properties ├── da │ └── viewer.properties ├── de │ └── viewer.properties ├── dsb │ └── viewer.properties ├── el │ └── viewer.properties ├── en-CA │ └── viewer.properties ├── en-GB │ └── viewer.properties ├── en-US │ └── 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 ├── fur │ └── viewer.properties ├── fy-NL │ └── viewer.properties ├── ga-IE │ └── viewer.properties ├── gd │ └── viewer.properties ├── gl │ └── viewer.properties ├── gn │ └── viewer.properties ├── gu-IN │ └── viewer.properties ├── he │ └── viewer.properties ├── hi-IN │ └── viewer.properties ├── hr │ └── viewer.properties ├── hsb │ └── viewer.properties ├── hu │ └── viewer.properties ├── hy-AM │ └── viewer.properties ├── hye │ └── viewer.properties ├── ia │ └── viewer.properties ├── id │ └── viewer.properties ├── is │ └── viewer.properties ├── it │ └── viewer.properties ├── ja │ └── viewer.properties ├── ka │ └── viewer.properties ├── kab │ └── viewer.properties ├── kk │ └── viewer.properties ├── km │ └── viewer.properties ├── kn │ └── viewer.properties ├── ko │ └── viewer.properties ├── lij │ └── viewer.properties ├── lo │ └── viewer.properties ├── locale.properties ├── lt │ └── viewer.properties ├── ltg │ └── viewer.properties ├── lv │ └── viewer.properties ├── meh │ └── viewer.properties ├── mk │ └── viewer.properties ├── mr │ └── viewer.properties ├── ms │ └── viewer.properties ├── my │ └── viewer.properties ├── nb-NO │ └── viewer.properties ├── ne-NP │ └── viewer.properties ├── nl │ └── viewer.properties ├── nn-NO │ └── viewer.properties ├── oc │ └── 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 ├── sat │ └── viewer.properties ├── sc │ └── viewer.properties ├── scn │ └── viewer.properties ├── sco │ └── viewer.properties ├── si │ └── viewer.properties ├── sk │ └── viewer.properties ├── skr │ └── viewer.properties ├── sl │ └── viewer.properties ├── son │ └── viewer.properties ├── sq │ └── viewer.properties ├── sr │ └── viewer.properties ├── sv-SE │ └── viewer.properties ├── szl │ └── viewer.properties ├── ta │ └── viewer.properties ├── te │ └── viewer.properties ├── tg │ └── viewer.properties ├── th │ └── viewer.properties ├── tl │ └── viewer.properties ├── tr │ └── viewer.properties ├── trs │ └── viewer.properties ├── uk │ └── viewer.properties ├── ur │ └── viewer.properties ├── uz │ └── viewer.properties ├── vi │ └── viewer.properties ├── wo │ └── viewer.properties ├── xh │ └── viewer.properties ├── zh-CN │ └── viewer.properties └── zh-TW │ └── viewer.properties ├── standard_fonts ├── FoxitDingbats.pfb ├── FoxitFixed.pfb ├── FoxitFixedBold.pfb ├── FoxitFixedBoldItalic.pfb ├── FoxitFixedItalic.pfb ├── FoxitSans.pfb ├── FoxitSansBold.pfb ├── FoxitSansBoldItalic.pfb ├── FoxitSansItalic.pfb ├── FoxitSerif.pfb ├── FoxitSerifBold.pfb ├── FoxitSerifBoldItalic.pfb ├── FoxitSerifItalic.pfb ├── FoxitSymbol.pfb ├── LICENSE_FOXIT ├── LICENSE_LIBERATION ├── LiberationSans-Bold.ttf ├── LiberationSans-BoldItalic.ttf ├── LiberationSans-Italic.ttf └── LiberationSans-Regular.ttf ├── viewer.css ├── viewer.html ├── viewer.js └── viewer.js.map /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. iOS] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 22] 30 | 31 | **Smartphone (please complete the following information):** 32 | - Device: [e.g. iPhone6] 33 | - OS: [e.g. iOS8.1] 34 | - Browser [e.g. stock browser, safari] 35 | - Version [e.g. 22] 36 | 37 | **Additional context** 38 | Add any other context about the problem here. 39 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. 21 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Anvith KS 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [![License](https://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://badges.mit-license.org) ![visitors](https://visitor-badge.glitch.me/badge?page_id=anvithks.hugo-embed-pdf-shortcode) 2 | # hugo-embed-pdf-shortcode 3 | 4 | --- 5 | # Table of Contents 6 | 7 | * [Online Demo](https://hugo-embed-pdf.netlify.app/) 8 | * [Introduction](#introduction) 9 | * [Setup](#setup) 10 | * [Usage](#usage) 11 | * [FAQ](#faq) 12 | * [Support](#support) 13 | * [Who uses embed-pdf](#who-uses-hugo-embed-pdf-shortcode) 14 | * [License](#license) 15 | 16 | --- 17 | 18 | ## Introduction 19 | [\[Back to Top\]](#table-of-contents) 20 | 21 | This is a [Hugo Shortcode](https://gohugo.io/extras/shortcodes/) developed for use in [Hugo](https://gohugo.io/) based websites. This shortcode allows you to embed a PDF file in a page on your Hugo website. It is developed using the [PDF.js](https://mozilla.github.io/pdf.js/) library by Mozilla. 22 | 23 | ![hugo-embed-pdf-shortcode cover](hugo-embed-pdf-cover.png) 24 | 25 | ## Setup 26 | [\[Back to Top\]](#table-of-contents) 27 | 28 | **Note:** This shortcode is for use in Hugo based websites. It will not work anywhere else. 29 | 30 | Hugo embed-pdf can be installed in two ways. 31 | 32 | ### Method 1 - Install as a Git submodule 33 | 34 | 1. Add this shortcode as a Git submodule 35 | 36 | ```shell 37 | git submodule add https://github.com/anvithks/hugo-embed-pdf-shortcode.git themes/hugo-embed-pdf-shortcode 38 | ``` 39 | 40 | 2. Edit `config.toml` as follows 41 | 42 | ``` 43 | theme = ["hugo-embed-pdf-shortcode", "YourCurrentTheme"] 44 | enableInlineShortcodes = true 45 | ``` 46 | 47 | **To learn more about "Theme components", see [the Hugo documentation](https://gohugo.io/hugo-modules/theme-components/)** 48 | 49 |
50 | 51 | ### Method 2 - Clone this repository 52 | 53 | 1. Clone this repository 54 |
55 | 56 | ```shell 57 | git clone https://github.com/anvithks/hugo-embed-pdf-shortcode.git 58 | cd hugo-embed-pdf-shortcode 59 | ``` 60 | 61 | 2. Copy the file `./layouts/shortcodes/embed-pdf.html` to `./layouts/shortcodes` in your Hugo website directory. 62 |
63 | 64 | **Note:** If you do not have a `./layouts/shortcodes` directory you can create it. 65 | 66 | ```shell 67 | cp ./layouts/shortcodes/embed-pdf.html /path/to/your/hugo/website/layouts/shortcodes 68 | ``` 69 |
70 | 71 | 3. Copy the pdf.js library files from `./static/js/pdf-js` to `./static/js` in your Hugo website directory. 72 |
73 | 74 | **Note:** If you do not have a `./static/js` directory you can create it. 75 | 76 | ```shell 77 | cp -R ./static/js/pdf-js /path/to/your/hugo/website/static/js/ 78 | ``` 79 |
80 | 81 | ## Usage 82 | [\[Back to Top\]](#table-of-contents) 83 | 84 | In your Hugo website place the following shortcode in any of the markdown pages. 85 | ``` 86 | {{< embed-pdf url="./path/to/pdf/file/example.pdf" >}} 87 | 88 | ``` 89 | 90 | To hide pagination 91 | ``` 92 | {{< embed-pdf url="./path/to/pdf/file/example.pdf" hidePaginator="true" >}} 93 | ``` 94 | 95 | 96 | To render a selected page number 97 | ``` 98 | {{< embed-pdf url="./path/to/pdf/file/example.pdf" renderPageNum="5" >}} 99 | ``` 100 | 101 | To hide loading spinner 102 | ``` 103 | {{< embed-pdf url="./path/to/pdf/file/example.pdf" hideLoader="true" >}} 104 | ``` 105 | 106 | ### Parameters 107 | - **url (required)** : The relative location of the file. 108 | 109 | - **hidePaginator (optional)**: Boolean which expects `true` or `false`. Hides the paginator for single page documents. 110 | 111 | - **renderPageNum (optional)**: Integer which expects any number from `1` up to the last page number in the document. Will render that specific page on initial load. 112 | 113 | - **hideLoader (optional)**: Boolean which expects `true` or `false`. Hides the loading spinner while your document loads. 114 | 115 |
116 | 117 | **Note:** Currently supports local file embed. If absolute URL from the remote server is provided, configure the CORS header on that server. 118 | 119 | 120 | ## FAQ 121 | [\[Back to Top\]](#table-of-contents) 122 | 123 | 1. I have installed hugo-embed-pdf in my website locally by cloning the repository and copying the files, but it does not work? 124 | A. hugo-embed-pdf uses pdf.js from mozilla. Pdf.js is now being served using a CDN. 125 | If you would like to use a local copy of PDf.js then you can make the following changes to the `embed-pdf.html` file. 126 | - Change the script tag at the top of the file from 127 | ```js 128 | 129 | ``` 130 | 131 | **to** 132 | 133 | ```js 134 | 135 | ``` 136 | - Change the path to the `pdf.worker.js` file at line number 124 from 137 | 138 | ```js 139 | pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdn.jsdelivr.net/npm/pdfjs-dist@3.4.120/build/pdf.worker.min.js'; 140 | ``` 141 | 142 | **to** 143 | 144 | ```js 145 | pdfjsLib.GlobalWorkerOptions.workerSrc = "{{.Site.BaseURL}}" + 'js/pdf-js/build/pdf.worker.js'; 146 | ``` 147 | 148 | ## Support 149 | [\[Back to Top\]](#table-of-contents) 150 | You an reach me at: 151 | - Twitter : [@anvith3](https://twitter.com/anvith3) 152 | 153 | For any bugs, enhancement requests, feature requests please raise issues [here](https://github.com/anvithks/hugo-embed-pdf-shortcode/issues) 154 | 155 | ## Who uses Hugo Embed Pdf Shortcode 156 | [\[Back to Top\]](#table-of-contents) 157 | 158 | [Dirk's Changelog](https://changelog.deimeke.ruhr/2019/08/11/workshop-20190811/) 159 | [SYSADMIN - Administration, security and hardening of Linux](https://sysadmin.info.pl/pl/blog/moja-praca-inzynierska/) 160 | 161 | ## License 162 | [\[Back to Top\]](#table-of-contents) 163 | 164 | [![License](https://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://badges.mit-license.org) 165 | 166 | - **[MIT license](https://opensource.org/licenses/mit-license.php)** 167 | -------------------------------------------------------------------------------- /hugo-embed-pdf-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/hugo-embed-pdf-cover.png -------------------------------------------------------------------------------- /layouts/shortcodes/embed-pdf.html: -------------------------------------------------------------------------------- 1 | {{- if not ($.Page.Scratch.Get "embed-pdf-count") -}} 2 | 3 | 4 | 5 | 88 | {{- end -}} 89 | 90 | {{- $.Page.Scratch.Add "embed-pdf-count" 1 -}} 91 |
92 |
93 |
94 |
95 |
96 | 97 | 100 | 101 |
102 | 103 |
104 | 105 |
106 | 107 |     108 | 109 | / 110 | 111 | [pdf] 112 |
113 | 114 | 117 | 118 | 264 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/78-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/78-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/78-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/78-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/78-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/78-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/78-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/78-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/78-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/78-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/78-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/78-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/78ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/78ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/78ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/78ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/83pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/83pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/90ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/90ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/90ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/90ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/90msp-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/90msp-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/90msp-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/90msp-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/90pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/90pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/90pv-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/90pv-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Add-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Add-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Add-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Add-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Add-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Add-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Add-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Add-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-CNS1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-CNS1-0.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-CNS1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-CNS1-1.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-CNS1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-CNS1-2.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-CNS1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-CNS1-3.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-CNS1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-CNS1-4.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-CNS1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-CNS1-5.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-CNS1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-CNS1-6.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-CNS1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-CNS1-UCS2.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-GB1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-GB1-0.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-GB1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-GB1-1.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-GB1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-GB1-2.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-GB1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-GB1-3.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-GB1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-GB1-4.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-GB1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-GB1-5.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-GB1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-GB1-UCS2.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Japan1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Japan1-0.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Japan1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Japan1-1.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Japan1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Japan1-2.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Japan1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Japan1-3.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Japan1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Japan1-4.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Japan1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Japan1-5.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Japan1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Japan1-6.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Japan1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Japan1-UCS2.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Korea1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Korea1-0.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Korea1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Korea1-1.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Korea1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Korea1-2.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Adobe-Korea1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Adobe-Korea1-UCS2.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/B5pc-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/B5pc-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/B5pc-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/B5pc-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/CNS-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/CNS-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/CNS-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/CNS-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/CNS1-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/CNS1-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/CNS1-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/CNS1-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/CNS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/CNS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/CNS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/CNS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/ETHK-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/ETHK-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/ETHK-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/ETHK-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/ETen-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/ETen-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/ETen-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/ETen-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/ETenms-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/ETenms-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/ETenms-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/ETenms-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Ext-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Ext-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Ext-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Ext-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Ext-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Ext-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Ext-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Ext-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GB-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GB-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GB-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GB-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GB-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GB-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GB-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GB-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBK-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBK-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBK-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBK-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBK2K-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBK2K-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBK2K-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBK2K-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBKp-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBKp-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBKp-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBKp-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBT-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBT-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBT-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBT-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBT-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBT-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBT-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBT-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBTpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBTpc-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBTpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBTpc-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBpc-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/GBpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/GBpc-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKdla-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKdla-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKdla-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKdla-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKdlb-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKdlb-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKdlb-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKdlb-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKgccs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKgccs-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKgccs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKgccs-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKm314-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKm314-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKm314-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKm314-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKm471-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKm471-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKm471-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKm471-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKscs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKscs-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/HKscs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/HKscs-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Hankaku.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Hankaku.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Hiragana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Hiragana.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSC-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSC-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSC-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSC-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSC-Johab-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSC-Johab-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSC-Johab-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSC-Johab-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSCms-UHC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSCms-UHC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSCms-UHC-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSCms-UHC-HW-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSCms-UHC-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSCms-UHC-HW-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSCms-UHC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSCms-UHC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSCpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSCpc-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/KSCpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/KSCpc-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Katakana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Katakana.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/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 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/NWP-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/NWP-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/NWP-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/NWP-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/Roman.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/Roman.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniCNS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniCNS-UCS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniCNS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniCNS-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniCNS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniCNS-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniCNS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniCNS-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniCNS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniCNS-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniCNS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniCNS-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniCNS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniCNS-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniCNS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniCNS-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniGB-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniGB-UCS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniGB-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniGB-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniGB-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniGB-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniGB-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniGB-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniGB-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniGB-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniGB-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniGB-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniGB-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniGB-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniGB-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniGB-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UCS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UCS2-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UCS2-HW-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS2004-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS2004-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS2004-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS2004-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS2004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS2004-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS2004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS2004-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS2004-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS2004-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJIS2004-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJIS2004-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJISPro-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJISPro-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJISPro-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJISPro-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJISPro-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJISPro-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJISX0213-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJISX0213-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJISX0213-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJISX0213-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJISX02132004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJISX02132004-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniJISX02132004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniJISX02132004-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniKS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniKS-UCS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniKS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniKS-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniKS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniKS-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniKS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniKS-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniKS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniKS-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniKS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniKS-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniKS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniKS-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/UniKS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/UniKS-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/V.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/cmaps/WP-Symbol.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/cmaps/WP-Symbol.bcmap -------------------------------------------------------------------------------- /static/js/pdf-js/web/compressed.tracemonkey-pldi-09.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/compressed.tracemonkey-pldi-09.pdf -------------------------------------------------------------------------------- /static/js/pdf-js/web/debugger.css: -------------------------------------------------------------------------------- 1 | /* Copyright 2014 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 | 16 | #PDFBug, 17 | #PDFBug input, 18 | #PDFBug button, 19 | #PDFBug select { 20 | font: message-box; 21 | } 22 | #PDFBug { 23 | background-color: rgba(255, 255, 255, 1); 24 | border: 1px solid rgba(102, 102, 102, 1); 25 | position: fixed; 26 | top: 32px; 27 | right: 0; 28 | bottom: 0; 29 | font-size: 10px; 30 | padding: 0; 31 | width: 300px; 32 | } 33 | #PDFBug .controls { 34 | background: rgba(238, 238, 238, 1); 35 | border-bottom: 1px solid rgba(102, 102, 102, 1); 36 | padding: 3px; 37 | } 38 | #PDFBug .panels { 39 | bottom: 0; 40 | left: 0; 41 | overflow: auto; 42 | position: absolute; 43 | right: 0; 44 | top: 27px; 45 | } 46 | #PDFBug .panels > div { 47 | padding: 5px; 48 | } 49 | #PDFBug button.active { 50 | font-weight: bold; 51 | } 52 | .debuggerShowText, 53 | .debuggerHideText:hover { 54 | background-color: rgba(255, 255, 0, 1); 55 | } 56 | #PDFBug .stats { 57 | font-family: courier; 58 | font-size: 10px; 59 | white-space: pre; 60 | } 61 | #PDFBug .stats .title { 62 | font-weight: bold; 63 | } 64 | #PDFBug table { 65 | font-size: 10px; 66 | white-space: pre; 67 | } 68 | #PDFBug table.showText { 69 | border-collapse: collapse; 70 | text-align: center; 71 | } 72 | #PDFBug table.showText, 73 | #PDFBug table.showText tr, 74 | #PDFBug table.showText td { 75 | border: 1px solid black; 76 | padding: 1px; 77 | } 78 | #PDFBug table.showText td.advance { 79 | color: grey; 80 | } 81 | 82 | #viewer.textLayer-visible .textLayer { 83 | opacity: 1; 84 | } 85 | 86 | #viewer.textLayer-visible .canvasWrapper { 87 | background-color: rgba(128, 255, 128, 1); 88 | } 89 | 90 | #viewer.textLayer-visible .canvasWrapper canvas { 91 | mix-blend-mode: screen; 92 | } 93 | 94 | #viewer.textLayer-visible .textLayer span { 95 | background-color: rgba(255, 255, 0, 0.1); 96 | color: rgba(0, 0, 0, 1); 97 | border: solid 1px rgba(255, 0, 0, 0.5); 98 | box-sizing: border-box; 99 | } 100 | 101 | #viewer.textLayer-visible .textLayer span[aria-owns] { 102 | background-color: rgba(255, 0, 0, 0.3); 103 | } 104 | 105 | #viewer.textLayer-hover .textLayer span:hover { 106 | background-color: rgba(255, 255, 255, 1); 107 | color: rgba(0, 0, 0, 1); 108 | } 109 | 110 | #viewer.textLayer-shadow .textLayer span { 111 | background-color: rgba(255, 255, 255, 0.6); 112 | color: rgba(0, 0, 0, 1); 113 | } 114 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-help.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 16 | 18 | 21 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-insert.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-key.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-noicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-note.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 14 | 21 | 28 | 35 | 42 | 43 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-paperclip.svg: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-paragraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/annotation-pushpin.svg: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/cursor-editorFreeText.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/cursor-editorInk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/findbarButton-next.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/findbarButton-previous.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/loading-dark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/images/loading-icon.gif -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/loading.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-documentProperties.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-firstPage.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-handTool.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-lastPage.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-rotateCcw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-rotateCw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-scrollHorizontal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-scrollPage.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-scrollVertical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-scrollWrapped.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-selectTool.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-spreadEven.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-spreadNone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/secondaryToolbarButton-spreadOdd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-bookmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-currentOutlineItem.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-editorFreeText.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-editorInk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-menuArrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-openFile.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-pageDown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-pageUp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-presentationMode.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-print.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-secondaryToolbarToggle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-sidebarToggle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-viewAttachments.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-viewLayers.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-viewOutline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-viewThumbnail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-zoomIn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/toolbarButton-zoomOut.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/treeitem-collapsed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/images/treeitem-expanded.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/locale/af/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=Vorige bladsy 17 | previous_label=Vorige 18 | next.title=Volgende bladsy 19 | next_label=Volgende 20 | 21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. 22 | page.title=Bladsy 23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 24 | # representing the total number of pages in the document. 25 | of_pages=van {{pagesCount}} 26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 27 | # will be replaced by a number representing the currently visible page, 28 | # respectively a number representing the total number of pages in the document. 29 | page_of_pages=({{pageNumber}} van {{pagesCount}}) 30 | 31 | zoom_out.title=Zoem uit 32 | zoom_out_label=Zoem uit 33 | zoom_in.title=Zoem in 34 | zoom_in_label=Zoem in 35 | zoom.title=Zoem 36 | presentation_mode.title=Wissel na voorleggingsmodus 37 | presentation_mode_label=Voorleggingsmodus 38 | open_file.title=Open lêer 39 | open_file_label=Open 40 | print.title=Druk 41 | print_label=Druk 42 | download.title=Laai af 43 | download_label=Laai af 44 | bookmark.title=Huidige aansig (kopieer of open in nuwe venster) 45 | bookmark_label=Huidige aansig 46 | 47 | # Secondary toolbar and context menu 48 | tools.title=Nutsgoed 49 | tools_label=Nutsgoed 50 | first_page.title=Gaan na eerste bladsy 51 | first_page_label=Gaan na eerste bladsy 52 | last_page.title=Gaan na laaste bladsy 53 | last_page_label=Gaan na laaste bladsy 54 | page_rotate_cw.title=Roteer kloksgewys 55 | page_rotate_cw_label=Roteer kloksgewys 56 | page_rotate_ccw.title=Roteer anti-kloksgewys 57 | page_rotate_ccw_label=Roteer anti-kloksgewys 58 | 59 | cursor_text_select_tool.title=Aktiveer gereedskap om teks te merk 60 | cursor_text_select_tool_label=Teksmerkgereedskap 61 | cursor_hand_tool.title=Aktiveer handjie 62 | cursor_hand_tool_label=Handjie 63 | 64 | # Document properties dialog box 65 | document_properties.title=Dokumenteienskappe… 66 | document_properties_label=Dokumenteienskappe… 67 | document_properties_file_name=Lêernaam: 68 | document_properties_file_size=Lêergrootte: 69 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 70 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 71 | document_properties_kb={{size_kb}} kG ({{size_b}} grepe) 72 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 73 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 74 | document_properties_mb={{size_mb}} MG ({{size_b}} grepe) 75 | document_properties_title=Titel: 76 | document_properties_author=Outeur: 77 | document_properties_subject=Onderwerp: 78 | document_properties_keywords=Sleutelwoorde: 79 | document_properties_creation_date=Skeppingsdatum: 80 | document_properties_modification_date=Wysigingsdatum: 81 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 82 | # will be replaced by the creation/modification date, and time, of the PDF file. 83 | document_properties_date_string={{date}}, {{time}} 84 | document_properties_creator=Skepper: 85 | document_properties_producer=PDF-vervaardiger: 86 | document_properties_version=PDF-weergawe: 87 | document_properties_page_count=Aantal bladsye: 88 | document_properties_close=Sluit 89 | 90 | print_progress_message=Berei tans dokument voor om te druk… 91 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 92 | # a numerical per cent value. 93 | print_progress_percent={{progress}}% 94 | print_progress_close=Kanselleer 95 | 96 | # Tooltips and alt text for side panel toolbar buttons 97 | # (the _label strings are alt text for the buttons, the .title strings are 98 | # tooltips) 99 | toggle_sidebar.title=Sypaneel aan/af 100 | toggle_sidebar_label=Sypaneel aan/af 101 | document_outline.title=Wys dokumentskema (dubbelklik om alle items oop/toe te vou) 102 | document_outline_label=Dokumentoorsig 103 | attachments.title=Wys aanhegsels 104 | attachments_label=Aanhegsels 105 | thumbs.title=Wys duimnaels 106 | thumbs_label=Duimnaels 107 | findbar.title=Soek in dokument 108 | findbar_label=Vind 109 | 110 | # Thumbnails panel item (tooltip and alt text for images) 111 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 112 | # number. 113 | thumb_page_title=Bladsy {{page}} 114 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 115 | # number. 116 | thumb_page_canvas=Duimnael van bladsy {{page}} 117 | 118 | # Find panel button title and messages 119 | find_input.title=Vind 120 | find_input.placeholder=Soek in dokument… 121 | find_previous.title=Vind die vorige voorkoms van die frase 122 | find_previous_label=Vorige 123 | find_next.title=Vind die volgende voorkoms van die frase 124 | find_next_label=Volgende 125 | find_highlight=Verlig almal 126 | find_match_case_label=Kassensitief 127 | find_reached_top=Bokant van dokument is bereik; gaan voort van onder af 128 | find_reached_bottom=Einde van dokument is bereik; gaan voort van bo af 129 | find_not_found=Frase nie gevind nie 130 | 131 | # Error panel labels 132 | error_more_info=Meer inligting 133 | error_less_info=Minder inligting 134 | error_close=Sluit 135 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 136 | # replaced by the PDF.JS version and build ID. 137 | error_version_info=PDF.js v{{version}} (ID: {{build}}) 138 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 139 | # english string describing the error. 140 | error_message=Boodskap: {{message}} 141 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 142 | # trace. 143 | error_stack=Stapel: {{stack}} 144 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 145 | error_file=Lêer: {{file}} 146 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 147 | error_line=Lyn: {{line}} 148 | rendering_error='n Fout het voorgekom toe die bladsy weergegee is. 149 | 150 | # Predefined zoom values 151 | page_scale_width=Bladsywydte 152 | page_scale_fit=Pas bladsy 153 | page_scale_auto=Outomatiese zoem 154 | page_scale_actual=Werklike grootte 155 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 156 | # numerical scale value. 157 | page_scale_percent={{scale}}% 158 | 159 | loading_error='n Fout het voorgekom met die laai van die PDF. 160 | invalid_file_error=Ongeldige of korrupte PDF-lêer. 161 | missing_file_error=PDF-lêer is weg. 162 | unexpected_response_error=Onverwagse antwoord van bediener. 163 | 164 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 165 | # "{{type}}" will be replaced with an annotation type from a list defined in 166 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 167 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 168 | text_annotation_type.alt=[{{type}}-annotasie] 169 | password_label=Gee die wagwoord om dié PDF-lêer mee te open. 170 | password_invalid=Ongeldige wagwoord. Probeer gerus weer. 171 | password_ok=OK 172 | password_cancel=Kanselleer 173 | 174 | printing_not_supported=Waarskuwing: Dié blaaier ondersteun nie drukwerk ten volle nie. 175 | printing_not_ready=Waarskuwing: Die PDF is nog nie volledig gelaai vir drukwerk nie. 176 | web_fonts_disabled=Webfonte is gedeaktiveer: kan nie PDF-fonte wat ingebed is, gebruik nie. 177 | 178 | -------------------------------------------------------------------------------- /static/js/pdf-js/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.title): The tooltip for the pageNumber input. 22 | page.title=ಪುಟ 23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 24 | # representing the total number of pages in the document. 25 | of_pages={{pagesCount}} ರಲ್ಲಿ 26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 27 | # will be replaced by a number representing the currently visible page, 28 | # respectively a number representing the total number of pages in the document. 29 | page_of_pages=({{pagesCount}} ರಲ್ಲಿ {{pageNumber}}) 30 | 31 | zoom_out.title=ಕಿರಿದಾಗಿಸು 32 | zoom_out_label=ಕಿರಿದಾಗಿಸಿ 33 | zoom_in.title=ಹಿರಿದಾಗಿಸು 34 | zoom_in_label=ಹಿರಿದಾಗಿಸಿ 35 | zoom.title=ಗಾತ್ರಬದಲಿಸು 36 | presentation_mode.title=ಪ್ರಸ್ತುತಿ (ಪ್ರಸೆಂಟೇಶನ್) ಕ್ರಮಕ್ಕೆ ಬದಲಾಯಿಸು 37 | presentation_mode_label=ಪ್ರಸ್ತುತಿ (ಪ್ರಸೆಂಟೇಶನ್) ಕ್ರಮ 38 | open_file.title=ಕಡತವನ್ನು ತೆರೆ 39 | open_file_label=ತೆರೆಯಿರಿ 40 | print.title=ಮುದ್ರಿಸು 41 | print_label=ಮುದ್ರಿಸಿ 42 | download.title=ಇಳಿಸು 43 | download_label=ಇಳಿಸಿಕೊಳ್ಳಿ 44 | bookmark.title=ಪ್ರಸಕ್ತ ನೋಟ (ಪ್ರತಿ ಮಾಡು ಅಥವ ಹೊಸ ಕಿಟಕಿಯಲ್ಲಿ ತೆರೆ) 45 | bookmark_label=ಪ್ರಸಕ್ತ ನೋಟ 46 | 47 | # Secondary toolbar and context menu 48 | tools.title=ಉಪಕರಣಗಳು 49 | tools_label=ಉಪಕರಣಗಳು 50 | first_page.title=ಮೊದಲ ಪುಟಕ್ಕೆ ತೆರಳು 51 | first_page_label=ಮೊದಲ ಪುಟಕ್ಕೆ ತೆರಳು 52 | last_page.title=ಕೊನೆಯ ಪುಟಕ್ಕೆ ತೆರಳು 53 | last_page_label=ಕೊನೆಯ ಪುಟಕ್ಕೆ ತೆರಳು 54 | page_rotate_cw.title=ಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು 55 | page_rotate_cw_label=ಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು 56 | page_rotate_ccw.title=ಅಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು 57 | page_rotate_ccw_label=ಅಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು 58 | 59 | cursor_text_select_tool.title=ಪಠ್ಯ ಆಯ್ಕೆ ಉಪಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ 60 | cursor_text_select_tool_label=ಪಠ್ಯ ಆಯ್ಕೆಯ ಉಪಕರಣ 61 | cursor_hand_tool.title=ಕೈ ಉಪಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ 62 | cursor_hand_tool_label=ಕೈ ಉಪಕರಣ 63 | 64 | 65 | 66 | # Document properties dialog box 67 | document_properties.title=ಡಾಕ್ಯುಮೆಂಟ್‌ ಗುಣಗಳು... 68 | document_properties_label=ಡಾಕ್ಯುಮೆಂಟ್‌ ಗುಣಗಳು... 69 | document_properties_file_name=ಕಡತದ ಹೆಸರು: 70 | document_properties_file_size=ಕಡತದ ಗಾತ್ರ: 71 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 72 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 73 | document_properties_kb={{size_kb}} KB ({{size_b}} ಬೈಟ್‍ಗಳು) 74 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 75 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 76 | document_properties_mb={{size_mb}} MB ({{size_b}} ಬೈಟ್‍ಗಳು) 77 | document_properties_title=ಶೀರ್ಷಿಕೆ: 78 | document_properties_author=ಕರ್ತೃ: 79 | document_properties_subject=ವಿಷಯ: 80 | document_properties_keywords=ಮುಖ್ಯಪದಗಳು: 81 | document_properties_creation_date=ರಚಿಸಿದ ದಿನಾಂಕ: 82 | document_properties_modification_date=ಮಾರ್ಪಡಿಸಲಾದ ದಿನಾಂಕ: 83 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 84 | # will be replaced by the creation/modification date, and time, of the PDF file. 85 | document_properties_date_string={{date}}, {{time}} 86 | document_properties_creator=ರಚಿಸಿದವರು: 87 | document_properties_producer=PDF ಉತ್ಪಾದಕ: 88 | document_properties_version=PDF ಆವೃತ್ತಿ: 89 | document_properties_page_count=ಪುಟದ ಎಣಿಕೆ: 90 | document_properties_page_size_unit_inches=ಇದರಲ್ಲಿ 91 | document_properties_page_size_orientation_portrait=ಭಾವಚಿತ್ರ 92 | document_properties_page_size_orientation_landscape=ಪ್ರಕೃತಿ ಚಿತ್ರ 93 | # LOCALIZATION NOTE (document_properties_page_size_dimension_string): 94 | # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 95 | # the size, respectively their unit of measurement and orientation, of the (current) page. 96 | # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): 97 | # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 98 | # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 99 | document_properties_close=ಮುಚ್ಚು 100 | 101 | print_progress_message=ಮುದ್ರಿಸುವುದಕ್ಕಾಗಿ ದಸ್ತಾವೇಜನ್ನು ಸಿದ್ಧಗೊಳಿಸಲಾಗುತ್ತಿದೆ… 102 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 103 | # a numerical per cent value. 104 | print_progress_percent={{progress}}% 105 | print_progress_close=ರದ್ದು ಮಾಡು 106 | 107 | # Tooltips and alt text for side panel toolbar buttons 108 | # (the _label strings are alt text for the buttons, the .title strings are 109 | # tooltips) 110 | toggle_sidebar.title=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು 111 | toggle_sidebar_label=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು 112 | document_outline_label=ದಸ್ತಾವೇಜಿನ ಹೊರರೇಖೆ 113 | attachments.title=ಲಗತ್ತುಗಳನ್ನು ತೋರಿಸು 114 | attachments_label=ಲಗತ್ತುಗಳು 115 | thumbs.title=ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು 116 | thumbs_label=ಚಿಕ್ಕಚಿತ್ರಗಳು 117 | findbar.title=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು 118 | findbar_label=ಹುಡುಕು 119 | 120 | # Thumbnails panel item (tooltip and alt text for images) 121 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 122 | # number. 123 | thumb_page_title=ಪುಟ {{page}} 124 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 125 | # number. 126 | thumb_page_canvas=ಪುಟವನ್ನು ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು {{page}} 127 | 128 | # Find panel button title and messages 129 | find_input.title=ಹುಡುಕು 130 | find_input.placeholder=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು… 131 | find_previous.title=ವಾಕ್ಯದ ಹಿಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು 132 | find_previous_label=ಹಿಂದಿನ 133 | find_next.title=ವಾಕ್ಯದ ಮುಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು 134 | find_next_label=ಮುಂದಿನ 135 | find_highlight=ಎಲ್ಲವನ್ನು ಹೈಲೈಟ್ ಮಾಡು 136 | find_match_case_label=ಕೇಸನ್ನು ಹೊಂದಿಸು 137 | find_reached_top=ದಸ್ತಾವೇಜಿನ ಮೇಲ್ಭಾಗವನ್ನು ತಲುಪಿದೆ, ಕೆಳಗಿನಿಂದ ಆರಂಭಿಸು 138 | find_reached_bottom=ದಸ್ತಾವೇಜಿನ ಕೊನೆಯನ್ನು ತಲುಪಿದೆ, ಮೇಲಿನಿಂದ ಆರಂಭಿಸು 139 | find_not_found=ವಾಕ್ಯವು ಕಂಡು ಬಂದಿಲ್ಲ 140 | 141 | # Error panel labels 142 | error_more_info=ಹೆಚ್ಚಿನ ಮಾಹಿತಿ 143 | error_less_info=ಕಡಿಮೆ ಮಾಹಿತಿ 144 | error_close=ಮುಚ್ಚು 145 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 146 | # replaced by the PDF.JS version and build ID. 147 | error_version_info=PDF.js v{{version}} (build: {{build}}) 148 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 149 | # english string describing the error. 150 | error_message=ಸಂದೇಶ: {{message}} 151 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 152 | # trace. 153 | error_stack=ರಾಶಿ: {{stack}} 154 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 155 | error_file=ಕಡತ: {{file}} 156 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 157 | error_line=ಸಾಲು: {{line}} 158 | rendering_error=ಪುಟವನ್ನು ನಿರೂಪಿಸುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ. 159 | 160 | # Predefined zoom values 161 | page_scale_width=ಪುಟದ ಅಗಲ 162 | page_scale_fit=ಪುಟದ ಸರಿಹೊಂದಿಕೆ 163 | page_scale_auto=ಸ್ವಯಂಚಾಲಿತ ಗಾತ್ರಬದಲಾವಣೆ 164 | page_scale_actual=ನಿಜವಾದ ಗಾತ್ರ 165 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 166 | # numerical scale value. 167 | page_scale_percent={{scale}}% 168 | 169 | loading_error=PDF ಅನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ. 170 | invalid_file_error=ಅಮಾನ್ಯವಾದ ಅಥವ ಹಾಳಾದ PDF ಕಡತ. 171 | missing_file_error=PDF ಕಡತ ಇಲ್ಲ. 172 | unexpected_response_error=ಅನಿರೀಕ್ಷಿತವಾದ ಪೂರೈಕೆಗಣಕದ ಪ್ರತಿಕ್ರಿಯೆ. 173 | 174 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 175 | # "{{type}}" will be replaced with an annotation type from a list defined in 176 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 177 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 178 | text_annotation_type.alt=[{{type}} ಟಿಪ್ಪಣಿ] 179 | password_label=PDF ಅನ್ನು ತೆರೆಯಲು ಗುಪ್ತಪದವನ್ನು ನಮೂದಿಸಿ. 180 | password_invalid=ಅಮಾನ್ಯವಾದ ಗುಪ್ತಪದ, ದಯವಿಟ್ಟು ಇನ್ನೊಮ್ಮೆ ಪ್ರಯತ್ನಿಸಿ. 181 | password_ok=OK 182 | password_cancel=ರದ್ದು ಮಾಡು 183 | 184 | printing_not_supported=ಎಚ್ಚರಿಕೆ: ಈ ಜಾಲವೀಕ್ಷಕದಲ್ಲಿ ಮುದ್ರಣಕ್ಕೆ ಸಂಪೂರ್ಣ ಬೆಂಬಲವಿಲ್ಲ. 185 | printing_not_ready=ಎಚ್ಚರಿಕೆ: PDF ಕಡತವು ಮುದ್ರಿಸಲು ಸಂಪೂರ್ಣವಾಗಿ ಲೋಡ್ ಆಗಿಲ್ಲ. 186 | web_fonts_disabled=ಜಾಲ ಅಕ್ಷರಶೈಲಿಯನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ: ಅಡಕಗೊಳಿಸಿದ PDF ಅಕ್ಷರಶೈಲಿಗಳನ್ನು ಬಳಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ. 187 | 188 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/locale/lo/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.title): The tooltip for the pageNumber input. 22 | page.title=ຫນ້າ 23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 24 | # representing the total number of pages in the document. 25 | of_pages=ຈາກ {{pagesCount}} 26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 27 | # will be replaced by a number representing the currently visible page, 28 | # respectively a number representing the total number of pages in the document. 29 | page_of_pages=({{pageNumber}} ຈາກ {{pagesCount}}) 30 | 31 | zoom_out.title=ຂະຫຍາຍອອກ 32 | zoom_out_label=ຂະຫຍາຍອອກ 33 | zoom_in.title=ຂະຫຍາຍເຂົ້າ 34 | zoom_in_label=ຂະຫຍາຍເຂົ້າ 35 | zoom.title=ຂະຫຍາຍ 36 | presentation_mode.title=ສັບປ່ຽນເປັນໂຫມດການນຳສະເຫນີ 37 | presentation_mode_label=ໂຫມດການນຳສະເຫນີ 38 | open_file.title=ເປີດໄຟລ໌ 39 | open_file_label=ເປີດ 40 | print.title=ພິມ 41 | print_label=ພິມ 42 | download.title=ດາວໂຫລດ 43 | download_label=ດາວໂຫລດ 44 | bookmark.title=ມຸມມອງປະຈຸບັນ (ສຳເນົາ ຫລື ເປີດໃນວິນໂດໃຫມ່) 45 | bookmark_label=ມຸມມອງປະຈຸບັນ 46 | 47 | # Secondary toolbar and context menu 48 | tools.title=ເຄື່ອງມື 49 | tools_label=ເຄື່ອງມື 50 | first_page.title=ໄປທີ່ຫນ້າທຳອິດ 51 | first_page_label=ໄປທີ່ຫນ້າທຳອິດ 52 | last_page.title=ໄປທີ່ຫນ້າສຸດທ້າຍ 53 | last_page_label=ໄປທີ່ຫນ້າສຸດທ້າຍ 54 | page_rotate_cw.title=ຫມູນຕາມເຂັມໂມງ 55 | page_rotate_cw_label=ຫມູນຕາມເຂັມໂມງ 56 | page_rotate_ccw.title=ຫມູນທວນເຂັມໂມງ 57 | page_rotate_ccw_label=ຫມູນທວນເຂັມໂມງ 58 | 59 | 60 | 61 | 62 | # Document properties dialog box 63 | document_properties_file_name=ຊື່ໄຟລ໌: 64 | document_properties_file_size=ຂະຫນາດໄຟລ໌: 65 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 66 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 67 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 68 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 69 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 70 | # will be replaced by the creation/modification date, and time, of the PDF file. 71 | document_properties_page_size_unit_inches=in 72 | document_properties_page_size_unit_millimeters=mm 73 | document_properties_page_size_orientation_portrait=ລວງຕັ້ງ 74 | document_properties_page_size_orientation_landscape=ລວງນອນ 75 | document_properties_page_size_name_a3=A3 76 | document_properties_page_size_name_a4=A4 77 | document_properties_page_size_name_letter=ຈົດໝາຍ 78 | document_properties_page_size_name_legal=ຂໍ້ກົດຫມາຍ 79 | # LOCALIZATION NOTE (document_properties_page_size_dimension_string): 80 | # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 81 | # the size, respectively their unit of measurement and orientation, of the (current) page. 82 | # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): 83 | # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 84 | # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 85 | # LOCALIZATION NOTE (document_properties_linearized): The linearization status of 86 | # the document; usually called "Fast Web View" in English locales of Adobe software. 87 | document_properties_close=ປິດ 88 | 89 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 90 | # a numerical per cent value. 91 | print_progress_close=ຍົກເລີກ 92 | 93 | # Tooltips and alt text for side panel toolbar buttons 94 | # (the _label strings are alt text for the buttons, the .title strings are 95 | # tooltips) 96 | toggle_sidebar.title=ເປີດ/ປິດແຖບຂ້າງ 97 | toggle_sidebar_label=ເປີດ/ປິດແຖບຂ້າງ 98 | document_outline_label=ເຄົ້າຮ່າງເອກະສານ 99 | findbar_label=ຄົ້ນຫາ 100 | 101 | # Thumbnails panel item (tooltip and alt text for images) 102 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 103 | # number. 104 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 105 | # number. 106 | 107 | # Find panel button title and messages 108 | find_input.title=ຄົ້ນຫາ 109 | # LOCALIZATION NOTE (find_match_count): The supported plural forms are 110 | # [one|two|few|many|other], with [other] as the default value. 111 | # "{{current}}" and "{{total}}" will be replaced by a number representing the 112 | # index of the currently active find result, respectively a number representing 113 | # the total number of matches in the document. 114 | # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are 115 | # [zero|one|two|few|many|other], with [other] as the default value. 116 | # "{{limit}}" will be replaced by a numerical value. 117 | 118 | # Error panel labels 119 | error_more_info=ຂໍ້ມູນເພີ່ມເຕີມ 120 | error_less_info=ຂໍ້ມູນນ້ອຍລົງ 121 | error_close=ປິດ 122 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 123 | # replaced by the PDF.JS version and build ID. 124 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 125 | # english string describing the error. 126 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 127 | # trace. 128 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 129 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 130 | rendering_error=ມີຂໍ້ຜິດພາດເກີດຂື້ນຂະນະທີ່ກຳລັງເຣັນເດີຫນ້າ. 131 | 132 | # Predefined zoom values 133 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 134 | # numerical scale value. 135 | 136 | loading_error=ມີຂໍ້ຜິດພາດເກີດຂື້ນຂະນະທີ່ກຳລັງໂຫລດ PDF. 137 | invalid_file_error=ໄຟລ໌ PDF ບໍ່ຖືກຕ້ອງຫລືເສຍຫາຍ. 138 | 139 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 140 | # "{{type}}" will be replaced with an annotation type from a list defined in 141 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 142 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 143 | password_ok=ຕົກລົງ 144 | password_cancel=ຍົກເລີກ 145 | 146 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/locale/locale.properties: -------------------------------------------------------------------------------- 1 | [ach] 2 | @import url(ach/viewer.properties) 3 | 4 | [af] 5 | @import url(af/viewer.properties) 6 | 7 | [an] 8 | @import url(an/viewer.properties) 9 | 10 | [ar] 11 | @import url(ar/viewer.properties) 12 | 13 | [ast] 14 | @import url(ast/viewer.properties) 15 | 16 | [az] 17 | @import url(az/viewer.properties) 18 | 19 | [be] 20 | @import url(be/viewer.properties) 21 | 22 | [bg] 23 | @import url(bg/viewer.properties) 24 | 25 | [bn] 26 | @import url(bn/viewer.properties) 27 | 28 | [bo] 29 | @import url(bo/viewer.properties) 30 | 31 | [br] 32 | @import url(br/viewer.properties) 33 | 34 | [brx] 35 | @import url(brx/viewer.properties) 36 | 37 | [bs] 38 | @import url(bs/viewer.properties) 39 | 40 | [ca] 41 | @import url(ca/viewer.properties) 42 | 43 | [cak] 44 | @import url(cak/viewer.properties) 45 | 46 | [ckb] 47 | @import url(ckb/viewer.properties) 48 | 49 | [cs] 50 | @import url(cs/viewer.properties) 51 | 52 | [cy] 53 | @import url(cy/viewer.properties) 54 | 55 | [da] 56 | @import url(da/viewer.properties) 57 | 58 | [de] 59 | @import url(de/viewer.properties) 60 | 61 | [dsb] 62 | @import url(dsb/viewer.properties) 63 | 64 | [el] 65 | @import url(el/viewer.properties) 66 | 67 | [en-CA] 68 | @import url(en-CA/viewer.properties) 69 | 70 | [en-GB] 71 | @import url(en-GB/viewer.properties) 72 | 73 | [en-US] 74 | @import url(en-US/viewer.properties) 75 | 76 | [eo] 77 | @import url(eo/viewer.properties) 78 | 79 | [es-AR] 80 | @import url(es-AR/viewer.properties) 81 | 82 | [es-CL] 83 | @import url(es-CL/viewer.properties) 84 | 85 | [es-ES] 86 | @import url(es-ES/viewer.properties) 87 | 88 | [es-MX] 89 | @import url(es-MX/viewer.properties) 90 | 91 | [et] 92 | @import url(et/viewer.properties) 93 | 94 | [eu] 95 | @import url(eu/viewer.properties) 96 | 97 | [fa] 98 | @import url(fa/viewer.properties) 99 | 100 | [ff] 101 | @import url(ff/viewer.properties) 102 | 103 | [fi] 104 | @import url(fi/viewer.properties) 105 | 106 | [fr] 107 | @import url(fr/viewer.properties) 108 | 109 | [fur] 110 | @import url(fur/viewer.properties) 111 | 112 | [fy-NL] 113 | @import url(fy-NL/viewer.properties) 114 | 115 | [ga-IE] 116 | @import url(ga-IE/viewer.properties) 117 | 118 | [gd] 119 | @import url(gd/viewer.properties) 120 | 121 | [gl] 122 | @import url(gl/viewer.properties) 123 | 124 | [gn] 125 | @import url(gn/viewer.properties) 126 | 127 | [gu-IN] 128 | @import url(gu-IN/viewer.properties) 129 | 130 | [he] 131 | @import url(he/viewer.properties) 132 | 133 | [hi-IN] 134 | @import url(hi-IN/viewer.properties) 135 | 136 | [hr] 137 | @import url(hr/viewer.properties) 138 | 139 | [hsb] 140 | @import url(hsb/viewer.properties) 141 | 142 | [hu] 143 | @import url(hu/viewer.properties) 144 | 145 | [hy-AM] 146 | @import url(hy-AM/viewer.properties) 147 | 148 | [hye] 149 | @import url(hye/viewer.properties) 150 | 151 | [ia] 152 | @import url(ia/viewer.properties) 153 | 154 | [id] 155 | @import url(id/viewer.properties) 156 | 157 | [is] 158 | @import url(is/viewer.properties) 159 | 160 | [it] 161 | @import url(it/viewer.properties) 162 | 163 | [ja] 164 | @import url(ja/viewer.properties) 165 | 166 | [ka] 167 | @import url(ka/viewer.properties) 168 | 169 | [kab] 170 | @import url(kab/viewer.properties) 171 | 172 | [kk] 173 | @import url(kk/viewer.properties) 174 | 175 | [km] 176 | @import url(km/viewer.properties) 177 | 178 | [kn] 179 | @import url(kn/viewer.properties) 180 | 181 | [ko] 182 | @import url(ko/viewer.properties) 183 | 184 | [lij] 185 | @import url(lij/viewer.properties) 186 | 187 | [lo] 188 | @import url(lo/viewer.properties) 189 | 190 | [lt] 191 | @import url(lt/viewer.properties) 192 | 193 | [ltg] 194 | @import url(ltg/viewer.properties) 195 | 196 | [lv] 197 | @import url(lv/viewer.properties) 198 | 199 | [meh] 200 | @import url(meh/viewer.properties) 201 | 202 | [mk] 203 | @import url(mk/viewer.properties) 204 | 205 | [mr] 206 | @import url(mr/viewer.properties) 207 | 208 | [ms] 209 | @import url(ms/viewer.properties) 210 | 211 | [my] 212 | @import url(my/viewer.properties) 213 | 214 | [nb-NO] 215 | @import url(nb-NO/viewer.properties) 216 | 217 | [ne-NP] 218 | @import url(ne-NP/viewer.properties) 219 | 220 | [nl] 221 | @import url(nl/viewer.properties) 222 | 223 | [nn-NO] 224 | @import url(nn-NO/viewer.properties) 225 | 226 | [oc] 227 | @import url(oc/viewer.properties) 228 | 229 | [pa-IN] 230 | @import url(pa-IN/viewer.properties) 231 | 232 | [pl] 233 | @import url(pl/viewer.properties) 234 | 235 | [pt-BR] 236 | @import url(pt-BR/viewer.properties) 237 | 238 | [pt-PT] 239 | @import url(pt-PT/viewer.properties) 240 | 241 | [rm] 242 | @import url(rm/viewer.properties) 243 | 244 | [ro] 245 | @import url(ro/viewer.properties) 246 | 247 | [ru] 248 | @import url(ru/viewer.properties) 249 | 250 | [sat] 251 | @import url(sat/viewer.properties) 252 | 253 | [sc] 254 | @import url(sc/viewer.properties) 255 | 256 | [scn] 257 | @import url(scn/viewer.properties) 258 | 259 | [sco] 260 | @import url(sco/viewer.properties) 261 | 262 | [si] 263 | @import url(si/viewer.properties) 264 | 265 | [sk] 266 | @import url(sk/viewer.properties) 267 | 268 | [skr] 269 | @import url(skr/viewer.properties) 270 | 271 | [sl] 272 | @import url(sl/viewer.properties) 273 | 274 | [son] 275 | @import url(son/viewer.properties) 276 | 277 | [sq] 278 | @import url(sq/viewer.properties) 279 | 280 | [sr] 281 | @import url(sr/viewer.properties) 282 | 283 | [sv-SE] 284 | @import url(sv-SE/viewer.properties) 285 | 286 | [szl] 287 | @import url(szl/viewer.properties) 288 | 289 | [ta] 290 | @import url(ta/viewer.properties) 291 | 292 | [te] 293 | @import url(te/viewer.properties) 294 | 295 | [tg] 296 | @import url(tg/viewer.properties) 297 | 298 | [th] 299 | @import url(th/viewer.properties) 300 | 301 | [tl] 302 | @import url(tl/viewer.properties) 303 | 304 | [tr] 305 | @import url(tr/viewer.properties) 306 | 307 | [trs] 308 | @import url(trs/viewer.properties) 309 | 310 | [uk] 311 | @import url(uk/viewer.properties) 312 | 313 | [ur] 314 | @import url(ur/viewer.properties) 315 | 316 | [uz] 317 | @import url(uz/viewer.properties) 318 | 319 | [vi] 320 | @import url(vi/viewer.properties) 321 | 322 | [wo] 323 | @import url(wo/viewer.properties) 324 | 325 | [xh] 326 | @import url(xh/viewer.properties) 327 | 328 | [zh-CN] 329 | @import url(zh-CN/viewer.properties) 330 | 331 | [zh-TW] 332 | @import url(zh-TW/viewer.properties) 333 | 334 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/locale/meh/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ágina yata 17 | 18 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. 19 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 20 | # representing the total number of pages in the document. 21 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 22 | # will be replaced by a number representing the currently visible page, 23 | # respectively a number representing the total number of pages in the document. 24 | 25 | zoom.title=Nasa´a ka´nu/Nasa´a luli 26 | open_file_label=Síne 27 | 28 | # Secondary toolbar and context menu 29 | 30 | 31 | 32 | 33 | # Document properties dialog box 34 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 35 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 36 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 37 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 38 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 39 | # will be replaced by the creation/modification date, and time, of the PDF file. 40 | document_properties_date_string={{date}}, {{time}} 41 | # LOCALIZATION NOTE (document_properties_page_size_dimension_string): 42 | # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 43 | # the size, respectively their unit of measurement and orientation, of the (current) page. 44 | document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) 45 | # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): 46 | # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 47 | # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 48 | document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) 49 | # LOCALIZATION NOTE (document_properties_linearized): The linearization status of 50 | # the document; usually called "Fast Web View" in English locales of Adobe software. 51 | document_properties_linearized_yes=Kuvi 52 | document_properties_close=Nakasɨ 53 | 54 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 55 | # a numerical per cent value. 56 | print_progress_percent={{progress}}% 57 | print_progress_close=Nkuvi-ka 58 | 59 | # Tooltips and alt text for side panel toolbar buttons 60 | # (the _label strings are alt text for the buttons, the .title strings are 61 | # tooltips) 62 | findbar_label=Nánuku 63 | 64 | # Thumbnails panel item (tooltip and alt text for images) 65 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 66 | # number. 67 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 68 | # number. 69 | 70 | # Find panel button title and messages 71 | find_input.title=Nánuku 72 | # LOCALIZATION NOTE (find_match_count): The supported plural forms are 73 | # [one|two|few|many|other], with [other] as the default value. 74 | # "{{current}}" and "{{total}}" will be replaced by a number representing the 75 | # index of the currently active find result, respectively a number representing 76 | # the total number of matches in the document. 77 | find_match_count={[ plural(total) ]} 78 | # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are 79 | # [zero|one|two|few|many|other], with [other] as the default value. 80 | # "{{limit}}" will be replaced by a numerical value. 81 | find_match_count_limit={[ plural(limit) ]} 82 | 83 | # Error panel labels 84 | error_close=Nakasɨ 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 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 91 | # trace. 92 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 93 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 94 | 95 | # Predefined zoom values 96 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 97 | # numerical scale value. 98 | page_scale_percent={{scale}}% 99 | 100 | # Loading indicator messages 101 | 102 | # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be 103 | # replaced by the modification date, and time, of the annotation. 104 | annotation_date_string={{date}}, {{time}} 105 | 106 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 107 | # "{{type}}" will be replaced with an annotation type from a list defined in 108 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 109 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 110 | password_cancel=Nkuvi-ka 111 | 112 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/locale/mk/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.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 25 | # will be replaced by a number representing the currently visible page, 26 | # respectively a number representing the total number of pages in the document. 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 | tools.title=Алатки 46 | 47 | 48 | 49 | 50 | # Document properties dialog box 51 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 52 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 53 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 54 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 55 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 56 | # will be replaced by the creation/modification date, and time, of the PDF file. 57 | # LOCALIZATION NOTE (document_properties_page_size_dimension_string): 58 | # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 59 | # the size, respectively their unit of measurement and orientation, of the (current) page. 60 | # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): 61 | # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 62 | # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 63 | # LOCALIZATION NOTE (document_properties_linearized): The linearization status of 64 | # the document; usually called "Fast Web View" in English locales of Adobe software. 65 | 66 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 67 | # a numerical per cent value. 68 | print_progress_close=Откажи 69 | 70 | # Tooltips and alt text for side panel toolbar buttons 71 | # (the _label strings are alt text for the buttons, the .title strings are 72 | # tooltips) 73 | toggle_sidebar.title=Вклучи странична лента 74 | toggle_sidebar_label=Вклучи странична лента 75 | thumbs.title=Прикажување на икони 76 | thumbs_label=Икони 77 | findbar.title=Најди во документот 78 | findbar_label=Најди 79 | 80 | # Thumbnails panel item (tooltip and alt text for images) 81 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 82 | # number. 83 | thumb_page_title=Страница {{page}} 84 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 85 | # number. 86 | thumb_page_canvas=Икона од страница {{page}} 87 | 88 | # Find panel button title and messages 89 | find_previous.title=Најди ја предходната појава на фразата 90 | find_previous_label=Претходно 91 | find_next.title=Најди ја следната појава на фразата 92 | find_next_label=Следно 93 | find_highlight=Означи сѐ 94 | find_match_case_label=Токму така 95 | find_reached_top=Барањето стигна до почетокот на документот и почнува од крајот 96 | find_reached_bottom=Барањето стигна до крајот на документот и почнува од почеток 97 | find_not_found=Фразата не е пронајдена 98 | 99 | # Error panel labels 100 | error_more_info=Повеќе информации 101 | error_less_info=Помалку информации 102 | error_close=Затвори 103 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 104 | # replaced by the PDF.JS version and build ID. 105 | error_version_info=PDF.js v{{version}} (build: {{build}}) 106 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 107 | # english string describing the error. 108 | error_message=Порака: {{message}} 109 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 110 | # trace. 111 | error_stack=Stack: {{stack}} 112 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 113 | error_file=Датотека: {{file}} 114 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 115 | error_line=Линија: {{line}} 116 | rendering_error=Настана грешка при прикажувањето на страницата. 117 | 118 | # Predefined zoom values 119 | page_scale_width=Ширина на страница 120 | page_scale_fit=Цела страница 121 | page_scale_auto=Автоматска големина 122 | page_scale_actual=Вистинска големина 123 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 124 | # numerical scale value. 125 | 126 | loading_error=Настана грешка при вчитувањето на PDF-от. 127 | invalid_file_error=Невалидна или корумпирана PDF датотека. 128 | missing_file_error=Недостасува PDF документ. 129 | 130 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 131 | # "{{type}}" will be replaced with an annotation type from a list defined in 132 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 133 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 134 | password_cancel=Откажи 135 | 136 | printing_not_supported=Предупредување: Печатењето не е целосно поддржано во овој прелистувач. 137 | printing_not_ready=Предупредување: PDF документот не е целосно вчитан за печатење. 138 | web_fonts_disabled=Интернет фонтовите се оневозможени: не може да се користат вградените PDF фонтови. 139 | 140 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/locale/scn/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.title): The tooltip for the pageNumber input. 18 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 19 | # representing the total number of pages in the document. 20 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 21 | # will be replaced by a number representing the currently visible page, 22 | # respectively a number representing the total number of pages in the document. 23 | 24 | zoom_out.title=Cchiù nicu 25 | zoom_out_label=Cchiù nicu 26 | zoom_in.title=Cchiù granni 27 | zoom_in_label=Cchiù granni 28 | 29 | # Secondary toolbar and context menu 30 | 31 | 32 | 33 | 34 | # Document properties dialog box 35 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 36 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 37 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 38 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 39 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 40 | # will be replaced by the creation/modification date, and time, of the PDF file. 41 | # LOCALIZATION NOTE (document_properties_page_size_dimension_string): 42 | # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 43 | # the size, respectively their unit of measurement and orientation, of the (current) page. 44 | # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): 45 | # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 46 | # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 47 | # LOCALIZATION NOTE (document_properties_linearized): The linearization status of 48 | # the document; usually called "Fast Web View" in English locales of Adobe software. 49 | document_properties_linearized=Vista web lesta: 50 | document_properties_linearized_yes=Se 51 | 52 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 53 | # a numerical per cent value. 54 | print_progress_close=Sfai 55 | 56 | # Tooltips and alt text for side panel toolbar buttons 57 | # (the _label strings are alt text for the buttons, the .title strings are 58 | # tooltips) 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 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 64 | # number. 65 | 66 | # Find panel button title and messages 67 | # LOCALIZATION NOTE (find_match_count): The supported plural forms are 68 | # [one|two|few|many|other], with [other] as the default value. 69 | # "{{current}}" and "{{total}}" will be replaced by a number representing the 70 | # index of the currently active find result, respectively a number representing 71 | # the total number of matches in the document. 72 | # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are 73 | # [zero|one|two|few|many|other], with [other] as the default value. 74 | # "{{limit}}" will be replaced by a numerical value. 75 | 76 | # Error panel labels 77 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 78 | # replaced by the PDF.JS version and build ID. 79 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 80 | # english string describing the error. 81 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 82 | # trace. 83 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 84 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 85 | 86 | # Predefined zoom values 87 | page_scale_width=Larghizza dâ pàggina 88 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 89 | # numerical scale value. 90 | 91 | # Loading indicator messages 92 | 93 | # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be 94 | # replaced by the modification date, and time, of the annotation. 95 | 96 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 97 | # "{{type}}" will be replaced with an annotation type from a list defined in 98 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 99 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 100 | password_cancel=Sfai 101 | 102 | -------------------------------------------------------------------------------- /static/js/pdf-js/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.title): The tooltip for the pageNumber input. 22 | page.title=Moo 23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 24 | # representing the total number of pages in the document. 25 | of_pages={{pagesCount}} ra 26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 27 | # will be replaced by a number representing the currently visible page, 28 | # respectively a number representing the total number of pages in the document. 29 | page_of_pages=({{pageNumber}} ka hun {{pagesCount}}) ra 30 | 31 | zoom_out.title=Nakasandi 32 | zoom_out_label=Nakasandi 33 | zoom_in.title=Bebbeerandi 34 | zoom_in_label=Bebbeerandi 35 | zoom.title=Bebbeerandi 36 | presentation_mode.title=Bere cebeyan alhaali 37 | presentation_mode_label=Cebeyan alhaali 38 | open_file.title=Tuku feeri 39 | open_file_label=Feeri 40 | print.title=Kar 41 | print_label=Kar 42 | download.title=Zumandi 43 | download_label=Zumandi 44 | bookmark.title=Sohõ gunarro (bere wala feeri zanfun taaga ra) 45 | bookmark_label=Sohõ gunaroo 46 | 47 | # Secondary toolbar and context menu 48 | tools.title=Goyjinawey 49 | tools_label=Goyjinawey 50 | first_page.title=Koy moo jinaa ga 51 | first_page_label=Koy moo jinaa ga 52 | last_page.title=Koy moo koraa ga 53 | last_page_label=Koy moo koraa ga 54 | page_rotate_cw.title=Kuubi kanbe guma here 55 | page_rotate_cw_label=Kuubi kanbe guma here 56 | page_rotate_ccw.title=Kuubi kanbe wowa here 57 | page_rotate_ccw_label=Kuubi kanbe wowa here 58 | 59 | 60 | # Document properties dialog box 61 | document_properties.title=Takadda mayrawey… 62 | document_properties_label=Takadda mayrawey… 63 | document_properties_file_name=Tuku maa: 64 | document_properties_file_size=Tuku adadu: 65 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 66 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 67 | document_properties_kb=KB {{size_kb}} (cebsu-ize {{size_b}}) 68 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 69 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 70 | document_properties_mb=MB {{size_mb}} (cebsu-ize {{size_b}}) 71 | document_properties_title=Tiiramaa: 72 | document_properties_author=Hantumkaw: 73 | document_properties_subject=Dalil: 74 | document_properties_keywords=Kufalkalimawey: 75 | document_properties_creation_date=Teeyan han: 76 | document_properties_modification_date=Barmayan han: 77 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 78 | # will be replaced by the creation/modification date, and time, of the PDF file. 79 | document_properties_date_string={{date}}, {{time}} 80 | document_properties_creator=Teekaw: 81 | document_properties_producer=PDF berandikaw: 82 | document_properties_version=PDF dumi: 83 | document_properties_page_count=Moo hinna: 84 | document_properties_close=Daabu 85 | 86 | print_progress_message=Goo ma takaddaa soolu k'a kar se… 87 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 88 | # a numerical per cent value. 89 | print_progress_percent={{progress}}% 90 | print_progress_close=Naŋ 91 | 92 | # Tooltips and alt text for side panel toolbar buttons 93 | # (the _label strings are alt text for the buttons, the .title strings are 94 | # tooltips) 95 | toggle_sidebar.title=Kanjari ceraw zuu 96 | toggle_sidebar_label=Kanjari ceraw zuu 97 | document_outline.title=Takaddaa korfur alhaaloo cebe (naagu cee hinka ka haya-izey kul hayandi/kankamandi) 98 | document_outline_label=Takadda filla-boŋ 99 | attachments.title=Hangarey cebe 100 | attachments_label=Hangarey 101 | thumbs.title=Kabeboy biyey cebe 102 | thumbs_label=Kabeboy biyey 103 | findbar.title=Ceeci takaddaa ra 104 | findbar_label=Ceeci 105 | 106 | # Thumbnails panel item (tooltip and alt text for images) 107 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 108 | # number. 109 | thumb_page_title={{page}} moo 110 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 111 | # number. 112 | thumb_page_canvas=Kabeboy bii {{page}} moo še 113 | 114 | # Find panel button title and messages 115 | find_input.title=Ceeci 116 | find_input.placeholder=Ceeci takaddaa ra… 117 | find_previous.title=Kalimaɲaŋoo bangayri bisantaa ceeci 118 | find_previous_label=Bisante 119 | find_next.title=Kalimaɲaŋoo hiino bangayroo ceeci 120 | find_next_label=Jine 121 | find_highlight=Ikul šilbay 122 | find_match_case_label=Harfu-beeriyan hawgay 123 | find_reached_top=A too moŋoo boŋoo, koy jine ka šinitin nda cewoo 124 | find_reached_bottom=A too moɲoo cewoo, koy jine šintioo ga 125 | find_not_found=Kalimaɲaa mana duwandi 126 | 127 | # Error panel labels 128 | error_more_info=Alhabar tontoni 129 | error_less_info=Alhabar tontoni 130 | error_close=Daabu 131 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 132 | # replaced by the PDF.JS version and build ID. 133 | error_version_info=PDF.js v{{version}} (build: {{build}}) 134 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 135 | # english string describing the error. 136 | error_message=Alhabar: {{message}} 137 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 138 | # trace. 139 | error_stack=Dekeri: {{stack}} 140 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 141 | error_file=Tuku: {{file}} 142 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 143 | error_line=Žeeri: {{line}} 144 | rendering_error=Firka bangay kaŋ moɲoo goo ma willandi. 145 | 146 | # Predefined zoom values 147 | page_scale_width=Mooo hayyan 148 | page_scale_fit=Moo sawayan 149 | page_scale_auto=Boŋše azzaati barmayyan 150 | page_scale_actual=Adadu cimi 151 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 152 | # numerical scale value. 153 | page_scale_percent={{scale}}% 154 | 155 | loading_error=Firka bangay kaŋ PDF goo ma zumandi. 156 | invalid_file_error=PDF tuku laala wala laybante. 157 | missing_file_error=PDF tuku kumante. 158 | unexpected_response_error=Manti feršikaw tuuruyan maatante. 159 | 160 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 161 | # "{{type}}" will be replaced with an annotation type from a list defined in 162 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 163 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 164 | text_annotation_type.alt={{type}} maasa-caw] 165 | password_label=Šennikufal dam ka PDF tukoo woo feeri. 166 | password_invalid=Šennikufal laalo. Ceeci koyne taare. 167 | password_ok=Ayyo 168 | password_cancel=Naŋ 169 | 170 | printing_not_supported=Yaamar: Karyan ši tee ka timme nda ceecikaa woo. 171 | printing_not_ready=Yaamar: PDF ši zunbu ka timme karyan še. 172 | web_fonts_disabled=Interneti šigirawey kay: ši hin ka goy nda PDF šigira hurantey. 173 | 174 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/locale/uz/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=Oldingi sahifa 17 | previous_label=Oldingi 18 | next.title=Keyingi sahifa 19 | next_label=Keyingi 20 | 21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | of_pages=/{{pagesCount}} 25 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 26 | # will be replaced by a number representing the currently visible page, 27 | # respectively a number representing the total number of pages in the document. 28 | 29 | zoom_out.title=Kichiklashtirish 30 | zoom_out_label=Kichiklashtirish 31 | zoom_in.title=Kattalashtirish 32 | zoom_in_label=Kattalashtirish 33 | zoom.title=Masshtab 34 | presentation_mode.title=Namoyish usuliga oʻtish 35 | presentation_mode_label=Namoyish usuli 36 | open_file.title=Faylni ochish 37 | open_file_label=Ochish 38 | print.title=Chop qilish 39 | print_label=Chop qilish 40 | download.title=Yuklab olish 41 | download_label=Yuklab olish 42 | bookmark.title=Joriy koʻrinish (nusxa oling yoki yangi oynada oching) 43 | bookmark_label=Joriy koʻrinish 44 | 45 | # Secondary toolbar and context menu 46 | tools.title=Vositalar 47 | tools_label=Vositalar 48 | first_page.title=Birinchi sahifaga oʻtish 49 | first_page_label=Birinchi sahifaga oʻtish 50 | last_page.title=Soʻnggi sahifaga oʻtish 51 | last_page_label=Soʻnggi sahifaga oʻtish 52 | page_rotate_cw.title=Soat yoʻnalishi boʻyicha burish 53 | page_rotate_cw_label=Soat yoʻnalishi boʻyicha burish 54 | page_rotate_ccw.title=Soat yoʻnalishiga qarshi burish 55 | page_rotate_ccw_label=Soat yoʻnalishiga qarshi burish 56 | 57 | 58 | # Document properties dialog box 59 | document_properties.title=Hujjat xossalari 60 | document_properties_label=Hujjat xossalari 61 | document_properties_file_name=Fayl nomi: 62 | document_properties_file_size=Fayl hajmi: 63 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 64 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 65 | document_properties_kb={{size_kb}} KB ({{size_b}} bytes) 66 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 67 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 68 | document_properties_mb={{size_mb}} MB ({{size_b}} bytes) 69 | document_properties_title=Nomi: 70 | document_properties_author=Muallifi: 71 | document_properties_subject=Mavzusi: 72 | document_properties_keywords=Kalit so‘zlar 73 | document_properties_creation_date=Yaratilgan sanasi: 74 | document_properties_modification_date=O‘zgartirilgan sanasi 75 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 76 | # will be replaced by the creation/modification date, and time, of the PDF file. 77 | document_properties_date_string={{date}}, {{time}} 78 | document_properties_creator=Yaratuvchi: 79 | document_properties_producer=PDF ishlab chiqaruvchi: 80 | document_properties_version=PDF versiyasi: 81 | document_properties_page_count=Sahifa soni: 82 | document_properties_close=Yopish 83 | 84 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 85 | # a numerical per cent value. 86 | 87 | # Tooltips and alt text for side panel toolbar buttons 88 | # (the _label strings are alt text for the buttons, the .title strings are 89 | # tooltips) 90 | toggle_sidebar.title=Yon panelni yoqib/oʻchirib qoʻyish 91 | toggle_sidebar_label=Yon panelni yoqib/oʻchirib qoʻyish 92 | document_outline_label=Hujjat tuzilishi 93 | attachments.title=Ilovalarni ko‘rsatish 94 | attachments_label=Ilovalar 95 | thumbs.title=Nishonchalarni koʻrsatish 96 | thumbs_label=Nishoncha 97 | findbar.title=Hujjat ichidan topish 98 | 99 | # Thumbnails panel item (tooltip and alt text for images) 100 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 101 | # number. 102 | thumb_page_title={{page}} sahifa 103 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 104 | # number. 105 | thumb_page_canvas={{page}} sahifa nishonchasi 106 | 107 | # Find panel button title and messages 108 | find_previous.title=Soʻzlardagi oldingi hodisani topish 109 | find_previous_label=Oldingi 110 | find_next.title=Iboradagi keyingi hodisani topish 111 | find_next_label=Keyingi 112 | find_highlight=Barchasini ajratib koʻrsatish 113 | find_match_case_label=Katta-kichik harflarni farqlash 114 | find_reached_top=Hujjatning boshigacha yetib keldik, pastdan davom ettiriladi 115 | find_reached_bottom=Hujjatning oxiriga yetib kelindi, yuqoridan davom ettirladi 116 | find_not_found=Soʻzlar topilmadi 117 | 118 | # Error panel labels 119 | error_more_info=Koʻproq ma`lumot 120 | error_less_info=Kamroq ma`lumot 121 | error_close=Yopish 122 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 123 | # replaced by the PDF.JS version and build ID. 124 | error_version_info=PDF.js v{{version}} (build: {{build}}) 125 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 126 | # english string describing the error. 127 | error_message=Xabar: {{message}} 128 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 129 | # trace. 130 | error_stack=Toʻplam: {{stack}} 131 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 132 | error_file=Fayl: {{file}} 133 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 134 | error_line=Satr: {{line}} 135 | rendering_error=Sahifa renderlanayotganda xato yuz berdi. 136 | 137 | # Predefined zoom values 138 | page_scale_width=Sahifa eni 139 | page_scale_fit=Sahifani moslashtirish 140 | page_scale_auto=Avtomatik masshtab 141 | page_scale_actual=Haqiqiy hajmi 142 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 143 | # numerical scale value. 144 | page_scale_percent={{scale}}% 145 | 146 | loading_error=PDF yuklanayotganda xato yuz berdi. 147 | invalid_file_error=Xato yoki buzuq PDF fayli. 148 | missing_file_error=PDF fayl kerak. 149 | unexpected_response_error=Kutilmagan server javobi. 150 | 151 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 152 | # "{{type}}" will be replaced with an annotation type from a list defined in 153 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 154 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 155 | text_annotation_type.alt=[{{type}} Annotation] 156 | password_label=PDF faylni ochish uchun parolni kiriting. 157 | password_invalid=Parol - notoʻgʻri. Qaytadan urinib koʻring. 158 | password_ok=OK 159 | 160 | printing_not_supported=Diqqat: chop qilish bruzer tomonidan toʻliq qoʻllab-quvvatlanmaydi. 161 | printing_not_ready=Diqqat: PDF fayl chop qilish uchun toʻliq yuklanmadi. 162 | web_fonts_disabled=Veb shriftlar oʻchirilgan: ichki PDF shriftlardan foydalanib boʻlmmaydi. 163 | 164 | -------------------------------------------------------------------------------- /static/js/pdf-js/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.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 25 | # will be replaced by a number representing the currently visible page, 26 | # respectively a number representing the total number of pages in the document. 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 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 49 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 50 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 51 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 52 | document_properties_title=Bopp: 53 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 54 | # will be replaced by the creation/modification date, and time, of the PDF file. 55 | 56 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 57 | # a numerical per cent value. 58 | 59 | # Tooltips and alt text for side panel toolbar buttons 60 | # (the _label strings are alt text for the buttons, the .title strings are 61 | # tooltips) 62 | thumbs.title=Wone nataal yu ndaw yi 63 | thumbs_label=Nataal yu ndaw yi 64 | findbar.title=Gis ci biir jukki bi 65 | findbar_label=Wut 66 | 67 | # Thumbnails panel item (tooltip and alt text for images) 68 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 69 | # number. 70 | thumb_page_title=Xët {{page}} 71 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 72 | # number. 73 | thumb_page_canvas=Wiñet bu xët {{page}} 74 | 75 | # Find panel button title and messages 76 | find_previous.title=Seet beneen kaddu bu ni mel te jiitu 77 | find_previous_label=Bi jiitu 78 | find_next.title=Seet beneen kaddu bu ni mel 79 | find_next_label=Bi ci topp 80 | find_highlight=Melaxal lépp 81 | find_match_case_label=Sàmm jëmmalin wi 82 | find_reached_top=Jot nañu ndorteel xët wi, kontine dale ko ci suuf 83 | find_reached_bottom=Jot nañu jeexitalu xët wi, kontine ci ndorte 84 | find_not_found=Gisiñu kaddu gi 85 | 86 | # Error panel labels 87 | error_more_info=Xibaar yu gën bari 88 | error_less_info=Xibaar yu gën bari 89 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 90 | # replaced by the PDF.JS version and build ID. 91 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 92 | # english string describing the error. 93 | error_message=Bataaxal: {{message}} 94 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 95 | # trace. 96 | error_stack=Juug: {{stack}} 97 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 98 | error_file=Dencukaay: {{file}} 99 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 100 | error_line=Rëdd : {{line}} 101 | rendering_error=Am njumte bu am bi xët bi di wonewu. 102 | 103 | # Predefined zoom values 104 | page_scale_width=Yaatuwaay bu mët 105 | page_scale_fit=Xët lëmm 106 | page_scale_auto=Yambalaŋ ci saa si 107 | page_scale_actual=Dayo bi am 108 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 109 | # numerical scale value. 110 | 111 | loading_error=Am na njumte ci yebum dencukaay PDF bi. 112 | invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar. 113 | 114 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 115 | # "{{type}}" will be replaced with an annotation type from a list defined in 116 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 117 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 118 | text_annotation_type.alt=[Karmat {{type}}] 119 | password_ok=OK 120 | password_cancel=Neenal 121 | 122 | printing_not_supported=Artu: Joowkat bii nanguwul lool mool. 123 | 124 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/locale/xh/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=Iphepha langaphambili 17 | previous_label=Okwangaphambili 18 | next.title=Iphepha elilandelayo 19 | next_label=Okulandelayo 20 | 21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. 22 | page.title=Iphepha 23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 24 | # representing the total number of pages in the document. 25 | of_pages=kwali- {{pagesCount}} 26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 27 | # will be replaced by a number representing the currently visible page, 28 | # respectively a number representing the total number of pages in the document. 29 | page_of_pages=({{pageNumber}} kwali {{pagesCount}}) 30 | 31 | zoom_out.title=Bhekelisela Kudana 32 | zoom_out_label=Bhekelisela Kudana 33 | zoom_in.title=Sondeza Kufuphi 34 | zoom_in_label=Sondeza Kufuphi 35 | zoom.title=Yandisa / Nciphisa 36 | presentation_mode.title=Tshintshela kwimo yonikezelo 37 | presentation_mode_label=Imo yonikezelo 38 | open_file.title=Vula Ifayile 39 | open_file_label=Vula 40 | print.title=Printa 41 | print_label=Printa 42 | download.title=Khuphela 43 | download_label=Khuphela 44 | bookmark.title=Imbonakalo ekhoyo (kopa okanye vula kwifestile entsha) 45 | bookmark_label=Imbonakalo ekhoyo 46 | 47 | # Secondary toolbar and context menu 48 | tools.title=Izixhobo zemiyalelo 49 | tools_label=Izixhobo zemiyalelo 50 | first_page.title=Yiya kwiphepha lokuqala 51 | first_page_label=Yiya kwiphepha lokuqala 52 | last_page.title=Yiya kwiphepha lokugqibela 53 | last_page_label=Yiya kwiphepha lokugqibela 54 | page_rotate_cw.title=Jikelisa ngasekunene 55 | page_rotate_cw_label=Jikelisa ngasekunene 56 | page_rotate_ccw.title=Jikelisa ngasekhohlo 57 | page_rotate_ccw_label=Jikelisa ngasekhohlo 58 | 59 | cursor_text_select_tool.title=Vumela iSixhobo sokuKhetha iTeksti 60 | cursor_text_select_tool_label=ISixhobo sokuKhetha iTeksti 61 | cursor_hand_tool.title=Yenza iSixhobo seSandla siSebenze 62 | cursor_hand_tool_label=ISixhobo seSandla 63 | 64 | # Document properties dialog box 65 | document_properties.title=Iipropati zoxwebhu… 66 | document_properties_label=Iipropati zoxwebhu… 67 | document_properties_file_name=Igama lefayile: 68 | document_properties_file_size=Isayizi yefayile: 69 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 70 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 71 | document_properties_kb={{size_kb}} KB (iibhayiti{{size_b}}) 72 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 73 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 74 | document_properties_mb={{size_mb}} MB (iibhayithi{{size_b}}) 75 | document_properties_title=Umxholo: 76 | document_properties_author=Umbhali: 77 | document_properties_subject=Umbandela: 78 | document_properties_keywords=Amagama aphambili: 79 | document_properties_creation_date=Umhla wokwenziwa kwayo: 80 | document_properties_modification_date=Umhla wokulungiswa kwayo: 81 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 82 | # will be replaced by the creation/modification date, and time, of the PDF file. 83 | document_properties_date_string={{date}}, {{time}} 84 | document_properties_creator=Umntu oyenzileyo: 85 | document_properties_producer=Umvelisi we-PDF: 86 | document_properties_version=Uhlelo lwe-PDF: 87 | document_properties_page_count=Inani lamaphepha: 88 | document_properties_close=Vala 89 | 90 | print_progress_message=Ilungisa uxwebhu ukuze iprinte… 91 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 92 | # a numerical per cent value. 93 | print_progress_percent={{progress}}% 94 | print_progress_close=Rhoxisa 95 | 96 | # Tooltips and alt text for side panel toolbar buttons 97 | # (the _label strings are alt text for the buttons, the .title strings are 98 | # tooltips) 99 | toggle_sidebar.title=Togola ngebha eseCaleni 100 | toggle_sidebar_label=Togola ngebha eseCaleni 101 | document_outline.title=Bonisa uLwandlalo loXwebhu (cofa kabini ukuze wandise/diliza zonke izinto) 102 | document_outline_label=Isishwankathelo soxwebhu 103 | attachments.title=Bonisa iziqhotyoshelwa 104 | attachments_label=Iziqhoboshelo 105 | thumbs.title=Bonisa ukrobiso kumfanekiso 106 | thumbs_label=Ukrobiso kumfanekiso 107 | findbar.title=Fumana kuXwebhu 108 | findbar_label=Fumana 109 | 110 | # Thumbnails panel item (tooltip and alt text for images) 111 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 112 | # number. 113 | thumb_page_title=Iphepha {{page}} 114 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 115 | # number. 116 | thumb_page_canvas=Ukrobiso kumfanekiso wephepha {{page}} 117 | 118 | # Find panel button title and messages 119 | find_input.title=Fumana 120 | find_input.placeholder=Fumana kuXwebhu… 121 | find_previous.title=Fumanisa isenzeko sangaphambili sebinzana lamagama 122 | find_previous_label=Okwangaphambili 123 | find_next.title=Fumanisa isenzeko esilandelayo sebinzana lamagama 124 | find_next_label=Okulandelayo 125 | find_highlight=Qaqambisa konke 126 | find_match_case_label=Tshatisa ngobukhulu bukanobumba 127 | find_reached_top=Ufike ngaphezulu ephepheni, kusukwa ngezantsi 128 | find_reached_bottom=Ufike ekupheleni kwephepha, kusukwa ngaphezulu 129 | find_not_found=Ibinzana alifunyenwanga 130 | 131 | # Error panel labels 132 | error_more_info=Inkcazelo Engakumbi 133 | error_less_info=Inkcazelo Encinane 134 | error_close=Vala 135 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 136 | # replaced by the PDF.JS version and build ID. 137 | error_version_info=I-PDF.js v{{version}} (yakha: {{build}}) 138 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 139 | # english string describing the error. 140 | error_message=Umyalezo: {{message}} 141 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 142 | # trace. 143 | error_stack=Imfumba: {{stack}} 144 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 145 | error_file=Ifayile: {{file}} 146 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 147 | error_line=Umgca: {{line}} 148 | rendering_error=Imposiso yenzekile xa bekunikezelwa iphepha. 149 | 150 | # Predefined zoom values 151 | page_scale_width=Ububanzi bephepha 152 | page_scale_fit=Ukulinganiswa kwephepha 153 | page_scale_auto=Ukwandisa/Ukunciphisa Ngokwayo 154 | page_scale_actual=Ubungakanani bokwenene 155 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 156 | # numerical scale value. 157 | page_scale_percent={{scale}}% 158 | 159 | loading_error=Imposiso yenzekile xa kulayishwa i-PDF. 160 | invalid_file_error=Ifayile ye-PDF engeyiyo okanye eyonakalisiweyo. 161 | missing_file_error=Ifayile ye-PDF edukileyo. 162 | unexpected_response_error=Impendulo yeseva engalindelekanga. 163 | 164 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 165 | # "{{type}}" will be replaced with an annotation type from a list defined in 166 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 167 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 168 | text_annotation_type.alt=[{{type}} Ubhalo-nqaku] 169 | password_label=Faka ipasiwedi ukuze uvule le fayile yePDF. 170 | password_invalid=Ipasiwedi ayisebenzi. Nceda uzame kwakhona. 171 | password_ok=KULUNGILE 172 | password_cancel=Rhoxisa 173 | 174 | printing_not_supported=Isilumkiso: Ukuprinta akuxhaswa ngokupheleleyo yile bhrawuza. 175 | printing_not_ready=Isilumkiso: IPDF ayihlohlwanga ngokupheleleyo ukwenzela ukuprinta. 176 | web_fonts_disabled=Iifonti zewebhu ziqhwalelisiwe: ayikwazi ukusebenzisa iifonti ze-PDF ezincanyathelisiweyo. 177 | 178 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitDingbats.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitDingbats.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitFixed.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitFixed.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitFixedBold.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitFixedBold.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitFixedBoldItalic.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitFixedBoldItalic.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitFixedItalic.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitFixedItalic.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitSans.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitSans.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitSansBold.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitSansBold.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitSansBoldItalic.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitSansBoldItalic.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitSansItalic.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitSansItalic.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitSerif.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitSerif.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitSerifBold.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitSerifBold.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitSerifBoldItalic.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitSerifBoldItalic.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitSerifItalic.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitSerifItalic.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/FoxitSymbol.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/FoxitSymbol.pfb -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/LICENSE_FOXIT: -------------------------------------------------------------------------------- 1 | // Copyright 2014 PDFium Authors. All rights reserved. 2 | // 3 | // Redistribution and use in source and binary forms, with or without 4 | // modification, are permitted provided that the following conditions are 5 | // met: 6 | // 7 | // * Redistributions of source code must retain the above copyright 8 | // notice, this list of conditions and the following disclaimer. 9 | // * Redistributions in binary form must reproduce the above 10 | // copyright notice, this list of conditions and the following disclaimer 11 | // in the documentation and/or other materials provided with the 12 | // distribution. 13 | // * Neither the name of Google Inc. nor the names of its 14 | // contributors may be used to endorse or promote products derived from 15 | // this software without specific prior written permission. 16 | // 17 | // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18 | // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 19 | // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 | // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 21 | // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 22 | // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 23 | // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24 | // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25 | // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 | // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 | // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/LICENSE_LIBERATION: -------------------------------------------------------------------------------- 1 | Digitized data copyright (c) 2010 Google Corporation 2 | with Reserved Font Arimo, Tinos and Cousine. 3 | Copyright (c) 2012 Red Hat, Inc. 4 | with Reserved Font Name Liberation. 5 | 6 | This Font Software is licensed under the SIL Open Font License, 7 | Version 1.1. 8 | 9 | This license is copied below, and is also available with a FAQ at: 10 | http://scripts.sil.org/OFL 11 | 12 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 13 | 14 | PREAMBLE The goals of the Open Font License (OFL) are to stimulate 15 | worldwide development of collaborative font projects, to support the font 16 | creation efforts of academic and linguistic communities, and to provide 17 | a free and open framework in which fonts may be shared and improved in 18 | partnership with others. 19 | 20 | The OFL allows the licensed fonts to be used, studied, modified and 21 | redistributed freely as long as they are not sold by themselves. 22 | The fonts, including any derivative works, can be bundled, embedded, 23 | redistributed and/or sold with any software provided that any reserved 24 | names are not used by derivative works. The fonts and derivatives, 25 | however, cannot be released under any other type of license. The 26 | requirement for fonts to remain under this license does not apply to 27 | any document created using the fonts or their derivatives. 28 | 29 | 30 | 31 | DEFINITIONS 32 | "Font Software" refers to the set of files released by the Copyright 33 | Holder(s) under this license and clearly marked as such. 34 | This may include source files, build scripts and documentation. 35 | 36 | "Reserved Font Name" refers to any names specified as such after the 37 | copyright statement(s). 38 | 39 | "Original Version" refers to the collection of Font Software components 40 | as distributed by the Copyright Holder(s). 41 | 42 | "Modified Version" refers to any derivative made by adding to, deleting, 43 | or substituting ? in part or in whole ? 44 | any of the components of the Original Version, by changing formats or 45 | by porting the Font Software to a new environment. 46 | 47 | "Author" refers to any designer, engineer, programmer, technical writer 48 | or other person who contributed to the Font Software. 49 | 50 | 51 | PERMISSION & CONDITIONS 52 | 53 | Permission is hereby granted, free of charge, to any person obtaining a 54 | copy of the Font Software, to use, study, copy, merge, embed, modify, 55 | redistribute, and sell modified and unmodified copies of the Font 56 | Software, subject to the following conditions: 57 | 58 | 1) Neither the Font Software nor any of its individual components,in 59 | Original or Modified Versions, may be sold by itself. 60 | 61 | 2) Original or Modified Versions of the Font Software may be bundled, 62 | redistributed and/or sold with any software, provided that each copy 63 | contains the above copyright notice and this license. These can be 64 | included either as stand-alone text files, human-readable headers or 65 | in the appropriate machine-readable metadata fields within text or 66 | binary files as long as those fields can be easily viewed by the user. 67 | 68 | 3) No Modified Version of the Font Software may use the Reserved Font 69 | Name(s) unless explicit written permission is granted by the 70 | corresponding Copyright Holder. This restriction only applies to the 71 | primary font name as presented to the users. 72 | 73 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 74 | Software shall not be used to promote, endorse or advertise any 75 | Modified Version, except to acknowledge the contribution(s) of the 76 | Copyright Holder(s) and the Author(s) or with their explicit written 77 | permission. 78 | 79 | 5) The Font Software, modified or unmodified, in part or in whole, must 80 | be distributed entirely under this license, and must not be distributed 81 | under any other license. The requirement for fonts to remain under 82 | this license does not apply to any document created using the Font 83 | Software. 84 | 85 | 86 | 87 | TERMINATION 88 | This license becomes null and void if any of the above conditions are not met. 89 | 90 | 91 | 92 | DISCLAIMER 93 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 94 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 95 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 96 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 97 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 98 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 99 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 100 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER 101 | DEALINGS IN THE FONT SOFTWARE. 102 | 103 | -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/LiberationSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/LiberationSans-Bold.ttf -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/LiberationSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/LiberationSans-BoldItalic.ttf -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/LiberationSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/LiberationSans-Italic.ttf -------------------------------------------------------------------------------- /static/js/pdf-js/web/standard_fonts/LiberationSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anvithks/hugo-embed-pdf-shortcode/de797b1a64f95fffb04324aec0fbc5c16175d75c/static/js/pdf-js/web/standard_fonts/LiberationSans-Regular.ttf --------------------------------------------------------------------------------