├── .DS_Store ├── .gitignore ├── .idea ├── vcs.xml └── workspace.xml ├── LICENSE.txt ├── README.md ├── build ├── .DS_Store ├── assets │ ├── .DS_Store │ ├── jsmind.css │ ├── jsmind.draggable.js │ ├── jsmind.js │ ├── jsmind.screenshot.js │ ├── mindmap.css │ ├── mindmap.js │ ├── mindmap.main.js │ ├── pdf.js │ ├── pdf.js.map │ ├── pdf.worker.js │ ├── pdf.worker.js.map │ ├── sha1-min.js │ ├── sha1.js │ ├── viewer.css │ └── viewer.js ├── img │ ├── pdf-small.png │ └── pdf.png ├── pdf.js │ ├── LICENSE │ ├── build │ │ ├── pdf.js │ │ └── pdf.worker.js │ └── web │ │ ├── batchviewer.html │ │ ├── batchviewer.js │ │ ├── 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 │ │ ├── test.pdf │ │ ├── test2.pdf │ │ ├── viewer.css │ │ ├── viewer.html │ │ ├── viewer.js │ │ └── viewer.jsxxx ├── simpleViewer.html └── viewer.html ├── docs ├── DevGuide.md ├── High Level Class Diagram.pdf ├── UserGuide.md ├── _config.yml └── index.md ├── index.html ├── init.js ├── package.json ├── root.json ├── server.js ├── src └── mindmap.main.ts └── start.js /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) [2017] [Scimappr Team IPVS-AS] 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SciMappr [![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://tldrlegal.com/license/mit-license) 2 | 3 | > SciMappr is [Docear](http://www.docear.org/) in the cloud. 4 | 5 | SciMappr is a project for Native App look using javascript to build a mindmap extracted from PDF. 6 | Scimappr is using Electron Framework to build cross platform apps with HTML, Javascript, and CSS. 7 | 8 | ## Installation 9 | 10 | To Install Scimappr, first we need to install node.js. Download the node.js using the link,install it (next,next) https://nodejs.org/en/ 11 | 12 | After installing node.js, use git to clone this project. 13 | But first, make sure you have install git in your repository by using this command: 14 | 15 | npm install -g git 16 | 17 | After installing git, install also bower by using this command: 18 | 19 | npm install -g bower 20 | 21 | After installing bower, clone this project into your repository using git command: 22 | 23 | git clone https://github.com/JabRef/scimappr.git 24 | 25 | After clone this project, then go to one further folder by using command: 26 | 27 | cd scimappr 28 | 29 | Then install all dependencies that are used by scimappr by typing command: 30 | 31 | npm install package.json --save 32 | 33 | Lastly, to run this project, type this command: 34 | 35 | npm start 36 | 37 | Happy Mindmapping :) 38 | -------------------------------------------------------------------------------- /build/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/.DS_Store -------------------------------------------------------------------------------- /build/assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/assets/.DS_Store -------------------------------------------------------------------------------- /build/assets/mindmap.css: -------------------------------------------------------------------------------- 1 | body { 2 | padding-top: 50px; 3 | overflow: hidden; 4 | } 5 | #wrapper { 6 | min-height: 100%; 7 | height: 100%; 8 | width: 100%; 9 | position: absolute; 10 | top: 0px; 11 | left: 0; 12 | display: inline-block; 13 | } 14 | #contextMenu li { 15 | padding: 5px 10px; 16 | } 17 | #contextMenu li:hover { 18 | cursor: pointer; 19 | background-color: #f5f5f5; 20 | } 21 | #exTab2 h3 { 22 | color : white; 23 | background-color: #428bca; 24 | padding : 5px 15px; 25 | } 26 | 27 | #main-wrapper { 28 | height: 100%; 29 | overflow-y: auto; 30 | padding: 50px 0 0px 0; 31 | } 32 | 33 | #sidebar-wrapper { 34 | height: 100%; 35 | padding: 50px 0 0px 0; 36 | display:inline-block; 37 | min-width: 150px; 38 | min-height: 100px; 39 | border-right: 1px solid gray; 40 | } 41 | 42 | #form-input { 43 | margin-top:10px; 44 | margin-bottom:10px; 45 | } 46 | 47 | .dropdown-submenu { 48 | position: relative; 49 | } 50 | 51 | .dropdown-submenu>.dropdown-menu { 52 | top: 0; 53 | left: 100%; 54 | margin-top: -6px; 55 | margin-left: -1px; 56 | -webkit-border-radius: 0 6px 6px 6px; 57 | -moz-border-radius: 0 6px 6px; 58 | border-radius: 0 6px 6px 6px; 59 | } 60 | 61 | .dropdown-submenu:hover>.dropdown-menu { 62 | display: block; 63 | } 64 | 65 | .dropdown-submenu>a:after { 66 | display: block; 67 | content: " "; 68 | float: right; 69 | width: 0; 70 | height: 0; 71 | border-color: transparent; 72 | border-style: solid; 73 | border-width: 5px 0 5px 5px; 74 | border-left-color: #ccc; 75 | margin-top: 5px; 76 | margin-right: -10px; 77 | } 78 | 79 | .dropdown-submenu:hover>a:after { 80 | border-left-color: #fff; 81 | } 82 | 83 | .dropdown-submenu.pull-left { 84 | float: none; 85 | } 86 | 87 | @media (max-width: 992px) { 88 | body { 89 | padding-top: 0px; 90 | } 91 | } 92 | @media (min-width: 992px) { 93 | #main-wrapper { 94 | float:right; 95 | } 96 | } 97 | @media (max-width: 992px) { 98 | #main-wrapper { 99 | padding-top: 0px; 100 | } 101 | } 102 | @media (max-width: 992px) { 103 | #sidebar-wrapper { 104 | position: static; 105 | height:auto; 106 | max-height: 300px; 107 | border-right:0; 108 | } 109 | } 110 | -------------------------------------------------------------------------------- /build/assets/sha1-min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined 3 | * in FIPS 180-1 4 | * Version 2.2 Copyright Paul Johnston 2000 - 2009. 5 | * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet 6 | * Distributed under the BSD License 7 | * See http://pajhome.org.uk/crypt/md5 for details. 8 | */ 9 | var hexcase=0;var b64pad="";function hex_sha1(a){return rstr2hex(rstr_sha1(str2rstr_utf8(a)))}function hex_hmac_sha1(a,b){return rstr2hex(rstr_hmac_sha1(str2rstr_utf8(a),str2rstr_utf8(b)))}function sha1_vm_test(){return hex_sha1("abc").toLowerCase()=="a9993e364706816aba3e25717850c26c9cd0d89d"}function rstr_sha1(a){return binb2rstr(binb_sha1(rstr2binb(a),a.length*8))}function rstr_hmac_sha1(c,f){var e=rstr2binb(c);if(e.length>16){e=binb_sha1(e,c.length*8)}var a=Array(16),d=Array(16);for(var b=0;b<16;b++){a[b]=e[b]^909522486;d[b]=e[b]^1549556828}var g=binb_sha1(a.concat(rstr2binb(f)),512+f.length*8);return binb2rstr(binb_sha1(d.concat(g),512+160))}function rstr2hex(c){try{hexcase}catch(g){hexcase=0}var f=hexcase?"0123456789ABCDEF":"0123456789abcdef";var b="";var a;for(var d=0;d>>4)&15)+f.charAt(a&15)}return b}function str2rstr_utf8(c){var b="";var d=-1;var a,e;while(++d>>6)&31),128|(a&63))}else{if(a<=65535){b+=String.fromCharCode(224|((a>>>12)&15),128|((a>>>6)&63),128|(a&63))}else{if(a<=2097151){b+=String.fromCharCode(240|((a>>>18)&7),128|((a>>>12)&63),128|((a>>>6)&63),128|(a&63))}}}}}return b}function rstr2binb(b){var a=Array(b.length>>2);for(var c=0;c>5]|=(b.charCodeAt(c/8)&255)<<(24-c%32)}return a}function binb2rstr(b){var a="";for(var c=0;c>5]>>>(24-c%32))&255)}return a}function binb_sha1(v,o){v[o>>5]|=128<<(24-o%32);v[((o+64>>9)<<4)+15]=o;var y=Array(80);var u=1732584193;var s=-271733879;var r=-1732584194;var q=271733878;var p=-1009589776;for(var l=0;l>16)+(d>>16)+(c>>16);return(b<<16)|(c&65535)}function bit_rol(a,b){return(a<>>(32-b))}; -------------------------------------------------------------------------------- /build/assets/viewer.css: -------------------------------------------------------------------------------- 1 | 2 | body { 3 | font-family: Arial; 4 | } 5 | 6 | #pdfList { 7 | margin-top: 20px; 8 | width: 200px; 9 | min-height: 300px; 10 | border: 2px solid black; 11 | background-color: #ddd; 12 | } 13 | 14 | #annotationList { 15 | display: none; 16 | margin-top: 20px; 17 | margin-left: 20px; 18 | width: 200px; 19 | min-height: 300px; 20 | border: 2px solid black; 21 | background-color: #ddd; 22 | } 23 | 24 | div h3 { 25 | text-align: center; 26 | } 27 | 28 | .pdfCard { 29 | margin: 10px; 30 | width: 170px; 31 | padding: 5px; 32 | border: 1px solid black; 33 | background-color: #fff; 34 | word-wrap: break-word; 35 | } 36 | 37 | .annotationCard { 38 | margin: 10px; 39 | width: 170px; 40 | padding: 5px; 41 | border-radius: 5px; 42 | background-color: #f1c40f; 43 | word-wrap: break-word; 44 | color: white; 45 | box-shadow: 1px 1px 4px #000; 46 | } 47 | 48 | .annotationCard:hover, .pdfCard:hover { 49 | cursor: hand; 50 | } -------------------------------------------------------------------------------- /build/assets/viewer.js: -------------------------------------------------------------------------------- 1 | /*global PDFJS:false, console:false, Promise:false */ 2 | 3 | 'use strict'; 4 | 5 | PDFJS.disableWorker = true; 6 | PDFJS.disableRange = true; 7 | 8 | // JSMind Configuration 9 | var options = { 10 | container:'jsmind_container', 11 | editable:true, 12 | theme:'orange' 13 | }; 14 | var mind = { 15 | meta: { 16 | "name":"jsMind remote", 17 | "author":"hizzgdev@163.com", 18 | "version":"0.2" 19 | }, 20 | format:"node_tree", 21 | data: { 22 | id: "root", topic: "PDF", children: [] 23 | } 24 | } 25 | var jm = new jsMind(options); 26 | 27 | var sendData = function (data) { 28 | var xhr = new XMLHttpRequest(); 29 | xhr.open("POST", '/sendData', false); 30 | 31 | // Send the proper header information along with the request 32 | xhr.setRequestHeader("Content-type", "application/json"); 33 | 34 | xhr.send(JSON.stringify(data)); 35 | } 36 | 37 | var getRandomString = function (num) { 38 | num = num || 6; 39 | return Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, num); 40 | }; 41 | 42 | // to read pdfs and extract annottations 43 | var loadPDF = function (filePath, fileName) { 44 | PDFJS.getDocument(filePath).then(function (pdf) { 45 | var promises = [], promise; 46 | 47 | for (var i = 1; i < pdf.numPages; i++) { 48 | promise = pdf.getPage(i).then(function (page) { 49 | return page.getAnnotations(); 50 | }); 51 | promises.push(promise); 52 | } 53 | 54 | var ignoreList = ['Link']; 55 | 56 | Promise.all(promises).then(function (pages) { 57 | var items = []; 58 | 59 | pages.forEach(function(annotations) { 60 | annotations 61 | .filter(function (annotation) { 62 | return !ignoreList.includes(annotation.subtype) 63 | }) 64 | .forEach(function(annotation) { 65 | if( (annotation.subtype == "Popup")){ 66 | items.push({ 67 | id: getRandomString(), 68 | subtype: annotation.subtype, 69 | title: annotation.title, 70 | topic: annotation.contents 71 | }); 72 | } 73 | }); 74 | }); 75 | 76 | mindmap[fileName] = items; 77 | 78 | // Prepare MindMap Node 79 | var mindmapNode = { id: getRandomString(), topic: fileName }; 80 | mindmapNode.children = items; 81 | 82 | // Add the Node to the Mindmap 83 | // mind.data.children.push(mindmapNode); 84 | pdfTree.push({ id: getRandomString(), fileName: fileName, annotations: items }); 85 | sendData({ fileName: fileName, data: items }); 86 | }).then(function () { 87 | // Re-render Mindmap after processing every PDF 88 | jm.show(mind); 89 | renderPDFList(); 90 | }); 91 | }); 92 | } 93 | 94 | function renderPDFList() { 95 | var base = '

PDFs

'; 96 | pdfTree.forEach(function (eachCard) { 97 | base += '
' + eachCard.fileName + '
'; 98 | }); 99 | 100 | // 'base' variable contains the HTML for the pdfList inner data 101 | // Set the innerHTML with contents of 'base' 102 | document.getElementById('pdfList').innerHTML = base; 103 | } 104 | 105 | function renderAnnotations(fileId) { 106 | // Select the required file based on the fileId 107 | var selectedFile = pdfTree.filter(function (eachCard) { 108 | return eachCard.id === fileId; 109 | })[0]; 110 | 111 | var base = '

Annotations

'; 112 | selectedFile.annotations.forEach(function (eachCard) { 113 | base += '
' + eachCard.topic + '
'; 114 | }); 115 | 116 | // 'base' variable contains the HTML for the annotationList inner data 117 | // Set the innerHTML with contents of 'base' 118 | document.getElementById('annotationList').innerHTML = base; 119 | 120 | // Make the annotationList box visible 121 | document.getElementById('annotationList').style.display = 'block'; 122 | } 123 | 124 | function addToMindmap() { 125 | // To be implemented 126 | } 127 | 128 | var files, 129 | file, 130 | extension, 131 | input = document.getElementById("fileURL"), 132 | mindmap = {}, 133 | pdfTree = [], 134 | selectedFile; 135 | 136 | window.pdfTree = pdfTree; 137 | window.mindmap = mindmap; 138 | input.addEventListener("change", function(e) { 139 | // Reset 140 | pdfTree = []; 141 | files = e.target.files; 142 | var len = files.length; 143 | var promises = [], promise; 144 | 145 | for (var i = 0; i < len; i++) { 146 | file = files[i]; 147 | extension = file.name.split(".").pop(); 148 | if (extension == 'pdf') { 149 | loadPDF(URL.createObjectURL(file), file.name); 150 | } 151 | } 152 | }, false); 153 | -------------------------------------------------------------------------------- /build/img/pdf-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/img/pdf-small.png -------------------------------------------------------------------------------- /build/img/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/img/pdf.png -------------------------------------------------------------------------------- /build/pdf.js/web/batchviewer.html: -------------------------------------------------------------------------------- 1 | 2 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | PDF.js viewer 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/78-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/78-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/78-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/78-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/78-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/78-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/78-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/78-RKSJ-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/78-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/78-RKSJ-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/78-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/78-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/78ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/78ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/78ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/78ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/83pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/83pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/90ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/90ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/90ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/90ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/90msp-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/90msp-RKSJ-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/90msp-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/90msp-RKSJ-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/90pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/90pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/90pv-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/90pv-RKSJ-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Add-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Add-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Add-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Add-RKSJ-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Add-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Add-RKSJ-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Add-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Add-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-CNS1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-CNS1-0.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-CNS1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-CNS1-1.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-CNS1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-CNS1-2.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-CNS1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-CNS1-3.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-CNS1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-CNS1-4.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-CNS1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-CNS1-5.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-CNS1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-CNS1-6.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-CNS1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-CNS1-UCS2.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-GB1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-GB1-0.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-GB1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-GB1-1.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-GB1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-GB1-2.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-GB1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-GB1-3.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-GB1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-GB1-4.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-GB1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-GB1-5.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-GB1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-GB1-UCS2.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Japan1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Japan1-0.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Japan1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Japan1-1.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Japan1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Japan1-2.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Japan1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Japan1-3.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Japan1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Japan1-4.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Japan1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Japan1-5.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Japan1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Japan1-6.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Japan1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Japan1-UCS2.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Korea1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Korea1-0.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Korea1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Korea1-1.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Korea1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Korea1-2.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Adobe-Korea1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Adobe-Korea1-UCS2.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/B5pc-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/B5pc-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/B5pc-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/B5pc-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/CNS-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/CNS-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/CNS-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/CNS-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/CNS1-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/CNS1-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/CNS1-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/CNS1-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/CNS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/CNS2-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/CNS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/CNS2-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/ETHK-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/ETHK-B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/ETHK-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/ETHK-B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/ETen-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/ETen-B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/ETen-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/ETen-B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/ETenms-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/ETenms-B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/ETenms-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/ETenms-B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Ext-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Ext-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Ext-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Ext-RKSJ-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Ext-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Ext-RKSJ-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Ext-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Ext-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GB-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GB-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GB-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GB-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GB-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GB-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GB-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GB-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBK-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBK-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBK-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBK-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBK2K-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBK2K-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBK2K-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBK2K-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBKp-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBKp-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBKp-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBKp-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBT-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBT-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBT-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBT-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBT-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBT-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBT-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBT-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBTpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBTpc-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBTpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBTpc-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBpc-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/GBpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/GBpc-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKdla-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKdla-B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKdla-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKdla-B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKdlb-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKdlb-B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKdlb-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKdlb-B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKgccs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKgccs-B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKgccs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKgccs-B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKm314-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKm314-B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKm314-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKm314-B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKm471-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKm471-B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKm471-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKm471-B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKscs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKscs-B5-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/HKscs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/HKscs-B5-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Hankaku.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Hankaku.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Hiragana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Hiragana.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSC-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSC-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSC-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSC-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSC-Johab-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSC-Johab-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSC-Johab-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSC-Johab-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSCms-UHC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSCms-UHC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSCms-UHC-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSCms-UHC-HW-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSCms-UHC-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSCms-UHC-HW-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSCms-UHC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSCms-UHC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSCpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSCpc-EUC-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/KSCpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/KSCpc-EUC-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Katakana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Katakana.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/LICENSE: -------------------------------------------------------------------------------- 1 | %%Copyright: ----------------------------------------------------------- 2 | %%Copyright: Copyright 1990-2009 Adobe Systems Incorporated. 3 | %%Copyright: All rights reserved. 4 | %%Copyright: 5 | %%Copyright: Redistribution and use in source and binary forms, with or 6 | %%Copyright: without modification, are permitted provided that the 7 | %%Copyright: following conditions are met: 8 | %%Copyright: 9 | %%Copyright: Redistributions of source code must retain the above 10 | %%Copyright: copyright notice, this list of conditions and the following 11 | %%Copyright: disclaimer. 12 | %%Copyright: 13 | %%Copyright: Redistributions in binary form must reproduce the above 14 | %%Copyright: copyright notice, this list of conditions and the following 15 | %%Copyright: disclaimer in the documentation and/or other materials 16 | %%Copyright: provided with the distribution. 17 | %%Copyright: 18 | %%Copyright: Neither the name of Adobe Systems Incorporated nor the names 19 | %%Copyright: of its contributors may be used to endorse or promote 20 | %%Copyright: products derived from this software without specific prior 21 | %%Copyright: written permission. 22 | %%Copyright: 23 | %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 24 | %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 25 | %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 26 | %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 27 | %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 28 | %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 | %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 30 | %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 31 | %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 | %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 33 | %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 34 | %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 35 | %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 | %%Copyright: ----------------------------------------------------------- 37 | -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/NWP-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/NWP-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/NWP-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/NWP-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/RKSJ-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/RKSJ-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/Roman.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/Roman.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniCNS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniCNS-UCS2-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniCNS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniCNS-UCS2-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniCNS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniCNS-UTF16-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniCNS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniCNS-UTF16-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniCNS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniCNS-UTF32-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniCNS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniCNS-UTF32-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniCNS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniCNS-UTF8-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniCNS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniCNS-UTF8-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniGB-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniGB-UCS2-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniGB-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniGB-UCS2-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniGB-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniGB-UTF16-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniGB-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniGB-UTF16-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniGB-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniGB-UTF32-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniGB-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniGB-UTF32-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniGB-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniGB-UTF8-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniGB-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniGB-UTF8-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UCS2-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UCS2-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UCS2-HW-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UCS2-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UTF16-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UTF16-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UTF32-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UTF32-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UTF8-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS-UTF8-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS2004-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS2004-UTF16-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS2004-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS2004-UTF16-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS2004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS2004-UTF32-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS2004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS2004-UTF32-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS2004-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS2004-UTF8-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJIS2004-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJIS2004-UTF8-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJISPro-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJISPro-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJISPro-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJISPro-UCS2-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJISPro-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJISPro-UTF8-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJISX0213-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJISX0213-UTF32-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJISX0213-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJISX0213-UTF32-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJISX02132004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJISX02132004-UTF32-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniJISX02132004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniJISX02132004-UTF32-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniKS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniKS-UCS2-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniKS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniKS-UCS2-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniKS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniKS-UTF16-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniKS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniKS-UTF16-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniKS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniKS-UTF32-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniKS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniKS-UTF32-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniKS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniKS-UTF8-H.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/UniKS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/UniKS-UTF8-V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/V.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/cmaps/WP-Symbol.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/cmaps/WP-Symbol.bcmap -------------------------------------------------------------------------------- /build/pdf.js/web/compressed.tracemonkey-pldi-09.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/compressed.tracemonkey-pldi-09.pdf -------------------------------------------------------------------------------- /build/pdf.js/web/images/annotation-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /build/pdf.js/web/images/annotation-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /build/pdf.js/web/images/annotation-help.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 16 | 18 | 21 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /build/pdf.js/web/images/annotation-insert.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /build/pdf.js/web/images/annotation-key.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /build/pdf.js/web/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /build/pdf.js/web/images/annotation-noicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /build/pdf.js/web/images/annotation-note.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 14 | 21 | 28 | 35 | 42 | 43 | -------------------------------------------------------------------------------- /build/pdf.js/web/images/annotation-paragraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /build/pdf.js/web/images/findbarButton-next-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/findbarButton-next-rtl.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/findbarButton-next-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/findbarButton-next-rtl@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/findbarButton-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/findbarButton-next.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/findbarButton-next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/findbarButton-next@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/findbarButton-previous-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/findbarButton-previous-rtl.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/findbarButton-previous-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/findbarButton-previous-rtl@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/findbarButton-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/findbarButton-previous.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/findbarButton-previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/findbarButton-previous@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/grab.cur -------------------------------------------------------------------------------- /build/pdf.js/web/images/grabbing.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/grabbing.cur -------------------------------------------------------------------------------- /build/pdf.js/web/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/loading-icon.gif -------------------------------------------------------------------------------- /build/pdf.js/web/images/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/loading-small.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/loading-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/loading-small@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-documentProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-documentProperties.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-documentProperties@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-documentProperties@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-firstPage.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-firstPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-firstPage@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-handTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-handTool.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-handTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-handTool@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-lastPage.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-lastPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-lastPage@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-rotateCcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-rotateCcw.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-rotateCcw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-rotateCcw@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-rotateCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-rotateCw.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/secondaryToolbarButton-rotateCw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/secondaryToolbarButton-rotateCw@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/shadow.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/texture.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-bookmark.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-bookmark@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-download.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-download@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-menuArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-menuArrows.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-menuArrows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-menuArrows@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-openFile.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-openFile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-openFile@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-pageDown-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-pageDown-rtl.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-pageDown-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-pageDown-rtl@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-pageDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-pageDown.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-pageDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-pageDown@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-pageUp-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-pageUp-rtl.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-pageUp-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-pageUp-rtl@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-pageUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-pageUp.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-pageUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-pageUp@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-presentationMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-presentationMode.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-presentationMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-presentationMode@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-print.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-print@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-print@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-search.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-search@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-secondaryToolbarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-secondaryToolbarToggle-rtl.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-secondaryToolbarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-secondaryToolbarToggle.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-secondaryToolbarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-secondaryToolbarToggle@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-sidebarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-sidebarToggle-rtl.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-sidebarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-sidebarToggle-rtl@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-sidebarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-sidebarToggle.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-sidebarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-sidebarToggle@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-viewAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-viewAttachments.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-viewAttachments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-viewAttachments@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-viewOutline-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-viewOutline-rtl.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-viewOutline-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-viewOutline-rtl@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-viewOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-viewOutline.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-viewOutline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-viewOutline@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-viewThumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-viewThumbnail.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-viewThumbnail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-viewThumbnail@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-zoomIn.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-zoomIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-zoomIn@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-zoomOut.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/toolbarButton-zoomOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/toolbarButton-zoomOut@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/treeitem-collapsed-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/treeitem-collapsed-rtl.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/treeitem-collapsed-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/treeitem-collapsed-rtl@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/treeitem-collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/treeitem-collapsed.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/treeitem-collapsed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/treeitem-collapsed@2x.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/treeitem-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/treeitem-expanded.png -------------------------------------------------------------------------------- /build/pdf.js/web/images/treeitem-expanded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/images/treeitem-expanded@2x.png -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 25 | # will be replaced by a number representing the currently visible page, 26 | # respectively a number representing the total number of pages in the document. 27 | 28 | zoom_out.title=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 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 57 | # a numerical per cent value. 58 | 59 | # Tooltips and alt text for side panel toolbar buttons 60 | # (the _label strings are alt text for the buttons, the .title strings are 61 | # tooltips) 62 | toggle_sidebar.title=Sɔ anaaso dum saedbaa 63 | toggle_sidebar_label=Sɔ anaaso dum saedbaa 64 | document_outline_label=Dɔkomɛnt bɔbea 65 | thumbs.title=Kyerɛ mfoniwaa 66 | thumbs_label=Mfoniwaa 67 | findbar.title=Hu wɔ dɔkomɛnt no mu 68 | findbar_label=Hu 69 | 70 | # Thumbnails panel item (tooltip and alt text for images) 71 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 72 | # number. 73 | thumb_page_title=Krataafa {{page}} 74 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 75 | # number. 76 | thumb_page_canvas=Krataafa ne mfoniwaa {{page}} 77 | 78 | # Find panel button title and messages 79 | find_label=Hunu: 80 | find_previous.title=San hu fres wɔ ekyiri baako 81 | find_previous_label=Ekyiri baako 82 | find_next.title=San hu fres no wɔ enim baako 83 | find_next_label=Ndiso 84 | find_highlight=Hyɛ bibiara nso 85 | find_match_case_label=Fa susu kaase 86 | find_reached_top=Edu krataafa ne soro, atoa so efiri ase 87 | find_reached_bottom=Edu krataafa n'ewiei, atoa so efiri soro 88 | find_not_found=Ennhu fres 89 | 90 | # Error panel labels 91 | error_more_info=Infɔmehyɛn bio a wɔka ho 92 | error_less_info=Te infɔmehyɛn bio a wɔka ho so 93 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 94 | # replaced by the PDF.JS version and build ID. 95 | error_version_info=PDF.js v{{vɛɛhyen}} (nsi: {{si}}) 96 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 97 | # english string describing the error. 98 | error_message=Nkrato: {{message}} 99 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 100 | # trace. 101 | error_stack=Staake: {{stack}} 102 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 103 | error_file=Fael: {{file}} 104 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 105 | error_line=Laen: {{line}} 106 | rendering_error=Mfomso bae wɔ bere a wɔ rekyerɛ krataafa no. 107 | 108 | # Predefined zoom values 109 | page_scale_width=Krataafa tɛtrɛtɛ 110 | page_scale_fit=Krataafa ehimtwa 111 | page_scale_auto=Zuum otomatik 112 | page_scale_actual=Kɛseyɛ ankasa 113 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 114 | # numerical scale value. 115 | 116 | # Loading indicator messages 117 | loading_error_indicator=Mfomso 118 | loading_error=Mfomso bae wɔ bere a wɔreloode PDF no. 119 | invalid_file_error=PDF fael no nndi mu anaaso ho atɔ kyima. 120 | missing_file_error=PDF fael no ayera. 121 | 122 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 123 | # "{{type}}" will be replaced with an annotation type from a list defined in 124 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 125 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 126 | text_annotation_type.alt=[{{type}} Tɛkst-nyiano] 127 | password_ok=OK 128 | 129 | printing_not_supported=Kɔkɔbɔ: Brawsa yi nnhyɛ daa mma prent ho kwan. 130 | printing_not_ready=Kɔkɔbɔ: Wɔnntwee PDF fael no nyinara mmbaee ama wo ɛ tumi aprente. 131 | web_fonts_disabled=Ɔedum wɛb-mfɔnt: nntumi mmfa PDF mfɔnt a wɔhyɛ mu nndi dwuma. 132 | 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. 133 | -------------------------------------------------------------------------------- /build/pdf.js/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 | -------------------------------------------------------------------------------- /build/pdf.js/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.title = Página 10 | of_pages = de {{pagesCount}} 11 | page_of_pages = ({{pageNumber}} de {{pagesCount}}) 12 | zoom_out.title = Reducir 13 | zoom_out_label = Reducir 14 | zoom_in.title = Aumentar 15 | zoom_in_label = Aumentar 16 | zoom.title = Tamaño 17 | presentation_mode.title = Cambiar al modo presentación 18 | presentation_mode_label = Modo presentación 19 | open_file.title = Abrir archivo 20 | open_file_label = Abrir 21 | print.title = Imprimir 22 | print_label = Imprimir 23 | download.title = Descargar 24 | download_label = Descargar 25 | bookmark.title = Vista actual (copiar o abrir en una nueva ventana) 26 | bookmark_label = Vista actual 27 | tools.title = Herramientas 28 | tools_label = Herramientas 29 | first_page.title = Ir a la primera página 30 | first_page.label = Ir a la primera página 31 | first_page_label = Ir a la primera página 32 | last_page.title = Ir a la última página 33 | last_page.label = Ir a la última página 34 | last_page_label = Ir a la última página 35 | page_rotate_cw.title = Rotar en sentido horario 36 | page_rotate_cw.label = Rotar en sentido horario 37 | page_rotate_cw_label = Rotar en sentido horario 38 | page_rotate_ccw.title = Rotar en sentido antihorario 39 | page_rotate_ccw.label = Rotar en sentido antihorario 40 | page_rotate_ccw_label = Rotar en sentido antihorario 41 | hand_tool_enable.title = Activar herramienta mano 42 | hand_tool_enable_label = Activar herramienta mano 43 | hand_tool_disable.title = Desactivar herramienta mano 44 | hand_tool_disable_label = Desactivar herramienta mano 45 | document_properties.title = Propiedades del documento… 46 | document_properties_label = Propiedades del documento… 47 | document_properties_file_name = Nombre de archivo: 48 | document_properties_file_size = Tamaño de archivo: 49 | document_properties_kb = {{size_kb}} KB ({{size_b}} bytes) 50 | document_properties_mb = {{size_mb}} MB ({{size_b}} bytes) 51 | document_properties_title = Título: 52 | document_properties_author = Autor: 53 | document_properties_subject = Asunto: 54 | document_properties_keywords = Palabras clave: 55 | document_properties_creation_date = Fecha de creación: 56 | document_properties_modification_date = Fecha de modificación: 57 | document_properties_date_string = {{date}}, {{time}} 58 | document_properties_creator = Creador: 59 | document_properties_producer = Productor PDF: 60 | document_properties_version = Versión PDF: 61 | document_properties_page_count = Número de páginas: 62 | document_properties_close = Cerrar 63 | print_progress_message = Preparando documento para impresión… 64 | print_progress_percent = {{progress}}% 65 | print_progress_close = Cancelar 66 | toggle_sidebar.title = Cambiar barra lateral 67 | toggle_sidebar_label = Cambiar barra lateral 68 | document_outline.title = Mostrar resumen del documento (doble clic para expandir/contraer todos los elementos) 69 | document_outline_label = Resumen de documento 70 | attachments.title = Mostrar adjuntos 71 | attachments_label = Adjuntos 72 | thumbs.title = Mostrar miniaturas 73 | thumbs_label = Miniaturas 74 | findbar.title = Buscar en el documento 75 | findbar_label = Buscar 76 | thumb_page_title = Página {{page}} 77 | thumb_page_canvas = Miniatura de la página {{page}} 78 | find_label = Buscar: 79 | find_previous.title = Encontrar la anterior aparición de la frase 80 | find_previous_label = Anterior 81 | find_next.title = Encontrar la siguiente aparición de esta frase 82 | find_next_label = Siguiente 83 | find_highlight = Resaltar todos 84 | find_match_case_label = Coincidencia de mayús./minús. 85 | find_reached_top = Se alcanzó el inicio del documento, se continúa desde el final 86 | find_reached_bottom = Se alcanzó el final del documento, se continúa desde el inicio 87 | find_not_found = Frase no encontrada 88 | error_more_info = Más información 89 | error_less_info = Menos información 90 | error_close = Cerrar 91 | error_version_info = PDF.js v{{version}} (build: {{build}}) 92 | error_message = Mensaje: {{message}} 93 | error_stack = Pila: {{stack}} 94 | error_file = Archivo: {{file}} 95 | error_line = Línea: {{line}} 96 | rendering_error = Ocurrió un error al renderizar la página. 97 | page_scale_width = Anchura de la página 98 | page_scale_fit = Ajuste de la página 99 | page_scale_auto = Tamaño automático 100 | page_scale_actual = Tamaño real 101 | page_scale_percent = {{scale}}% 102 | loading_error_indicator = Error 103 | loading_error = Ocurrió un error al cargar el PDF. 104 | invalid_file_error = Fichero PDF no válido o corrupto. 105 | missing_file_error = No hay fichero PDF. 106 | unexpected_response_error = Respuesta inesperada del servidor. 107 | text_annotation_type.alt = [Anotación {{type}}] 108 | password_label = Introduzca la contraseña para abrir este archivo PDF. 109 | password_invalid = Contraseña no válida. Vuelva a intentarlo. 110 | password_ok = Aceptar 111 | password_cancel = Cancelar 112 | printing_not_supported = Advertencia: Imprimir no está totalmente soportado por este navegador. 113 | printing_not_ready = Advertencia: Este PDF no se ha cargado completamente para poder imprimirse. 114 | web_fonts_disabled = Las tipografías web están desactivadas: es imposible usar las tipografías PDF embebidas. 115 | 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. 116 | -------------------------------------------------------------------------------- /build/pdf.js/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.title = Pagina 10 | of_pages = di {{pagesCount}} 11 | page_of_pages = ({{pageNumber}} di {{pagesCount}}) 12 | zoom_out.title = Riduci zoom 13 | zoom_out_label = Riduci zoom 14 | zoom_in.title = Aumenta zoom 15 | zoom_in_label = Aumenta zoom 16 | zoom.title = Zoom 17 | presentation_mode.title = Passa alla modalità presentazione 18 | presentation_mode_label = Modalità presentazione 19 | open_file.title = Apri file 20 | open_file_label = Apri 21 | print.title = Stampa 22 | print_label = Stampa 23 | download.title = Scarica questo documento 24 | download_label = Download 25 | bookmark.title = Visualizzazione corrente (copia o apri in una nuova finestra) 26 | bookmark_label = Visualizzazione corrente 27 | tools.title = Strumenti 28 | tools_label = Strumenti 29 | first_page.title = Vai alla prima pagina 30 | first_page.label = Vai alla prima pagina 31 | first_page_label = Vai alla prima pagina 32 | last_page.title = Vai all’ultima pagina 33 | last_page.label = Vai all’ultima pagina 34 | last_page_label = Vai all’ultima pagina 35 | page_rotate_cw.title = Ruota in senso orario 36 | page_rotate_cw.label = Ruota in senso orario 37 | page_rotate_cw_label = Ruota in senso orario 38 | page_rotate_ccw.title = Ruota in senso antiorario 39 | page_rotate_ccw.label = Ruota in senso antiorario 40 | page_rotate_ccw_label = Ruota in senso antiorario 41 | hand_tool_enable.title = Attiva strumento mano 42 | hand_tool_enable_label = Attiva strumento mano 43 | hand_tool_disable.title = Disattiva strumento mano 44 | hand_tool_disable_label = Disattiva strumento mano 45 | document_properties.title = Proprietà del documento… 46 | document_properties_label = Proprietà del documento… 47 | document_properties_file_name = Nome file: 48 | document_properties_file_size = Dimensione file: 49 | document_properties_kb = {{size_kb}} kB ({{size_b}} byte) 50 | document_properties_mb = {{size_mb}} MB ({{size_b}} byte) 51 | document_properties_title = Titolo: 52 | document_properties_author = Autore: 53 | document_properties_subject = Oggetto: 54 | document_properties_keywords = Parole chiave: 55 | document_properties_creation_date = Data creazione: 56 | document_properties_modification_date = Data modifica: 57 | document_properties_date_string = {{date}}, {{time}} 58 | document_properties_creator = Autore originale: 59 | document_properties_producer = Produttore PDF: 60 | document_properties_version = Versione PDF: 61 | document_properties_page_count = Conteggio pagine: 62 | document_properties_close = Chiudi 63 | print_progress_message = Preparazione documento per la stampa… 64 | print_progress_percent = {{progress}}% 65 | print_progress_close = Annulla 66 | toggle_sidebar.title = Attiva/disattiva barra laterale 67 | toggle_sidebar_label = Attiva/disattiva barra laterale 68 | document_outline.title = Visualizza la struttura del documento (doppio clic per visualizzare/nascondere tutti gli elementi) 69 | document_outline_label = Struttura documento 70 | attachments.title = Visualizza allegati 71 | attachments_label = Allegati 72 | thumbs.title = Mostra le miniature 73 | thumbs_label = Miniature 74 | findbar.title = Trova nel documento 75 | findbar_label = Trova 76 | thumb_page_title = Pagina {{page}} 77 | thumb_page_canvas = Miniatura della pagina {{page}} 78 | find_label = Trova: 79 | find_previous.title = Trova l’occorrenza precedente del testo da cercare 80 | find_previous_label = Precedente 81 | find_next.title = Trova l’occorrenza successiva del testo da cercare 82 | find_next_label = Successivo 83 | find_highlight = Evidenzia 84 | find_match_case_label = Maiuscole/minuscole 85 | find_reached_top = Raggiunto l’inizio della pagina, continua dalla fine 86 | find_reached_bottom = Raggiunta la fine della pagina, continua dall’inizio 87 | find_not_found = Testo non trovato 88 | error_more_info = Ulteriori informazioni 89 | error_less_info = Nascondi dettagli 90 | error_close = Chiudi 91 | error_version_info = PDF.js v{{version}} (build: {{build}}) 92 | error_message = Messaggio: {{message}} 93 | error_stack = Stack: {{stack}} 94 | error_file = File: {{file}} 95 | error_line = Riga: {{line}} 96 | rendering_error = Si è verificato un errore durante il rendering della pagina. 97 | page_scale_width = Larghezza pagina 98 | page_scale_fit = Adatta a una pagina 99 | page_scale_auto = Zoom automatico 100 | page_scale_actual = Dimensioni effettive 101 | page_scale_percent = {{scale}}% 102 | loading_error_indicator = Errore 103 | loading_error = Si è verificato un errore durante il caricamento del PDF. 104 | invalid_file_error = File PDF non valido o danneggiato. 105 | missing_file_error = File PDF non disponibile. 106 | unexpected_response_error = Risposta imprevista del server 107 | text_annotation_type.alt = [Annotazione: {{type}}] 108 | password_label = Inserire la password per aprire questo file PDF. 109 | password_invalid = Password non corretta. Riprovare. 110 | password_ok = OK 111 | password_cancel = Annulla 112 | printing_not_supported = Attenzione: la stampa non è completamente supportata da questo browser. 113 | printing_not_ready = Attenzione: il PDF non è ancora stato caricato completamente per la stampa. 114 | web_fonts_disabled = I web font risultano disattivati: impossibile utilizzare i caratteri inclusi nel PDF. 115 | 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. 116 | -------------------------------------------------------------------------------- /build/pdf.js/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=ウェブフォントが無効になっています: 埋め込まれた PDF のフォントを使用できません 167 | document_colors_not_allowed=PDF 文書は、ウェブページが指定した配色を使用することができません: 'ウェブページが指定した配色' はブラウザーで無効になっています。 168 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 25 | # will be replaced by a number representing the currently visible page, 26 | # respectively a number representing the total number of pages in the document. 27 | 28 | zoom_out.title=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 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 71 | # a numerical per cent value. 72 | 73 | # Tooltips and alt text for side panel toolbar buttons 74 | # (the _label strings are alt text for the buttons, the .title strings are 75 | # tooltips) 76 | toggle_sidebar.title=Darikê kêlekê veke/bigire 77 | toggle_sidebar_label=Darikê kêlekê veke/bigire 78 | document_outline_label=Şemaya belgeyê 79 | thumbs.title=Wênekokan nîşan bide 80 | thumbs_label=Wênekok 81 | findbar.title=Di belgeyê de bibîne 82 | findbar_label=Bibîne 83 | 84 | # Thumbnails panel item (tooltip and alt text for images) 85 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 86 | # number. 87 | thumb_page_title=Rûpel {{page}} 88 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 89 | # number. 90 | thumb_page_canvas=Wênekoka rûpelê {{page}} 91 | 92 | # Find panel button title and messages 93 | find_label=Bibîne: 94 | find_previous.title=Peyva berê bibîne 95 | find_previous_label=Paşve 96 | find_next.title=Peyya pêş bibîne 97 | find_next_label=Pêşve 98 | find_highlight=Tevî beloq bike 99 | find_match_case_label=Ji bo tîpên hûrdek-girdek bihîstyar 100 | find_reached_top=Gihîşt serê rûpelê, ji dawiya rûpelê bidomîne 101 | find_reached_bottom=Gihîşt dawiya rûpelê, ji serê rûpelê bidomîne 102 | find_not_found=Peyv nehat dîtin 103 | 104 | # Error panel labels 105 | error_more_info=Zêdetir agahî 106 | error_less_info=Zêdetir agahî 107 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 108 | # replaced by the PDF.JS version and build ID. 109 | error_version_info=PDF.js versiyon {{version}} (avanî: {{build}}) 110 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 111 | # english string describing the error. 112 | error_message=Peyam: {{message}} 113 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 114 | # trace. 115 | error_stack=Komik: {{stack}} 116 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 117 | error_file=Pel: {{file}} 118 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 119 | error_line=Rêzik: {{line}} 120 | rendering_error=Di vehûrandina rûpelê de çewtî çêbû. 121 | 122 | # Predefined zoom values 123 | page_scale_width=Firehiya rûpelê 124 | page_scale_fit=Di rûpelê de bicî bike 125 | page_scale_auto=Xweber nêzîk bike 126 | page_scale_actual=Mezinahiya rastîn 127 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 128 | # numerical scale value. 129 | 130 | # Loading indicator messages 131 | loading_error_indicator=Xeletî 132 | loading_error=Dema ku PDF dihat barkirin çewtiyek çêbû. 133 | invalid_file_error=Pelê PDFê nederbasdar yan jî xirabe ye. 134 | missing_file_error=Pelê PDFê kêm e. 135 | 136 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 137 | # "{{type}}" will be replaced with an annotation type from a list defined in 138 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 139 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 140 | text_annotation_type.alt=[Nîşaneya {{type}}ê] 141 | password_label=Ji bo PDFê vekî şîfreyê binivîse. 142 | password_invalid=Şîfre çewt e. Tika ye dîsa biceribîne. 143 | password_ok=Temam 144 | 145 | printing_not_supported=Hişyarî: Çapkirin ji hêla vê gerokê ve bi temamî nayê destekirin. 146 | printing_not_ready=Hişyarî: PDF bi temamî nehat barkirin û ji bo çapê ne amade ye. 147 | web_fonts_disabled=Fontên Webê neçalak in: Fontên PDFê yên veşartî nayên bikaranîn. 148 | 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. 149 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 20 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 21 | # representing the total number of pages in the document. 22 | of_pages=ku {{pagesCount}} 23 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 24 | # will be replaced by a number representing the currently visible page, 25 | # respectively a number representing the total number of pages in the document. 26 | 27 | zoom_out.title=Zimbulukusa 28 | zoom_out_label=Zimbulukusa 29 | zoom_in.title=Funza Munda 30 | zoom_in_label=Funza Munda 31 | zoom.title=Gezzamu 32 | open_file.title=Bikula Fayiro 33 | open_file_label=Ggulawo 34 | print.title=Fulumya 35 | print_label=Fulumya 36 | download.title=Tikula 37 | download_label=Tikula 38 | bookmark.title=Endabika eriwo (koppa oba gulawo mu diriisa epya) 39 | bookmark_label=Endabika Eriwo 40 | 41 | # Secondary toolbar and context menu 42 | 43 | 44 | # Document properties dialog box 45 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 46 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 47 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 48 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 49 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 50 | # will be replaced by the creation/modification date, and time, of the PDF file. 51 | 52 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 53 | # a numerical per cent value. 54 | 55 | # Tooltips and alt text for side panel toolbar buttons 56 | # (the _label strings are alt text for the buttons, the .title strings are 57 | # tooltips) 58 | document_outline_label=Ensalo ze Ekiwandiko 59 | thumbs.title=Laga Ekifanyi Mubufunze 60 | thumbs_label=Ekifanyi Mubufunze 61 | findbar_label=Zuula 62 | 63 | # Thumbnails panel item (tooltip and alt text for images) 64 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 65 | # number. 66 | thumb_page_title=Omuko {{page}} 67 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 68 | # number. 69 | thumb_page_canvas=Ekifananyi kyo Omuko Mubufunze {{page}} 70 | 71 | # Find panel button title and messages 72 | find_previous.title=Zuula awayise mukweddamu mumiteddera 73 | find_next.title=Zuula ekidako mukweddamu mumiteddera 74 | find_highlight=Londa byonna 75 | find_not_found=Emiteddera tezuuliddwa 76 | 77 | # Error panel labels 78 | error_more_info=Ebisingawo 79 | error_less_info=Mubumpimpi 80 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 81 | # replaced by the PDF.JS version and build ID. 82 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 83 | # english string describing the error. 84 | error_message=Obubaaka: {{message}} 85 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 86 | # trace. 87 | error_stack=Ebipangiddwa: {{stack}} 88 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 89 | error_file=Fayiro {{file}} 90 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 91 | error_line=Layini: {{line}} 92 | rendering_error=Wabadewo ensobi muku tekawo omuko. 93 | 94 | # Predefined zoom values 95 | page_scale_width=Obugazi bwo Omuko 96 | page_scale_fit=Okutuka kwo Omuko 97 | page_scale_auto=Okwefunza no Kwegeza 98 | page_scale_actual=Obunene Obutufu 99 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 100 | # numerical scale value. 101 | 102 | # Loading indicator messages 103 | loading_error_indicator=Ensobi 104 | loading_error=Wabadewo ensobi mukutika PDF. 105 | 106 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 107 | # "{{type}}" will be replaced with an annotation type from a list defined in 108 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 109 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 110 | text_annotation_type.alt=[{{type}} Enyonyola] 111 | password_ok=OK 112 | 113 | printing_not_supported=Okulaabula: Okulumya empapula tekuwagirwa enonyeso enno. 114 | -------------------------------------------------------------------------------- /build/pdf.js/web/locale/locale.properties: -------------------------------------------------------------------------------- 1 | [ach] 2 | @import url(ach/viewer.properties) 3 | 4 | [af] 5 | @import url(af/viewer.properties) 6 | 7 | [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 | -------------------------------------------------------------------------------- /build/pdf.js/web/locale/mk/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Претходна страница 17 | previous_label=Претходна 18 | next.title=Следна страница 19 | next_label=Следна 20 | 21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 25 | # will be replaced by a number representing the currently visible page, 26 | # respectively a number representing the total number of pages in the document. 27 | 28 | zoom_out.title=Намалување 29 | zoom_out_label=Намали 30 | zoom_in.title=Зголемување 31 | zoom_in_label=Зголеми 32 | zoom.title=Променување на големина 33 | presentation_mode.title=Премини во презентациски режим 34 | presentation_mode_label=Презентациски режим 35 | open_file.title=Отворање датотека 36 | open_file_label=Отвори 37 | print.title=Печатење 38 | print_label=Печати 39 | download.title=Преземање 40 | download_label=Преземи 41 | bookmark.title=Овој преглед (копирај или отвори во нов прозорец) 42 | bookmark_label=Овој преглед 43 | 44 | # Secondary toolbar and context menu 45 | tools.title=Алатки 46 | 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 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 61 | # a numerical per cent value. 62 | 63 | # Tooltips and alt text for side panel toolbar buttons 64 | # (the _label strings are alt text for the buttons, the .title strings are 65 | # tooltips) 66 | toggle_sidebar.title=Вклучи странична лента 67 | toggle_sidebar_label=Вклучи странична лента 68 | thumbs.title=Прикажување на икони 69 | thumbs_label=Икони 70 | findbar.title=Најди во документот 71 | findbar_label=Најди 72 | 73 | # Thumbnails panel item (tooltip and alt text for images) 74 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 75 | # number. 76 | thumb_page_title=Страница {{page}} 77 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 78 | # number. 79 | thumb_page_canvas=Икона од страница {{page}} 80 | 81 | # Find panel button title and messages 82 | find_label=Најди: 83 | find_previous.title=Најди ја предходната појава на фразата 84 | find_previous_label=Претходно 85 | find_next.title=Најди ја следната појава на фразата 86 | find_next_label=Следно 87 | find_highlight=Означи сѐ 88 | find_match_case_label=Токму така 89 | find_reached_top=Барањето стигна до почетокот на документот и почнува од крајот 90 | find_reached_bottom=Барањето стигна до крајот на документот и почнува од почеток 91 | find_not_found=Фразата не е пронајдена 92 | 93 | # Error panel labels 94 | error_more_info=Повеќе информации 95 | error_less_info=Помалку информации 96 | error_close=Затвори 97 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 98 | # replaced by the PDF.JS version and build ID. 99 | error_version_info=PDF.js v{{version}} (build: {{build}}) 100 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 101 | # english string describing the error. 102 | error_message=Порака: {{message}} 103 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 104 | # trace. 105 | error_stack=Stack: {{stack}} 106 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 107 | error_file=Датотека: {{file}} 108 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 109 | error_line=Линија: {{line}} 110 | rendering_error=Настана грешка при прикажувањето на страницата. 111 | 112 | # Predefined zoom values 113 | page_scale_width=Ширина на страница 114 | page_scale_fit=Цела страница 115 | page_scale_auto=Автоматска големина 116 | page_scale_actual=Вистинска големина 117 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 118 | # numerical scale value. 119 | 120 | # Loading indicator messages 121 | loading_error_indicator=Грешка 122 | loading_error=Настана грешка при вчитувањето на PDF-от. 123 | invalid_file_error=Невалидна или корумпирана PDF датотека. 124 | missing_file_error=Недостасува PDF документ. 125 | 126 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 127 | # "{{type}}" will be replaced with an annotation type from a list defined in 128 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 129 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 130 | 131 | printing_not_supported=Предупредување: Печатењето не е целосно поддржано во овој прелистувач. 132 | printing_not_ready=Предупредување: PDF документот не е целосно вчитан за печатење. 133 | web_fonts_disabled=Интернет фонтовите се оневозможени: не може да се користат вградените PDF фонтови. 134 | document_colors_not_allowed=PDF-документите немаат дозвола да користат сопствени бои: Поставката „Дозволи страниците сами да ги избираат своите бои“ е деактивирана од прелистувачот. 135 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 18 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 19 | # representing the total number of pages in the document. 20 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 21 | # will be replaced by a number representing the currently visible page, 22 | # respectively a number representing the total number of pages in the document. 23 | 24 | zoom.title=Тэлэлт 25 | open_file.title=Файл нээ 26 | open_file_label=Нээ 27 | 28 | # Secondary toolbar and context menu 29 | 30 | 31 | # Document properties dialog box 32 | document_properties_file_name=Файлын нэр: 33 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 34 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 35 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 36 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 37 | document_properties_title=Гарчиг: 38 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 39 | # will be replaced by the creation/modification date, and time, of the PDF file. 40 | 41 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 42 | # a numerical per cent value. 43 | 44 | # Tooltips and alt text for side panel toolbar buttons 45 | # (the _label strings are alt text for the buttons, the .title strings are 46 | # tooltips) 47 | findbar_label=Ол 48 | 49 | # Thumbnails panel item (tooltip and alt text for images) 50 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 51 | # number. 52 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 53 | # number. 54 | 55 | # Find panel button title and messages 56 | find_previous.title=Хайлтын өмнөх олдцыг харуулна 57 | find_next.title=Хайлтын дараагийн олдцыг харуулна 58 | find_not_found=Олдсонгүй 59 | 60 | # Error panel labels 61 | error_more_info=Нэмэлт мэдээлэл 62 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 63 | # replaced by the PDF.JS version and build ID. 64 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 65 | # english string describing the error. 66 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 67 | # trace. 68 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 69 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 70 | 71 | # Predefined zoom values 72 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 73 | # numerical scale value. 74 | 75 | # Loading indicator messages 76 | loading_error_indicator=Алдаа 77 | 78 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 79 | # "{{type}}" will be replaced with an annotation type from a list defined in 80 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 81 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 82 | password_ok=OK 83 | 84 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 25 | # will be replaced by a number representing the currently visible page, 26 | # respectively a number representing the total number of pages in the document. 27 | 28 | zoom_out.title=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 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 58 | # a numerical per cent value. 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=Šielanya para ya ka thoko 64 | toggle_sidebar_label=Šielanya para ya ka thoko 65 | document_outline_label=Kakaretšo ya tokumente 66 | thumbs.title=Laetša dikhutšofatšo 67 | thumbs_label=Dikhutšofatšo 68 | findbar.title=Hwetša go tokumente 69 | findbar_label=Hwetša 70 | 71 | # Thumbnails panel item (tooltip and alt text for images) 72 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 73 | # number. 74 | thumb_page_title=Letlakala {{page}} 75 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 76 | # number. 77 | thumb_page_canvas=Khutšofatšo ya letlakala {{page}} 78 | 79 | # Find panel button title and messages 80 | find_label=Hwetša: 81 | find_previous.title=Hwetša tiragalo e fetilego ya sekafoko 82 | find_previous_label=Fetilego 83 | find_next.title=Hwetša tiragalo e latelago ya sekafoko 84 | find_next_label=Latelago 85 | find_highlight=Bonagatša tšohle 86 | find_match_case_label=Swantšha kheisi 87 | find_reached_top=Fihlile godimo ga tokumente, go tšwetšwe pele go tloga tlase 88 | find_reached_bottom=Fihlile mafelelong a tokumente, go tšwetšwe pele go tloga godimo 89 | find_not_found=Sekafoko ga sa hwetšwa 90 | 91 | # Error panel labels 92 | error_more_info=Tshedimošo e oketšegilego 93 | error_less_info=Tshedimošo ya tlasana 94 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 95 | # replaced by the PDF.JS version and build ID. 96 | error_version_info=PDF.js v{{version}} (build: {{build}}) 97 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 98 | # english string describing the error. 99 | error_message=Molaetša: {{message}} 100 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 101 | # trace. 102 | error_stack=Mokgobo: {{stack}} 103 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 104 | error_file=Faele: {{file}} 105 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 106 | error_line=Mothaladi: {{line}} 107 | rendering_error=Go diregile phošo ge go be go gafelwa letlakala. 108 | 109 | # Predefined zoom values 110 | page_scale_width=Bophara bja letlakala 111 | page_scale_fit=Go lekana ga letlakala 112 | page_scale_auto=Kgodišo ya maitirišo 113 | page_scale_actual=Bogolo bja kgonthe 114 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 115 | # numerical scale value. 116 | 117 | # Loading indicator messages 118 | loading_error_indicator=Phošo 119 | loading_error=Go diregile phošo ge go hlahlelwa PDF. 120 | invalid_file_error=Faele ye e sa šomego goba e senyegilego ya PDF. 121 | missing_file_error=Faele yeo e sego gona ya PDF. 122 | 123 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 124 | # "{{type}}" will be replaced with an annotation type from a list defined in 125 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 126 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 127 | text_annotation_type.alt=[{{type}} Tlhaloso] 128 | password_ok=LOKILE 129 | 130 | printing_not_supported=Temošo: Go gatiša ga go thekgwe ke praosara ye ka botlalo. 131 | printing_not_ready=Temošo: PDF ga ya hlahlelwa ka botlalo bakeng sa go gatišwa. 132 | 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. 133 | -------------------------------------------------------------------------------- /build/pdf.js/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.title==Strona: 11 | of_pages=z {{pagesCount}} 12 | page_of_pages=({{pageNumber}} z {{pagesCount}}) 13 | 14 | zoom_out.title=Pomniejszenie 15 | zoom_out_label=Pomniejsz 16 | zoom_in.title=Powiększenie 17 | zoom_in_label=Powiększ 18 | zoom.title=Skala 19 | presentation_mode.title=Przełącz na tryb prezentacji 20 | presentation_mode_label=Tryb prezentacji 21 | open_file.title=Otwieranie pliku 22 | open_file_label=Otwórz 23 | print.title=Drukowanie 24 | print_label=Drukuj 25 | download.title=Pobieranie 26 | download_label=Pobierz 27 | bookmark.title=Bieżąca pozycja (skopiuj lub otwórz jako odnośnik w nowym oknie) 28 | bookmark_label=Bieżąca pozycja 29 | 30 | tools.title=Narzędzia 31 | tools_label=Narzędzia 32 | first_page.title=Przechodzenie do pierwszej strony 33 | first_page.label=Przejdź do pierwszej strony 34 | first_page_label=Przejdź do pierwszej strony 35 | last_page.title=Przechodzenie do ostatniej strony 36 | last_page.label=Przejdź do ostatniej strony 37 | last_page_label=Przejdź do ostatniej strony 38 | page_rotate_cw.title=Obracanie zgodnie z ruchem wskazówek zegara 39 | page_rotate_cw.label=Obróć zgodnie z ruchem wskazówek zegara 40 | page_rotate_cw_label=Obróć zgodnie z ruchem wskazówek zegara 41 | page_rotate_ccw.title=Obracanie przeciwnie do ruchu wskazówek zegara 42 | page_rotate_ccw.label=Obróć przeciwnie do ruchu wskazówek zegara 43 | page_rotate_ccw_label=Obróć przeciwnie do ruchu wskazówek zegara 44 | 45 | hand_tool_enable.title=Włączanie narzędzia rączka 46 | hand_tool_enable_label=Włącz narzędzie rączka 47 | hand_tool_disable.title=Wyłączanie narzędzia rączka 48 | hand_tool_disable_label=Wyłącz narzędzie rączka 49 | 50 | document_properties.title=Właściwości dokumentu… 51 | document_properties_label=Właściwości dokumentu… 52 | document_properties_file_name=Nazwa pliku: 53 | document_properties_file_size=Rozmiar pliku: 54 | document_properties_kb={{size_kb}} KB ({{size_b}} b) 55 | document_properties_mb={{size_mb}} MB ({{size_b}} b) 56 | document_properties_title=Tytuł: 57 | document_properties_author=Autor: 58 | document_properties_subject=Temat: 59 | document_properties_keywords=Słowa kluczowe: 60 | document_properties_creation_date=Data utworzenia: 61 | document_properties_modification_date=Data modyfikacji: 62 | document_properties_date_string={{date}}, {{time}} 63 | document_properties_creator=Utworzony przez: 64 | document_properties_producer=PDF wyprodukowany przez: 65 | document_properties_version=Wersja PDF: 66 | document_properties_page_count=Liczba stron: 67 | document_properties_close=Zamknij 68 | 69 | print_progress_message=Przygotowywanie dokumentu do druku… 70 | print_progress_percent={{progress}}% 71 | print_progress_close=Anuluj 72 | 73 | toggle_sidebar.title=Przełączanie panelu bocznego 74 | toggle_sidebar_label=Przełącz panel boczny 75 | document_outline.title=Wyświetlanie zarysu dokumentu (podwójne kliknięcie rozwija lub zwija wszystkie pozycje) 76 | document_outline_label=Zarys dokumentu 77 | attachments.title=Wyświetlanie załączników 78 | attachments_label=Załączniki 79 | thumbs.title=Wyświetlanie miniaturek 80 | thumbs_label=Miniaturki 81 | findbar.title=Znajdź w dokumencie 82 | findbar_label=Znajdź 83 | 84 | thumb_page_title=Strona {{page}} 85 | thumb_page_canvas=Miniaturka strony {{page}} 86 | 87 | find_label=Znajdź: 88 | find_previous.title=Znajdź poprzednie wystąpienie tekstu 89 | find_previous_label=Poprzednie 90 | find_next.title=Znajdź następne wystąpienie tekstu 91 | find_next_label=Następne 92 | find_highlight=Podświetl wszystkie 93 | find_match_case_label=Rozróżniaj wielkość znaków 94 | find_reached_top=Osiągnięto początek dokumentu, kontynuacja od końca 95 | find_reached_bottom=Osiągnięto koniec dokumentu, kontynuacja od początku 96 | find_not_found=Tekst nieznaleziony 97 | 98 | error_more_info=Więcej informacji 99 | error_less_info=Mniej informacji 100 | error_close=Zamknij 101 | error_version_info=PDF.js v{{version}} (kompilacja: {{build}}) 102 | error_message=Wiadomość: {{message}} 103 | error_stack=Stos: {{stack}} 104 | error_file=Plik: {{file}} 105 | error_line=Wiersz: {{line}} 106 | rendering_error=Podczas renderowania strony wystąpił błąd. 107 | 108 | page_scale_width=Szerokość strony 109 | page_scale_fit=Dopasowanie strony 110 | page_scale_auto=Skala automatyczna 111 | page_scale_actual=Rozmiar rzeczywisty 112 | page_scale_percent={{scale}}% 113 | 114 | loading_error_indicator=Błąd 115 | loading_error=Podczas wczytywania dokumentu PDF wystąpił błąd. 116 | invalid_file_error=Nieprawidłowy lub uszkodzony plik PDF. 117 | missing_file_error=Brak pliku PDF. 118 | unexpected_response_error=Nieoczekiwana odpowiedź serwera. 119 | 120 | text_annotation_type.alt=[Adnotacja: {{type}}] 121 | password_label=Wprowadź hasło, aby otworzyć ten dokument PDF. 122 | password_invalid=Nieprawidłowe hasło. Proszę spróbować ponownie. 123 | password_ok=OK 124 | password_cancel=Anuluj 125 | 126 | printing_not_supported=Ostrzeżenie: Drukowanie nie jest w pełni obsługiwane przez przeglądarkę. 127 | printing_not_ready=Ostrzeżenie: Dokument PDF nie jest całkowicie wczytany, więc nie można go wydrukować. 128 | web_fonts_disabled=Czcionki sieciowe są wyłączone: nie można użyć osadzonych czcionek PDF. 129 | 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. 130 | -------------------------------------------------------------------------------- /build/pdf.js/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.title = Страница 10 | of_pages = из {{pagesCount}} 11 | page_of_pages = ({{pageNumber}} из {{pagesCount}}) 12 | zoom_out.title = Уменьшить 13 | zoom_out_label = Уменьшить 14 | zoom_in.title = Увеличить 15 | zoom_in_label = Увеличить 16 | zoom.title = Масштаб 17 | presentation_mode.title = Перейти в режим презентации 18 | presentation_mode_label = Режим презентации 19 | open_file.title = Открыть файл 20 | open_file_label = Открыть 21 | print.title = Печать 22 | print_label = Печать 23 | download.title = Загрузить 24 | download_label = Загрузить 25 | bookmark.title = Ссылка на текущий вид (скопировать или открыть в новом окне) 26 | bookmark_label = Текущий вид 27 | tools.title = Инструменты 28 | tools_label = Инструменты 29 | first_page.title = Перейти на первую страницу 30 | first_page.label = Перейти на первую страницу 31 | first_page_label = Перейти на первую страницу 32 | last_page.title = Перейти на последнюю страницу 33 | last_page.label = Перейти на последнюю страницу 34 | last_page_label = Перейти на последнюю страницу 35 | page_rotate_cw.title = Повернуть по часовой стрелке 36 | page_rotate_cw.label = Повернуть по часовой стрелке 37 | page_rotate_cw_label = Повернуть по часовой стрелке 38 | page_rotate_ccw.title = Повернуть против часовой стрелки 39 | page_rotate_ccw.label = Повернуть против часовой стрелки 40 | page_rotate_ccw_label = Повернуть против часовой стрелки 41 | hand_tool_enable.title = Включить Инструмент «Рука» 42 | hand_tool_enable_label = Включить Инструмент «Рука» 43 | hand_tool_disable.title = Отключить Инструмент «Рука» 44 | hand_tool_disable_label = Отключить Инструмент «Рука» 45 | document_properties.title = Свойства документа… 46 | document_properties_label = Свойства документа… 47 | document_properties_file_name = Имя файла: 48 | document_properties_file_size = Размер файла: 49 | document_properties_kb = {{size_kb}} КБ ({{size_b}} байт) 50 | document_properties_mb = {{size_mb}} МБ ({{size_b}} байт) 51 | document_properties_title = Заголовок: 52 | document_properties_author = Автор: 53 | document_properties_subject = Тема: 54 | document_properties_keywords = Ключевые слова: 55 | document_properties_creation_date = Дата создания: 56 | document_properties_modification_date = Дата изменения: 57 | document_properties_date_string = {{date}}, {{time}} 58 | document_properties_creator = Приложение: 59 | document_properties_producer = Производитель PDF: 60 | document_properties_version = Версия PDF: 61 | document_properties_page_count = Число страниц: 62 | document_properties_close = Закрыть 63 | print_progress_message = Подготовка документа к печати… 64 | print_progress_percent = {{progress}}% 65 | print_progress_close = Отмена 66 | toggle_sidebar.title = Открыть/закрыть боковую панель 67 | toggle_sidebar_label = Открыть/закрыть боковую панель 68 | document_outline.title = Показать содержание документа (двойной щелчок, чтобы развернуть/свернуть все элементы) 69 | document_outline_label = Содержание документа 70 | attachments.title = Показать вложения 71 | attachments_label = Вложения 72 | thumbs.title = Показать миниатюры 73 | thumbs_label = Миниатюры 74 | findbar.title = Найти в документе 75 | findbar_label = Найти 76 | thumb_page_title = Страница {{page}} 77 | thumb_page_canvas = Миниатюра страницы {{page}} 78 | find_label = Найти: 79 | find_previous.title = Найти предыдущее вхождение фразы в текст 80 | find_previous_label = Назад 81 | find_next.title = Найти следующее вхождение фразы в текст 82 | find_next_label = Далее 83 | find_highlight = Подсветить все 84 | find_match_case_label = С учётом регистра 85 | find_reached_top = Достигнут верх документа, продолжено снизу 86 | find_reached_bottom = Достигнут конец документа, продолжено сверху 87 | find_not_found = Фраза не найдена 88 | error_more_info = Детали 89 | error_less_info = Скрыть детали 90 | error_close = Закрыть 91 | error_version_info = PDF.js v{{version}} (сборка: {{build}}) 92 | error_message = Сообщение: {{message}} 93 | error_stack = Стeк: {{stack}} 94 | error_file = Файл: {{file}} 95 | error_line = Строка: {{line}} 96 | rendering_error = При создании страницы произошла ошибка. 97 | page_scale_width = По ширине страницы 98 | page_scale_fit = По размеру страницы 99 | page_scale_auto = Автоматически 100 | page_scale_actual = Реальный размер 101 | page_scale_percent = {{scale}}% 102 | loading_error_indicator = Ошибка 103 | loading_error = При загрузке PDF произошла ошибка. 104 | invalid_file_error = Некорректный или повреждённый PDF-файл. 105 | missing_file_error = PDF-файл отсутствует. 106 | unexpected_response_error = Неожиданный ответ сервера. 107 | text_annotation_type.alt = [Аннотация {{type}}] 108 | password_label = Введите пароль, чтобы открыть этот PDF-файл. 109 | password_invalid = Неверный пароль. Пожалуйста, попробуйте снова. 110 | password_ok = OK 111 | password_cancel = Отмена 112 | printing_not_supported = Предупреждение: В этом браузере не полностью поддерживается печать. 113 | printing_not_ready = Предупреждение: PDF не полностью загружен для печати. 114 | web_fonts_disabled = Веб-шрифты отключены: невозможно использовать встроенные PDF-шрифты. 115 | document_colors_not_allowed = PDF-документам не разрешено использовать свои цвета: в браузере отключён параметр «Разрешить веб-сайтам использовать свои цвета». 116 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 18 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 19 | # representing the total number of pages in the document. 20 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 21 | # will be replaced by a number representing the currently visible page, 22 | # respectively a number representing the total number of pages in the document. 23 | 24 | zoom.title=Ihindurangano 25 | open_file.title=Gufungura Dosiye 26 | open_file_label=Gufungura 27 | 28 | # Secondary toolbar and context menu 29 | 30 | 31 | # Document properties dialog box 32 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 33 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 34 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 35 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 36 | document_properties_title=Umutwe: 37 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 38 | # will be replaced by the creation/modification date, and time, of the PDF file. 39 | 40 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 41 | # a numerical per cent value. 42 | 43 | # Tooltips and alt text for side panel toolbar buttons 44 | # (the _label strings are alt text for the buttons, the .title strings are 45 | # tooltips) 46 | findbar_label=Gushakisha 47 | 48 | # Thumbnails panel item (tooltip and alt text for images) 49 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 50 | # number. 51 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 52 | # number. 53 | 54 | # Find panel button title and messages 55 | find_label="Gushaka:" 56 | find_previous.title=Gushaka aho uyu murongo ugaruka mbere y'aha 57 | find_next.title=Gushaka aho uyu murongo wongera kugaruka 58 | find_not_found=Umurongo ntubonetse 59 | 60 | # Error panel labels 61 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 62 | # replaced by the PDF.JS version and build ID. 63 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 64 | # english string describing the error. 65 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 66 | # trace. 67 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 68 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 69 | 70 | # Predefined zoom values 71 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 72 | # numerical scale value. 73 | 74 | # Loading indicator messages 75 | loading_error_indicator=Ikosa 76 | 77 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 78 | # "{{type}}" will be replaced with an annotation type from a list defined in 79 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 80 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 81 | password_invalid=Ijambo ry'ibanga ridahari. Wakongera ukagerageza 82 | password_ok=YEGO 83 | 84 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 25 | # will be replaced by a number representing the currently visible page, 26 | # respectively a number representing the total number of pages in the document. 27 | 28 | zoom_out.title=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 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 57 | # a numerical per cent value. 58 | 59 | # Tooltips and alt text for side panel toolbar buttons 60 | # (the _label strings are alt text for the buttons, the .title strings are 61 | # tooltips) 62 | toggle_sidebar.title=Kibiano cha Upau wa Kando 63 | toggle_sidebar_label=Kibiano cha Upau wa Kando 64 | document_outline_label=Ufupisho wa Waraka 65 | thumbs.title=Onyesha Kijipicha 66 | thumbs_label=Vijipicha 67 | findbar.title=Pata katika Waraka 68 | findbar_label=Tafuta 69 | 70 | # Thumbnails panel item (tooltip and alt text for images) 71 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 72 | # number. 73 | thumb_page_title=Ukurasa {{ukurasa}} 74 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 75 | # number. 76 | thumb_page_canvas=Kijipicha cha ukurasa {{ukurasa}} 77 | 78 | # Find panel button title and messages 79 | find_label=Tafuta: 80 | find_previous.title=Tafuta tukio kabla ya msemo huu 81 | find_previous_label=Iliyotangulia 82 | find_next.title=Tafuta tukio linalofuata la msemo 83 | find_next_label=Ifuatayo 84 | find_highlight=Angazia yote 85 | find_match_case_label=Linganisha herufi 86 | find_reached_top=Imefika juu ya waraka, imeendelea kutoka chini 87 | find_reached_bottom=Imefika mwisho wa waraka, imeendelea kutoka juu 88 | find_not_found=Msemo hukupatikana 89 | 90 | # Error panel labels 91 | error_more_info=Maelezo Zaidi 92 | error_less_info=Maelezo Kidogo 93 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 94 | # replaced by the PDF.JS version and build ID. 95 | error_version_info=PDF.js v{{version}} (jenga: {{build}}) 96 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 97 | # english string describing the error. 98 | error_message=Ujumbe: {{message}} 99 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 100 | # trace. 101 | error_stack=Panganya: {{stack}} 102 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 103 | error_file=Faili: {{faili}} 104 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 105 | error_line=Laini: {{laini}} 106 | rendering_error=Hitilafu lilitokea wajati wa kutoa ukurasa 107 | 108 | # Predefined zoom values 109 | page_scale_width=Upana wa Ukurasa 110 | page_scale_fit=Usawa wa Ukurasa 111 | page_scale_auto=Ukuzaji wa Kiotomatiki 112 | page_scale_actual=Ukubwa Halisi 113 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 114 | # numerical scale value. 115 | 116 | # Loading indicator messages 117 | loading_error_indicator=Hitilafu 118 | loading_error=Hitilafu lilitokea wakati wa kupakia PDF. 119 | invalid_file_error=Faili ya PDF isiyohalali au potofu. 120 | missing_file_error=Faili ya PDF isiyopo. 121 | 122 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 123 | # "{{type}}" will be replaced with an annotation type from a list defined in 124 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 125 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 126 | text_annotation_type.alt=[{{type}} Ufafanuzi] 127 | password_ok=SAWA 128 | 129 | printing_not_supported=Onyo: Uchapishaji hauauniwi kabisa kwa kivinjari hiki. 130 | web_fonts_disabled=Fonti za tovuti zimelemazwa: haziwezi kutumia fonti za PDF zilizopachikwa. 131 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 18 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 19 | # representing the total number of pages in the document. 20 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 21 | # will be replaced by a number representing the currently visible page, 22 | # respectively a number representing the total number of pages in the document. 23 | 24 | zoom.title=அளவு 25 | open_file.title=கோப்பினைத் திறக்க 26 | open_file_label=திறக்க 27 | 28 | # Secondary toolbar and context menu 29 | 30 | 31 | # Document properties dialog box 32 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 33 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 34 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 35 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 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 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 40 | # a numerical per cent value. 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 | 46 | # Thumbnails panel item (tooltip and alt text for images) 47 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 48 | # number. 49 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 50 | # number. 51 | 52 | # Find panel button title and messages 53 | find_previous.title=இந்த சொற்றொடரின் முன்னைய நிகழ்வை தேடு 54 | find_next.title=இந்த சொற்றொடரின் அடுத்த நிகழ்வைத் தேடு 55 | 56 | # Error panel labels 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 | 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_ok=ஆம் 77 | 78 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 20 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 21 | # representing the total number of pages in the document. 22 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 23 | # will be replaced by a number representing the currently visible page, 24 | # respectively a number representing the total number of pages in the document. 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 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 46 | # a numerical per cent value. 47 | 48 | # Tooltips and alt text for side panel toolbar buttons 49 | # (the _label strings are alt text for the buttons, the .title strings are 50 | # tooltips) 51 | thumbs.title=Ipakita ang mga Thumbnails 52 | findbar_label=Hanapin 53 | 54 | # Thumbnails panel item (tooltip and alt text for images) 55 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 56 | # number. 57 | thumb_page_title=Pahina {{page}} 58 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 59 | # number. 60 | thumb_page_canvas=Thumbnail ng Pahina {{page}} 61 | 62 | # Find panel button title and messages 63 | find_highlight=I-highlight lahat 64 | 65 | # Error panel labels 66 | error_more_info=Maraming Inpormasyon 67 | error_less_info=Maikling Inpormasyon 68 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 69 | # replaced by the PDF.JS version and build ID. 70 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 71 | # english string describing the error. 72 | error_message=Mensahe: {{message}} 73 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 74 | # trace. 75 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 76 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 77 | error_line=Linya: {{line}} 78 | rendering_error=May naganap na pagkakamali habang pagsasalin sa pahina. 79 | 80 | # Predefined zoom values 81 | page_scale_width=Haba ng Pahina 82 | page_scale_fit=ang pahina ay angkop 83 | page_scale_auto=awtomatikong pag-imbulog 84 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 85 | # numerical scale value. 86 | 87 | # Loading indicator messages 88 | loading_error=May maling nangyari habang kinakarga ang PDF. 89 | 90 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 91 | # "{{type}}" will be replaced with an annotation type from a list defined in 92 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 93 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 94 | password_ok=OK 95 | 96 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 18 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 19 | # representing the total number of pages in the document. 20 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 21 | # will be replaced by a number representing the currently visible page, 22 | # respectively a number representing the total number of pages in the document. 23 | 24 | zoom.title=Zuma/gogela 25 | open_file.title=Bula Faele 26 | open_file_label=Bula 27 | 28 | # Secondary toolbar and context menu 29 | 30 | hand_tool_disable.title=Thibela go dira ga sediriswa sa seatla 31 | hand_tool_disable_label=Thibela go dira ga sediriswa sa seatla 32 | 33 | # Document properties dialog box 34 | document_properties_file_name=Leina la faele: 35 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 36 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 37 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 38 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 39 | document_properties_title=Leina: 40 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 41 | # will be replaced by the creation/modification date, and time, of the PDF file. 42 | 43 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 44 | # a numerical per cent value. 45 | 46 | # Tooltips and alt text for side panel toolbar buttons 47 | # (the _label strings are alt text for the buttons, the .title strings are 48 | # tooltips) 49 | findbar_label=Batla 50 | 51 | # Thumbnails panel item (tooltip and alt text for images) 52 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 53 | # number. 54 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 55 | # number. 56 | 57 | # Find panel button title and messages 58 | find_previous.title=Batla tiragalo e e fetileng ya setlhopha sa mafoko 59 | find_next.title=Batla tiragalo e e latelang ya setlhopha sa mafoko 60 | find_not_found=Setlhopha sa mafoko ga se a bonwa 61 | 62 | # Error panel labels 63 | error_more_info=Tshedimosetso e Nngwe 64 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 65 | # replaced by the PDF.JS version and build ID. 66 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 67 | # english string describing the error. 68 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 69 | # trace. 70 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 71 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 72 | 73 | # Predefined zoom values 74 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 75 | # numerical scale value. 76 | 77 | # Loading indicator messages 78 | loading_error_indicator=Phoso 79 | 80 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 81 | # "{{type}}" will be replaced with an annotation type from a list defined in 82 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 83 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 84 | password_ok=Siame 85 | 86 | web_fonts_disabled=Mefutatlhaka ya Webo ga e dire: ga e kgone go dirisa mofutatlhaka wa PDF o tsentsweng. 87 | -------------------------------------------------------------------------------- /build/pdf.js/web/locale/wo/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Xët wi jiitu 17 | previous_label=Bi jiitu 18 | next.title=Xët wi ci topp 19 | next_label=Bi ci topp 20 | 21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 25 | # will be replaced by a number representing the currently visible page, 26 | # respectively a number representing the total number of pages in the document. 27 | 28 | zoom_out.title=Wàññi 29 | zoom_out_label=Wàññi 30 | zoom_in.title=Yaatal 31 | zoom_in_label=Yaatal 32 | zoom.title=Yambalaŋ 33 | presentation_mode.title=Wañarñil ci anamu wone 34 | presentation_mode_label=Anamu Wone 35 | open_file.title=Ubbi benn dencukaay 36 | open_file_label=Ubbi 37 | print.title=Móol 38 | print_label=Móol 39 | download.title=Yeb yi 40 | download_label=Yeb yi 41 | bookmark.title=Wone bi taxaw (duppi walla ubbi palanteer bu bees) 42 | bookmark_label=Wone bi feeñ 43 | 44 | # Secondary toolbar and context menu 45 | 46 | 47 | # Document properties dialog box 48 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" 49 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. 50 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" 51 | # will be replaced by the PDF file size in megabytes, respectively in bytes. 52 | document_properties_title=Bopp: 53 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" 54 | # will be replaced by the creation/modification date, and time, of the PDF file. 55 | 56 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 57 | # a numerical per cent value. 58 | 59 | # Tooltips and alt text for side panel toolbar buttons 60 | # (the _label strings are alt text for the buttons, the .title strings are 61 | # tooltips) 62 | thumbs.title=Wone nataal yu ndaw yi 63 | thumbs_label=Nataal yu ndaw yi 64 | findbar.title=Gis ci biir jukki bi 65 | findbar_label=Wut 66 | 67 | # Thumbnails panel item (tooltip and alt text for images) 68 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 69 | # number. 70 | thumb_page_title=Xët {{xët}} 71 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 72 | # number. 73 | thumb_page_canvas=Wiñet bu xët{{xët}} 74 | 75 | # Find panel button title and messages 76 | find_label=Wut: 77 | find_previous.title=Seet beneen kaddu bu ni mel te jiitu 78 | find_previous_label=Bi jiitu 79 | find_next.title=Seet beneen kaddu bu ni mel 80 | find_next_label=Bi ci topp 81 | find_highlight=Melaxal lépp 82 | find_match_case_label=Sàmm jëmmalin wi 83 | find_reached_top=Jot nañu ndorteel xët wi, kontine dale ko ci suuf 84 | find_reached_bottom=Jot nañu jeexitalu xët wi, kontine ci ndorte 85 | find_not_found=Gisiñu kaddu gi 86 | 87 | # Error panel labels 88 | error_more_info=Xibaar yu gën bari 89 | error_less_info=Xibaar yu gën bari 90 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 91 | # replaced by the PDF.JS version and build ID. 92 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 93 | # english string describing the error. 94 | error_message=Bataaxal: {{bataaxal}} 95 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 96 | # trace. 97 | error_stack=Juug: {{stack}} 98 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 99 | error_file=Dencukaay: {{file}} 100 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 101 | error_line=Rëdd : {{line}} 102 | rendering_error=Am njumte bu am bi xët bi di wonewu. 103 | 104 | # Predefined zoom values 105 | page_scale_width=Yaatuwaay bu mët 106 | page_scale_fit=Xët lëmm 107 | page_scale_auto=Yambalaŋ ci saa si 108 | page_scale_actual=Dayo bi am 109 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 110 | # numerical scale value. 111 | 112 | # Loading indicator messages 113 | loading_error_indicator=Njumte 114 | loading_error=Am na njumte ci yebum dencukaay PDF bi. 115 | invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar. 116 | 117 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 118 | # "{{type}}" will be replaced with an annotation type from a list defined in 119 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 120 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 121 | text_annotation_type.alt=[Karmat {{type}}] 122 | password_ok=OK 123 | password_cancel=Neenal 124 | 125 | printing_not_supported=Artu: Joowkat bii nanguwul lool mool. 126 | -------------------------------------------------------------------------------- /build/pdf.js/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.title): The tooltip for the pageNumber input. 22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number 23 | # representing the total number of pages in the document. 24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" 25 | # will be replaced by a number representing the currently visible page, 26 | # respectively a number representing the total number of pages in the document. 27 | 28 | zoom_out.title=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 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by 58 | # a numerical per cent value. 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=I-toggle yebha yaseceleni 64 | toggle_sidebar_label=i-toggle yebha yaseceleni 65 | document_outline_label=Umugqa waseceleni wedokhumenti 66 | thumbs.title=Bonisa izithombe ezincane 67 | thumbs_label=Izithonjana 68 | findbar.title=Thola kwidokhumenti 69 | findbar_label=Thola 70 | 71 | # Thumbnails panel item (tooltip and alt text for images) 72 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 73 | # number. 74 | thumb_page_title=Ikhasi {{page}} 75 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 76 | # number. 77 | thumb_page_canvas=Isithonjana sekhasi {{page}} 78 | 79 | # Find panel button title and messages 80 | find_label=Thola 81 | find_previous.title=Thola indawo eyandulelayo okuvela kuyo lomshwana 82 | find_previous_label=Okudlulile 83 | find_next.title=Thola enye indawo okuvela kuyo lomshwana 84 | find_next_label=Okulandelayo 85 | find_highlight=Gqamisa konke 86 | find_match_case_label=Fanisa ikheyisi 87 | find_reached_top=Finyelele phezulu kwidokhumenti, qhubeka kusukaphansi 88 | find_reached_bottom=Ifinyelele ekupheleni kwedokhumenti, qhubeka kusukaphezulu 89 | find_not_found=Umshwana awutholakali 90 | 91 | # Error panel labels 92 | error_more_info=Ukwaziswa Okwengeziwe 93 | error_less_info=Ukwazi okuncane 94 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 95 | # replaced by the PDF.JS version and build ID. 96 | error_version_info=PDF.js v{{version}} (build: {{build}}) 97 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 98 | # english string describing the error. 99 | error_message=Umlayezo: {{message}} 100 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 101 | # trace. 102 | error_stack=Isitaki: {{stack}} 103 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 104 | error_file=Ifayela: {{file}} 105 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 106 | error_line=Umugqa: {{line}} 107 | rendering_error=Iphutha lenzekile uma kunikwa ikhasi. 108 | 109 | # Predefined zoom values 110 | page_scale_width=Ububanzi bekhasi 111 | page_scale_fit=Ukulingana kwekhasi 112 | page_scale_auto=Ukulwiza okuzenzekalelayo 113 | page_scale_actual=Usayizi Wangempela 114 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 115 | # numerical scale value. 116 | 117 | # Loading indicator messages 118 | loading_error_indicator=Iphutha 119 | loading_error=Kwenzeke iphutha uma kulayishwa i-PDF. 120 | invalid_file_error=Ifayela le-PDF elingavumelekile noma elonakele. 121 | missing_file_error=Ifayela le-PDF elilahlekile. 122 | 123 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 124 | # "{{type}}" will be replaced with an annotation type from a list defined in 125 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 126 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 127 | text_annotation_type.alt=[Amazwibela e-{{type}}] 128 | password_ok=Kulungile 129 | 130 | printing_not_supported=Isixwayiso: Ukuphrinta akuxhasiwe yilesisiphequluli ngokugcwele. 131 | printing_not_ready=Isixwayiso: I-PDF ayikalayishwa ngokuphelele yiPhrinta. 132 | web_fonts_disabled=Amafonti e-webhu akutshaziwe: ayikwazi ukusebenzisa amafonti abekiwe e-PDF.\u0020 133 | document_colors_not_allowed=Amadokhumenti we-PDF awavumelekile ukusebenzisa imibalo yayo: 'Vumela amakhasi ukukhetha imibala yayo' ayisebenzi kusiphequluli. 134 | -------------------------------------------------------------------------------- /build/pdf.js/web/test.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/test.pdf -------------------------------------------------------------------------------- /build/pdf.js/web/test2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/build/pdf.js/web/test2.pdf -------------------------------------------------------------------------------- /build/simpleViewer.html: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 126 | 127 | -------------------------------------------------------------------------------- /build/viewer.html: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |

PDFs

15 |
16 |
17 |

Annotations

18 |
19 |
20 |
21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/High Level Class Diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JabRef/scimappr/251a0f36410f4209dd0d059e42cfeb45aa87f15f/docs/High Level Class Diagram.pdf -------------------------------------------------------------------------------- /docs/UserGuide.md: -------------------------------------------------------------------------------- 1 | # SciMappr User Guide 2 | 3 | 4 | 5 | # Installation using NPM, Git, and Bower 6 | To Install Scimappr, first we need to install node.js. Download the node.js using the link,install it (next,next) https://nodejs.org/en/ 7 | 8 | After installing node.js, use git to clone this project. 9 | But first, make sure you have install git in your repository by using this command: 10 | 11 | ```npm install -g git``` 12 | 13 | After installing git, install also bower by using this command: 14 | 15 | ```npm install -g bower``` 16 | 17 | After installing bower, clone this project into your repository using git command: 18 | 19 | ```git clone https://github.com/koppor/scimappr.git``` 20 | 21 | After clone this project, then go to one further folder by using command: 22 | 23 | ```cd scimappr``` 24 | 25 | Then install all dependencies that are used by scimappr by typing command: 26 | 27 | ```npm install package.json --save``` 28 | 29 | Lastly, to run this project, type this command: 30 | 31 | ```npm start``` 32 | -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-modernist -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | # SciMappr 2 | 3 | - [User Guide](UserGuide) 4 | - [Developer Guide](DevGuide) 5 | -------------------------------------------------------------------------------- /init.js: -------------------------------------------------------------------------------- 1 | const electron = require('electron'); 2 | const {app} = electron; 3 | const {BrowserWindow} = electron; 4 | const path = require('path'); 5 | const url = require('url'); 6 | 7 | let win; 8 | //let dirname = '/scimappr/'; 9 | 10 | function createWindow() { 11 | 12 | win = new BrowserWindow({ 13 | width:1920, 14 | height:1080, 15 | webPreferences: { 16 | devTools: true, 17 | 'node-integration': false 18 | } 19 | }) 20 | 21 | win.loadURL('file://' + __dirname + '/index.html'); 22 | 23 | win.on('closed', ()=> { 24 | win = null; 25 | }); 26 | 27 | } 28 | 29 | app.on('ready', createWindow); 30 | 31 | app.on('window-all-closed', ()=> { 32 | if(process.platform !== 'mdand') { 33 | app.quit(); 34 | } 35 | }); 36 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Scimappr", 3 | "version": "1.0.0", 4 | "description": "application for mindmap in internet", 5 | "main": "init.js", 6 | "scripts": { 7 | "start": "electron .", 8 | "build": "electron-packager . --overwrite --platform=win32 --electron-version=1.6.8 --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"Mindmap\"" 9 | }, 10 | "author": "Scimappr_Team", 11 | "license": "MIT", 12 | "devDependencies": { 13 | "electron-prebuilt": "^1.4.13", 14 | "electron-packager": "~9.1.0" 15 | }, 16 | "dependencies": { 17 | "bootstrap": "^3.3.7", 18 | "bootstrap-treeview": "1.2.0", 19 | "jquery": "3.2.1", 20 | "jqueryui": "1.11.1" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /root.json: -------------------------------------------------------------------------------- 1 | [{"text":"MyThesis","nodes":[{"text":"DB-BAHN-Confirmation.pdf","icon":"glyphicon glyphicon-file","href":"C:\\Users\\mdand\\testProject\\DB-BAHN-Confirmation.pdf"},{"text":"FLT_SMOWSW39687_0.pdf","icon":"glyphicon glyphicon-file","href":"C:\\Users\\mdand\\testProject\\FLT_SMOWSW39687_0.pdf"},{"text":"test.pdf","icon":"glyphicon glyphicon-file","href":"C:\\Users\\mdand\\testProject\\test.pdf"}]}] -------------------------------------------------------------------------------- /server.js: -------------------------------------------------------------------------------- 1 | var express = require('express'); 2 | var app = express(); 3 | var path = require('path'); 4 | var bodyParser = require('body-parser'); 5 | var baseUrl = path.resolve(__dirname, 'build'); 6 | app.use( express.static( baseUrl ) ); 7 | 8 | /** 9 | * set index.html in public folder as default landing router 10 | */ 11 | app.use('*',function (req, res) { 12 | res.sendFile( baseUrl ); 13 | }); 14 | 15 | app.use(bodyParser.json()); 16 | 17 | app.use('/sendData', function (req, res) { 18 | console.log(req.body); 19 | res.send('ok') 20 | }); 21 | 22 | /** 23 | * Start server at port 24 | */ 25 | app.listen(8080, function() { 26 | console.log('Server started at :8080'); 27 | }); -------------------------------------------------------------------------------- /start.js: -------------------------------------------------------------------------------- 1 | var app = require('app'); 2 | var BrowserWindow = require('browser-window'); 3 | 4 | app.on('ready', function(){ 5 | var mainWindow = new BrowserWindow({ 6 | width: 1920, 7 | height:1080 8 | }) 9 | }) --------------------------------------------------------------------------------