├── .gitignore ├── README.md ├── index.js ├── license ├── package.json ├── pdfjs ├── build │ ├── pdf.js │ └── pdf.worker.js └── web │ ├── cmaps │ ├── 78-EUC-H.bcmap │ ├── 78-EUC-V.bcmap │ ├── 78-H.bcmap │ ├── 78-RKSJ-H.bcmap │ ├── 78-RKSJ-V.bcmap │ ├── 78-V.bcmap │ ├── 78ms-RKSJ-H.bcmap │ ├── 78ms-RKSJ-V.bcmap │ ├── 83pv-RKSJ-H.bcmap │ ├── 90ms-RKSJ-H.bcmap │ ├── 90ms-RKSJ-V.bcmap │ ├── 90msp-RKSJ-H.bcmap │ ├── 90msp-RKSJ-V.bcmap │ ├── 90pv-RKSJ-H.bcmap │ ├── 90pv-RKSJ-V.bcmap │ ├── Add-H.bcmap │ ├── Add-RKSJ-H.bcmap │ ├── Add-RKSJ-V.bcmap │ ├── Add-V.bcmap │ ├── Adobe-CNS1-0.bcmap │ ├── Adobe-CNS1-1.bcmap │ ├── Adobe-CNS1-2.bcmap │ ├── Adobe-CNS1-3.bcmap │ ├── Adobe-CNS1-4.bcmap │ ├── Adobe-CNS1-5.bcmap │ ├── Adobe-CNS1-6.bcmap │ ├── Adobe-CNS1-UCS2.bcmap │ ├── Adobe-GB1-0.bcmap │ ├── Adobe-GB1-1.bcmap │ ├── Adobe-GB1-2.bcmap │ ├── Adobe-GB1-3.bcmap │ ├── Adobe-GB1-4.bcmap │ ├── Adobe-GB1-5.bcmap │ ├── Adobe-GB1-UCS2.bcmap │ ├── Adobe-Japan1-0.bcmap │ ├── Adobe-Japan1-1.bcmap │ ├── Adobe-Japan1-2.bcmap │ ├── Adobe-Japan1-3.bcmap │ ├── Adobe-Japan1-4.bcmap │ ├── Adobe-Japan1-5.bcmap │ ├── Adobe-Japan1-6.bcmap │ ├── Adobe-Japan1-UCS2.bcmap │ ├── Adobe-Korea1-0.bcmap │ ├── Adobe-Korea1-1.bcmap │ ├── Adobe-Korea1-2.bcmap │ ├── Adobe-Korea1-UCS2.bcmap │ ├── B5-H.bcmap │ ├── B5-V.bcmap │ ├── B5pc-H.bcmap │ ├── B5pc-V.bcmap │ ├── CNS-EUC-H.bcmap │ ├── CNS-EUC-V.bcmap │ ├── CNS1-H.bcmap │ ├── CNS1-V.bcmap │ ├── CNS2-H.bcmap │ ├── CNS2-V.bcmap │ ├── ETHK-B5-H.bcmap │ ├── ETHK-B5-V.bcmap │ ├── ETen-B5-H.bcmap │ ├── ETen-B5-V.bcmap │ ├── ETenms-B5-H.bcmap │ ├── ETenms-B5-V.bcmap │ ├── EUC-H.bcmap │ ├── EUC-V.bcmap │ ├── Ext-H.bcmap │ ├── Ext-RKSJ-H.bcmap │ ├── Ext-RKSJ-V.bcmap │ ├── Ext-V.bcmap │ ├── GB-EUC-H.bcmap │ ├── GB-EUC-V.bcmap │ ├── GB-H.bcmap │ ├── GB-V.bcmap │ ├── GBK-EUC-H.bcmap │ ├── GBK-EUC-V.bcmap │ ├── GBK2K-H.bcmap │ ├── GBK2K-V.bcmap │ ├── GBKp-EUC-H.bcmap │ ├── GBKp-EUC-V.bcmap │ ├── GBT-EUC-H.bcmap │ ├── GBT-EUC-V.bcmap │ ├── GBT-H.bcmap │ ├── GBT-V.bcmap │ ├── GBTpc-EUC-H.bcmap │ ├── GBTpc-EUC-V.bcmap │ ├── GBpc-EUC-H.bcmap │ ├── GBpc-EUC-V.bcmap │ ├── H.bcmap │ ├── HKdla-B5-H.bcmap │ ├── HKdla-B5-V.bcmap │ ├── HKdlb-B5-H.bcmap │ ├── HKdlb-B5-V.bcmap │ ├── HKgccs-B5-H.bcmap │ ├── HKgccs-B5-V.bcmap │ ├── HKm314-B5-H.bcmap │ ├── HKm314-B5-V.bcmap │ ├── HKm471-B5-H.bcmap │ ├── HKm471-B5-V.bcmap │ ├── HKscs-B5-H.bcmap │ ├── HKscs-B5-V.bcmap │ ├── Hankaku.bcmap │ ├── Hiragana.bcmap │ ├── KSC-EUC-H.bcmap │ ├── KSC-EUC-V.bcmap │ ├── KSC-H.bcmap │ ├── KSC-Johab-H.bcmap │ ├── KSC-Johab-V.bcmap │ ├── KSC-V.bcmap │ ├── KSCms-UHC-H.bcmap │ ├── KSCms-UHC-HW-H.bcmap │ ├── KSCms-UHC-HW-V.bcmap │ ├── KSCms-UHC-V.bcmap │ ├── KSCpc-EUC-H.bcmap │ ├── KSCpc-EUC-V.bcmap │ ├── Katakana.bcmap │ ├── LICENSE │ ├── NWP-H.bcmap │ ├── NWP-V.bcmap │ ├── RKSJ-H.bcmap │ ├── RKSJ-V.bcmap │ ├── Roman.bcmap │ ├── UniCNS-UCS2-H.bcmap │ ├── UniCNS-UCS2-V.bcmap │ ├── UniCNS-UTF16-H.bcmap │ ├── UniCNS-UTF16-V.bcmap │ ├── UniCNS-UTF32-H.bcmap │ ├── UniCNS-UTF32-V.bcmap │ ├── UniCNS-UTF8-H.bcmap │ ├── UniCNS-UTF8-V.bcmap │ ├── UniGB-UCS2-H.bcmap │ ├── UniGB-UCS2-V.bcmap │ ├── UniGB-UTF16-H.bcmap │ ├── UniGB-UTF16-V.bcmap │ ├── UniGB-UTF32-H.bcmap │ ├── UniGB-UTF32-V.bcmap │ ├── UniGB-UTF8-H.bcmap │ ├── UniGB-UTF8-V.bcmap │ ├── UniJIS-UCS2-H.bcmap │ ├── UniJIS-UCS2-HW-H.bcmap │ ├── UniJIS-UCS2-HW-V.bcmap │ ├── UniJIS-UCS2-V.bcmap │ ├── UniJIS-UTF16-H.bcmap │ ├── UniJIS-UTF16-V.bcmap │ ├── UniJIS-UTF32-H.bcmap │ ├── UniJIS-UTF32-V.bcmap │ ├── UniJIS-UTF8-H.bcmap │ ├── UniJIS-UTF8-V.bcmap │ ├── UniJIS2004-UTF16-H.bcmap │ ├── UniJIS2004-UTF16-V.bcmap │ ├── UniJIS2004-UTF32-H.bcmap │ ├── UniJIS2004-UTF32-V.bcmap │ ├── UniJIS2004-UTF8-H.bcmap │ ├── UniJIS2004-UTF8-V.bcmap │ ├── UniJISPro-UCS2-HW-V.bcmap │ ├── UniJISPro-UCS2-V.bcmap │ ├── UniJISPro-UTF8-V.bcmap │ ├── UniJISX0213-UTF32-H.bcmap │ ├── UniJISX0213-UTF32-V.bcmap │ ├── UniJISX02132004-UTF32-H.bcmap │ ├── UniJISX02132004-UTF32-V.bcmap │ ├── UniKS-UCS2-H.bcmap │ ├── UniKS-UCS2-V.bcmap │ ├── UniKS-UTF16-H.bcmap │ ├── UniKS-UTF16-V.bcmap │ ├── UniKS-UTF32-H.bcmap │ ├── UniKS-UTF32-V.bcmap │ ├── UniKS-UTF8-H.bcmap │ ├── UniKS-UTF8-V.bcmap │ ├── V.bcmap │ └── WP-Symbol.bcmap │ ├── compatibility.js │ ├── compressed.tracemonkey-pldi-09.pdf │ ├── debugger.js │ ├── images │ ├── annotation-check.svg │ ├── annotation-comment.svg │ ├── annotation-help.svg │ ├── annotation-insert.svg │ ├── annotation-key.svg │ ├── annotation-newparagraph.svg │ ├── annotation-noicon.svg │ ├── annotation-note.svg │ ├── annotation-paragraph.svg │ ├── findbarButton-next-rtl.png │ ├── findbarButton-next-rtl@2x.png │ ├── findbarButton-next.png │ ├── findbarButton-next@2x.png │ ├── findbarButton-previous-rtl.png │ ├── findbarButton-previous-rtl@2x.png │ ├── findbarButton-previous.png │ ├── findbarButton-previous@2x.png │ ├── grab.cur │ ├── grabbing.cur │ ├── loading-icon.gif │ ├── loading-small.png │ ├── loading-small@2x.png │ ├── secondaryToolbarButton-documentProperties.png │ ├── secondaryToolbarButton-documentProperties@2x.png │ ├── secondaryToolbarButton-firstPage.png │ ├── secondaryToolbarButton-firstPage@2x.png │ ├── secondaryToolbarButton-handTool.png │ ├── secondaryToolbarButton-handTool@2x.png │ ├── secondaryToolbarButton-lastPage.png │ ├── secondaryToolbarButton-lastPage@2x.png │ ├── secondaryToolbarButton-rotateCcw.png │ ├── secondaryToolbarButton-rotateCcw@2x.png │ ├── secondaryToolbarButton-rotateCw.png │ ├── secondaryToolbarButton-rotateCw@2x.png │ ├── shadow.png │ ├── texture.png │ ├── toolbarButton-bookmark.png │ ├── toolbarButton-bookmark@2x.png │ ├── toolbarButton-download.png │ ├── toolbarButton-download@2x.png │ ├── toolbarButton-menuArrows.png │ ├── toolbarButton-menuArrows@2x.png │ ├── toolbarButton-openFile.png │ ├── toolbarButton-openFile@2x.png │ ├── toolbarButton-pageDown-rtl.png │ ├── toolbarButton-pageDown-rtl@2x.png │ ├── toolbarButton-pageDown.png │ ├── toolbarButton-pageDown@2x.png │ ├── toolbarButton-pageUp-rtl.png │ ├── toolbarButton-pageUp-rtl@2x.png │ ├── toolbarButton-pageUp.png │ ├── toolbarButton-pageUp@2x.png │ ├── toolbarButton-presentationMode.png │ ├── toolbarButton-presentationMode@2x.png │ ├── toolbarButton-print.png │ ├── toolbarButton-print@2x.png │ ├── toolbarButton-search.png │ ├── toolbarButton-search@2x.png │ ├── toolbarButton-secondaryToolbarToggle-rtl.png │ ├── toolbarButton-secondaryToolbarToggle-rtl@2x.png │ ├── toolbarButton-secondaryToolbarToggle.png │ ├── toolbarButton-secondaryToolbarToggle@2x.png │ ├── toolbarButton-sidebarToggle-rtl.png │ ├── toolbarButton-sidebarToggle-rtl@2x.png │ ├── toolbarButton-sidebarToggle.png │ ├── toolbarButton-sidebarToggle@2x.png │ ├── toolbarButton-viewAttachments.png │ ├── toolbarButton-viewAttachments@2x.png │ ├── toolbarButton-viewOutline-rtl.png │ ├── toolbarButton-viewOutline-rtl@2x.png │ ├── toolbarButton-viewOutline.png │ ├── toolbarButton-viewOutline@2x.png │ ├── toolbarButton-viewThumbnail.png │ ├── toolbarButton-viewThumbnail@2x.png │ ├── toolbarButton-zoomIn.png │ ├── toolbarButton-zoomIn@2x.png │ ├── toolbarButton-zoomOut.png │ ├── toolbarButton-zoomOut@2x.png │ ├── treeitem-collapsed-rtl.png │ ├── treeitem-collapsed-rtl@2x.png │ ├── treeitem-collapsed.png │ ├── treeitem-collapsed@2x.png │ ├── treeitem-expanded.png │ └── treeitem-expanded@2x.png │ ├── l10n.js │ ├── locale │ ├── ach │ │ └── viewer.properties │ ├── af │ │ └── viewer.properties │ ├── ak │ │ └── viewer.properties │ ├── an │ │ └── viewer.properties │ ├── ar │ │ └── viewer.properties │ ├── as │ │ └── viewer.properties │ ├── ast │ │ └── viewer.properties │ ├── az │ │ └── viewer.properties │ ├── be │ │ └── viewer.properties │ ├── bg │ │ └── viewer.properties │ ├── bn-BD │ │ └── viewer.properties │ ├── bn-IN │ │ └── viewer.properties │ ├── br │ │ └── viewer.properties │ ├── bs │ │ └── viewer.properties │ ├── ca │ │ └── viewer.properties │ ├── cs │ │ └── viewer.properties │ ├── csb │ │ └── viewer.properties │ ├── cy │ │ └── viewer.properties │ ├── da │ │ └── viewer.properties │ ├── de │ │ └── viewer.properties │ ├── el │ │ └── viewer.properties │ ├── en-GB │ │ └── viewer.properties │ ├── en-US │ │ └── viewer.properties │ ├── en-ZA │ │ └── viewer.properties │ ├── eo │ │ └── viewer.properties │ ├── es-AR │ │ └── viewer.properties │ ├── es-CL │ │ └── viewer.properties │ ├── es-ES │ │ └── viewer.properties │ ├── es-MX │ │ └── viewer.properties │ ├── et │ │ └── viewer.properties │ ├── eu │ │ └── viewer.properties │ ├── fa │ │ └── viewer.properties │ ├── ff │ │ └── viewer.properties │ ├── fi │ │ └── viewer.properties │ ├── fr │ │ └── viewer.properties │ ├── fy-NL │ │ └── viewer.properties │ ├── ga-IE │ │ └── viewer.properties │ ├── gd │ │ └── viewer.properties │ ├── gl │ │ └── viewer.properties │ ├── gu-IN │ │ └── viewer.properties │ ├── he │ │ └── viewer.properties │ ├── hi-IN │ │ └── viewer.properties │ ├── hr │ │ └── viewer.properties │ ├── hu │ │ └── viewer.properties │ ├── hy-AM │ │ └── viewer.properties │ ├── id │ │ └── viewer.properties │ ├── is │ │ └── viewer.properties │ ├── it │ │ └── viewer.properties │ ├── ja │ │ └── viewer.properties │ ├── ka │ │ └── viewer.properties │ ├── kk │ │ └── viewer.properties │ ├── km │ │ └── viewer.properties │ ├── kn │ │ └── viewer.properties │ ├── ko │ │ └── viewer.properties │ ├── ku │ │ └── viewer.properties │ ├── lg │ │ └── viewer.properties │ ├── lij │ │ └── viewer.properties │ ├── locale.properties │ ├── lt │ │ └── viewer.properties │ ├── lv │ │ └── viewer.properties │ ├── mai │ │ └── viewer.properties │ ├── mk │ │ └── viewer.properties │ ├── ml │ │ └── viewer.properties │ ├── mn │ │ └── viewer.properties │ ├── mr │ │ └── viewer.properties │ ├── ms │ │ └── viewer.properties │ ├── my │ │ └── viewer.properties │ ├── nb-NO │ │ └── viewer.properties │ ├── nl │ │ └── viewer.properties │ ├── nn-NO │ │ └── viewer.properties │ ├── nso │ │ └── viewer.properties │ ├── oc │ │ └── viewer.properties │ ├── or │ │ └── viewer.properties │ ├── pa-IN │ │ └── viewer.properties │ ├── pl │ │ └── viewer.properties │ ├── pt-BR │ │ └── viewer.properties │ ├── pt-PT │ │ └── viewer.properties │ ├── rm │ │ └── viewer.properties │ ├── ro │ │ └── viewer.properties │ ├── ru │ │ └── viewer.properties │ ├── rw │ │ └── viewer.properties │ ├── sah │ │ └── viewer.properties │ ├── si │ │ └── viewer.properties │ ├── sk │ │ └── viewer.properties │ ├── sl │ │ └── viewer.properties │ ├── son │ │ └── viewer.properties │ ├── sq │ │ └── viewer.properties │ ├── sr │ │ └── viewer.properties │ ├── sv-SE │ │ └── viewer.properties │ ├── sw │ │ └── viewer.properties │ ├── ta-LK │ │ └── viewer.properties │ ├── ta │ │ └── viewer.properties │ ├── te │ │ └── viewer.properties │ ├── th │ │ └── viewer.properties │ ├── tl │ │ └── viewer.properties │ ├── tn │ │ └── viewer.properties │ ├── tr │ │ └── viewer.properties │ ├── uk │ │ └── viewer.properties │ ├── ur │ │ └── viewer.properties │ ├── vi │ │ └── viewer.properties │ ├── wo │ │ └── viewer.properties │ ├── xh │ │ └── viewer.properties │ ├── zh-CN │ │ └── viewer.properties │ ├── zh-TW │ │ └── viewer.properties │ └── zu │ │ └── viewer.properties │ ├── viewer.css │ ├── viewer.html │ └── viewer.js ├── screenshot.png └── test ├── helloworld.pdf ├── index.js └── remote.html /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | 3 | .DS_Store 4 | 5 | yarn.lock 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # electron-pdf-window 2 | 3 | view PDF files in electron browser windows. this module adds support for viewing 4 | PDF files in electron [`BrowserWindow`s](http://electron.atom.io/docs/api/browser-window/). 5 | it works even if you navigate to a PDF file from a site, or opening a PDF file in 6 | a new window. a `PDFWindow` instance is just a subclass of `BrowserWindow` so it 7 | can be used just like it. 8 | 9 |

10 | 11 |

12 | 13 | 14 | ``` javascript 15 | const { app } = require('electron') 16 | const PDFWindow = require('electron-pdf-window') 17 | 18 | app.on('ready', () => { 19 | const win = new PDFWindow({ 20 | width: 800, 21 | height: 600 22 | }) 23 | 24 | win.loadURL('http://mozilla.github.io/pdf.js/web/compressed.tracemonkey-pldi-09.pdf') 25 | }) 26 | ``` 27 | 28 | ## install 29 | 30 | ``` 31 | $ npm i electron-pdf-window 32 | ``` 33 | 34 | ## usage 35 | 36 | #### `win = new PDFWindow([opts])` 37 | `win` is an electron [`BrowserWindow`](http://electron.atom.io/docs/api/browser-window/) 38 | that has support for viewing PDF files. 39 | 40 | #### `PDFWindow.addSupport(win)` 41 | adds PDF viewing support for `win`, which is a `BrowserWindow` instance. 42 | 43 | ## using from the renderer process 44 | 45 | Using the `PDFWindow` class directly from the renderer process is not 46 | recommended, because electron doesn't support proper extending of their built-in 47 | classes. In order to add PDF support from the renderer, use the `addSupport` 48 | method. 49 | 50 | ``` js 51 | const { BrowserWindow } = require('electron').remote 52 | const PDFWindow = require('electron-pdf-window') 53 | 54 | const win = new BrowserWindow({ width: 800, height: 600 }) 55 | 56 | PDFWindow.addSupport(win) 57 | 58 | win.loadURL('file:///a/b/c.pdf') 59 | ``` 60 | 61 | ## test 62 | 63 | ``` 64 | $ npm test 65 | ``` 66 | -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | const isRenderer = require('is-electron-renderer') 2 | const electron = require('electron') 3 | const path = require('path') 4 | const readChunk = require('read-chunk') 5 | const fileType = require('file-type') 6 | const extend = require('deep-extend') 7 | const got = require('got') 8 | 9 | const BrowserWindow = isRenderer 10 | ? electron.remote.BrowserWindow : electron.BrowserWindow 11 | 12 | const PDF_JS_PATH = path.join(__dirname, 'pdfjs', 'web', 'viewer.html') 13 | 14 | function isAlreadyLoadedWithPdfJs (url) { 15 | return url.startsWith(`file://${PDF_JS_PATH}?file=`) 16 | } 17 | 18 | function isFile (url) { 19 | return url.match(/^file:\/\//i) 20 | } 21 | 22 | function getMimeOfFile (url) { 23 | const fileUrl = url.replace(/^file:\/\//i, '') 24 | const buffer = readChunk.sync(fileUrl, 0, 262) 25 | const ft = fileType(buffer) 26 | 27 | return ft ? ft.mime : null 28 | } 29 | 30 | function hasPdfExtension (url) { 31 | return url.match(/\.pdf$/i) 32 | } 33 | 34 | function hasBlobData(url){ 35 | return url.match(/^blob:/i); 36 | } 37 | 38 | function isPDF (url) { 39 | return new Promise((resolve, reject) => { 40 | if (isAlreadyLoadedWithPdfJs(url)) { 41 | resolve(false) 42 | } else if (isFile(url)) { 43 | resolve(getMimeOfFile(url) === 'application/pdf') 44 | } else if (hasPdfExtension(url)) { 45 | resolve(true) 46 | } else if(hasBlobData(url)) { 47 | resolve(true); 48 | } else { 49 | got.head(url).then(res => { 50 | if (res.headers.location) { 51 | isPDF(res.headers.location).then(isit => resolve(isit)) 52 | .catch(err => reject(err)) 53 | } else { 54 | resolve(res.headers['content-type'].indexOf('application/pdf') !== -1) 55 | } 56 | }).catch(err => reject(err)) 57 | } 58 | }) 59 | } 60 | 61 | class PDFWindow extends BrowserWindow { 62 | constructor (opts) { 63 | super(extend({}, opts, { 64 | webPreferences: { nodeIntegration: false } 65 | })) 66 | 67 | this.webContents.on('will-navigate', (event, url) => { 68 | event.preventDefault() 69 | this.loadURL(url) 70 | }) 71 | 72 | this.webContents.on('new-window', (event, url) => { 73 | event.preventDefault() 74 | 75 | event.newGuest = new PDFWindow(); 76 | event.newGuest.loadURL(url); 77 | event.newGuest.setMenu(null); 78 | }) 79 | } 80 | 81 | loadURL (url, options) { 82 | return isPDF(url).then(isit => { 83 | if (isit) { 84 | return super.loadURL(`file://${ 85 | path.join(__dirname, 'pdfjs', 'web', 'viewer.html')}?file=${ 86 | decodeURIComponent(url)}`, options) 87 | } else { 88 | return super.loadURL(url, options) 89 | } 90 | }).catch(() => super.loadURL(url, options)) 91 | } 92 | } 93 | 94 | PDFWindow.addSupport = function (browserWindow) { 95 | browserWindow.webContents.on('will-navigate', (event, url) => { 96 | event.preventDefault(); 97 | browserWindow.loadURL(url); 98 | event.newGuest.setMenu(null); 99 | }) 100 | 101 | browserWindow.webContents.on('new-window', (event, url) => { 102 | event.preventDefault() 103 | 104 | event.newGuest = new PDFWindow(); 105 | event.newGuest.loadURL(url); 106 | event.newGuest.setMenu(null); 107 | }) 108 | 109 | const load = browserWindow.loadURL 110 | browserWindow.loadURL = function (url, options) { 111 | return isPDF(url).then(isit => { 112 | if (isit) { 113 | return load.call(browserWindow, `file://${PDF_JS_PATH}?file=${ 114 | decodeURIComponent(url)}`, options) 115 | } else { 116 | return load.call(browserWindow, url, options) 117 | } 118 | }) 119 | } 120 | } 121 | 122 | module.exports = PDFWindow 123 | -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) Gellert Hegyi 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 13 | all 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 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "electron-pdf-window", 3 | "version": "1.0.12", 4 | "description": "view PDF files in electron browser windows", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "electron test", 8 | "lint": "standard index.js test/**/*.js" 9 | }, 10 | "keywords": [ 11 | "electron", 12 | "pdf", 13 | "viewer", 14 | "pdfjs" 15 | ], 16 | "repository": { 17 | "type": "git", 18 | "url": "git://github.com/gerhardberger/electron-pdf-window.git" 19 | }, 20 | "dependencies": { 21 | "deep-extend": "^0.4.1", 22 | "file-type": "^3.9.0", 23 | "got": "^7.1.0", 24 | "is-electron-renderer": "^2.0.1", 25 | "read-chunk": "^2.0.0" 26 | }, 27 | "devDependencies": { 28 | "standard": "^8.6.0" 29 | }, 30 | "author": "@gellerthegyi", 31 | "license": "MIT" 32 | } 33 | -------------------------------------------------------------------------------- /pdfjs/web/cmaps/78-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/78-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/78-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/78-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/78-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/78-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/78-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/78-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/78-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/78-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/78-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/78-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/78ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/78ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/83pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/90ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/90ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/90msp-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/90msp-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/90pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/90pv-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Add-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Add-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Add-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Add-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Add-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Add-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Add-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Add-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-CNS1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-CNS1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-CNS1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-CNS1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-CNS1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-CNS1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-CNS1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-GB1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-GB1-0.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-GB1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-GB1-1.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-GB1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-GB1-2.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-GB1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-GB1-3.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-GB1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-GB1-4.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-GB1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-GB1-5.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Japan1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Japan1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Japan1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Japan1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Japan1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Japan1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Japan1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Korea1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Korea1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Korea1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/B5pc-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/B5pc-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/B5pc-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/B5pc-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/CNS-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/CNS-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/CNS-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/CNS-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/CNS1-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/CNS1-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/CNS1-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/CNS1-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/CNS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/CNS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/CNS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/CNS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/ETHK-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/ETHK-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/ETHK-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/ETHK-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/ETen-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/ETen-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/ETen-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/ETen-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/ETenms-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/ETenms-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/ETenms-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/ETenms-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Ext-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Ext-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Ext-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Ext-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Ext-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Ext-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GB-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GB-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GB-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GB-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GB-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GB-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GB-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GB-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBK-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBK-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBK-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBK-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBK2K-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBK2K-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBK2K-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBK2K-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBKp-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBKp-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBKp-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBKp-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBT-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBT-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBT-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBT-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBT-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBT-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBT-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBT-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBTpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBTpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBpc-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/GBpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/GBpc-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKdla-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKdla-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKdla-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKdla-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKdlb-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKdlb-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKdlb-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKdlb-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKgccs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKgccs-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKgccs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKgccs-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKm314-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKm314-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKm314-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKm314-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKm471-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKm471-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKm471-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKm471-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKscs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKscs-B5-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/HKscs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/HKscs-B5-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Hankaku.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Hankaku.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Hiragana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Hiragana.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSC-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSC-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSC-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSC-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSC-Johab-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSC-Johab-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSC-Johab-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSC-Johab-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSCms-UHC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSCms-UHC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSCms-UHC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSCms-UHC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSCpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/KSCpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Katakana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Katakana.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/LICENSE: -------------------------------------------------------------------------------- 1 | %%Copyright: ----------------------------------------------------------- 2 | %%Copyright: Copyright 1990-2009 Adobe Systems Incorporated. 3 | %%Copyright: All rights reserved. 4 | %%Copyright: 5 | %%Copyright: Redistribution and use in source and binary forms, with or 6 | %%Copyright: without modification, are permitted provided that the 7 | %%Copyright: following conditions are met: 8 | %%Copyright: 9 | %%Copyright: Redistributions of source code must retain the above 10 | %%Copyright: copyright notice, this list of conditions and the following 11 | %%Copyright: disclaimer. 12 | %%Copyright: 13 | %%Copyright: Redistributions in binary form must reproduce the above 14 | %%Copyright: copyright notice, this list of conditions and the following 15 | %%Copyright: disclaimer in the documentation and/or other materials 16 | %%Copyright: provided with the distribution. 17 | %%Copyright: 18 | %%Copyright: Neither the name of Adobe Systems Incorporated nor the names 19 | %%Copyright: of its contributors may be used to endorse or promote 20 | %%Copyright: products derived from this software without specific prior 21 | %%Copyright: written permission. 22 | %%Copyright: 23 | %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 24 | %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 25 | %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 26 | %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 27 | %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 28 | %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 | %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 30 | %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 31 | %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 | %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 33 | %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 34 | %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 35 | %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 | %%Copyright: ----------------------------------------------------------- 37 | -------------------------------------------------------------------------------- /pdfjs/web/cmaps/NWP-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/NWP-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/NWP-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/NWP-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/RKSJ-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/RKSJ-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/Roman.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/Roman.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniGB-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniGB-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniGB-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniGB-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniGB-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniGB-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniGB-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniGB-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniKS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniKS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniKS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniKS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniKS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniKS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniKS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/UniKS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/V.bcmap -------------------------------------------------------------------------------- /pdfjs/web/cmaps/WP-Symbol.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/cmaps/WP-Symbol.bcmap -------------------------------------------------------------------------------- /pdfjs/web/compressed.tracemonkey-pldi-09.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/compressed.tracemonkey-pldi-09.pdf -------------------------------------------------------------------------------- /pdfjs/web/images/annotation-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /pdfjs/web/images/annotation-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /pdfjs/web/images/annotation-help.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 16 | 18 | 21 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /pdfjs/web/images/annotation-insert.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /pdfjs/web/images/annotation-key.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /pdfjs/web/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /pdfjs/web/images/annotation-noicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /pdfjs/web/images/annotation-note.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 14 | 21 | 28 | 35 | 42 | 43 | -------------------------------------------------------------------------------- /pdfjs/web/images/annotation-paragraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /pdfjs/web/images/findbarButton-next-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/findbarButton-next-rtl.png -------------------------------------------------------------------------------- /pdfjs/web/images/findbarButton-next-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/findbarButton-next-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/findbarButton-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/findbarButton-next.png -------------------------------------------------------------------------------- /pdfjs/web/images/findbarButton-next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/findbarButton-next@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/findbarButton-previous-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/findbarButton-previous-rtl.png -------------------------------------------------------------------------------- /pdfjs/web/images/findbarButton-previous-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/findbarButton-previous-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/findbarButton-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/findbarButton-previous.png -------------------------------------------------------------------------------- /pdfjs/web/images/findbarButton-previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/findbarButton-previous@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/grab.cur -------------------------------------------------------------------------------- /pdfjs/web/images/grabbing.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/grabbing.cur -------------------------------------------------------------------------------- /pdfjs/web/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/loading-icon.gif -------------------------------------------------------------------------------- /pdfjs/web/images/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/loading-small.png -------------------------------------------------------------------------------- /pdfjs/web/images/loading-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/loading-small@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-documentProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-documentProperties.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-firstPage.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-handTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-handTool.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-handTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-lastPage.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-rotateCcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-rotateCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-rotateCw.png -------------------------------------------------------------------------------- /pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/shadow.png -------------------------------------------------------------------------------- /pdfjs/web/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/texture.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-bookmark.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-bookmark@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-download.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-download@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-menuArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-menuArrows.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-menuArrows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-menuArrows@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-openFile.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-openFile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-openFile@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-pageDown-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-pageDown-rtl.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-pageDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-pageDown.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-pageDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-pageDown@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-pageUp-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-pageUp-rtl.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-pageUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-pageUp.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-pageUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-pageUp@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-presentationMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-presentationMode.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-presentationMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-presentationMode@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-print.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-print@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-print@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-search.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-search@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-sidebarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-sidebarToggle.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-sidebarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-viewAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-viewAttachments.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-viewAttachments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-viewAttachments@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-viewOutline-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-viewOutline-rtl.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-viewOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-viewOutline.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-viewOutline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-viewOutline@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-viewThumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-viewThumbnail.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-viewThumbnail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-zoomIn.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-zoomIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-zoomIn@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-zoomOut.png -------------------------------------------------------------------------------- /pdfjs/web/images/toolbarButton-zoomOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/toolbarButton-zoomOut@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/treeitem-collapsed-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/treeitem-collapsed-rtl.png -------------------------------------------------------------------------------- /pdfjs/web/images/treeitem-collapsed-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/treeitem-collapsed-rtl@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/treeitem-collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/treeitem-collapsed.png -------------------------------------------------------------------------------- /pdfjs/web/images/treeitem-collapsed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/treeitem-collapsed@2x.png -------------------------------------------------------------------------------- /pdfjs/web/images/treeitem-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/treeitem-expanded.png -------------------------------------------------------------------------------- /pdfjs/web/images/treeitem-expanded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/pdfjs/web/images/treeitem-expanded@2x.png -------------------------------------------------------------------------------- /pdfjs/web/locale/ak/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Krataafa baako a etwa mu 17 | previous_label=Ekyiri-baako 18 | next.title=Krataafa a edi so baako 19 | next_label=Dea-ɛ-di-so-baako 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Krataafa: 26 | page_of=wɔ {{pageCount}} 27 | 28 | zoom_out.title=Zuum pue 29 | zoom_out_label=Zuum ba abɔnten 30 | zoom_in.title=Zuum kɔ mu 31 | zoom_in_label=Zuum kɔ mu 32 | zoom.title=Zuum 33 | presentation_mode.title=Sesa kɔ Yɛkyerɛ Tebea mu 34 | presentation_mode_label=Yɛkyerɛ Tebea 35 | open_file.title=Bue Fael 36 | open_file_label=Bue 37 | print.title=Prente 38 | print_label=Prente 39 | download.title=Twe 40 | download_label=Twe 41 | bookmark.title=Seisei nhwɛ (fa anaaso bue wɔ tokuro foforo mu) 42 | bookmark_label=Seisei nhwɛ 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | # 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=Ti asɛm: 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 | # 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 | toggle_sidebar.title=Sɔ anaaso dum saedbaa 60 | toggle_sidebar_label=Sɔ anaaso dum saedbaa 61 | outline.title=Kyerɛ dɔkomɛnt bɔbea 62 | outline_label=Dɔkomɛnt bɔbea 63 | thumbs.title=Kyerɛ mfoniwaa 64 | thumbs_label=Mfoniwaa 65 | findbar.title=Hu wɔ dɔkomɛnt no mu 66 | findbar_label=Hu 67 | 68 | # Thumbnails panel item (tooltip and alt text for images) 69 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 70 | # number. 71 | thumb_page_title=Krataafa {{page}} 72 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 73 | # number. 74 | thumb_page_canvas=Krataafa ne mfoniwaa {{page}} 75 | 76 | # Find panel button title and messages 77 | find_label=Hunu: 78 | find_previous.title=San hu fres wɔ ekyiri baako 79 | find_previous_label=Ekyiri baako 80 | find_next.title=San hu fres no wɔ enim baako 81 | find_next_label=Ndiso 82 | find_highlight=Hyɛ bibiara nso 83 | find_match_case_label=Fa susu kaase 84 | find_reached_top=Edu krataafa ne soro, atoa so efiri ase 85 | find_reached_bottom=Edu krataafa n'ewiei, atoa so efiri soro 86 | find_not_found=Ennhu fres 87 | 88 | # Error panel labels 89 | error_more_info=Infɔmehyɛn bio a wɔka ho 90 | error_less_info=Te infɔmehyɛn bio a wɔka ho so 91 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 92 | # replaced by the PDF.JS version and build ID. 93 | error_version_info=PDF.js v{{vɛɛhyen}} (nsi: {{si}}) 94 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 95 | # english string describing the error. 96 | error_message=Nkrato: {{message}} 97 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 98 | # trace. 99 | error_stack=Staake: {{stack}} 100 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 101 | error_file=Fael: {{file}} 102 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 103 | error_line=Laen: {{line}} 104 | rendering_error=Mfomso bae wɔ bere a wɔ rekyerɛ krataafa no. 105 | 106 | # Predefined zoom values 107 | page_scale_width=Krataafa tɛtrɛtɛ 108 | page_scale_fit=Krataafa ehimtwa 109 | page_scale_auto=Zuum otomatik 110 | page_scale_actual=Kɛseyɛ ankasa 111 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 112 | # numerical scale value. 113 | 114 | # Loading indicator messages 115 | loading_error_indicator=Mfomso 116 | loading_error=Mfomso bae wɔ bere a wɔreloode PDF no. 117 | invalid_file_error=PDF fael no nndi mu anaaso ho atɔ kyima. 118 | missing_file_error=PDF fael no ayera. 119 | 120 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 121 | # "{{type}}" will be replaced with an annotation type from a list defined in 122 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 123 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 124 | text_annotation_type.alt=[{{type}} Tɛkst-nyiano] 125 | password_ok=OK 126 | password_cancel=Twa-mu 127 | 128 | printing_not_supported=Kɔkɔbɔ: Brawsa yi nnhyɛ daa mma prent ho kwan. 129 | printing_not_ready=Kɔkɔbɔ: Wɔnntwee PDF fael no nyinara mmbaee ama wo ɛ tumi aprente. 130 | web_fonts_disabled=Ɔedum wɛb-mfɔnt: nntumi mmfa PDF mfɔnt a wɔhyɛ mu nndi dwuma. 131 | document_colors_not_allowed=Wɔmma ho kwan sɛ PDF adɔkomɛnt de wɔn ara wɔn ahosu bɛdi dwuma: wɔ adum 'Ma ho kwan ma nkrataafa mpaw wɔn ara wɔn ahosu' wɔ brawsa yi mu. 132 | -------------------------------------------------------------------------------- /pdfjs/web/locale/be/viewer.properties: -------------------------------------------------------------------------------- 1 | previous.title = Папярэдняя старонка 2 | previous_label = Папярэдняя 3 | next.title = Наступная старонка 4 | next_label = Наступная 5 | page_label = Старонка: 6 | page_of = з {{pageCount}} 7 | zoom_out.title = Паменшыць 8 | zoom_out_label = Паменшыць 9 | zoom_in.title = Павялічыць 10 | zoom_in_label = Павялічыць 11 | zoom.title = Павялічэнне тэксту 12 | presentation_mode.title = Пераключыцца ў рэжым паказу 13 | presentation_mode_label = Рэжым паказу 14 | open_file.title = Адчыніць файл 15 | open_file_label = Адчыніць 16 | print.title = Друкаваць 17 | print_label = Друкаваць 18 | download.title = Загрузка 19 | download_label = Загрузка 20 | bookmark.title = Цяперашняя праява (скапіяваць або адчыніць у новым акне) 21 | bookmark_label = Цяперашняя праява 22 | tools.title = Прылады 23 | tools_label = Прылады 24 | first_page.title = Перайсці на першую старонку 25 | first_page.label = Перайсці на першую старонку 26 | first_page_label = Перайсці на першую старонку 27 | last_page.title = Перайсці на апошнюю старонку 28 | last_page.label = Перайсці на апошнюю старонку 29 | last_page_label = Перайсці на апошнюю старонку 30 | page_rotate_cw.title = Павярнуць па гадзіннікавай стрэлцы 31 | page_rotate_cw.label = Павярнуць па гадзіннікавай стрэлцы 32 | page_rotate_cw_label = Павярнуць па гадзіннікавай стрэлцы 33 | page_rotate_ccw.title = Павярнуць супраць гадзіннікавай стрэлкі 34 | page_rotate_ccw.label = Павярнуць супраць гадзіннікавай стрэлкі 35 | page_rotate_ccw_label = Павярнуць супраць гадзіннікавай стрэлкі 36 | hand_tool_enable.title = Дазволіць ручную прыладу 37 | hand_tool_enable_label = Дазволіць ручную прыладу 38 | hand_tool_disable.title = Забараніць ручную прыладу 39 | hand_tool_disable_label = Забараніць ручную прыладу 40 | document_properties.title = Уласцівасці дакумента… 41 | document_properties_label = Уласцівасці дакумента… 42 | document_properties_file_name = Назва файла: 43 | document_properties_file_size = Памер файла: 44 | document_properties_kb = {{size_kb}} КБ ({{size_b}} байт) 45 | document_properties_mb = {{size_mb}} МБ ({{size_b}} байт) 46 | document_properties_title = Загаловак: 47 | document_properties_author = Аўтар: 48 | document_properties_subject = Тэма: 49 | document_properties_keywords = Ключавыя словы: 50 | document_properties_creation_date = Дата стварэння: 51 | document_properties_modification_date = Дата змянення: 52 | document_properties_date_string = {{date}}, {{time}} 53 | document_properties_creator = Стваральнік: 54 | document_properties_producer = Вырабнік PDF: 55 | document_properties_version = Версія PDF: 56 | document_properties_page_count = Колькасць старонак: 57 | document_properties_close = Зачыніць 58 | toggle_sidebar.title = Пераключэнне палічкі 59 | toggle_sidebar_label = Пераключыць палічку 60 | outline.title = Паказ будовы дакумента 61 | outline_label = Будова дакумента 62 | attachments.title = Паказаць далучэнні 63 | attachments_label = Далучэнні 64 | thumbs.title = Паказ накідаў 65 | thumbs_label = Накіды 66 | findbar.title = Пошук у дакуменце 67 | findbar_label = Знайсці 68 | thumb_page_title = Старонка {{page}} 69 | thumb_page_canvas = Накід старонкі {{page}} 70 | find_label = Пошук: 71 | find_previous.title = Знайсці папярэдні выпадак выразу 72 | find_previous_label = Папярэдні 73 | find_next.title = Знайсці наступны выпадак выразу 74 | find_next_label = Наступны 75 | find_highlight = Падфарбаваць усе 76 | find_match_case_label = Адрозніваць вялікія/малыя літары 77 | find_reached_top = Дасягнуты пачатак дакумента, працяг з канца 78 | find_reached_bottom = Дасягнуты канец дакумента, працяг з пачатку 79 | find_not_found = Выраз не знойдзены 80 | error_more_info = Падрабязней 81 | error_less_info = Сцісла 82 | error_close = Закрыць 83 | error_version_info = PDF.js в{{version}} (пабудова: {{build}}) 84 | error_message = Паведамленне: {{message}} 85 | error_stack = Стос: {{stack}} 86 | error_file = Файл: {{file}} 87 | error_line = Радок: {{line}} 88 | rendering_error = Здарылася памылка падчас адлюстравання старонкі. 89 | page_scale_width = Шырыня старонкі 90 | page_scale_fit = Уцісненне старонкі 91 | page_scale_auto = Самастойнае павялічэнне 92 | page_scale_actual = Сапраўдны памер 93 | loading_error_indicator = Памылка 94 | loading_error = Здарылася памылка падчас загрузкі PDF. 95 | invalid_file_error = Няспраўны або пашкоджаны файл PDF. 96 | missing_file_error = Адсутны файл PDF. 97 | text_annotation_type.alt = [{{type}} Annotation] 98 | password_label = Увядзіце пароль, каб адчыніць гэты файл PDF. 99 | password_invalid = Крывы пароль. Паспрабуйце зноў. 100 | password_ok = Добра 101 | password_cancel = Скасаваць 102 | printing_not_supported = Папярэджанне: друк не падтрымлівацца цалкам гэтым азіральнікам. 103 | printing_not_ready = Увага: PDF не сцягнуты цалкам для друкавання. 104 | web_fonts_disabled = Шрыфты Сеціва забаронены: немгчыма ўжываць укладзеныя шрыфты PDF. 105 | document_colors_disabled = Дакументам PDF не дазволена карыстацца сваімі ўласнымі колерамі: 'Дазволіць старонкам выбіраць свае ўласныя колеры' абяздзейнена ў азіральніку. 106 | -------------------------------------------------------------------------------- /pdfjs/web/locale/csb/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | # Main toolbar buttons (tooltips and alt text for images) 6 | previous.title=Pòprzédnô strona 7 | previous_label=Pòprzédnô 8 | next.title=Nôslédnô strona 9 | next_label=Nôslédnô 10 | 11 | # LOCALIZATION NOTE (page_label, page_of): 12 | # These strings are concatenated to form the "Page: X of Y" string. 13 | # Do not translate "{{pageCount}}", it will be substituted with a number 14 | # representing the total number of pages. 15 | page_label=Strona: 16 | page_of=z {{pageCount}} 17 | 18 | zoom_out.title=Zmniészë 19 | zoom_out_label=Zmniészë 20 | zoom_in.title=Zwikszë 21 | zoom_in_label=Wiôlgòsc 22 | zoom.title=Wiôlgòsc 23 | print.title=Drëkùjë 24 | print_label=Drëkùjë 25 | presentation_mode.title=Przéńdzë w trib prezentacje 26 | presentation_mode_label=Trib prezentacje 27 | open_file.title=Òtemkni lopk 28 | open_file_label=Òtemkni 29 | download.title=Zladënk 30 | download_label=Zladënk 31 | bookmark.title=Spamiãtôj wëzdrzatk (kòpérëje, abò òtemkni w nowim òknnie) 32 | bookmark_label=Aktualny wëzdrzatk 33 | 34 | find_label=Szëkôj: 35 | find_previous.title=Biéj do pòprzédnégò wënikù szëkbë 36 | find_previous_label=Pòprzédny 37 | find_next.title=Biéj do nôslédnégò wënikù szëkbë 38 | find_next_label=Nôslédny 39 | find_highlight=Pòdszkrzëni wszëtczé 40 | find_match_case_label=Rozeznôwôj miarã lëterów 41 | find_not_found=Nie nalôzł tekstu 42 | find_reached_bottom=Doszedł do kùńca dokùmentu, zaczinającë òd górë 43 | find_reached_top=Doszedł do pòczątkù dokùmentu, zaczinającë òd dołù 44 | 45 | toggle_sidebar.title=Pòsuwk wëbiérkù 46 | toggle_sidebar_label=Pòsuwk wëbiérkù 47 | 48 | outline.title=Wëskrzëni òbcéch dokùmentu 49 | outline_label=Òbcéch dokùmentu 50 | thumbs.title=Wëskrzëni miniaturë 51 | thumbs_label=Miniaturë 52 | findbar.title=Przeszëkôj dokùment 53 | findbar_label=Nalezë 54 | tools_label=Nôrzãdła 55 | first_page.title=Biéj do pierszi stronë 56 | first_page.label=Biéj do pierszi stronë 57 | last_page.label=Biéj do òstatny stronë 58 | invalid_file_error=Lëchi ôrt, abò pòpsëti lopk PDF. 59 | 60 | 61 | 62 | # Thumbnails panel item (tooltip and alt text for images) 63 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_title=Strona {{page}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=Miniatura stronë {{page}} 69 | 70 | # Error panel labels 71 | error_more_info=Wicy infòrmacje 72 | error_less_info=Mni infòrmacje 73 | error_close=Close 74 | error_version_info=PDF.js v{{version}} (build: {{build}}) 75 | 76 | 77 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 78 | # english string describing the error. 79 | error_message=Message: {{wiadło}} 80 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 81 | # trace. 82 | error_stack=Stack: {{stóg}} 83 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 84 | error_file=File: {{lopk}} 85 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 86 | error_line=Line: {{line}} 87 | rendering_error=Pòkôza sã fela przë renderowanim stronë. 88 | 89 | # Predefined zoom values 90 | page_scale_width=Szérzawa stronë 91 | page_scale_fit=Dopasëje stronã 92 | page_scale_auto=Aùtomatnô wiôlgòsc 93 | page_scale_actual=Naturalnô wiôlgòsc 94 | 95 | # Loading indicator messages 96 | # LOCALIZATION NOTE (error_line): "{{[percent}}" will be replaced with a percentage 97 | loading_error_indicator=Fela 98 | loading_error=Pòkôza sã fela przë wczëtiwanim PDFù. 99 | 100 | # LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip. 101 | # "{{[type}}" will be replaced with an annotation type from a list defined in 102 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 103 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 104 | 105 | request_password=PDF je zabezpieczony parolą: 106 | printing_not_supported = Òstrzéga: przezérnik nie je do kùńca wspieróny przez drëkôrze 107 | 108 | # Context menu 109 | page_rotate_cw.label=Òbkrãcë w prawò 110 | page_rotate_ccw.label=Òbkrãcë w lewò 111 | 112 | 113 | last_page.title=Biéj do pòprzédny stronë 114 | last_page_label=Biéj do pòprzédny stronë 115 | page_rotate_cw.title=Òbkrãcë w prawò 116 | page_rotate_cw_label=Òbkrãcë w prawò 117 | page_rotate_ccw.title=Òbkrãcë w lewò 118 | page_rotate_ccw_label=Òbkrãcë w lewò 119 | 120 | 121 | web_fonts_disabled=Sécowé czconczi są wëłączoné: włączë je, bë móc ùżiwac òsadzonëch czconków w lopkach PDF. 122 | 123 | 124 | missing_file_error=Felëje lopka PDF. 125 | printing_not_ready = Òstrzéga: lopk mùszi sã do kùńca wczëtac zanim gò mòże drëkòwac 126 | 127 | document_colors_disabled=Dokùmentë PDF nie mògą ù swòjich farwów: \'Pòzwòlë stronóm wëbierac swòje farwë\' je wëłączoné w przezérnikù. 128 | invalid_password=Lëchô parola. 129 | text_annotation_type.alt=[Adnotacjô {{type}}] 130 | 131 | tools.title=Tools 132 | first_page_label=Go to First Page 133 | 134 | 135 | -------------------------------------------------------------------------------- /pdfjs/web/locale/es-ES/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | previous.title = Página anterior 6 | previous_label = Anterior 7 | next.title = Página siguiente 8 | next_label = Siguiente 9 | page_label = Página: 10 | page_of = de {{pageCount}} 11 | zoom_out.title = Reducir 12 | zoom_out_label = Reducir 13 | zoom_in.title = Aumentar 14 | zoom_in_label = Aumentar 15 | zoom.title = Tamaño 16 | presentation_mode.title = Cambiar al modo presentación 17 | presentation_mode_label = Modo presentación 18 | open_file.title = Abrir archivo 19 | open_file_label = Abrir 20 | print.title = Imprimir 21 | print_label = Imprimir 22 | download.title = Descargar 23 | download_label = Descargar 24 | bookmark.title = Vista actual (copiar o abrir en una nueva ventana) 25 | bookmark_label = Vista actual 26 | tools.title = Herramientas 27 | tools_label = Herramientas 28 | first_page.title = Ir a la primera página 29 | first_page.label = Ir a la primera página 30 | first_page_label = Ir a la primera página 31 | last_page.title = Ir a la última página 32 | last_page.label = Ir a la última página 33 | last_page_label = Ir a la última página 34 | page_rotate_cw.title = Rotar en sentido horario 35 | page_rotate_cw.label = Rotar en sentido horario 36 | page_rotate_cw_label = Rotar en sentido horario 37 | page_rotate_ccw.title = Rotar en sentido antihorario 38 | page_rotate_ccw.label = Rotar en sentido antihorario 39 | page_rotate_ccw_label = Rotar en sentido antihorario 40 | hand_tool_enable.title = Activar herramienta mano 41 | hand_tool_enable_label = Activar herramienta mano 42 | hand_tool_disable.title = Desactivar herramienta mano 43 | hand_tool_disable_label = Desactivar herramienta mano 44 | document_properties.title = Propiedades del documento… 45 | document_properties_label = Propiedades del documento… 46 | document_properties_file_name = Nombre de archivo: 47 | document_properties_file_size = Tamaño de archivo: 48 | document_properties_kb = {{size_kb}} KB ({{size_b}} bytes) 49 | document_properties_mb = {{size_mb}} MB ({{size_b}} bytes) 50 | document_properties_title = Título: 51 | document_properties_author = Autor: 52 | document_properties_subject = Asunto: 53 | document_properties_keywords = Palabras clave: 54 | document_properties_creation_date = Fecha de creación: 55 | document_properties_modification_date = Fecha de modificación: 56 | document_properties_date_string = {{date}}, {{time}} 57 | document_properties_creator = Creador: 58 | document_properties_producer = Productor PDF: 59 | document_properties_version = Versión PDF: 60 | document_properties_page_count = Número de páginas: 61 | document_properties_close = Cerrar 62 | toggle_sidebar.title = Cambiar barra lateral 63 | toggle_sidebar_label = Cambiar barra lateral 64 | outline.title = Mostrar el esquema del documento 65 | outline_label = Esquema del documento 66 | attachments.title = Mostrar adjuntos 67 | attachments_label = Adjuntos 68 | thumbs.title = Mostrar miniaturas 69 | thumbs_label = Miniaturas 70 | findbar.title = Buscar en el documento 71 | findbar_label = Buscar 72 | thumb_page_title = Página {{page}} 73 | thumb_page_canvas = Miniatura de la página {{page}} 74 | find_label = Buscar: 75 | find_previous.title = Encontrar la anterior aparición de la frase 76 | find_previous_label = Anterior 77 | find_next.title = Encontrar la siguiente aparición de esta frase 78 | find_next_label = Siguiente 79 | find_highlight = Resaltar todos 80 | find_match_case_label = Coincidencia de mayús./minús. 81 | find_reached_top = Se alcanzó el inicio del documento, se continúa desde el final 82 | find_reached_bottom = Se alcanzó el final del documento, se continúa desde el inicio 83 | find_not_found = Frase no encontrada 84 | error_more_info = Más información 85 | error_less_info = Menos información 86 | error_close = Cerrar 87 | error_version_info = PDF.js v{{version}} (build: {{build}}) 88 | error_message = Mensaje: {{message}} 89 | error_stack = Pila: {{stack}} 90 | error_file = Archivo: {{file}} 91 | error_line = Línea: {{line}} 92 | rendering_error = Ocurrió un error al renderizar la página. 93 | page_scale_width = Anchura de la página 94 | page_scale_fit = Ajuste de la página 95 | page_scale_auto = Tamaño automático 96 | page_scale_actual = Tamaño real 97 | page_scale_percent = {{scale}}% 98 | loading_error_indicator = Error 99 | loading_error = Ocurrió un error al cargar el PDF. 100 | invalid_file_error = Fichero PDF no válido o corrupto. 101 | missing_file_error = No hay fichero PDF. 102 | unexpected_response_error = Respuesta inesperada del servidor. 103 | text_annotation_type.alt = [Anotación {{type}}] 104 | password_label = Introduzca la contraseña para abrir este archivo PDF. 105 | password_invalid = Contraseña no válida. Vuelva a intentarlo. 106 | password_ok = Aceptar 107 | password_cancel = Cancelar 108 | printing_not_supported = Advertencia: Imprimir no está totalmente soportado por este navegador. 109 | printing_not_ready = Advertencia: Este PDF no se ha cargado completamente para poder imprimirse. 110 | web_fonts_disabled = Las tipografías web están desactivadas: es imposible usar las tipografías PDF embebidas. 111 | document_colors_not_allowed = Los documentos PDF no tienen permitido usar sus propios colores: 'Permitir a las páginas elegir sus propios colores' está desactivado en el navegador. 112 | -------------------------------------------------------------------------------- /pdfjs/web/locale/it/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | previous.title = Pagina precedente 6 | previous_label = Precedente 7 | next.title = Pagina successiva 8 | next_label = Successiva 9 | page_label = Pagina: 10 | page_of = di {{pageCount}} 11 | zoom_out.title = Riduci zoom 12 | zoom_out_label = Riduci zoom 13 | zoom_in.title = Aumenta zoom 14 | zoom_in_label = Aumenta zoom 15 | zoom.title = Zoom 16 | presentation_mode.title = Passa alla modalità presentazione 17 | presentation_mode_label = Modalità presentazione 18 | open_file.title = Apri file 19 | open_file_label = Apri 20 | print.title = Stampa 21 | print_label = Stampa 22 | download.title = Scarica questo documento 23 | download_label = Download 24 | bookmark.title = Visualizzazione corrente (copia o apri in una nuova finestra) 25 | bookmark_label = Visualizzazione corrente 26 | tools.title = Strumenti 27 | tools_label = Strumenti 28 | first_page.title = Vai alla prima pagina 29 | first_page.label = Vai alla prima pagina 30 | first_page_label = Vai alla prima pagina 31 | last_page.title = Vai all’ultima pagina 32 | last_page.label = Vai all’ultima pagina 33 | last_page_label = Vai all’ultima pagina 34 | page_rotate_cw.title = Ruota in senso orario 35 | page_rotate_cw.label = Ruota in senso orario 36 | page_rotate_cw_label = Ruota in senso orario 37 | page_rotate_ccw.title = Ruota in senso antiorario 38 | page_rotate_ccw.label = Ruota in senso antiorario 39 | page_rotate_ccw_label = Ruota in senso antiorario 40 | hand_tool_enable.title = Attiva strumento mano 41 | hand_tool_enable_label = Attiva strumento mano 42 | hand_tool_disable.title = Disattiva strumento mano 43 | hand_tool_disable_label = Disattiva strumento mano 44 | document_properties.title = Proprietà del documento… 45 | document_properties_label = Proprietà del documento… 46 | document_properties_file_name = Nome file: 47 | document_properties_file_size = Dimensione file: 48 | document_properties_kb = {{size_kb}} kB ({{size_b}} byte) 49 | document_properties_mb = {{size_mb}} MB ({{size_b}} byte) 50 | document_properties_title = Titolo: 51 | document_properties_author = Autore: 52 | document_properties_subject = Oggetto: 53 | document_properties_keywords = Parole chiave: 54 | document_properties_creation_date = Data creazione: 55 | document_properties_modification_date = Data modifica: 56 | document_properties_date_string = {{date}}, {{time}} 57 | document_properties_creator = Autore originale: 58 | document_properties_producer = Produttore PDF: 59 | document_properties_version = Versione PDF: 60 | document_properties_page_count = Conteggio pagine: 61 | document_properties_close = Chiudi 62 | toggle_sidebar.title = Attiva/disattiva barra laterale 63 | toggle_sidebar_label = Attiva/disattiva barra laterale 64 | outline.title = Visualizza la struttura del documento 65 | outline_label = Struttura documento 66 | attachments.title = Visualizza allegati 67 | attachments_label = Allegati 68 | thumbs.title = Mostra le miniature 69 | thumbs_label = Miniature 70 | findbar.title = Trova nel documento 71 | findbar_label = Trova 72 | thumb_page_title = Pagina {{page}} 73 | thumb_page_canvas = Miniatura della pagina {{page}} 74 | find_label = Trova: 75 | find_previous.title = Trova l’occorrenza precedente del testo da cercare 76 | find_previous_label = Precedente 77 | find_next.title = Trova l’occorrenza successiva del testo da cercare 78 | find_next_label = Successivo 79 | find_highlight = Evidenzia 80 | find_match_case_label = Maiuscole/minuscole 81 | find_reached_top = Raggiunto l’inizio della pagina, continua dalla fine 82 | find_reached_bottom = Raggiunta la fine della pagina, continua dall’inizio 83 | find_not_found = Testo non trovato 84 | error_more_info = Ulteriori informazioni 85 | error_less_info = Nascondi dettagli 86 | error_close = Chiudi 87 | error_version_info = PDF.js v{{version}} (build: {{build}}) 88 | error_message = Messaggio: {{message}} 89 | error_stack = Stack: {{stack}} 90 | error_file = File: {{file}} 91 | error_line = Riga: {{line}} 92 | rendering_error = Si è verificato un errore durante il rendering della pagina. 93 | page_scale_width = Larghezza pagina 94 | page_scale_fit = Adatta a una pagina 95 | page_scale_auto = Zoom automatico 96 | page_scale_actual = Dimensioni effettive 97 | page_scale_percent = {{scale}}% 98 | loading_error_indicator = Errore 99 | loading_error = Si è verificato un errore durante il caricamento del PDF. 100 | invalid_file_error = File PDF non valido o danneggiato. 101 | missing_file_error = File PDF non disponibile. 102 | unexpected_response_error = Risposta imprevista del server 103 | text_annotation_type.alt = [Annotazione: {{type}}] 104 | password_label = Inserire la password per aprire questo file PDF. 105 | password_invalid = Password non corretta. Riprovare. 106 | password_ok = OK 107 | password_cancel = Annulla 108 | printing_not_supported = Attenzione: la stampa non è completamente supportata da questo browser. 109 | printing_not_ready = Attenzione: il PDF non è ancora stato caricato completamente per la stampa. 110 | web_fonts_disabled = I web font risultano disattivati: impossibile utilizzare i caratteri inclusi nel PDF. 111 | document_colors_not_allowed = Non è possibile visualizzare i colori originali definiti nel file PDF: l’opzione del browser “Consenti alle pagine di scegliere i propri colori invece di quelli impostati” è disattivata. 112 | -------------------------------------------------------------------------------- /pdfjs/web/locale/ja/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=前のページへ戻ります 17 | previous_label=前へ 18 | next.title=次のページへ進みます 19 | next_label=次へ 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=ページ: 26 | page_of=/ {{pageCount}} 27 | 28 | zoom_out.title=表示を縮小します 29 | zoom_out_label=縮小 30 | zoom_in.title=表示を拡大します 31 | zoom_in_label=拡大 32 | zoom.title=拡大/縮小 33 | presentation_mode.title=プレゼンテーションモードに切り替えます 34 | presentation_mode_label=プレゼンテーションモード 35 | open_file.title=ファイルを指定して開きます 36 | open_file_label=開く 37 | print.title=印刷します 38 | print_label=印刷 39 | download.title=ダウンロードします 40 | download_label=ダウンロード 41 | bookmark.title=現在のビューの URL です (コピーまたは新しいウィンドウに開く) 42 | bookmark_label=現在のビュー 43 | 44 | # Secondary toolbar and context menu 45 | tools.title=ツール 46 | tools_label=ツール 47 | first_page.title=最初のページへ移動します 48 | first_page.label=最初のページへ移動 49 | first_page_label=最初のページへ移動 50 | last_page.title=最後のページへ移動します 51 | last_page.label=最後のページへ移動 52 | last_page_label=最後のページへ移動 53 | page_rotate_cw.title=ページを右へ回転します 54 | page_rotate_cw.label=右回転 55 | page_rotate_cw_label=右回転 56 | page_rotate_ccw.title=ページを左へ回転します 57 | page_rotate_ccw.label=左回転 58 | page_rotate_ccw_label=左回転 59 | 60 | hand_tool_enable.title=手のひらツールを有効にします 61 | hand_tool_enable_label=手のひらツールを有効にする 62 | hand_tool_disable.title=手のひらツールを無効にします 63 | hand_tool_disable_label=手のひらツールを無効にする 64 | 65 | # Document properties dialog box 66 | document_properties.title=文書のプロパティ... 67 | document_properties_label=文書のプロパティ... 68 | document_properties_file_name=ファイル名: 69 | document_properties_file_size=ファイルサイズ: 70 | document_properties_kb={{size_kb}} KB ({{size_b}} bytes) 71 | document_properties_mb={{size_mb}} MB ({{size_b}} bytes) 72 | document_properties_title=タイトル: 73 | document_properties_author=作成者: 74 | document_properties_subject=件名: 75 | document_properties_keywords=キーワード: 76 | document_properties_creation_date=作成日: 77 | document_properties_modification_date=更新日: 78 | document_properties_date_string={{date}}, {{time}} 79 | document_properties_creator=アプリケーション: 80 | document_properties_producer=PDF 作成: 81 | document_properties_version=PDF のバージョン: 82 | document_properties_page_count=ページ数: 83 | document_properties_close=閉じる 84 | 85 | # Tooltips and alt text for side panel toolbar buttons 86 | # (the _label strings are alt text for the buttons, the .title strings are 87 | # tooltips) 88 | toggle_sidebar.title=サイドバー表示を切り替えます 89 | toggle_sidebar_label=サイドバーの切り替え 90 | outline.title=文書の目次を表示します 91 | outline_label=文書の目次 92 | attachments.title=添付ファイルを表示します 93 | attachments_label=添付ファイル 94 | thumbs.title=縮小版を表示します 95 | thumbs_label=縮小版 96 | findbar.title=文書内を検索します 97 | findbar_label=検索 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}} ページ 103 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 104 | # number. 105 | thumb_page_canvas=ページの縮小版 {{page}} 106 | 107 | # Find panel button title and messages 108 | find_label=検索: 109 | find_previous.title=指定文字列に一致する 1 つ前の部分を検索します 110 | find_previous_label=前へ 111 | find_next.title=指定文字列に一致する次の部分を検索します 112 | find_next_label=次へ 113 | find_highlight=すべて強調表示 114 | find_match_case_label=大文字/小文字を区別 115 | find_reached_top=文書先頭に到達したので末尾に戻って検索しました。 116 | find_reached_bottom=文書末尾に到達したので先頭に戻って検索しました。 117 | find_not_found=見つかりませんでした。 118 | 119 | # Error panel labels 120 | error_more_info=詳細情報 121 | error_less_info=詳細情報の非表示 122 | error_close=閉じる 123 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 124 | # replaced by the PDF.JS version and build ID. 125 | error_version_info=PDF.js v{{version}} (ビルド: {{build}}) 126 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 127 | # english string describing the error. 128 | error_message=メッセージ: {{message}} 129 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 130 | # trace. 131 | error_stack=スタック: {{stack}} 132 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 133 | error_file=ファイル: {{file}} 134 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 135 | error_line=行: {{line}} 136 | rendering_error=ページのレンダリング中にエラーが発生しました 137 | 138 | # Predefined zoom values 139 | page_scale_width=幅に合わせる 140 | page_scale_fit=ページのサイズに合わせる 141 | page_scale_auto=自動ズーム 142 | page_scale_actual=実際のサイズ 143 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 144 | # numerical scale value. 145 | page_scale_percent={{scale}}% 146 | 147 | # Loading indicator messages 148 | loading_error_indicator=エラー 149 | loading_error=PDF の読み込み中にエラーが発生しました 150 | invalid_file_error=無効または破損した PDF ファイル 151 | missing_file_error=PDF ファイルが見つかりません。 152 | unexpected_response_error=サーバから予期せぬ応答がありました。 153 | 154 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 155 | # "{{type}}" will be replaced with an annotation type from a list defined in 156 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 157 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 158 | text_annotation_type.alt=[{{type}} 注釈] 159 | password_label=この PDF ファイルを開くためのパスワードを入力してください。 160 | password_invalid=無効なパスワードです。もう一度やり直してください。 161 | password_ok=OK 162 | password_cancel=キャンセル 163 | 164 | printing_not_supported=警告: このブラウザでは印刷が完全にサポートされていません 165 | printing_not_ready=警告: PDF を印刷するための読み込みが終了していません 166 | web_fonts_disabled=Web フォントが無効になっています: 埋め込まれた PDF のフォントを使用できません 167 | document_colors_not_allowed=PDF 文書は、Web ページが指定した配色を使用することができません: 'Web ページが指定した配色' はブラウザで無効になっています。 168 | -------------------------------------------------------------------------------- /pdfjs/web/locale/ku/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=Rûpela berê 17 | previous_label=Paşve 18 | next.title=Rûpela pêş 19 | next_label=Pêş 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Rûpel: 26 | page_of=/ {{pageCount}} 27 | 28 | zoom_out.title=Dûr bike 29 | zoom_out_label=Dûr bike 30 | zoom_in.title=Nêzîk bike 31 | zoom_in_label=Nêzîk bike 32 | zoom.title=Nêzîk Bike 33 | presentation_mode.title=Derbasî mûda pêşkêşkariyê bibe 34 | presentation_mode_label=Moda Pêşkêşkariyê 35 | open_file.title=Pelî veke 36 | open_file_label=Veke 37 | print.title=Çap bike 38 | print_label=Çap bike 39 | download.title=Jêbar bike 40 | download_label=Jêbar bike 41 | bookmark.title=Xuyakirina niha (kopî yan jî di pencereyeke nû de veke) 42 | bookmark_label=Xuyakirina niha 43 | 44 | # Secondary toolbar and context menu 45 | tools.title=Amûr 46 | tools_label=Amûr 47 | first_page.title=Here rûpela yekemîn 48 | first_page.label=Here rûpela yekemîn 49 | first_page_label=Here rûpela yekemîn 50 | last_page.title=Here rûpela dawîn 51 | last_page.label=Here rûpela dawîn 52 | last_page_label=Here rûpela dawîn 53 | page_rotate_cw.title=Bi aliyê saetê ve bizivirîne 54 | page_rotate_cw.label=Bi aliyê saetê ve bizivirîne 55 | page_rotate_cw_label=Bi aliyê saetê ve bizivirîne 56 | page_rotate_ccw.title=Berevajî aliyê saetê ve bizivirîne 57 | page_rotate_ccw.label=Berevajî aliyê saetê ve bizivirîne 58 | page_rotate_ccw_label=Berevajî aliyê saetê ve bizivirîne 59 | 60 | 61 | # Document properties dialog box 62 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 63 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 64 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 65 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 66 | document_properties_title=Sernav: 67 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 68 | # will be replaced by the creation/modification date, and time, of the PDF file. 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=Darikê kêlekê veke/bigire 74 | toggle_sidebar_label=Darikê kêlekê veke/bigire 75 | outline.title=Şemaya belgeyê nîşan bide 76 | outline_label=Şemaya belgeyê 77 | thumbs.title=Wênekokan nîşan bide 78 | thumbs_label=Wênekok 79 | findbar.title=Di belgeyê de bibîne 80 | findbar_label=Bibîne 81 | 82 | # Thumbnails panel item (tooltip and alt text for images) 83 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 84 | # number. 85 | thumb_page_title=Rûpel {{page}} 86 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 87 | # number. 88 | thumb_page_canvas=Wênekoka rûpelê {{page}} 89 | 90 | # Find panel button title and messages 91 | find_label=Bibîne: 92 | find_previous.title=Peyva berê bibîne 93 | find_previous_label=Paşve 94 | find_next.title=Peyya pêş bibîne 95 | find_next_label=Pêşve 96 | find_highlight=Tevî beloq bike 97 | find_match_case_label=Ji bo tîpên hûrdek-girdek bihîstyar 98 | find_reached_top=Gihîşt serê rûpelê, ji dawiya rûpelê bidomîne 99 | find_reached_bottom=Gihîşt dawiya rûpelê, ji serê rûpelê bidomîne 100 | find_not_found=Peyv nehat dîtin 101 | 102 | # Error panel labels 103 | error_more_info=Zêdetir agahî 104 | error_less_info=Zêdetir agahî 105 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 106 | # replaced by the PDF.JS version and build ID. 107 | error_version_info=PDF.js versiyon {{version}} (avanî: {{build}}) 108 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 109 | # english string describing the error. 110 | error_message=Peyam: {{message}} 111 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 112 | # trace. 113 | error_stack=Komik: {{stack}} 114 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 115 | error_file=Pel: {{file}} 116 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 117 | error_line=Rêzik: {{line}} 118 | rendering_error=Di vehûrandina rûpelê de çewtî çêbû. 119 | 120 | # Predefined zoom values 121 | page_scale_width=Firehiya rûpelê 122 | page_scale_fit=Di rûpelê de bicî bike 123 | page_scale_auto=Xweber nêzîk bike 124 | page_scale_actual=Mezinahiya rastîn 125 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 126 | # numerical scale value. 127 | 128 | # Loading indicator messages 129 | loading_error_indicator=Xeletî 130 | loading_error=Dema ku PDF dihat barkirin çewtiyek çêbû. 131 | invalid_file_error=Pelê PDFê nederbasdar yan jî xirabe ye. 132 | missing_file_error=Pelê PDFê kêm e. 133 | 134 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 135 | # "{{type}}" will be replaced with an annotation type from a list defined in 136 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 137 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 138 | text_annotation_type.alt=[Nîşaneya {{type}}ê] 139 | password_label=Ji bo PDFê vekî şîfreyê binivîse. 140 | password_invalid=Şîfre çewt e. Tika ye dîsa biceribîne. 141 | password_ok=Temam 142 | password_cancel=Betal 143 | 144 | printing_not_supported=Hişyarî: Çapkirin ji hêla vê gerokê ve bi temamî nayê destekirin. 145 | printing_not_ready=Hişyarî: PDF bi temamî nehat barkirin û ji bo çapê ne amade ye. 146 | web_fonts_disabled=Fontên Webê neçalak in: Fontên PDFê yên veşartî nayên bikaranîn. 147 | document_colors_not_allowed=Destûr tune ye ku belgeyên PDFê rengên xwe bi kar bînin: Di gerokê de 'destûrê bide rûpelan ku rengên xwe bi kar bînin' nehatiye çalakirin. 148 | -------------------------------------------------------------------------------- /pdfjs/web/locale/lg/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Omuko Ogubadewo 17 | next.title=Omuko Oguddako 18 | 19 | # LOCALIZATION NOTE (page_label, page_of): 20 | # These strings are concatenated to form the "Page: X of Y" string. 21 | # Do not translate "{{pageCount}}", it will be substituted with a number 22 | # representing the total number of pages. 23 | page_label=Omuko: 24 | page_of=ku {{pageCount}} 25 | 26 | zoom_out.title=Zimbulukusa 27 | zoom_out_label=Zimbulukusa 28 | zoom_in.title=Funza Munda 29 | zoom_in_label=Funza Munda 30 | zoom.title=Gezzamu 31 | open_file.title=Bikula Fayiro 32 | open_file_label=Ggulawo 33 | print.title=Fulumya 34 | print_label=Fulumya 35 | download.title=Tikula 36 | download_label=Tikula 37 | bookmark.title=Endabika eriwo (koppa oba gulawo mu diriisa epya) 38 | bookmark_label=Endabika Eriwo 39 | 40 | # Secondary toolbar and context menu 41 | 42 | 43 | # Document properties dialog box 44 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 45 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 46 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 47 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 48 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 49 | # will be replaced by the creation/modification date, and time, of the PDF file. 50 | 51 | # Tooltips and alt text for side panel toolbar buttons 52 | # (the _label strings are alt text for the buttons, the .title strings are 53 | # tooltips) 54 | outline.title=Laga Ensalo ze Kiwandiko 55 | outline_label=Ensalo ze Ekiwandiko 56 | thumbs.title=Laga Ekifanyi Mubufunze 57 | thumbs_label=Ekifanyi Mubufunze 58 | findbar_label=Zuula 59 | 60 | # Thumbnails panel item (tooltip and alt text for images) 61 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 62 | # number. 63 | thumb_page_title=Omuko {{page}} 64 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 65 | # number. 66 | thumb_page_canvas=Ekifananyi kyo Omuko Mubufunze {{page}} 67 | 68 | # Find panel button title and messages 69 | find_previous.title=Zuula awayise mukweddamu mumiteddera 70 | find_next.title=Zuula ekidako mukweddamu mumiteddera 71 | find_highlight=Londa byonna 72 | find_not_found=Emiteddera tezuuliddwa 73 | 74 | # Error panel labels 75 | error_more_info=Ebisingawo 76 | error_less_info=Mubumpimpi 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 | error_message=Obubaaka: {{message}} 82 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 83 | # trace. 84 | error_stack=Ebipangiddwa: {{stack}} 85 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 86 | error_file=Fayiro {{file}} 87 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 88 | error_line=Layini: {{line}} 89 | rendering_error=Wabadewo ensobi muku tekawo omuko. 90 | 91 | # Predefined zoom values 92 | page_scale_width=Obugazi bwo Omuko 93 | page_scale_fit=Okutuka kwo Omuko 94 | page_scale_auto=Okwefunza no Kwegeza 95 | page_scale_actual=Obunene Obutufu 96 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 97 | # numerical scale value. 98 | 99 | # Loading indicator messages 100 | loading_error_indicator=Ensobi 101 | loading_error=Wabadewo ensobi mukutika PDF. 102 | 103 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 104 | # "{{type}}" will be replaced with an annotation type from a list defined in 105 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 106 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 107 | text_annotation_type.alt=[{{type}} Enyonyola] 108 | password_ok=OK 109 | password_cancel=Sazaamu 110 | 111 | printing_not_supported=Okulaabula: Okulumya empapula tekuwagirwa enonyeso enno. 112 | -------------------------------------------------------------------------------- /pdfjs/web/locale/lij/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | previous.title = Pagina precedente 6 | previous_label = Precedente 7 | next.title = Pagina dòppo 8 | next_label = Pròscima 9 | page_label = Pagina: 10 | page_of = de {{pageCount}} 11 | zoom_out.title = Diminoisci zoom 12 | zoom_out_label = Diminoisci zoom 13 | zoom_in.title = Aomenta zoom 14 | zoom_in_label = Aomenta zoom 15 | zoom.title = Zoom 16 | print.title = Stanpa 17 | print_label = Stanpa 18 | open_file.title = Arvi file 19 | open_file_label = Arvi 20 | download.title = Descaregamento 21 | download_label = Descaregamento 22 | bookmark.title = Vixon corente (còpia ò arvi inte 'n neuvo barcon) 23 | bookmark_label = Vixon corente 24 | outline.title = Veddi strutua documento 25 | outline_label = Strutua documento 26 | thumbs.title = Mostra miniatue 27 | thumbs_label = Miniatue 28 | thumb_page_title = Pagina {{page}} 29 | thumb_page_canvas = Miniatua da pagina {{page}} 30 | error_more_info = Ciù informaçioin 31 | error_less_info = Meno informaçioin 32 | error_version_info = PDF.js v{{version}} (build: {{build}}) 33 | error_close = Særa 34 | missing_file_error = O file PDF o no gh'é. 35 | toggle_sidebar.title = Ativa/dizativa bara de scianco 36 | toggle_sidebar_label = Ativa/dizativa bara de scianco 37 | error_message = Mesaggio: {{message}} 38 | error_stack = Stack: {{stack}} 39 | error_file = File: {{file}} 40 | error_line = Linia: {{line}} 41 | rendering_error = Gh'é stæto 'n'erô itno rendering da pagina. 42 | page_scale_width = Larghessa pagina 43 | page_scale_fit = Adatta a una pagina 44 | page_scale_auto = Zoom aotomatico 45 | page_scale_actual = Dimenscioin efetive 46 | loading_error_indicator = Erô 47 | loading_error = S'é verificou 'n'erô itno caregamento do PDF. 48 | printing_not_supported = Atençion: a stanpa a no l'é conpletamente soportâ da sto navegatô. 49 | 50 | # Context menu 51 | page_rotate_cw.label=Gia in senso do releuio 52 | page_rotate_ccw.label=Gia in senso do releuio a-a reversa 53 | 54 | presentation_mode.title=Vanni into mòddo de prezentaçion 55 | presentation_mode_label=Mòddo de prezentaçion 56 | 57 | find_label = Treuva: 58 | find_previous.title = Treuva a ripetiçion precedente do testo da çercâ 59 | find_previous_label = Precedente 60 | find_next.title = Treuva a ripetiçion dòppo do testo da çercâ 61 | find_next_label = Segoente 62 | find_highlight = Evidençia 63 | find_match_case_label = Maioscole/minoscole 64 | find_reached_bottom = Razonto l'iniçio da pagina, continoa da-a fin 65 | find_reached_top = Razonto a fin da pagina, continoa da l'iniçio 66 | find_not_found = Testo no trovou 67 | findbar.title = Treuva into documento 68 | findbar_label = Treuva 69 | first_page.label = Vanni a-a primma pagina 70 | last_page.label = Vanni a l'urtima pagina 71 | invalid_file_error = O file PDF o l'é no valido ò aroinou. 72 | 73 | web_fonts_disabled = I font do web en dizativæ: inposcibile adeuviâ i carateri do PDF. 74 | printing_not_ready = Atençion: o PDF o no l'é ancon caregou conpletamente pe-a stanpa. 75 | 76 | document_colors_not_allowed = No l'é poscibile adeuviâ i pròpi coî pe-i documenti PDF: l'opçion do navegatô “Permetti a-e pagine de çerne i pròpi coî in cangio de quelli inpostæ” a l'é dizativâ. 77 | text_annotation_type.alt = [Anotaçion: {{type}}] 78 | 79 | first_page.title = Vanni a-a primma pagina 80 | first_page_label = Vanni a-a primma pagina 81 | last_page.title = Vanni a l'urtima pagina 82 | last_page_label = Vanni a l'urtima pagina 83 | page_rotate_ccw.title = Gia into verso antioraio 84 | page_rotate_ccw_label = Gia into verso antioraio 85 | page_rotate_cw.title = Gia into verso oraio 86 | page_rotate_cw_label = Gia into verso oraio 87 | tools.title = Strumenti 88 | tools_label = Strumenti 89 | password_label = Dimme a paròlla segreta pe arvî sto file PDF. 90 | password_invalid = Paròlla segreta sbalia. Preuva torna. 91 | password_ok = Va ben 92 | password_cancel = Anulla 93 | 94 | document_properties.title = Propietæ do documento… 95 | document_properties_label = Propietæ do documento… 96 | document_properties_file_name = Nomme file: 97 | document_properties_file_size = Dimenscion file: 98 | document_properties_kb = {{size_kb}} kB ({{size_b}} byte) 99 | document_properties_mb = {{size_kb}} MB ({{size_b}} byte) 100 | document_properties_title = Titolo: 101 | document_properties_author = Aoto: 102 | document_properties_subject = Ogetto: 103 | document_properties_keywords = Paròlle ciave: 104 | document_properties_creation_date = Dæta creaçion: 105 | document_properties_modification_date = Dæta cangiamento: 106 | document_properties_date_string = {{date}}, {{time}} 107 | document_properties_creator = Aotô originale: 108 | document_properties_producer = Produtô PDF: 109 | document_properties_version = Verscion PDF: 110 | document_properties_page_count = Contezzo pagine: 111 | document_properties_close = Særa 112 | 113 | hand_tool_enable.title = Ativa strumento man 114 | hand_tool_enable_label = Ativa strumento man 115 | hand_tool_disable.title = Dizativa strumento man 116 | hand_tool_disable_label = Dizativa strumento man 117 | attachments.title = Fanni vedde alegæ 118 | attachments_label = Alegæ 119 | page_scale_percent = {{scale}}% 120 | unexpected_response_error = Risposta inprevista do-u server 121 | 122 | 123 | 124 | 125 | -------------------------------------------------------------------------------- /pdfjs/web/locale/locale.properties: -------------------------------------------------------------------------------- 1 | [ach] 2 | @import url(ach/viewer.properties) 3 | 4 | [af] 5 | @import url(af/viewer.properties) 6 | 7 | [ak] 8 | @import url(ak/viewer.properties) 9 | 10 | [an] 11 | @import url(an/viewer.properties) 12 | 13 | [ar] 14 | @import url(ar/viewer.properties) 15 | 16 | [as] 17 | @import url(as/viewer.properties) 18 | 19 | [ast] 20 | @import url(ast/viewer.properties) 21 | 22 | [az] 23 | @import url(az/viewer.properties) 24 | 25 | [be] 26 | @import url(be/viewer.properties) 27 | 28 | [bg] 29 | @import url(bg/viewer.properties) 30 | 31 | [bn-BD] 32 | @import url(bn-BD/viewer.properties) 33 | 34 | [bn-IN] 35 | @import url(bn-IN/viewer.properties) 36 | 37 | [br] 38 | @import url(br/viewer.properties) 39 | 40 | [bs] 41 | @import url(bs/viewer.properties) 42 | 43 | [ca] 44 | @import url(ca/viewer.properties) 45 | 46 | [cs] 47 | @import url(cs/viewer.properties) 48 | 49 | [csb] 50 | @import url(csb/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 | [el] 62 | @import url(el/viewer.properties) 63 | 64 | [en-GB] 65 | @import url(en-GB/viewer.properties) 66 | 67 | [en-US] 68 | @import url(en-US/viewer.properties) 69 | 70 | [en-ZA] 71 | @import url(en-ZA/viewer.properties) 72 | 73 | [eo] 74 | @import url(eo/viewer.properties) 75 | 76 | [es-AR] 77 | @import url(es-AR/viewer.properties) 78 | 79 | [es-CL] 80 | @import url(es-CL/viewer.properties) 81 | 82 | [es-ES] 83 | @import url(es-ES/viewer.properties) 84 | 85 | [es-MX] 86 | @import url(es-MX/viewer.properties) 87 | 88 | [et] 89 | @import url(et/viewer.properties) 90 | 91 | [eu] 92 | @import url(eu/viewer.properties) 93 | 94 | [fa] 95 | @import url(fa/viewer.properties) 96 | 97 | [ff] 98 | @import url(ff/viewer.properties) 99 | 100 | [fi] 101 | @import url(fi/viewer.properties) 102 | 103 | [fr] 104 | @import url(fr/viewer.properties) 105 | 106 | [fy-NL] 107 | @import url(fy-NL/viewer.properties) 108 | 109 | [ga-IE] 110 | @import url(ga-IE/viewer.properties) 111 | 112 | [gd] 113 | @import url(gd/viewer.properties) 114 | 115 | [gl] 116 | @import url(gl/viewer.properties) 117 | 118 | [gu-IN] 119 | @import url(gu-IN/viewer.properties) 120 | 121 | [he] 122 | @import url(he/viewer.properties) 123 | 124 | [hi-IN] 125 | @import url(hi-IN/viewer.properties) 126 | 127 | [hr] 128 | @import url(hr/viewer.properties) 129 | 130 | [hu] 131 | @import url(hu/viewer.properties) 132 | 133 | [hy-AM] 134 | @import url(hy-AM/viewer.properties) 135 | 136 | [id] 137 | @import url(id/viewer.properties) 138 | 139 | [is] 140 | @import url(is/viewer.properties) 141 | 142 | [it] 143 | @import url(it/viewer.properties) 144 | 145 | [ja] 146 | @import url(ja/viewer.properties) 147 | 148 | [ka] 149 | @import url(ka/viewer.properties) 150 | 151 | [kk] 152 | @import url(kk/viewer.properties) 153 | 154 | [km] 155 | @import url(km/viewer.properties) 156 | 157 | [kn] 158 | @import url(kn/viewer.properties) 159 | 160 | [ko] 161 | @import url(ko/viewer.properties) 162 | 163 | [ku] 164 | @import url(ku/viewer.properties) 165 | 166 | [lg] 167 | @import url(lg/viewer.properties) 168 | 169 | [lij] 170 | @import url(lij/viewer.properties) 171 | 172 | [lt] 173 | @import url(lt/viewer.properties) 174 | 175 | [lv] 176 | @import url(lv/viewer.properties) 177 | 178 | [mai] 179 | @import url(mai/viewer.properties) 180 | 181 | [mk] 182 | @import url(mk/viewer.properties) 183 | 184 | [ml] 185 | @import url(ml/viewer.properties) 186 | 187 | [mn] 188 | @import url(mn/viewer.properties) 189 | 190 | [mr] 191 | @import url(mr/viewer.properties) 192 | 193 | [ms] 194 | @import url(ms/viewer.properties) 195 | 196 | [my] 197 | @import url(my/viewer.properties) 198 | 199 | [nb-NO] 200 | @import url(nb-NO/viewer.properties) 201 | 202 | [nl] 203 | @import url(nl/viewer.properties) 204 | 205 | [nn-NO] 206 | @import url(nn-NO/viewer.properties) 207 | 208 | [nso] 209 | @import url(nso/viewer.properties) 210 | 211 | [oc] 212 | @import url(oc/viewer.properties) 213 | 214 | [or] 215 | @import url(or/viewer.properties) 216 | 217 | [pa-IN] 218 | @import url(pa-IN/viewer.properties) 219 | 220 | [pl] 221 | @import url(pl/viewer.properties) 222 | 223 | [pt-BR] 224 | @import url(pt-BR/viewer.properties) 225 | 226 | [pt-PT] 227 | @import url(pt-PT/viewer.properties) 228 | 229 | [rm] 230 | @import url(rm/viewer.properties) 231 | 232 | [ro] 233 | @import url(ro/viewer.properties) 234 | 235 | [ru] 236 | @import url(ru/viewer.properties) 237 | 238 | [rw] 239 | @import url(rw/viewer.properties) 240 | 241 | [sah] 242 | @import url(sah/viewer.properties) 243 | 244 | [si] 245 | @import url(si/viewer.properties) 246 | 247 | [sk] 248 | @import url(sk/viewer.properties) 249 | 250 | [sl] 251 | @import url(sl/viewer.properties) 252 | 253 | [son] 254 | @import url(son/viewer.properties) 255 | 256 | [sq] 257 | @import url(sq/viewer.properties) 258 | 259 | [sr] 260 | @import url(sr/viewer.properties) 261 | 262 | [sv-SE] 263 | @import url(sv-SE/viewer.properties) 264 | 265 | [sw] 266 | @import url(sw/viewer.properties) 267 | 268 | [ta] 269 | @import url(ta/viewer.properties) 270 | 271 | [ta-LK] 272 | @import url(ta-LK/viewer.properties) 273 | 274 | [te] 275 | @import url(te/viewer.properties) 276 | 277 | [th] 278 | @import url(th/viewer.properties) 279 | 280 | [tl] 281 | @import url(tl/viewer.properties) 282 | 283 | [tn] 284 | @import url(tn/viewer.properties) 285 | 286 | [tr] 287 | @import url(tr/viewer.properties) 288 | 289 | [uk] 290 | @import url(uk/viewer.properties) 291 | 292 | [ur] 293 | @import url(ur/viewer.properties) 294 | 295 | [vi] 296 | @import url(vi/viewer.properties) 297 | 298 | [wo] 299 | @import url(wo/viewer.properties) 300 | 301 | [xh] 302 | @import url(xh/viewer.properties) 303 | 304 | [zh-CN] 305 | @import url(zh-CN/viewer.properties) 306 | 307 | [zh-TW] 308 | @import url(zh-TW/viewer.properties) 309 | 310 | [zu] 311 | @import url(zu/viewer.properties) 312 | 313 | -------------------------------------------------------------------------------- /pdfjs/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_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Страница: 26 | page_of=од {{pageCount}} 27 | 28 | zoom_out.title=Намалување 29 | zoom_out_label=Намали 30 | zoom_in.title=Зголемување 31 | zoom_in_label=Зголеми 32 | zoom.title=Променување на големина 33 | presentation_mode.title=Премини во презентациски режим 34 | presentation_mode_label=Презентациски режим 35 | open_file.title=Отворање датотека 36 | open_file_label=Отвори 37 | print.title=Печатење 38 | print_label=Печати 39 | download.title=Преземање 40 | download_label=Преземи 41 | bookmark.title=Овој преглед (копирај или отвори во нов прозорец) 42 | bookmark_label=Овој преглед 43 | 44 | # Secondary toolbar and context menu 45 | tools.title=Алатки 46 | first_page.label=Оди до првата страница 47 | last_page.label=Оди до последната страница 48 | page_rotate_cw.label=Ротирај по стрелките на часовникот 49 | page_rotate_ccw.label=Ротирај спротивно од стрелките на часовникот 50 | 51 | 52 | # Document properties dialog box 53 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 54 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 55 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 56 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 57 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 58 | # will be replaced by the creation/modification date, and time, of the PDF file. 59 | 60 | # Tooltips and alt text for side panel toolbar buttons 61 | # (the _label strings are alt text for the buttons, the .title strings are 62 | # tooltips) 63 | toggle_sidebar.title=Вклучи странична лента 64 | toggle_sidebar_label=Вклучи странична лента 65 | outline.title=Прикажување на содржина на документот 66 | outline_label=Содржина на документот 67 | thumbs.title=Прикажување на икони 68 | thumbs_label=Икони 69 | findbar.title=Најди во документот 70 | findbar_label=Најди 71 | 72 | # Thumbnails panel item (tooltip and alt text for images) 73 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 74 | # number. 75 | thumb_page_title=Страница {{page}} 76 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 77 | # number. 78 | thumb_page_canvas=Икона од страница {{page}} 79 | 80 | # Find panel button title and messages 81 | find_label=Најди: 82 | find_previous.title=Најди ја предходната појава на фразата 83 | find_previous_label=Претходно 84 | find_next.title=Најди ја следната појава на фразата 85 | find_next_label=Следно 86 | find_highlight=Означи сѐ 87 | find_match_case_label=Токму така 88 | find_reached_top=Барањето стигна до почетокот на документот и почнува од крајот 89 | find_reached_bottom=Барањето стигна до крајот на документот и почнува од почеток 90 | find_not_found=Фразата не е пронајдена 91 | 92 | # Error panel labels 93 | error_more_info=Повеќе информации 94 | error_less_info=Помалку информации 95 | error_close=Затвори 96 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 97 | # replaced by the PDF.JS version and build ID. 98 | error_version_info=PDF.js v{{version}} (build: {{build}}) 99 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 100 | # english string describing the error. 101 | error_message=Порака: {{message}} 102 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 103 | # trace. 104 | error_stack=Stack: {{stack}} 105 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 106 | error_file=Датотека: {{file}} 107 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 108 | error_line=Линија: {{line}} 109 | rendering_error=Настана грешка при прикажувањето на страницата. 110 | 111 | # Predefined zoom values 112 | page_scale_width=Ширина на страница 113 | page_scale_fit=Цела страница 114 | page_scale_auto=Автоматска големина 115 | page_scale_actual=Вистинска големина 116 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 117 | # numerical scale value. 118 | 119 | # Loading indicator messages 120 | loading_error_indicator=Грешка 121 | loading_error=Настана грешка при вчитувањето на PDF-от. 122 | invalid_file_error=Невалидна или корумпирана PDF датотека. 123 | missing_file_error=Недостасува PDF документ. 124 | 125 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 126 | # "{{type}}" will be replaced with an annotation type from a list defined in 127 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 128 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 129 | 130 | printing_not_supported=Предупредување: Печатењето не е целосно поддржано во овој прелистувач. 131 | printing_not_ready=Предупредување: PDF документот не е целосно вчитан за печатење. 132 | web_fonts_disabled=Интернет фонтовите се оневозможени: не може да се користат вградените PDF фонтови. 133 | document_colors_not_allowed=PDF-документите немаат дозвола да користат сопствени бои: Поставката „Дозволи страниците сами да ги избираат своите бои“ е деактивирана од прелистувачот. 134 | -------------------------------------------------------------------------------- /pdfjs/web/locale/mn/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page_label, page_of): 18 | # These strings are concatenated to form the "Page: X of Y" string. 19 | # Do not translate "{{pageCount}}", it will be substituted with a number 20 | # representing the total number of pages. 21 | 22 | zoom.title=Тэлэлт 23 | open_file.title=Файл нээ 24 | open_file_label=Нээ 25 | 26 | # Secondary toolbar and context menu 27 | 28 | 29 | # Document properties dialog box 30 | document_properties_file_name=Файлын нэр: 31 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 32 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 33 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 34 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 35 | document_properties_title=Гарчиг: 36 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 37 | # will be replaced by the creation/modification date, and time, of the PDF file. 38 | 39 | # Tooltips and alt text for side panel toolbar buttons 40 | # (the _label strings are alt text for the buttons, the .title strings are 41 | # tooltips) 42 | findbar_label=Ол 43 | 44 | # Thumbnails panel item (tooltip and alt text for images) 45 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 46 | # number. 47 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 48 | # number. 49 | 50 | # Find panel button title and messages 51 | find_previous.title=Хайлтын өмнөх олдцыг харуулна 52 | find_next.title=Хайлтын дараагийн олдцыг харуулна 53 | find_not_found=Олдсонгүй 54 | 55 | # Error panel labels 56 | error_more_info=Нэмэлт мэдээлэл 57 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 58 | # replaced by the PDF.JS version and build ID. 59 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 60 | # english string describing the error. 61 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 62 | # trace. 63 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 64 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 65 | 66 | # Predefined zoom values 67 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 68 | # numerical scale value. 69 | 70 | # Loading indicator messages 71 | loading_error_indicator=Алдаа 72 | 73 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 74 | # "{{type}}" will be replaced with an annotation type from a list defined in 75 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 76 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 77 | password_ok=OK 78 | password_cancel=Цуцал 79 | 80 | -------------------------------------------------------------------------------- /pdfjs/web/locale/nso/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=Letlakala le fetilego 17 | previous_label=Fetilego 18 | next.title=Letlakala le latelago 19 | next_label=Latelago 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Letlakala: 26 | page_of=la {{pageCount}} 27 | 28 | zoom_out.title=Bušetša ka gare 29 | zoom_out_label=Bušetša ka gare 30 | zoom_in.title=Godišetša ka ntle 31 | zoom_in_label=Godišetša ka ntle 32 | zoom.title=Godiša 33 | presentation_mode.title=Fetogela go mokgwa wa tlhagišo 34 | presentation_mode_label=Mokgwa wa tlhagišo 35 | open_file.title=Bula faele 36 | open_file_label=Bula 37 | print.title=Gatiša 38 | print_label=Gatiša 39 | download.title=Laolla 40 | download_label=Laolla 41 | bookmark.title=Pono ya bjale (kopiša le go bula lefasetereng le leswa) 42 | bookmark_label=Tebelelo ya gona bjale 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | document_properties_file_name=Leina la faele: 49 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 50 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 51 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 52 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 53 | document_properties_title=Thaetlele: 54 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 55 | # will be replaced by the creation/modification date, and time, of the PDF file. 56 | 57 | # Tooltips and alt text for side panel toolbar buttons 58 | # (the _label strings are alt text for the buttons, the .title strings are 59 | # tooltips) 60 | toggle_sidebar.title=Šielanya para ya ka thoko 61 | toggle_sidebar_label=Šielanya para ya ka thoko 62 | outline.title=Laetša kakaretšo ya tokumente 63 | outline_label=Kakaretšo ya tokumente 64 | thumbs.title=Laetša dikhutšofatšo 65 | thumbs_label=Dikhutšofatšo 66 | findbar.title=Hwetša go tokumente 67 | findbar_label=Hwetša 68 | 69 | # Thumbnails panel item (tooltip and alt text for images) 70 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 71 | # number. 72 | thumb_page_title=Letlakala {{page}} 73 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 74 | # number. 75 | thumb_page_canvas=Khutšofatšo ya letlakala {{page}} 76 | 77 | # Find panel button title and messages 78 | find_label=Hwetša: 79 | find_previous.title=Hwetša tiragalo e fetilego ya sekafoko 80 | find_previous_label=Fetilego 81 | find_next.title=Hwetša tiragalo e latelago ya sekafoko 82 | find_next_label=Latelago 83 | find_highlight=Bonagatša tšohle 84 | find_match_case_label=Swantšha kheisi 85 | find_reached_top=Fihlile godimo ga tokumente, go tšwetšwe pele go tloga tlase 86 | find_reached_bottom=Fihlile mafelelong a tokumente, go tšwetšwe pele go tloga godimo 87 | find_not_found=Sekafoko ga sa hwetšwa 88 | 89 | # Error panel labels 90 | error_more_info=Tshedimošo e oketšegilego 91 | error_less_info=Tshedimošo ya tlasana 92 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 93 | # replaced by the PDF.JS version and build ID. 94 | error_version_info=PDF.js v{{version}} (build: {{build}}) 95 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 96 | # english string describing the error. 97 | error_message=Molaetša: {{message}} 98 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 99 | # trace. 100 | error_stack=Mokgobo: {{stack}} 101 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 102 | error_file=Faele: {{file}} 103 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 104 | error_line=Mothaladi: {{line}} 105 | rendering_error=Go diregile phošo ge go be go gafelwa letlakala. 106 | 107 | # Predefined zoom values 108 | page_scale_width=Bophara bja letlakala 109 | page_scale_fit=Go lekana ga letlakala 110 | page_scale_auto=Kgodišo ya maitirišo 111 | page_scale_actual=Bogolo bja kgonthe 112 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 113 | # numerical scale value. 114 | 115 | # Loading indicator messages 116 | loading_error_indicator=Phošo 117 | loading_error=Go diregile phošo ge go hlahlelwa PDF. 118 | invalid_file_error=Faele ye e sa šomego goba e senyegilego ya PDF. 119 | missing_file_error=Faele yeo e sego gona ya PDF. 120 | 121 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 122 | # "{{type}}" will be replaced with an annotation type from a list defined in 123 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 124 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 125 | text_annotation_type.alt=[{{type}} Tlhaloso] 126 | password_ok=LOKILE 127 | password_cancel=Khansela 128 | 129 | printing_not_supported=Temošo: Go gatiša ga go thekgwe ke praosara ye ka botlalo. 130 | printing_not_ready=Temošo: PDF ga ya hlahlelwa ka botlalo bakeng sa go gatišwa. 131 | web_fonts_disabled=Difonte tša wepe di šitišitšwe: ga e kgone go diriša difonte tša PDF tše khutišitšwego. 132 | -------------------------------------------------------------------------------- /pdfjs/web/locale/pl/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | previous.title=Poprzednia strona 6 | previous_label=Poprzednia 7 | next.title=Następna strona 8 | next_label=Następna 9 | 10 | page_label=Strona: 11 | page_of=z {{pageCount}} 12 | 13 | zoom_out.title=Pomniejszenie 14 | zoom_out_label=Pomniejsz 15 | zoom_in.title=Powiększenie 16 | zoom_in_label=Powiększ 17 | zoom.title=Skala 18 | presentation_mode.title=Przełącz na tryb prezentacji 19 | presentation_mode_label=Tryb prezentacji 20 | open_file.title=Otwieranie pliku 21 | open_file_label=Otwórz 22 | print.title=Drukowanie 23 | print_label=Drukuj 24 | download.title=Pobieranie 25 | download_label=Pobierz 26 | bookmark.title=Bieżąca pozycja (skopiuj lub otwórz jako odnośnik w nowym oknie) 27 | bookmark_label=Bieżąca pozycja 28 | 29 | tools.title=Narzędzia 30 | tools_label=Narzędzia 31 | first_page.title=Przechodzenie do pierwszej strony 32 | first_page.label=Przejdź do pierwszej strony 33 | first_page_label=Przejdź do pierwszej strony 34 | last_page.title=Przechodzenie do ostatniej strony 35 | last_page.label=Przejdź do ostatniej strony 36 | last_page_label=Przejdź do ostatniej strony 37 | page_rotate_cw.title=Obracanie zgodnie z ruchem wskazówek zegara 38 | page_rotate_cw.label=Obróć zgodnie z ruchem wskazówek zegara 39 | page_rotate_cw_label=Obróć zgodnie z ruchem wskazówek zegara 40 | page_rotate_ccw.title=Obracanie przeciwnie do ruchu wskazówek zegara 41 | page_rotate_ccw.label=Obróć przeciwnie do ruchu wskazówek zegara 42 | page_rotate_ccw_label=Obróć przeciwnie do ruchu wskazówek zegara 43 | 44 | hand_tool_enable.title=Włączanie narzędzia rączka 45 | hand_tool_enable_label=Włącz narzędzie rączka 46 | hand_tool_disable.title=Wyłączanie narzędzia rączka 47 | hand_tool_disable_label=Wyłącz narzędzie rączka 48 | 49 | document_properties.title=Właściwości dokumentu… 50 | document_properties_label=Właściwości dokumentu… 51 | document_properties_file_name=Nazwa pliku: 52 | document_properties_file_size=Rozmiar pliku: 53 | document_properties_kb={{size_kb}} KB ({{size_b}} b) 54 | document_properties_mb={{size_mb}} MB ({{size_b}} b) 55 | document_properties_title=Tytuł: 56 | document_properties_author=Autor: 57 | document_properties_subject=Temat: 58 | document_properties_keywords=Słowa kluczowe: 59 | document_properties_creation_date=Data utworzenia: 60 | document_properties_modification_date=Data modyfikacji: 61 | document_properties_date_string={{date}}, {{time}} 62 | document_properties_creator=Utworzony przez: 63 | document_properties_producer=PDF wyprodukowany przez: 64 | document_properties_version=Wersja PDF: 65 | document_properties_page_count=Liczba stron: 66 | document_properties_close=Zamknij 67 | 68 | toggle_sidebar.title=Przełączanie panelu bocznego 69 | toggle_sidebar_label=Przełącz panel boczny 70 | outline.title=Wyświetlanie zarysu dokumentu 71 | outline_label=Zarys dokumentu 72 | attachments.title=Wyświetlanie załączników 73 | attachments_label=Załączniki 74 | thumbs.title=Wyświetlanie miniaturek 75 | thumbs_label=Miniaturki 76 | findbar.title=Znajdź w dokumencie 77 | findbar_label=Znajdź 78 | 79 | thumb_page_title=Strona {{page}} 80 | thumb_page_canvas=Miniaturka strony {{page}} 81 | 82 | find_label=Znajdź: 83 | find_previous.title=Znajdź poprzednie wystąpienie tekstu 84 | find_previous_label=Poprzednie 85 | find_next.title=Znajdź następne wystąpienie tekstu 86 | find_next_label=Następne 87 | find_highlight=Podświetl wszystkie 88 | find_match_case_label=Rozróżniaj wielkość znaków 89 | find_reached_top=Osiągnięto początek dokumentu, kontynuacja od końca 90 | find_reached_bottom=Osiągnięto koniec dokumentu, kontynuacja od początku 91 | find_not_found=Tekst nieznaleziony 92 | 93 | error_more_info=Więcej informacji 94 | error_less_info=Mniej informacji 95 | error_close=Zamknij 96 | error_version_info=PDF.js v{{version}} (kompilacja: {{build}}) 97 | error_message=Wiadomość: {{message}} 98 | error_stack=Stos: {{stack}} 99 | error_file=Plik: {{file}} 100 | error_line=Wiersz: {{line}} 101 | rendering_error=Podczas renderowania strony wystąpił błąd. 102 | 103 | page_scale_width=Szerokość strony 104 | page_scale_fit=Dopasowanie strony 105 | page_scale_auto=Skala automatyczna 106 | page_scale_actual=Rozmiar rzeczywisty 107 | page_scale_percent={{scale}}% 108 | 109 | loading_error_indicator=Błąd 110 | loading_error=Podczas wczytywania dokumentu PDF wystąpił błąd. 111 | invalid_file_error=Nieprawidłowy lub uszkodzony plik PDF. 112 | missing_file_error=Brak pliku PDF. 113 | unexpected_response_error=Nieoczekiwana odpowiedź serwera. 114 | 115 | text_annotation_type.alt=[Adnotacja: {{type}}] 116 | password_label=Wprowadź hasło, aby otworzyć ten dokument PDF. 117 | password_invalid=Nieprawidłowe hasło. Proszę spróbować ponownie. 118 | password_ok=OK 119 | password_cancel=Anuluj 120 | 121 | printing_not_supported=Ostrzeżenie: Drukowanie nie jest w pełni obsługiwane przez przeglądarkę. 122 | printing_not_ready=Ostrzeżenie: Dokument PDF nie jest całkowicie wczytany, więc nie można go wydrukować. 123 | web_fonts_disabled=Czcionki sieciowe są wyłączone: nie można użyć osadzonych czcionek PDF. 124 | document_colors_not_allowed=Dokumenty PDF nie mogą używać własnych kolorów: Opcja „Pozwalaj stronom stosować inne kolory” w przeglądarce jest nieaktywna. 125 | -------------------------------------------------------------------------------- /pdfjs/web/locale/ru/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | previous.title = Предыдущая страница 6 | previous_label = Предыдущая 7 | next.title = Следующая страница 8 | next_label = Следующая 9 | page_label = Страница: 10 | page_of = из {{pageCount}} 11 | zoom_out.title = Уменьшить 12 | zoom_out_label = Уменьшить 13 | zoom_in.title = Увеличить 14 | zoom_in_label = Увеличить 15 | zoom.title = Масштаб 16 | presentation_mode.title = Перейти в режим презентации 17 | presentation_mode_label = Режим презентации 18 | open_file.title = Открыть файл 19 | open_file_label = Открыть 20 | print.title = Печать 21 | print_label = Печать 22 | download.title = Загрузить 23 | download_label = Загрузить 24 | bookmark.title = Ссылка на текущий вид (скопировать или открыть в новом окне) 25 | bookmark_label = Текущий вид 26 | tools.title = Инструменты 27 | tools_label = Инструменты 28 | first_page.title = Перейти на первую страницу 29 | first_page.label = Перейти на первую страницу 30 | first_page_label = Перейти на первую страницу 31 | last_page.title = Перейти на последнюю страницу 32 | last_page.label = Перейти на последнюю страницу 33 | last_page_label = Перейти на последнюю страницу 34 | page_rotate_cw.title = Повернуть по часовой стрелке 35 | page_rotate_cw.label = Повернуть по часовой стрелке 36 | page_rotate_cw_label = Повернуть по часовой стрелке 37 | page_rotate_ccw.title = Повернуть против часовой стрелки 38 | page_rotate_ccw.label = Повернуть против часовой стрелки 39 | page_rotate_ccw_label = Повернуть против часовой стрелки 40 | hand_tool_enable.title = Включить Инструмент «Рука» 41 | hand_tool_enable_label = Включить Инструмент «Рука» 42 | hand_tool_disable.title = Отключить Инструмент «Рука» 43 | hand_tool_disable_label = Отключить Инструмент «Рука» 44 | document_properties.title = Свойства документа… 45 | document_properties_label = Свойства документа… 46 | document_properties_file_name = Имя файла: 47 | document_properties_file_size = Размер файла: 48 | document_properties_kb = {{size_kb}} КБ ({{size_b}} байт) 49 | document_properties_mb = {{size_mb}} МБ ({{size_b}} байт) 50 | document_properties_title = Заголовок: 51 | document_properties_author = Автор: 52 | document_properties_subject = Тема: 53 | document_properties_keywords = Ключевые слова: 54 | document_properties_creation_date = Дата создания: 55 | document_properties_modification_date = Дата изменения: 56 | document_properties_date_string = {{date}}, {{time}} 57 | document_properties_creator = Приложение: 58 | document_properties_producer = Производитель PDF: 59 | document_properties_version = Версия PDF: 60 | document_properties_page_count = Число страниц: 61 | document_properties_close = Закрыть 62 | toggle_sidebar.title = Открыть/закрыть боковую панель 63 | toggle_sidebar_label = Открыть/закрыть боковую панель 64 | outline.title = Показать содержание документа 65 | outline_label = Содержание документа 66 | attachments.title = Показать вложения 67 | attachments_label = Вложения 68 | thumbs.title = Показать миниатюры 69 | thumbs_label = Миниатюры 70 | findbar.title = Найти в документе 71 | findbar_label = Найти 72 | thumb_page_title = Страница {{page}} 73 | thumb_page_canvas = Миниатюра страницы {{page}} 74 | find_label = Найти: 75 | find_previous.title = Найти предыдущее вхождение фразы в текст 76 | find_previous_label = Назад 77 | find_next.title = Найти следующее вхождение фразы в текст 78 | find_next_label = Далее 79 | find_highlight = Подсветить все 80 | find_match_case_label = С учётом регистра 81 | find_reached_top = Достигнут верх документа, продолжено снизу 82 | find_reached_bottom = Достигнут конец документа, продолжено сверху 83 | find_not_found = Фраза не найдена 84 | error_more_info = Детали 85 | error_less_info = Скрыть детали 86 | error_close = Закрыть 87 | error_version_info = PDF.js v{{version}} (сборка: {{build}}) 88 | error_message = Сообщение: {{message}} 89 | error_stack = Стeк: {{stack}} 90 | error_file = Файл: {{file}} 91 | error_line = Строка: {{line}} 92 | rendering_error = При создании страницы произошла ошибка. 93 | page_scale_width = По ширине страницы 94 | page_scale_fit = По размеру страницы 95 | page_scale_auto = Автоматически 96 | page_scale_actual = Реальный размер 97 | page_scale_percent = {{scale}}% 98 | loading_error_indicator = Ошибка 99 | loading_error = При загрузке PDF произошла ошибка. 100 | invalid_file_error = Некорректный или повреждённый PDF-файл. 101 | missing_file_error = PDF-файл отсутствует. 102 | unexpected_response_error = Неожиданный ответ сервера. 103 | text_annotation_type.alt = [Аннотация {{type}}] 104 | password_label = Введите пароль, чтобы открыть этот PDF-файл. 105 | password_invalid = Неверный пароль. Пожалуйста, попробуйте снова. 106 | password_ok = OK 107 | password_cancel = Отмена 108 | printing_not_supported = Предупреждение: В этом браузере не полностью поддерживается печать. 109 | printing_not_ready = Предупреждение: PDF не полностью загружен для печати. 110 | web_fonts_disabled = Веб-шрифты отключены: невозможно использовать встроенные PDF-шрифты. 111 | document_colors_not_allowed = PDF-документам не разрешено использовать свои цвета: в браузере отключён параметр «Разрешить веб-сайтам использовать свои цвета». 112 | -------------------------------------------------------------------------------- /pdfjs/web/locale/rw/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page_label, page_of): 18 | # These strings are concatenated to form the "Page: X of Y" string. 19 | # Do not translate "{{pageCount}}", it will be substituted with a number 20 | # representing the total number of pages. 21 | 22 | zoom.title=Ihindurangano 23 | open_file.title=Gufungura Dosiye 24 | open_file_label=Gufungura 25 | 26 | # Secondary toolbar and context menu 27 | 28 | 29 | # Document properties dialog box 30 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 31 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 32 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 33 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 34 | document_properties_title=Umutwe: 35 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 36 | # will be replaced by the creation/modification date, and time, of the PDF file. 37 | 38 | # Tooltips and alt text for side panel toolbar buttons 39 | # (the _label strings are alt text for the buttons, the .title strings are 40 | # tooltips) 41 | findbar_label=Gushakisha 42 | 43 | # Thumbnails panel item (tooltip and alt text for images) 44 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 45 | # number. 46 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 47 | # number. 48 | 49 | # Find panel button title and messages 50 | find_label="Gushaka:" 51 | find_previous.title=Gushaka aho uyu murongo ugaruka mbere y'aha 52 | find_next.title=Gushaka aho uyu murongo wongera kugaruka 53 | find_not_found=Umurongo ntubonetse 54 | 55 | # Error panel labels 56 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 57 | # replaced by the PDF.JS version and build ID. 58 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 59 | # english string describing the error. 60 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 61 | # trace. 62 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 63 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 64 | 65 | # Predefined zoom values 66 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 67 | # numerical scale value. 68 | 69 | # Loading indicator messages 70 | loading_error_indicator=Ikosa 71 | 72 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 73 | # "{{type}}" will be replaced with an annotation type from a list defined in 74 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 75 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 76 | password_invalid=Ijambo ry'ibanga ridahari. Wakongera ukagerageza 77 | password_ok=YEGO 78 | password_cancel=Kureka 79 | 80 | -------------------------------------------------------------------------------- /pdfjs/web/locale/sw/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Ukurasa Uliotangulia 17 | previous_label=Iliyotangulia 18 | next.title=Ukurasa Ufuatao 19 | next_label=Ifuatayo 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Ukurasa: 26 | page_of=ya {{Hesabu ya ukurasa}} 27 | 28 | zoom_out.title=Kuza Nje 29 | zoom_out_label=Kuza Nje 30 | zoom_in.title=Kuza Ndani 31 | zoom_in_label=Kuza Ndani 32 | zoom.title=Kuza 33 | presentation_mode.title=Badili kwa Hali ya Uwasilishaji 34 | presentation_mode_label=Hali ya Uwasilishaji 35 | open_file.title=Fungua Faili 36 | open_file_label=Fungua 37 | print.title=Chapisha 38 | print_label=Chapisha 39 | download.title=Pakua 40 | download_label=Pakua 41 | bookmark.title=Mwonekano wa sasa (nakili au ufungue katika dirisha mpya) 42 | bookmark_label=Mwonekano wa Sasa 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | # 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=Kichwa: 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 | # 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 | toggle_sidebar.title=Kibiano cha Upau wa Kando 60 | toggle_sidebar_label=Kibiano cha Upau wa Kando 61 | outline.title=Onyesha Ufupisho wa Waraka 62 | outline_label=Ufupisho wa Waraka 63 | thumbs.title=Onyesha Kijipicha 64 | thumbs_label=Vijipicha 65 | findbar.title=Pata katika Waraka 66 | findbar_label=Tafuta 67 | 68 | # Thumbnails panel item (tooltip and alt text for images) 69 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 70 | # number. 71 | thumb_page_title=Ukurasa {{ukurasa}} 72 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 73 | # number. 74 | thumb_page_canvas=Kijipicha cha ukurasa {{ukurasa}} 75 | 76 | # Find panel button title and messages 77 | find_label=Tafuta: 78 | find_previous.title=Tafuta tukio kabla ya msemo huu 79 | find_previous_label=Iliyotangulia 80 | find_next.title=Tafuta tukio linalofuata la msemo 81 | find_next_label=Ifuatayo 82 | find_highlight=Angazia yote 83 | find_match_case_label=Linganisha herufi 84 | find_reached_top=Imefika juu ya waraka, imeendelea kutoka chini 85 | find_reached_bottom=Imefika mwisho wa waraka, imeendelea kutoka juu 86 | find_not_found=Msemo hukupatikana 87 | 88 | # Error panel labels 89 | error_more_info=Maelezo Zaidi 90 | error_less_info=Maelezo Kidogo 91 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 92 | # replaced by the PDF.JS version and build ID. 93 | error_version_info=PDF.js v{{version}} (jenga: {{build}}) 94 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 95 | # english string describing the error. 96 | error_message=Ujumbe: {{message}} 97 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 98 | # trace. 99 | error_stack=Panganya: {{stack}} 100 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 101 | error_file=Faili: {{faili}} 102 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 103 | error_line=Laini: {{laini}} 104 | rendering_error=Hitilafu lilitokea wajati wa kutoa ukurasa 105 | 106 | # Predefined zoom values 107 | page_scale_width=Upana wa Ukurasa 108 | page_scale_fit=Usawa wa Ukurasa 109 | page_scale_auto=Ukuzaji wa Kiotomatiki 110 | page_scale_actual=Ukubwa Halisi 111 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 112 | # numerical scale value. 113 | 114 | # Loading indicator messages 115 | loading_error_indicator=Hitilafu 116 | loading_error=Hitilafu lilitokea wakati wa kupakia PDF. 117 | invalid_file_error=Faili ya PDF isiyohalali au potofu. 118 | missing_file_error=Faili ya PDF isiyopo. 119 | 120 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 121 | # "{{type}}" will be replaced with an annotation type from a list defined in 122 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 123 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 124 | text_annotation_type.alt=[{{type}} Ufafanuzi] 125 | password_ok=SAWA 126 | password_cancel=Ghairi 127 | 128 | printing_not_supported=Onyo: Uchapishaji hauauniwi kabisa kwa kivinjari hiki. 129 | web_fonts_disabled=Fonti za tovuti zimelemazwa: haziwezi kutumia fonti za PDF zilizopachikwa. 130 | -------------------------------------------------------------------------------- /pdfjs/web/locale/ta-LK/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page_label, page_of): 18 | # These strings are concatenated to form the "Page: X of Y" string. 19 | # Do not translate "{{pageCount}}", it will be substituted with a number 20 | # representing the total number of pages. 21 | 22 | zoom.title=அளவு 23 | open_file.title=கோப்பினைத் திறக்க 24 | open_file_label=திறக்க 25 | 26 | # Secondary toolbar and context menu 27 | 28 | 29 | # Document properties dialog box 30 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 31 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 32 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 33 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 34 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 35 | # will be replaced by the creation/modification date, and time, of the PDF file. 36 | 37 | # Tooltips and alt text for side panel toolbar buttons 38 | # (the _label strings are alt text for the buttons, the .title strings are 39 | # tooltips) 40 | 41 | # Thumbnails panel item (tooltip and alt text for images) 42 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 43 | # number. 44 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 45 | # number. 46 | 47 | # Find panel button title and messages 48 | find_previous.title=இந்த சொற்றொடரின் முன்னைய நிகழ்வை தேடு 49 | find_next.title=இந்த சொற்றொடரின் அடுத்த நிகழ்வைத் தேடு 50 | 51 | # Error panel labels 52 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 53 | # replaced by the PDF.JS version and build ID. 54 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 55 | # english string describing the error. 56 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 57 | # trace. 58 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 59 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 60 | 61 | # Predefined zoom values 62 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 63 | # numerical scale value. 64 | 65 | # Loading indicator messages 66 | 67 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 68 | # "{{type}}" will be replaced with an annotation type from a list defined in 69 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 70 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 71 | password_ok=ஆம் 72 | 73 | -------------------------------------------------------------------------------- /pdfjs/web/locale/tl/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Naunang Pahina 17 | next.title=Sunod na Pahina 18 | 19 | # LOCALIZATION NOTE (page_label, page_of): 20 | # These strings are concatenated to form the "Page: X of Y" string. 21 | # Do not translate "{{pageCount}}", it will be substituted with a number 22 | # representing the total number of pages. 23 | page_label=Pahina: 24 | page_of=ng {{pageCount}} 25 | 26 | open_file.title=Magbukas ng file 27 | open_file_label=Buksan 28 | bookmark.title=Kasalukuyang tingin (kopyahin o buksan sa bagong window) 29 | bookmark_label=Kasalukuyang tingin 30 | 31 | # Secondary toolbar and context menu 32 | tools.title=Mga Tool 33 | tools_label=Mga Tool 34 | 35 | 36 | # Document properties dialog box 37 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 38 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 39 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 40 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 41 | document_properties_title=Pamagat: 42 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 43 | # will be replaced by the creation/modification date, and time, of the PDF file. 44 | 45 | # Tooltips and alt text for side panel toolbar buttons 46 | # (the _label strings are alt text for the buttons, the .title strings are 47 | # tooltips) 48 | outline.title=Ipakita ang banghay ng dokumento 49 | outline_label=Banghay ng dokumento 50 | thumbs.title=Ipakita ang mga Thumbnails 51 | findbar_label=Hanapin 52 | 53 | # Thumbnails panel item (tooltip and alt text for images) 54 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 55 | # number. 56 | thumb_page_title=Pahina {{page}} 57 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 58 | # number. 59 | thumb_page_canvas=Thumbnail ng Pahina {{page}} 60 | 61 | # Find panel button title and messages 62 | find_highlight=I-highlight lahat 63 | 64 | # Error panel labels 65 | error_more_info=Maraming Inpormasyon 66 | error_less_info=Maikling Inpormasyon 67 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 68 | # replaced by the PDF.JS version and build ID. 69 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 70 | # english string describing the error. 71 | error_message=Mensahe: {{message}} 72 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 73 | # trace. 74 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 75 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 76 | error_line=Linya: {{line}} 77 | rendering_error=May naganap na pagkakamali habang pagsasalin sa pahina. 78 | 79 | # Predefined zoom values 80 | page_scale_width=Haba ng Pahina 81 | page_scale_fit=ang pahina ay angkop 82 | page_scale_auto=awtomatikong pag-imbulog 83 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 84 | # numerical scale value. 85 | 86 | # Loading indicator messages 87 | loading_error=May maling nangyari habang kinakarga ang PDF. 88 | 89 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 90 | # "{{type}}" will be replaced with an annotation type from a list defined in 91 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 92 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 93 | password_ok=OK 94 | 95 | -------------------------------------------------------------------------------- /pdfjs/web/locale/tn/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page_label, page_of): 18 | # These strings are concatenated to form the "Page: X of Y" string. 19 | # Do not translate "{{pageCount}}", it will be substituted with a number 20 | # representing the total number of pages. 21 | page_label=Tsebe: 22 | 23 | zoom.title=Zuma/gogela 24 | open_file.title=Bula Faele 25 | open_file_label=Bula 26 | 27 | # Secondary toolbar and context menu 28 | 29 | hand_tool_disable.title=Thibela go dira ga sediriswa sa seatla 30 | hand_tool_disable_label=Thibela go dira ga sediriswa sa seatla 31 | 32 | # Document properties dialog box 33 | document_properties_file_name=Leina la faele: 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 | document_properties_title=Leina: 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 | 42 | # Tooltips and alt text for side panel toolbar buttons 43 | # (the _label strings are alt text for the buttons, the .title strings are 44 | # tooltips) 45 | findbar_label=Batla 46 | 47 | # Thumbnails panel item (tooltip and alt text for images) 48 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 49 | # number. 50 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 51 | # number. 52 | 53 | # Find panel button title and messages 54 | find_previous.title=Batla tiragalo e e fetileng ya setlhopha sa mafoko 55 | find_next.title=Batla tiragalo e e latelang ya setlhopha sa mafoko 56 | find_not_found=Setlhopha sa mafoko ga se a bonwa 57 | 58 | # Error panel labels 59 | error_more_info=Tshedimosetso e Nngwe 60 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 61 | # replaced by the PDF.JS version and build ID. 62 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 63 | # english string describing the error. 64 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 65 | # trace. 66 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 67 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 68 | 69 | # Predefined zoom values 70 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 71 | # numerical scale value. 72 | 73 | # Loading indicator messages 74 | loading_error_indicator=Phoso 75 | 76 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 77 | # "{{type}}" will be replaced with an annotation type from a list defined in 78 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 79 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 80 | password_ok=Siame 81 | password_cancel=Khansela 82 | 83 | web_fonts_disabled=Mefutatlhaka ya Webo ga e dire: ga e kgone go dirisa mofutatlhaka wa PDF o tsentsweng. 84 | -------------------------------------------------------------------------------- /pdfjs/web/locale/wo/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Xët wi jiitu 17 | previous_label=Bi jiitu 18 | next.title=Xët wi ci topp 19 | next_label=Bi ci topp 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Xët: 26 | page_of=ci {{pageCount}} 27 | 28 | zoom_out.title=Wàññi 29 | zoom_out_label=Wàññi 30 | zoom_in.title=Yaatal 31 | zoom_in_label=Yaatal 32 | zoom.title=Yambalaŋ 33 | presentation_mode.title=Wañarñil ci anamu wone 34 | presentation_mode_label=Anamu Wone 35 | open_file.title=Ubbi benn dencukaay 36 | open_file_label=Ubbi 37 | print.title=Móol 38 | print_label=Móol 39 | download.title=Yeb yi 40 | download_label=Yeb yi 41 | bookmark.title=Wone bi taxaw (duppi walla ubbi palanteer bu bees) 42 | bookmark_label=Wone bi feeñ 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | # 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 | # 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 | outline.title=Wone takku yi 60 | outline_label=Takku jukki yi 61 | thumbs.title=Wone nataal yu ndaw yi 62 | thumbs_label=Nataal yu ndaw yi 63 | findbar.title=Gis ci biir jukki bi 64 | findbar_label=Wut 65 | 66 | # Thumbnails panel item (tooltip and alt text for images) 67 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 68 | # number. 69 | thumb_page_title=Xët {{xët}} 70 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 71 | # number. 72 | thumb_page_canvas=Wiñet bu xët{{xët}} 73 | 74 | # Find panel button title and messages 75 | find_label=Wut: 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: {{bataaxal}} 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 indicator messages 112 | loading_error_indicator=Njumte 113 | loading_error=Am na njumte ci yebum dencukaay PDF bi. 114 | invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar. 115 | 116 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 117 | # "{{type}}" will be replaced with an annotation type from a list defined in 118 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 119 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 120 | text_annotation_type.alt=[Karmat {{type}}] 121 | password_ok=OK 122 | password_cancel=Neenal 123 | 124 | printing_not_supported=Artu: Joowkat bii nanguwul lool mool. 125 | -------------------------------------------------------------------------------- /pdfjs/web/locale/zh-CN/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=上一页 17 | previous_label=上一页 18 | next.title=下一页 19 | next_label=下一页 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=页面: 26 | page_of=/ {{pageCount}} 27 | 28 | zoom_out.title=缩小 29 | zoom_out_label=缩小 30 | zoom_in.title=放大 31 | zoom_in_label=放大 32 | zoom.title=缩放 33 | presentation_mode.title=切换到演示模式 34 | presentation_mode_label=演示模式 35 | open_file.title=打开文件 36 | open_file_label=打开 37 | print.title=打印 38 | print_label=打印 39 | download.title=下载 40 | download_label=下载 41 | bookmark.title=当前在看的内容(复制或在新窗口中打开) 42 | bookmark_label=当前在看 43 | 44 | # Secondary toolbar and context menu 45 | tools.title=工具 46 | tools_label=工具 47 | first_page.title=转到第一页 48 | first_page.label=转到第一页 49 | first_page_label=转到第一页 50 | last_page.title=转到最后一页 51 | last_page.label=转到最后一页 52 | last_page_label=转到最后一页 53 | page_rotate_cw.title=顺时针旋转 54 | page_rotate_cw.label=顺时针旋转 55 | page_rotate_cw_label=顺时针旋转 56 | page_rotate_ccw.title=逆时针旋转 57 | page_rotate_ccw.label=逆时针旋转 58 | page_rotate_ccw_label=逆时针旋转 59 | 60 | hand_tool_enable.title=启用手形工具 61 | hand_tool_enable_label=启用手形工具 62 | hand_tool_disable.title=禁用手形工具 63 | hand_tool_disable_label=禁用手形工具 64 | 65 | # Document properties dialog box 66 | document_properties.title=文档属性… 67 | document_properties_label=文档属性… 68 | document_properties_file_name=文件名: 69 | document_properties_file_size=文件大小: 70 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 71 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 72 | document_properties_kb={{size_kb}} KB ({{size_b}} 字节) 73 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 74 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 75 | document_properties_mb={{size_mb}} MB ({{size_b}} 字节) 76 | document_properties_title=标题: 77 | document_properties_author=作者: 78 | document_properties_subject=主题: 79 | document_properties_keywords=关键词: 80 | document_properties_creation_date=创建日期: 81 | document_properties_modification_date=修改日期: 82 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 83 | # will be replaced by the creation/modification date, and time, of the PDF file. 84 | document_properties_date_string={{date}}, {{time}} 85 | document_properties_creator=创建者: 86 | document_properties_producer=PDF 制作者: 87 | document_properties_version=PDF 版本: 88 | document_properties_page_count=页数: 89 | document_properties_close=关闭 90 | 91 | # Tooltips and alt text for side panel toolbar buttons 92 | # (the _label strings are alt text for the buttons, the .title strings are 93 | # tooltips) 94 | toggle_sidebar.title=切换侧栏 95 | toggle_sidebar_label=切换侧栏 96 | outline.title=显示文档大纲 97 | outline_label=文档大纲 98 | attachments.title=显示附件 99 | attachments_label=附件 100 | thumbs.title=显示缩略图 101 | thumbs_label=缩略图 102 | findbar.title=在文档中查找 103 | findbar_label=查找 104 | 105 | # Thumbnails panel item (tooltip and alt text for images) 106 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 107 | # number. 108 | thumb_page_title=页码 {{page}} 109 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 110 | # number. 111 | thumb_page_canvas=页面 {{page}} 的缩略图 112 | 113 | # Find panel button title and messages 114 | find_label=查找: 115 | find_previous.title=查找词语上一次出现的位置 116 | find_previous_label=上一页 117 | find_next.title=查找词语后一次出现的位置 118 | find_next_label=下一页 119 | find_highlight=全部高亮显示 120 | find_match_case_label=区分大小写 121 | find_reached_top=到达文档开头,从末尾继续 122 | find_reached_bottom=到达文档末尾,从开头继续 123 | find_not_found=词语未找到 124 | 125 | # Error panel labels 126 | error_more_info=更多信息 127 | error_less_info=更少信息 128 | error_close=关闭 129 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 130 | # replaced by the PDF.JS version and build ID. 131 | error_version_info=PDF.js v{{version}} (build: {{build}}) 132 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 133 | # english string describing the error. 134 | error_message=信息:{{message}} 135 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 136 | # trace. 137 | error_stack=堆栈:{{stack}} 138 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 139 | error_file=文件:{{file}} 140 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 141 | error_line=行号:{{line}} 142 | rendering_error=渲染页面时发生错误。 143 | 144 | # Predefined zoom values 145 | page_scale_width=适合页宽 146 | page_scale_fit=适合页面 147 | page_scale_auto=自动缩放 148 | page_scale_actual=实际大小 149 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 150 | # numerical scale value. 151 | page_scale_percent={{scale}}% 152 | 153 | # Loading indicator messages 154 | loading_error_indicator=错误 155 | loading_error=载入PDF时发生错误。 156 | invalid_file_error=无效或损坏的PDF文件。 157 | missing_file_error=缺少PDF文件。 158 | unexpected_response_error=意外的服务器响应。 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}} 注解] 165 | password_label=输入密码以打开此 PDF 文件。 166 | password_invalid=密码无效。请重试。 167 | password_ok=确定 168 | password_cancel=取消 169 | 170 | printing_not_supported=警告:打印功能不完全支持此浏览器。 171 | printing_not_ready=警告:该 PDF 未完全加载以供打印。 172 | web_fonts_disabled=Web 字体已被禁用:无法使用嵌入的PDF字体。 173 | document_colors_not_allowed=不允许 PDF 文档使用自己的颜色:浏览器中“允许页面选择自己的颜色”的选项已停用。 174 | -------------------------------------------------------------------------------- /pdfjs/web/locale/zh-TW/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=上一頁 17 | previous_label=上一頁 18 | next.title=下一頁 19 | next_label=下一頁 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=頁: 26 | page_of=/ {{pageCount}} 27 | 28 | zoom_out.title=縮小 29 | zoom_out_label=縮小 30 | zoom_in.title=放大 31 | zoom_in_label=放大 32 | zoom.title=縮放 33 | presentation_mode.title=切換至簡報模式 34 | presentation_mode_label=簡報模式 35 | open_file.title=開啟檔案 36 | open_file_label=開啟 37 | print.title=列印 38 | print_label=列印 39 | download.title=下載 40 | download_label=下載 41 | bookmark.title=目前檢視的內容(複製或開啟於新視窗) 42 | bookmark_label=目前檢視 43 | 44 | # Secondary toolbar and context menu 45 | tools.title=工具 46 | tools_label=工具 47 | first_page.title=跳到第一頁 48 | first_page.label=跳到第一頁 49 | first_page_label=跳到第一頁 50 | last_page.title=跳到最後一頁 51 | last_page.label=跳到最後一頁 52 | last_page_label=跳到最後一頁 53 | page_rotate_cw.title=順時針旋轉 54 | page_rotate_cw.label=順時針旋轉 55 | page_rotate_cw_label=順時針旋轉 56 | page_rotate_ccw.title=逆時針旋轉 57 | page_rotate_ccw.label=逆時針旋轉 58 | page_rotate_ccw_label=逆時針旋轉 59 | 60 | hand_tool_enable.title=啟用掌型工具 61 | hand_tool_enable_label=啟用掌型工具 62 | hand_tool_disable.title=停用掌型工具 63 | hand_tool_disable_label=停用掌型工具 64 | 65 | # Document properties dialog box 66 | document_properties.title=文件內容… 67 | document_properties_label=文件內容… 68 | document_properties_file_name=檔案名稱: 69 | document_properties_file_size=檔案大小: 70 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 71 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 72 | document_properties_kb={{size_kb}} KB({{size_b}} 位元組) 73 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 74 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 75 | document_properties_mb={{size_mb}} MB({{size_b}} 位元組) 76 | document_properties_title=標題: 77 | document_properties_author=作者: 78 | document_properties_subject=主旨: 79 | document_properties_keywords=關鍵字: 80 | document_properties_creation_date=建立日期: 81 | document_properties_modification_date=修改日期: 82 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 83 | # will be replaced by the creation/modification date, and time, of the PDF file. 84 | document_properties_date_string={{date}}, {{time}} 85 | document_properties_creator=建立者: 86 | document_properties_producer=PDF 產生器: 87 | document_properties_version=PDF 版本: 88 | document_properties_page_count=頁數: 89 | document_properties_close=關閉 90 | 91 | # Tooltips and alt text for side panel toolbar buttons 92 | # (the _label strings are alt text for the buttons, the .title strings are 93 | # tooltips) 94 | toggle_sidebar.title=切換側邊欄 95 | toggle_sidebar_label=切換側邊欄 96 | outline.title=顯示文件大綱 97 | outline_label=文件大綱 98 | attachments.title=顯示附件 99 | attachments_label=附件 100 | thumbs.title=顯示縮圖 101 | thumbs_label=縮圖 102 | findbar.title=在文件中尋找 103 | findbar_label=尋找 104 | 105 | # Thumbnails panel item (tooltip and alt text for images) 106 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 107 | # number. 108 | thumb_page_title=頁 {{page}} 109 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 110 | # number. 111 | thumb_page_canvas=頁 {{page}} 的縮圖 112 | 113 | # Find panel button title and messages 114 | find_label=尋找: 115 | find_previous.title=尋找文字前次出現的位置 116 | find_previous_label=上一個 117 | find_next.title=尋找文字下次出現的位置 118 | find_next_label=下一個 119 | find_highlight=全部強調標示 120 | find_match_case_label=區分大小寫 121 | find_reached_top=已搜尋至文件頂端,自底端繼續搜尋 122 | find_reached_bottom=已搜尋至文件底端,自頂端繼續搜尋 123 | find_not_found=找不到指定文字 124 | 125 | # Error panel labels 126 | error_more_info=更多資訊 127 | error_less_info=更少資訊 128 | error_close=關閉 129 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 130 | # replaced by the PDF.JS version and build ID. 131 | error_version_info=PDF.js v{{version}} (build: {{build}}) 132 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 133 | # english string describing the error. 134 | error_message=訊息: {{message}} 135 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 136 | # trace. 137 | error_stack=堆疊: {{stack}} 138 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 139 | error_file=檔案: {{file}} 140 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 141 | error_line=行: {{line}} 142 | rendering_error=描繪頁面時發生錯誤。 143 | 144 | # Predefined zoom values 145 | page_scale_width=頁面寬度 146 | page_scale_fit=縮放至頁面大小 147 | page_scale_auto=自動縮放 148 | page_scale_actual=實際大小 149 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 150 | # numerical scale value. 151 | page_scale_percent={{scale}}% 152 | 153 | # Loading indicator messages 154 | loading_error_indicator=錯誤 155 | loading_error=載入 PDF 時發生錯誤。 156 | invalid_file_error=無效或毀損的 PDF 檔案。 157 | missing_file_error=找不到 PDF 檔案。 158 | unexpected_response_error=伺服器回應未預期的內容。 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}} 註解] 165 | password_label=請輸入用來開啟此 PDF 檔案的密碼。 166 | password_invalid=密碼不正確,請再試一次。 167 | password_ok=確定 168 | password_cancel=取消 169 | 170 | printing_not_supported=警告: 此瀏覽器未完整支援列印功能。 171 | printing_not_ready=警告: 此 PDF 未完成下載以供列印。 172 | web_fonts_disabled=已停用網路字型 (Web fonts): 無法使用 PDF 內嵌字型。 173 | document_colors_not_allowed=瀏覽器的「優先使用網頁指定的色彩」未被勾選,PDF 文件無法使用自己的色彩。 174 | 175 | -------------------------------------------------------------------------------- /pdfjs/web/locale/zu/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=Ikhasi eledlule 17 | previous_label=Okudlule 18 | next.title=Ikhasi elilandelayo 19 | next_label=Okulandelayo 20 | 21 | # LOCALIZATION NOTE (page_label, page_of): 22 | # These strings are concatenated to form the "Page: X of Y" string. 23 | # Do not translate "{{pageCount}}", it will be substituted with a number 24 | # representing the total number of pages. 25 | page_label=Ikhasi: 26 | page_of=kwe-{{pageCount}} 27 | 28 | zoom_out.title=Hlehlisela emuva 29 | zoom_out_label=Hlehlisela emuva 30 | zoom_in.title=Sondeza eduze 31 | zoom_in_label=Sondeza eduze 32 | zoom.title=Lwiza 33 | presentation_mode.title=Guqulela kwindlela yesethulo 34 | presentation_mode_label=Indlelo yesethulo 35 | open_file.title=Vula ifayela 36 | open_file_label=Vula 37 | print.title=Phrinta 38 | print_label=Phrinta 39 | download.title=Landa 40 | download_label=Landa 41 | bookmark.title=Ukubuka kwamanje (kopisha noma vula kwifasitela elisha) 42 | bookmark_label=Ukubuka kwamanje 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | document_properties_file_name=Igama lefayela: 49 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 50 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 51 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 52 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 53 | document_properties_title=Isihloko: 54 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 55 | # will be replaced by the creation/modification date, and time, of the PDF file. 56 | 57 | # Tooltips and alt text for side panel toolbar buttons 58 | # (the _label strings are alt text for the buttons, the .title strings are 59 | # tooltips) 60 | toggle_sidebar.title=I-toggle yebha yaseceleni 61 | toggle_sidebar_label=i-toggle yebha yaseceleni 62 | outline.title=Bonisa umugqa waseceleni wedokhumenti 63 | outline_label=Umugqa waseceleni wedokhumenti 64 | thumbs.title=Bonisa izithombe ezincane 65 | thumbs_label=Izithonjana 66 | findbar.title=Thola kwidokhumenti 67 | findbar_label=Thola 68 | 69 | # Thumbnails panel item (tooltip and alt text for images) 70 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 71 | # number. 72 | thumb_page_title=Ikhasi {{page}} 73 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 74 | # number. 75 | thumb_page_canvas=Isithonjana sekhasi {{page}} 76 | 77 | # Find panel button title and messages 78 | find_label=Thola 79 | find_previous.title=Thola indawo eyandulelayo okuvela kuyo lomshwana 80 | find_previous_label=Okudlulile 81 | find_next.title=Thola enye indawo okuvela kuyo lomshwana 82 | find_next_label=Okulandelayo 83 | find_highlight=Gqamisa konke 84 | find_match_case_label=Fanisa ikheyisi 85 | find_reached_top=Finyelele phezulu kwidokhumenti, qhubeka kusukaphansi 86 | find_reached_bottom=Ifinyelele ekupheleni kwedokhumenti, qhubeka kusukaphezulu 87 | find_not_found=Umshwana awutholakali 88 | 89 | # Error panel labels 90 | error_more_info=Ukwaziswa Okwengeziwe 91 | error_less_info=Ukwazi okuncane 92 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 93 | # replaced by the PDF.JS version and build ID. 94 | error_version_info=PDF.js v{{version}} (build: {{build}}) 95 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 96 | # english string describing the error. 97 | error_message=Umlayezo: {{message}} 98 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 99 | # trace. 100 | error_stack=Isitaki: {{stack}} 101 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 102 | error_file=Ifayela: {{file}} 103 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 104 | error_line=Umugqa: {{line}} 105 | rendering_error=Iphutha lenzekile uma kunikwa ikhasi. 106 | 107 | # Predefined zoom values 108 | page_scale_width=Ububanzi bekhasi 109 | page_scale_fit=Ukulingana kwekhasi 110 | page_scale_auto=Ukulwiza okuzenzekalelayo 111 | page_scale_actual=Usayizi Wangempela 112 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 113 | # numerical scale value. 114 | 115 | # Loading indicator messages 116 | loading_error_indicator=Iphutha 117 | loading_error=Kwenzeke iphutha uma kulayishwa i-PDF. 118 | invalid_file_error=Ifayela le-PDF elingavumelekile noma elonakele. 119 | missing_file_error=Ifayela le-PDF elilahlekile. 120 | 121 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 122 | # "{{type}}" will be replaced with an annotation type from a list defined in 123 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 124 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 125 | text_annotation_type.alt=[Amazwibela e-{{type}}] 126 | password_ok=Kulungile 127 | password_cancel=Khansela 128 | 129 | printing_not_supported=Isixwayiso: Ukuphrinta akuxhasiwe yilesisiphequluli ngokugcwele. 130 | printing_not_ready=Isixwayiso: I-PDF ayikalayishwa ngokuphelele yiPhrinta. 131 | web_fonts_disabled=Amafonti e-webhu akutshaziwe: ayikwazi ukusebenzisa amafonti abekiwe e-PDF.\u0020 132 | document_colors_not_allowed=Amadokhumenti we-PDF awavumelekile ukusebenzisa imibalo yayo: 'Vumela amakhasi ukukhetha imibala yayo' ayisebenzi kusiphequluli. 133 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerhardberger/electron-pdf-window/d24cd3164168c735b66197ad1833ee0effd103c7/screenshot.png -------------------------------------------------------------------------------- /test/helloworld.pdf: -------------------------------------------------------------------------------- 1 | %PDF-1.7 2 | 3 | 1 0 obj % entry point 4 | << 5 | /Type /Catalog 6 | /Pages 2 0 R 7 | >> 8 | endobj 9 | 10 | 2 0 obj 11 | << 12 | /Type /Pages 13 | /MediaBox [ 0 0 200 200 ] 14 | /Count 1 15 | /Kids [ 3 0 R ] 16 | >> 17 | endobj 18 | 19 | 3 0 obj 20 | << 21 | /Type /Page 22 | /Parent 2 0 R 23 | /Resources << 24 | /Font << 25 | /F1 4 0 R 26 | >> 27 | >> 28 | /Contents 5 0 R 29 | >> 30 | endobj 31 | 32 | 4 0 obj 33 | << 34 | /Type /Font 35 | /Subtype /Type1 36 | /BaseFont /Times-Roman 37 | >> 38 | endobj 39 | 40 | 5 0 obj % page content 41 | << 42 | /Length 44 43 | >> 44 | stream 45 | BT 46 | 70 50 TD 47 | /F1 12 Tf 48 | (Hello, world!) Tj 49 | ET 50 | endstream 51 | endobj 52 | 53 | xref 54 | 0 6 55 | 0000000000 65535 f 56 | 0000000010 00000 n 57 | 0000000079 00000 n 58 | 0000000173 00000 n 59 | 0000000301 00000 n 60 | 0000000380 00000 n 61 | trailer 62 | << 63 | /Size 6 64 | /Root 1 0 R 65 | >> 66 | startxref 67 | 492 68 | %%EOF -------------------------------------------------------------------------------- /test/index.js: -------------------------------------------------------------------------------- 1 | const { app, BrowserWindow } = require('electron') 2 | const PDFWindow = require('../') 3 | 4 | app.on('ready', () => { 5 | const win = new PDFWindow({ 6 | width: 800, 7 | height: 600 8 | }) 9 | 10 | const win2 = new BrowserWindow({ 11 | width: 800, 12 | height: 600 13 | }) 14 | 15 | const win3 = new BrowserWindow({ 16 | width: 100, 17 | height: 100 18 | }) 19 | 20 | win3.loadURL(`file://${__dirname}/remote.html`) 21 | 22 | PDFWindow.addSupport(win2) 23 | 24 | // win.loadURL('http://mozilla.github.io/pdf.js/web/compressed.tracemonkey-pldi-09.pdf') 25 | // win.loadURL(`file://${__dirname}/helloworld.pdf`) 26 | win.loadURL('https://arxiv.org/pdf/1606.05328.pdf?asdasd=a234') 27 | 28 | // win2.loadURL('http://www.arxiv-sanity.com/') 29 | win2.loadURL('https://arxiv.org/abs/1601.06759') 30 | }) 31 | -------------------------------------------------------------------------------- /test/remote.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Remote test 6 | 7 | 8 | 22 | 23 | 24 | --------------------------------------------------------------------------------