├── .gitignore ├── LICENSE ├── README.md ├── cmd └── server │ └── main.go ├── server.go ├── static ├── css │ ├── epub_iframe_style.css │ ├── images │ │ ├── COPYRIGHT │ │ ├── LICENSE │ │ ├── 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 │ │ ├── secondaryToolbarButton-selectTool.png │ │ ├── secondaryToolbarButton-selectTool@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 │ ├── style.css │ └── viewer.css ├── img │ ├── COPYRIGHT │ ├── LICENSE │ ├── annotation_icon.svg │ ├── books_icon.svg │ ├── collections_banner.jpg │ ├── collections_banner_LICENSE │ ├── collections_icon.svg │ ├── delete_book_icon.svg │ ├── delete_book_icon2.svg │ ├── download_book_icon.svg │ ├── edit_book_icon.svg │ ├── epub_next_icon.svg │ ├── epub_prev_icon.svg │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon-96x96.png │ ├── fullscreen_icon.svg │ ├── highlight_delete_icon.svg │ ├── invite_icon.svg │ ├── left_icon.svg │ ├── logo.svg │ ├── lp_bg.png │ ├── menu_icon.svg │ ├── minus_icon.svg │ ├── notifications_icon.svg │ ├── plus_icon.svg │ ├── right_icon.svg │ ├── screenshot.png │ ├── settings_icon.svg │ ├── sign_out_icon.svg │ ├── square-download.svg │ ├── triangle.svg │ └── triangle_inverse.svg └── js │ ├── TextHighlighter.min.js │ ├── main.js │ └── pdfjs │ ├── COPYRIGHT │ ├── LICENSE │ ├── build │ ├── pdf.js │ └── pdf.worker.js │ └── web │ ├── cmaps │ ├── 78-EUC-H.bcmap │ ├── 78-EUC-V.bcmap │ ├── 78-H.bcmap │ ├── 78-RKSJ-H.bcmap │ ├── 78-RKSJ-V.bcmap │ ├── 78-V.bcmap │ ├── 78ms-RKSJ-H.bcmap │ ├── 78ms-RKSJ-V.bcmap │ ├── 83pv-RKSJ-H.bcmap │ ├── 90ms-RKSJ-H.bcmap │ ├── 90ms-RKSJ-V.bcmap │ ├── 90msp-RKSJ-H.bcmap │ ├── 90msp-RKSJ-V.bcmap │ ├── 90pv-RKSJ-H.bcmap │ ├── 90pv-RKSJ-V.bcmap │ ├── Add-H.bcmap │ ├── Add-RKSJ-H.bcmap │ ├── Add-RKSJ-V.bcmap │ ├── Add-V.bcmap │ ├── Adobe-CNS1-0.bcmap │ ├── Adobe-CNS1-1.bcmap │ ├── Adobe-CNS1-2.bcmap │ ├── Adobe-CNS1-3.bcmap │ ├── Adobe-CNS1-4.bcmap │ ├── Adobe-CNS1-5.bcmap │ ├── Adobe-CNS1-6.bcmap │ ├── Adobe-CNS1-UCS2.bcmap │ ├── Adobe-GB1-0.bcmap │ ├── Adobe-GB1-1.bcmap │ ├── Adobe-GB1-2.bcmap │ ├── Adobe-GB1-3.bcmap │ ├── Adobe-GB1-4.bcmap │ ├── Adobe-GB1-5.bcmap │ ├── Adobe-GB1-UCS2.bcmap │ ├── Adobe-Japan1-0.bcmap │ ├── Adobe-Japan1-1.bcmap │ ├── Adobe-Japan1-2.bcmap │ ├── Adobe-Japan1-3.bcmap │ ├── Adobe-Japan1-4.bcmap │ ├── Adobe-Japan1-5.bcmap │ ├── Adobe-Japan1-6.bcmap │ ├── Adobe-Japan1-UCS2.bcmap │ ├── Adobe-Korea1-0.bcmap │ ├── Adobe-Korea1-1.bcmap │ ├── Adobe-Korea1-2.bcmap │ ├── Adobe-Korea1-UCS2.bcmap │ ├── B5-H.bcmap │ ├── B5-V.bcmap │ ├── B5pc-H.bcmap │ ├── B5pc-V.bcmap │ ├── CNS-EUC-H.bcmap │ ├── CNS-EUC-V.bcmap │ ├── CNS1-H.bcmap │ ├── CNS1-V.bcmap │ ├── CNS2-H.bcmap │ ├── CNS2-V.bcmap │ ├── ETHK-B5-H.bcmap │ ├── ETHK-B5-V.bcmap │ ├── ETen-B5-H.bcmap │ ├── ETen-B5-V.bcmap │ ├── ETenms-B5-H.bcmap │ ├── ETenms-B5-V.bcmap │ ├── EUC-H.bcmap │ ├── EUC-V.bcmap │ ├── Ext-H.bcmap │ ├── Ext-RKSJ-H.bcmap │ ├── Ext-RKSJ-V.bcmap │ ├── Ext-V.bcmap │ ├── GB-EUC-H.bcmap │ ├── GB-EUC-V.bcmap │ ├── GB-H.bcmap │ ├── GB-V.bcmap │ ├── GBK-EUC-H.bcmap │ ├── GBK-EUC-V.bcmap │ ├── GBK2K-H.bcmap │ ├── GBK2K-V.bcmap │ ├── GBKp-EUC-H.bcmap │ ├── GBKp-EUC-V.bcmap │ ├── GBT-EUC-H.bcmap │ ├── GBT-EUC-V.bcmap │ ├── GBT-H.bcmap │ ├── GBT-V.bcmap │ ├── GBTpc-EUC-H.bcmap │ ├── GBTpc-EUC-V.bcmap │ ├── GBpc-EUC-H.bcmap │ ├── GBpc-EUC-V.bcmap │ ├── H.bcmap │ ├── HKdla-B5-H.bcmap │ ├── HKdla-B5-V.bcmap │ ├── HKdlb-B5-H.bcmap │ ├── HKdlb-B5-V.bcmap │ ├── HKgccs-B5-H.bcmap │ ├── HKgccs-B5-V.bcmap │ ├── HKm314-B5-H.bcmap │ ├── HKm314-B5-V.bcmap │ ├── HKm471-B5-H.bcmap │ ├── HKm471-B5-V.bcmap │ ├── HKscs-B5-H.bcmap │ ├── HKscs-B5-V.bcmap │ ├── Hankaku.bcmap │ ├── Hiragana.bcmap │ ├── KSC-EUC-H.bcmap │ ├── KSC-EUC-V.bcmap │ ├── KSC-H.bcmap │ ├── KSC-Johab-H.bcmap │ ├── KSC-Johab-V.bcmap │ ├── KSC-V.bcmap │ ├── KSCms-UHC-H.bcmap │ ├── KSCms-UHC-HW-H.bcmap │ ├── KSCms-UHC-HW-V.bcmap │ ├── KSCms-UHC-V.bcmap │ ├── KSCpc-EUC-H.bcmap │ ├── KSCpc-EUC-V.bcmap │ ├── Katakana.bcmap │ ├── LICENSE │ ├── NWP-H.bcmap │ ├── NWP-V.bcmap │ ├── RKSJ-H.bcmap │ ├── RKSJ-V.bcmap │ ├── Roman.bcmap │ ├── UniCNS-UCS2-H.bcmap │ ├── UniCNS-UCS2-V.bcmap │ ├── UniCNS-UTF16-H.bcmap │ ├── UniCNS-UTF16-V.bcmap │ ├── UniCNS-UTF32-H.bcmap │ ├── UniCNS-UTF32-V.bcmap │ ├── UniCNS-UTF8-H.bcmap │ ├── UniCNS-UTF8-V.bcmap │ ├── UniGB-UCS2-H.bcmap │ ├── UniGB-UCS2-V.bcmap │ ├── UniGB-UTF16-H.bcmap │ ├── UniGB-UTF16-V.bcmap │ ├── UniGB-UTF32-H.bcmap │ ├── UniGB-UTF32-V.bcmap │ ├── UniGB-UTF8-H.bcmap │ ├── UniGB-UTF8-V.bcmap │ ├── UniJIS-UCS2-H.bcmap │ ├── UniJIS-UCS2-HW-H.bcmap │ ├── UniJIS-UCS2-HW-V.bcmap │ ├── UniJIS-UCS2-V.bcmap │ ├── UniJIS-UTF16-H.bcmap │ ├── UniJIS-UTF16-V.bcmap │ ├── UniJIS-UTF32-H.bcmap │ ├── UniJIS-UTF32-V.bcmap │ ├── UniJIS-UTF8-H.bcmap │ ├── UniJIS-UTF8-V.bcmap │ ├── UniJIS2004-UTF16-H.bcmap │ ├── UniJIS2004-UTF16-V.bcmap │ ├── UniJIS2004-UTF32-H.bcmap │ ├── UniJIS2004-UTF32-V.bcmap │ ├── UniJIS2004-UTF8-H.bcmap │ ├── UniJIS2004-UTF8-V.bcmap │ ├── UniJISPro-UCS2-HW-V.bcmap │ ├── UniJISPro-UCS2-V.bcmap │ ├── UniJISPro-UTF8-V.bcmap │ ├── UniJISX0213-UTF32-H.bcmap │ ├── UniJISX0213-UTF32-V.bcmap │ ├── UniJISX02132004-UTF32-H.bcmap │ ├── UniJISX02132004-UTF32-V.bcmap │ ├── UniKS-UCS2-H.bcmap │ ├── UniKS-UCS2-V.bcmap │ ├── UniKS-UTF16-H.bcmap │ ├── UniKS-UTF16-V.bcmap │ ├── UniKS-UTF32-H.bcmap │ ├── UniKS-UTF32-V.bcmap │ ├── UniKS-UTF8-H.bcmap │ ├── UniKS-UTF8-V.bcmap │ ├── V.bcmap │ └── WP-Symbol.bcmap │ ├── 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 │ ├── secondaryToolbarButton-selectTool.png │ ├── secondaryToolbarButton-selectTool@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 │ ├── locale │ ├── ach │ │ └── viewer.properties │ ├── af │ │ └── viewer.properties │ ├── ak │ │ └── viewer.properties │ ├── an │ │ └── viewer.properties │ ├── ar │ │ └── viewer.properties │ ├── as │ │ └── viewer.properties │ ├── ast │ │ └── viewer.properties │ ├── az │ │ └── viewer.properties │ ├── be │ │ └── viewer.properties │ ├── bg │ │ └── viewer.properties │ ├── bn-BD │ │ └── viewer.properties │ ├── bn-IN │ │ └── viewer.properties │ ├── br │ │ └── viewer.properties │ ├── bs │ │ └── viewer.properties │ ├── ca │ │ └── viewer.properties │ ├── cs │ │ └── viewer.properties │ ├── csb │ │ └── viewer.properties │ ├── cy │ │ └── viewer.properties │ ├── da │ │ └── viewer.properties │ ├── de │ │ └── viewer.properties │ ├── el │ │ └── viewer.properties │ ├── en-GB │ │ └── viewer.properties │ ├── en-US │ │ └── viewer.properties │ ├── en-ZA │ │ └── viewer.properties │ ├── eo │ │ └── viewer.properties │ ├── es-AR │ │ └── viewer.properties │ ├── es-CL │ │ └── viewer.properties │ ├── es-ES │ │ └── viewer.properties │ ├── es-MX │ │ └── viewer.properties │ ├── et │ │ └── viewer.properties │ ├── eu │ │ └── viewer.properties │ ├── fa │ │ └── viewer.properties │ ├── ff │ │ └── viewer.properties │ ├── fi │ │ └── viewer.properties │ ├── fr │ │ └── viewer.properties │ ├── fy-NL │ │ └── viewer.properties │ ├── ga-IE │ │ └── viewer.properties │ ├── gd │ │ └── viewer.properties │ ├── gl │ │ └── viewer.properties │ ├── gu-IN │ │ └── viewer.properties │ ├── he │ │ └── viewer.properties │ ├── hi-IN │ │ └── viewer.properties │ ├── hr │ │ └── viewer.properties │ ├── hu │ │ └── viewer.properties │ ├── hy-AM │ │ └── viewer.properties │ ├── id │ │ └── viewer.properties │ ├── is │ │ └── viewer.properties │ ├── it │ │ └── viewer.properties │ ├── ja │ │ └── viewer.properties │ ├── ka │ │ └── viewer.properties │ ├── kk │ │ └── viewer.properties │ ├── km │ │ └── viewer.properties │ ├── kn │ │ └── viewer.properties │ ├── ko │ │ └── viewer.properties │ ├── ku │ │ └── viewer.properties │ ├── lg │ │ └── viewer.properties │ ├── lij │ │ └── viewer.properties │ ├── locale.properties │ ├── lt │ │ └── viewer.properties │ ├── lv │ │ └── viewer.properties │ ├── mai │ │ └── viewer.properties │ ├── mk │ │ └── viewer.properties │ ├── ml │ │ └── viewer.properties │ ├── mn │ │ └── viewer.properties │ ├── mr │ │ └── viewer.properties │ ├── ms │ │ └── viewer.properties │ ├── my │ │ └── viewer.properties │ ├── nb-NO │ │ └── viewer.properties │ ├── nl │ │ └── viewer.properties │ ├── nn-NO │ │ └── viewer.properties │ ├── nso │ │ └── viewer.properties │ ├── oc │ │ └── viewer.properties │ ├── or │ │ └── viewer.properties │ ├── pa-IN │ │ └── viewer.properties │ ├── pl │ │ └── viewer.properties │ ├── pt-BR │ │ └── viewer.properties │ ├── pt-PT │ │ └── viewer.properties │ ├── rm │ │ └── viewer.properties │ ├── ro │ │ └── viewer.properties │ ├── ru │ │ └── viewer.properties │ ├── rw │ │ └── viewer.properties │ ├── sah │ │ └── viewer.properties │ ├── si │ │ └── viewer.properties │ ├── sk │ │ └── viewer.properties │ ├── sl │ │ └── viewer.properties │ ├── son │ │ └── viewer.properties │ ├── sq │ │ └── viewer.properties │ ├── sr │ │ └── viewer.properties │ ├── sv-SE │ │ └── viewer.properties │ ├── sw │ │ └── viewer.properties │ ├── ta-LK │ │ └── viewer.properties │ ├── ta │ │ └── viewer.properties │ ├── te │ │ └── viewer.properties │ ├── th │ │ └── viewer.properties │ ├── tl │ │ └── viewer.properties │ ├── tn │ │ └── viewer.properties │ ├── tr │ │ └── viewer.properties │ ├── uk │ │ └── viewer.properties │ ├── ur │ │ └── viewer.properties │ ├── vi │ │ └── viewer.properties │ ├── wo │ │ └── viewer.properties │ ├── xh │ │ └── viewer.properties │ ├── zh-CN │ │ └── viewer.properties │ ├── zh-TW │ │ └── viewer.properties │ └── zu │ │ └── viewer.properties │ ├── viewer.html │ └── viewer.js └── templates ├── add_collection.html ├── collection_item.html ├── collections.html ├── confirm_email.html ├── confirmed.html ├── epub_viewer.html ├── expired.html ├── forgot_message.html ├── forgot_password.html ├── index.html ├── invalid_token.html ├── pagination.html ├── reset_password.html ├── settings.html ├── signin.html ├── signup.html └── viewer.html /.gitignore: -------------------------------------------------------------------------------- 1 | libreread.db 2 | uploads 3 | *.DS_Store 4 | *.js.map 5 | dump.rdb 6 | lr_index.bleve 7 | out -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | 14 | 15 | 17 | 18 | # LibreRead 19 | Self-hosted Free(Libre) Ebook Reader. https://libreread.org 20 | 21 | ![Alt text](/static/img/screenshot.png?raw=true "Home Page") 22 | 23 | ### Features: 24 | - Easy installation 25 | - Built using Golang 26 | - Browser-based 27 | - Responsive design 28 | - Full-text search 29 | - Highlight & Annotate 30 | - Supports PDF & EPUB 31 | -------------------------------------------------------------------------------- /cmd/server/main.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import libreread "github.com/LibreRead/server" 4 | 5 | func main() { 6 | libreread.StartServer() 7 | } 8 | -------------------------------------------------------------------------------- /static/css/epub_iframe_style.css: -------------------------------------------------------------------------------- 1 | body { 2 | display: block!important; 3 | font-family: Georgia, serif!important; 4 | font-size: 21px!important; 5 | line-height: 1.58!important; 6 | background: #FFFFF8!important; 7 | width: 700px!important; 8 | height: auto; 9 | margin: 50px auto!important; 10 | padding: 60px 0!important; 11 | } 12 | 13 | p { 14 | font-family: Georgia, serif!important; 15 | font-size: 21px!important; 16 | line-height: 1.58!important; 17 | } 18 | 19 | img,image { 20 | max-width: 600px!important; 21 | max-height: 600px!important; 22 | } 23 | 24 | body.perc150, body.perc150 p { 25 | font-size: 25px!important; 26 | line-height: 1.64!important; 27 | } 28 | 29 | body.perc200, body.perc200 p { 30 | font-size: 29px!important; 31 | } 32 | 33 | .highlighted { 34 | position: relative; 35 | background-color: rgb(154, 154, 8); 36 | color: white; 37 | cursor: pointer; 38 | } 39 | 40 | .epub-highlight-menu-wrap { 41 | position: absolute; 42 | top: 0; 43 | left: 0; 44 | width: 100px; 45 | height: 50px; 46 | } 47 | 48 | .epub-highlight-menu { 49 | background: rgba(0,0,0,0.8); 50 | width: 100px; 51 | height: 40px; 52 | } 53 | 54 | .hm-color { 55 | position: absolute; 56 | top: 10px; 57 | left: 10px; 58 | width: 20px; 59 | height: 20px; 60 | background: rgb(154, 154, 8); 61 | cursor: pointer; 62 | } 63 | 64 | .hm-annotation, .hm-delete { 65 | position: absolute; 66 | top: 10px; 67 | left: 40px; 68 | cursor: pointer; 69 | } 70 | 71 | .hm-delete { 72 | left: 70px; 73 | } 74 | 75 | .hm-color .hmc-list { 76 | display: none; 77 | position: absolute; 78 | top: -112px; 79 | left: -10px; 80 | width: 100px; 81 | height: 102px; 82 | background: rgba(0,0,0,0.8); 83 | padding: 10px; 84 | box-sizing: border-box; 85 | overflow: hidden; 86 | } 87 | 88 | .hm-color .hmc-list .hmcl-color { 89 | position: absolute; 90 | top: 10px; 91 | left: 10px; 92 | width: 20px; 93 | height: 20px; 94 | background: rgb(154, 154, 8); 95 | box-sizing: border-box; 96 | } 97 | 98 | .hm-color .hmc-list .hmcl-color.active, .hm-color .hmc-list .hmcl-color:hover { 99 | border: 1px solid #FF4848; 100 | } 101 | 102 | .hm-color .hmc-list .hmcl-color.orange { 103 | left: 40px; 104 | background: rgb(199, 138, 25); 105 | } 106 | 107 | .hm-color .hmc-list .hmcl-color.green { 108 | left: 70px; 109 | background: rgb(4, 195, 4); 110 | } 111 | 112 | .hm-color .hmc-list .hmcl-color.blue { 113 | top: 40px; 114 | background: rgb(93, 93, 255); 115 | } 116 | 117 | .hm-color .hmc-list .hmcl-color.gray { 118 | top: 40px; 119 | left: 40px; 120 | background: rgb(160, 160, 160); 121 | } 122 | 123 | .hm-color .hmc-list .hmcl-color.turquoise { 124 | top: 40px; 125 | left: 70px; 126 | background: rgb(26, 193, 177); 127 | } 128 | 129 | .hm-color .hmc-list .hmcl-color.purple { 130 | top: 70px; 131 | background: rgb(165, 24, 236); 132 | } 133 | 134 | .hm-color .hmc-list .hmcl-color.chartreuse { 135 | top: 70px; 136 | left: 40px; 137 | background: rgb(113, 193, 32); 138 | } 139 | 140 | .hm-color .hmc-list .hmcl-color.crimson { 141 | top: 70px; 142 | left: 70px; 143 | background: rgb(237, 20, 61); 144 | } 145 | 146 | .annotation-layer { 147 | position: absolute; 148 | top: 0; 149 | margin-left: 730px; 150 | width: 240px; 151 | height: 160px; 152 | font-family: 'Source Sans Pro', sans-serif; 153 | font-size: 16px; 154 | color: #161616; 155 | background: white; 156 | outline: none; 157 | overflow-x: hidden; 158 | overflow-y: auto; 159 | padding: 10px; 160 | border: 1px solid #DFDFDF; 161 | box-sizing: border-box; 162 | overflow: hidden; 163 | } 164 | 165 | .annotation-layer.focus { 166 | z-index: 1; 167 | } 168 | 169 | .annotation-layer .ann-text { 170 | height: 110px; 171 | font-size: 16px!important; 172 | overflow-y: auto; 173 | outline: none; 174 | margin: 0; 175 | } 176 | 177 | .annotation-layer .annotation-save { 178 | width: 100%; 179 | height: 30px; 180 | background: #ff4848; 181 | font-size: 16px!important; 182 | text-align: center; 183 | padding-top: 2px; 184 | box-sizing: border-box; 185 | color: white; 186 | cursor: pointer; 187 | position: absolute; 188 | left: 0; 189 | bottom: 0px; 190 | } 191 | 192 | @media screen 193 | and (max-width: 1300px) { 194 | .annotation-layer { 195 | margin-left: 0; 196 | right: 0; 197 | } 198 | 199 | @media screen 200 | and (max-width: 1100px) { 201 | 202 | body { 203 | width: 540px!important; 204 | } 205 | 206 | } 207 | 208 | @media screen 209 | and (max-width: 860px) { 210 | 211 | body { 212 | width: 420px!important; 213 | } 214 | 215 | } 216 | 217 | @media screen 218 | and (max-width: 700px) { 219 | 220 | body { 221 | width: 300px!important; 222 | } 223 | 224 | } -------------------------------------------------------------------------------- /static/css/images/COPYRIGHT: -------------------------------------------------------------------------------- 1 | Copyright 2017 Mozilla Foundation -------------------------------------------------------------------------------- /static/css/images/annotation-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /static/css/images/annotation-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /static/css/images/annotation-help.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 16 | 18 | 21 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /static/css/images/annotation-insert.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /static/css/images/annotation-key.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /static/css/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /static/css/images/annotation-noicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /static/css/images/annotation-note.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 14 | 21 | 28 | 35 | 42 | 43 | -------------------------------------------------------------------------------- /static/css/images/annotation-paragraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /static/css/images/findbarButton-next-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/findbarButton-next-rtl.png -------------------------------------------------------------------------------- /static/css/images/findbarButton-next-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/findbarButton-next-rtl@2x.png -------------------------------------------------------------------------------- /static/css/images/findbarButton-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/findbarButton-next.png -------------------------------------------------------------------------------- /static/css/images/findbarButton-next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/findbarButton-next@2x.png -------------------------------------------------------------------------------- /static/css/images/findbarButton-previous-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/findbarButton-previous-rtl.png -------------------------------------------------------------------------------- /static/css/images/findbarButton-previous-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/findbarButton-previous-rtl@2x.png -------------------------------------------------------------------------------- /static/css/images/findbarButton-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/findbarButton-previous.png -------------------------------------------------------------------------------- /static/css/images/findbarButton-previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/findbarButton-previous@2x.png -------------------------------------------------------------------------------- /static/css/images/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/grab.cur -------------------------------------------------------------------------------- /static/css/images/grabbing.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/grabbing.cur -------------------------------------------------------------------------------- /static/css/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/loading-icon.gif -------------------------------------------------------------------------------- /static/css/images/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/loading-small.png -------------------------------------------------------------------------------- /static/css/images/loading-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/loading-small@2x.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-documentProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-documentProperties.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-documentProperties@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-documentProperties@2x.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-firstPage.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-firstPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-firstPage@2x.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-handTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-handTool.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-handTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-handTool@2x.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-lastPage.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-lastPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-lastPage@2x.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-rotateCcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-rotateCcw.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-rotateCcw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-rotateCcw@2x.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-rotateCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-rotateCw.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-rotateCw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-rotateCw@2x.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-selectTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-selectTool.png -------------------------------------------------------------------------------- /static/css/images/secondaryToolbarButton-selectTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/secondaryToolbarButton-selectTool@2x.png -------------------------------------------------------------------------------- /static/css/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/shadow.png -------------------------------------------------------------------------------- /static/css/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/texture.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-bookmark.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-bookmark@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-download.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-download@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-menuArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-menuArrows.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-menuArrows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-menuArrows@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-openFile.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-openFile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-openFile@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-pageDown-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-pageDown-rtl.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-pageDown-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-pageDown-rtl@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-pageDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-pageDown.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-pageDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-pageDown@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-pageUp-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-pageUp-rtl.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-pageUp-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-pageUp-rtl@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-pageUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-pageUp.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-pageUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-pageUp@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-presentationMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-presentationMode.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-presentationMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-presentationMode@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-print.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-print@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-print@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-search.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-search@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-secondaryToolbarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-secondaryToolbarToggle-rtl.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-secondaryToolbarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-secondaryToolbarToggle.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-secondaryToolbarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-secondaryToolbarToggle@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-sidebarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-sidebarToggle-rtl.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-sidebarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-sidebarToggle-rtl@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-sidebarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-sidebarToggle.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-sidebarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-sidebarToggle@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-viewAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-viewAttachments.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-viewAttachments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-viewAttachments@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-viewOutline-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-viewOutline-rtl.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-viewOutline-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-viewOutline-rtl@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-viewOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-viewOutline.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-viewOutline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-viewOutline@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-viewThumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-viewThumbnail.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-viewThumbnail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-viewThumbnail@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-zoomIn.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-zoomIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-zoomIn@2x.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-zoomOut.png -------------------------------------------------------------------------------- /static/css/images/toolbarButton-zoomOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/toolbarButton-zoomOut@2x.png -------------------------------------------------------------------------------- /static/css/images/treeitem-collapsed-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/treeitem-collapsed-rtl.png -------------------------------------------------------------------------------- /static/css/images/treeitem-collapsed-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/treeitem-collapsed-rtl@2x.png -------------------------------------------------------------------------------- /static/css/images/treeitem-collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/treeitem-collapsed.png -------------------------------------------------------------------------------- /static/css/images/treeitem-collapsed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/treeitem-collapsed@2x.png -------------------------------------------------------------------------------- /static/css/images/treeitem-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/treeitem-expanded.png -------------------------------------------------------------------------------- /static/css/images/treeitem-expanded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/css/images/treeitem-expanded@2x.png -------------------------------------------------------------------------------- /static/img/COPYRIGHT: -------------------------------------------------------------------------------- 1 | Copyright 2017 Nirmal Kumar 2 | 3 | Files include: 4 | books_icon.svg 5 | collections_icon.svg 6 | delete_book_icon.svg 7 | favicon-16x16.png 8 | favicon-32x32.png 9 | favicon-96x96.png 10 | invite_icon.svg 11 | left_icon.svg 12 | logo.svg 13 | menu_icon.svg 14 | notifications_icon.svg 15 | right_icon.svg 16 | screenshot.png 17 | settings_icon.svg 18 | sign_out_icon.svg 19 | triangle.svg 20 | triangle_inverse.svg -------------------------------------------------------------------------------- /static/img/annotation_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/books_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/collections_banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/img/collections_banner.jpg -------------------------------------------------------------------------------- /static/img/collections_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/delete_book_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/delete_book_icon2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/download_book_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/edit_book_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/epub_next_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/epub_prev_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/img/favicon-16x16.png -------------------------------------------------------------------------------- /static/img/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/img/favicon-32x32.png -------------------------------------------------------------------------------- /static/img/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/img/favicon-96x96.png -------------------------------------------------------------------------------- /static/img/fullscreen_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/highlight_delete_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/invite_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/left_icon.svg: -------------------------------------------------------------------------------- 1 | Group 2 -------------------------------------------------------------------------------- /static/img/logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/lp_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/img/lp_bg.png -------------------------------------------------------------------------------- /static/img/menu_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/minus_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/notifications_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/plus_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/right_icon.svg: -------------------------------------------------------------------------------- 1 | Group 3 -------------------------------------------------------------------------------- /static/img/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/img/screenshot.png -------------------------------------------------------------------------------- /static/img/settings_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/sign_out_icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/square-download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/triangle.svg: -------------------------------------------------------------------------------- 1 | Triangle -------------------------------------------------------------------------------- /static/img/triangle_inverse.svg: -------------------------------------------------------------------------------- 1 | Triangle -------------------------------------------------------------------------------- /static/js/pdfjs/COPYRIGHT: -------------------------------------------------------------------------------- 1 | Copyright 2017 Mozilla Foundation -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/78-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/78-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/78-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/78-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/78-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/78-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/78-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/78-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/78-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/78-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/78-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/78-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Add-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Add-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Add-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Add-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Add-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Add-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Add-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Add-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-GB1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-GB1-0.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-GB1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-GB1-1.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-GB1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-GB1-2.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-GB1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-GB1-3.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-GB1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-GB1-4.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-GB1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-GB1-5.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/B5pc-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/B5pc-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/B5pc-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/B5pc-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/CNS-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/CNS-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/CNS-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/CNS-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/CNS1-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/CNS1-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/CNS1-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/CNS1-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/CNS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/CNS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/CNS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/CNS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/ETHK-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/ETHK-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/ETHK-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/ETHK-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/ETen-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/ETen-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/ETen-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/ETen-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/ETenms-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/ETenms-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/ETenms-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/ETenms-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Ext-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Ext-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Ext-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Ext-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GB-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GB-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GB-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GB-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GB-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GB-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GB-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GB-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBK-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBK-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBK-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBK-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBK2K-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBK2K-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBK2K-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBK2K-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBKp-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBKp-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBKp-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBKp-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBT-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBT-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBT-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBT-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBT-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBT-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBT-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBT-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBpc-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/GBpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/GBpc-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKdla-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKdla-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKdla-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKdla-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKdlb-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKdlb-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKdlb-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKdlb-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKgccs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKgccs-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKgccs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKgccs-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKm314-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKm314-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKm314-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKm314-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKm471-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKm471-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKm471-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKm471-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKscs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKscs-B5-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/HKscs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/HKscs-B5-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Hankaku.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Hankaku.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Hiragana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Hiragana.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSC-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSC-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSC-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSC-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSC-Johab-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSC-Johab-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSC-Johab-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSC-Johab-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSCms-UHC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSCms-UHC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSCms-UHC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSCms-UHC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Katakana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Katakana.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/LICENSE: -------------------------------------------------------------------------------- 1 | %%Copyright: ----------------------------------------------------------- 2 | %%Copyright: Copyright 1990-2009 Adobe Systems Incorporated. 3 | %%Copyright: All rights reserved. 4 | %%Copyright: 5 | %%Copyright: Redistribution and use in source and binary forms, with or 6 | %%Copyright: without modification, are permitted provided that the 7 | %%Copyright: following conditions are met: 8 | %%Copyright: 9 | %%Copyright: Redistributions of source code must retain the above 10 | %%Copyright: copyright notice, this list of conditions and the following 11 | %%Copyright: disclaimer. 12 | %%Copyright: 13 | %%Copyright: Redistributions in binary form must reproduce the above 14 | %%Copyright: copyright notice, this list of conditions and the following 15 | %%Copyright: disclaimer in the documentation and/or other materials 16 | %%Copyright: provided with the distribution. 17 | %%Copyright: 18 | %%Copyright: Neither the name of Adobe Systems Incorporated nor the names 19 | %%Copyright: of its contributors may be used to endorse or promote 20 | %%Copyright: products derived from this software without specific prior 21 | %%Copyright: written permission. 22 | %%Copyright: 23 | %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 24 | %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 25 | %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 26 | %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 27 | %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 28 | %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 | %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 30 | %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 31 | %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 | %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 33 | %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 34 | %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 35 | %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 | %%Copyright: ----------------------------------------------------------- 37 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/NWP-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/NWP-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/NWP-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/NWP-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/RKSJ-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/RKSJ-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/Roman.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/Roman.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/V.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/cmaps/WP-Symbol.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/cmaps/WP-Symbol.bcmap -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/annotation-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/annotation-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/annotation-help.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 16 | 18 | 21 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/annotation-insert.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/annotation-key.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/annotation-noicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/annotation-note.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 14 | 21 | 28 | 35 | 42 | 43 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/annotation-paragraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/findbarButton-next-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/findbarButton-next-rtl.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/findbarButton-next-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/findbarButton-next-rtl@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/findbarButton-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/findbarButton-next.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/findbarButton-next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/findbarButton-next@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/findbarButton-previous-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/findbarButton-previous-rtl.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/findbarButton-previous-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/findbarButton-previous-rtl@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/findbarButton-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/findbarButton-previous.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/findbarButton-previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/findbarButton-previous@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/grab.cur -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/grabbing.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/grabbing.cur -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/loading-icon.gif -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/loading-small.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/loading-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/loading-small@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-documentProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-documentProperties.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-firstPage.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-handTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-handTool.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-lastPage.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-rotateCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-rotateCw.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-selectTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-selectTool.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/secondaryToolbarButton-selectTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/secondaryToolbarButton-selectTool@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/shadow.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/texture.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-bookmark.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-bookmark@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-download.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-download@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-menuArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-menuArrows.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-menuArrows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-menuArrows@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-openFile.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-openFile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-openFile@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-pageDown-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-pageDown-rtl.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-pageDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-pageDown.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-pageDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-pageDown@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-pageUp-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-pageUp-rtl.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-pageUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-pageUp.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-pageUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-pageUp@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-presentationMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-presentationMode.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-presentationMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-presentationMode@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-print.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-print@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-print@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-search.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-search@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-sidebarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-sidebarToggle.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-viewAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-viewAttachments.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-viewAttachments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-viewAttachments@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-viewOutline-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-viewOutline-rtl.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-viewOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-viewOutline.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-viewOutline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-viewOutline@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-viewThumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-viewThumbnail.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-zoomIn.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-zoomIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-zoomIn@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-zoomOut.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/toolbarButton-zoomOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/toolbarButton-zoomOut@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/treeitem-collapsed-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/treeitem-collapsed-rtl.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/treeitem-collapsed-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/treeitem-collapsed-rtl@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/treeitem-collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/treeitem-collapsed.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/treeitem-collapsed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/treeitem-collapsed@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/treeitem-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/treeitem-expanded.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/images/treeitem-expanded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gbraad/libreread-server/93cfc659f3b3c9129f2f7ad225ac91e4af76cc8a/static/js/pdfjs/web/images/treeitem-expanded@2x.png -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/csb/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | # Main toolbar buttons (tooltips and alt text for images) 6 | previous.title=Pòprzédnô strona 7 | previous_label=Pòprzédnô 8 | next.title=Nôslédnô strona 9 | next_label=Nôslédnô 10 | 11 | # LOCALIZATION NOTE (page_label, page_of): 12 | # These strings are concatenated to form the "Page: X of Y" string. 13 | # Do not translate "{{pageCount}}", it will be substituted with a number 14 | # representing the total number of pages. 15 | page_label=Strona: 16 | page_of=z {{pageCount}} 17 | 18 | zoom_out.title=Zmniészë 19 | zoom_out_label=Zmniészë 20 | zoom_in.title=Zwikszë 21 | zoom_in_label=Wiôlgòsc 22 | zoom.title=Wiôlgòsc 23 | print.title=Drëkùjë 24 | print_label=Drëkùjë 25 | presentation_mode.title=Przéńdzë w trib prezentacje 26 | presentation_mode_label=Trib prezentacje 27 | open_file.title=Òtemkni lopk 28 | open_file_label=Òtemkni 29 | download.title=Zladënk 30 | download_label=Zladënk 31 | bookmark.title=Spamiãtôj wëzdrzatk (kòpérëje, abò òtemkni w nowim òknnie) 32 | bookmark_label=Aktualny wëzdrzatk 33 | 34 | find_label=Szëkôj: 35 | find_previous.title=Biéj do pòprzédnégò wënikù szëkbë 36 | find_previous_label=Pòprzédny 37 | find_next.title=Biéj do nôslédnégò wënikù szëkbë 38 | find_next_label=Nôslédny 39 | find_highlight=Pòdszkrzëni wszëtczé 40 | find_match_case_label=Rozeznôwôj miarã lëterów 41 | find_not_found=Nie nalôzł tekstu 42 | find_reached_bottom=Doszedł do kùńca dokùmentu, zaczinającë òd górë 43 | find_reached_top=Doszedł do pòczątkù dokùmentu, zaczinającë òd dołù 44 | 45 | toggle_sidebar.title=Pòsuwk wëbiérkù 46 | toggle_sidebar_label=Pòsuwk wëbiérkù 47 | 48 | outline.title=Wëskrzëni òbcéch dokùmentu 49 | outline_label=Òbcéch dokùmentu 50 | thumbs.title=Wëskrzëni miniaturë 51 | thumbs_label=Miniaturë 52 | findbar.title=Przeszëkôj dokùment 53 | findbar_label=Nalezë 54 | tools_label=Nôrzãdła 55 | first_page.title=Biéj do pierszi stronë 56 | first_page.label=Biéj do pierszi stronë 57 | last_page.label=Biéj do òstatny stronë 58 | invalid_file_error=Lëchi ôrt, abò pòpsëti lopk PDF. 59 | 60 | 61 | 62 | # Thumbnails panel item (tooltip and alt text for images) 63 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 64 | # number. 65 | thumb_page_title=Strona {{page}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=Miniatura stronë {{page}} 69 | 70 | # Error panel labels 71 | error_more_info=Wicy infòrmacje 72 | error_less_info=Mni infòrmacje 73 | error_close=Close 74 | error_version_info=PDF.js v{{version}} (build: {{build}}) 75 | 76 | 77 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 78 | # english string describing the error. 79 | error_message=Message: {{wiadło}} 80 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 81 | # trace. 82 | error_stack=Stack: {{stóg}} 83 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 84 | error_file=File: {{lopk}} 85 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 86 | error_line=Line: {{line}} 87 | rendering_error=Pòkôza sã fela przë renderowanim stronë. 88 | 89 | # Predefined zoom values 90 | page_scale_width=Szérzawa stronë 91 | page_scale_fit=Dopasëje stronã 92 | page_scale_auto=Aùtomatnô wiôlgòsc 93 | page_scale_actual=Naturalnô wiôlgòsc 94 | 95 | # Loading indicator messages 96 | # LOCALIZATION NOTE (error_line): "{{[percent}}" will be replaced with a percentage 97 | loading_error_indicator=Fela 98 | loading_error=Pòkôza sã fela przë wczëtiwanim PDFù. 99 | 100 | # LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip. 101 | # "{{[type}}" will be replaced with an annotation type from a list defined in 102 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 103 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 104 | 105 | request_password=PDF je zabezpieczony parolą: 106 | printing_not_supported = Òstrzéga: przezérnik nie je do kùńca wspieróny przez drëkôrze 107 | 108 | # Context menu 109 | page_rotate_cw.label=Òbkrãcë w prawò 110 | page_rotate_ccw.label=Òbkrãcë w lewò 111 | 112 | 113 | last_page.title=Biéj do pòprzédny stronë 114 | last_page_label=Biéj do pòprzédny stronë 115 | page_rotate_cw.title=Òbkrãcë w prawò 116 | page_rotate_cw_label=Òbkrãcë w prawò 117 | page_rotate_ccw.title=Òbkrãcë w lewò 118 | page_rotate_ccw_label=Òbkrãcë w lewò 119 | 120 | 121 | web_fonts_disabled=Sécowé czconczi są wëłączoné: włączë je, bë móc ùżiwac òsadzonëch czconków w lopkach PDF. 122 | 123 | 124 | missing_file_error=Felëje lopka PDF. 125 | printing_not_ready = Òstrzéga: lopk mùszi sã do kùńca wczëtac zanim gò mòże drëkòwac 126 | 127 | document_colors_disabled=Dokùmentë PDF nie mògą ù swòjich farwów: \'Pòzwòlë stronóm wëbierac swòje farwë\' je wëłączoné w przezérnikù. 128 | invalid_password=Lëchô parola. 129 | text_annotation_type.alt=[Adnotacjô {{type}}] 130 | 131 | tools.title=Tools 132 | first_page_label=Go to First Page 133 | 134 | 135 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/es-ES/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | previous.title = Página anterior 6 | previous_label = Anterior 7 | next.title = Página siguiente 8 | next_label = Siguiente 9 | page.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 | cursor_text_select_tool.title = Activar herramienta de selección de texto 42 | cursor_text_select_tool_label = Herramienta de selección de texto 43 | cursor_hand_tool.title = Activar herramienta de mano 44 | cursor_hand_tool_label = Herramienta de 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_notification.title = Alternar panel lateral (el documento contiene un esquema o adjuntos) 68 | toggle_sidebar_label = Cambiar barra lateral 69 | document_outline.title = Mostrar resumen del documento (doble clic para expandir/contraer todos los elementos) 70 | document_outline_label = Resumen de documento 71 | attachments.title = Mostrar adjuntos 72 | attachments_label = Adjuntos 73 | thumbs.title = Mostrar miniaturas 74 | thumbs_label = Miniaturas 75 | findbar.title = Buscar en el documento 76 | findbar_label = Buscar 77 | thumb_page_title = Página {{page}} 78 | thumb_page_canvas = Miniatura de la página {{page}} 79 | find_input.title = Buscar 80 | find_input.placeholder = Buscar en el documento… 81 | find_previous.title = Encontrar la anterior aparición de la frase 82 | find_previous_label = Anterior 83 | find_next.title = Encontrar la siguiente aparición de esta frase 84 | find_next_label = Siguiente 85 | find_highlight = Resaltar todos 86 | find_match_case_label = Coincidencia de mayús./minús. 87 | find_reached_top = Se alcanzó el inicio del documento, se continúa desde el final 88 | find_reached_bottom = Se alcanzó el final del documento, se continúa desde el inicio 89 | find_not_found = Frase no encontrada 90 | error_more_info = Más información 91 | error_less_info = Menos información 92 | error_close = Cerrar 93 | error_version_info = PDF.js v{{version}} (build: {{build}}) 94 | error_message = Mensaje: {{message}} 95 | error_stack = Pila: {{stack}} 96 | error_file = Archivo: {{file}} 97 | error_line = Línea: {{line}} 98 | rendering_error = Ocurrió un error al renderizar la página. 99 | page_scale_width = Anchura de la página 100 | page_scale_fit = Ajuste de la página 101 | page_scale_auto = Tamaño automático 102 | page_scale_actual = Tamaño real 103 | page_scale_percent = {{scale}}% 104 | loading_error_indicator = Error 105 | loading_error = Ocurrió un error al cargar el PDF. 106 | invalid_file_error = Fichero PDF no válido o corrupto. 107 | missing_file_error = No hay fichero PDF. 108 | unexpected_response_error = Respuesta inesperada del servidor. 109 | text_annotation_type.alt = [Anotación {{type}}] 110 | password_label = Introduzca la contraseña para abrir este archivo PDF. 111 | password_invalid = Contraseña no válida. Vuelva a intentarlo. 112 | password_ok = Aceptar 113 | password_cancel = Cancelar 114 | printing_not_supported = Advertencia: Imprimir no está totalmente soportado por este navegador. 115 | printing_not_ready = Advertencia: Este PDF no se ha cargado completamente para poder imprimirse. 116 | web_fonts_disabled = Las tipografías web están desactivadas: es imposible usar las tipografías PDF embebidas. 117 | 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. 118 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/it/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | previous.title = Pagina precedente 6 | previous_label = Precedente 7 | next.title = Pagina successiva 8 | next_label = Successiva 9 | page.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 | cursor_text_select_tool.title = Attiva strumento di selezione testo 42 | cursor_text_select_tool_label = Strumento di selezione testo 43 | cursor_hand_tool.title = Attiva strumento mano 44 | cursor_hand_tool_label = 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_notification.title = Attiva/disattiva barra laterale (il documento contiene struttura/allegati) 68 | toggle_sidebar_label = Attiva/disattiva barra laterale 69 | document_outline.title = Visualizza la struttura del documento (doppio clic per visualizzare/nascondere tutti gli elementi) 70 | document_outline_label = Struttura documento 71 | attachments.title = Visualizza allegati 72 | attachments_label = Allegati 73 | thumbs.title = Mostra le miniature 74 | thumbs_label = Miniature 75 | findbar.title = Trova nel documento 76 | findbar_label = Trova 77 | thumb_page_title = Pagina {{page}} 78 | thumb_page_canvas = Miniatura della pagina {{page}} 79 | find_input.title = Trova 80 | find_input.placeholder = Trova nel documento… 81 | find_previous.title = Trova l’occorrenza precedente del testo da cercare 82 | find_previous_label = Precedente 83 | find_next.title = Trova l’occorrenza successiva del testo da cercare 84 | find_next_label = Successivo 85 | find_highlight = Evidenzia 86 | find_match_case_label = Maiuscole/minuscole 87 | find_reached_top = Raggiunto l’inizio della pagina, continua dalla fine 88 | find_reached_bottom = Raggiunta la fine della pagina, continua dall’inizio 89 | find_not_found = Testo non trovato 90 | error_more_info = Ulteriori informazioni 91 | error_less_info = Nascondi dettagli 92 | error_close = Chiudi 93 | error_version_info = PDF.js v{{version}} (build: {{build}}) 94 | error_message = Messaggio: {{message}} 95 | error_stack = Stack: {{stack}} 96 | error_file = File: {{file}} 97 | error_line = Riga: {{line}} 98 | rendering_error = Si è verificato un errore durante il rendering della pagina. 99 | page_scale_width = Larghezza pagina 100 | page_scale_fit = Adatta a una pagina 101 | page_scale_auto = Zoom automatico 102 | page_scale_actual = Dimensioni effettive 103 | page_scale_percent = {{scale}}% 104 | loading_error_indicator = Errore 105 | loading_error = Si è verificato un errore durante il caricamento del PDF. 106 | invalid_file_error = File PDF non valido o danneggiato. 107 | missing_file_error = File PDF non disponibile. 108 | unexpected_response_error = Risposta imprevista del server 109 | text_annotation_type.alt = [Annotazione: {{type}}] 110 | password_label = Inserire la password per aprire questo file PDF. 111 | password_invalid = Password non corretta. Riprovare. 112 | password_ok = OK 113 | password_cancel = Annulla 114 | printing_not_supported = Attenzione: la stampa non è completamente supportata da questo browser. 115 | printing_not_ready = Attenzione: il PDF non è ancora stato caricato completamente per la stampa. 116 | web_fonts_disabled = I web font risultano disattivati: impossibile utilizzare i caratteri inclusi nel PDF. 117 | 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. 118 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/lg/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Omuko Ogubadewo 17 | next.title=Omuko Oguddako 18 | 19 | # LOCALIZATION NOTE (page.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 | 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=Omuko {{page}} 66 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 67 | # number. 68 | thumb_page_canvas=Ekifananyi kyo Omuko Mubufunze {{page}} 69 | 70 | # Find panel button title and messages 71 | find_previous.title=Zuula awayise mukweddamu mumiteddera 72 | find_next.title=Zuula ekidako mukweddamu mumiteddera 73 | find_highlight=Londa byonna 74 | find_not_found=Emiteddera tezuuliddwa 75 | 76 | # Error panel labels 77 | error_more_info=Ebisingawo 78 | error_less_info=Mubumpimpi 79 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 80 | # replaced by the PDF.JS version and build ID. 81 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 82 | # english string describing the error. 83 | error_message=Obubaaka: {{message}} 84 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 85 | # trace. 86 | error_stack=Ebipangiddwa: {{stack}} 87 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 88 | error_file=Fayiro {{file}} 89 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 90 | error_line=Layini: {{line}} 91 | rendering_error=Wabadewo ensobi muku tekawo omuko. 92 | 93 | # Predefined zoom values 94 | page_scale_width=Obugazi bwo Omuko 95 | page_scale_fit=Okutuka kwo Omuko 96 | page_scale_auto=Okwefunza no Kwegeza 97 | page_scale_actual=Obunene Obutufu 98 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 99 | # numerical scale value. 100 | 101 | # Loading indicator messages 102 | loading_error_indicator=Ensobi 103 | loading_error=Wabadewo ensobi mukutika PDF. 104 | 105 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 106 | # "{{type}}" will be replaced with an annotation type from a list defined in 107 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 108 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 109 | text_annotation_type.alt=[{{type}} Enyonyola] 110 | password_ok=OK 111 | 112 | printing_not_supported=Okulaabula: Okulumya empapula tekuwagirwa enonyeso enno. 113 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/mn/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page.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 | 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_previous.title=Хайлтын өмнөх олдцыг харуулна 56 | find_next.title=Хайлтын дараагийн олдцыг харуулна 57 | find_not_found=Олдсонгүй 58 | 59 | # Error panel labels 60 | error_more_info=Нэмэлт мэдээлэл 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=Алдаа 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_ok=OK 82 | 83 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/pl/viewer.properties: -------------------------------------------------------------------------------- 1 | # This Source Code Form is subject to the terms of the Mozilla Public 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 | 5 | previous.title=Poprzednia strona 6 | previous_label=Poprzednia 7 | next.title=Następna strona 8 | next_label=Następna 9 | 10 | page.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_notification.title=Przełączanie panelu bocznego (dokument zawiera konspekt/załączniki) 75 | toggle_sidebar_label=Przełącz panel boczny 76 | document_outline.title=Wyświetlanie zarysu dokumentu (podwójne kliknięcie rozwija lub zwija wszystkie pozycje) 77 | document_outline_label=Zarys dokumentu 78 | attachments.title=Wyświetlanie załączników 79 | attachments_label=Załączniki 80 | thumbs.title=Wyświetlanie miniaturek 81 | thumbs_label=Miniaturki 82 | findbar.title=Znajdź w dokumencie 83 | findbar_label=Znajdź 84 | 85 | thumb_page_title=Strona {{page}} 86 | thumb_page_canvas=Miniaturka strony {{page}} 87 | 88 | find_input.title=Wyszukiwanie 89 | find_input.placeholder=Szukaj w dokumencie… 90 | find_previous.title=Znajdź poprzednie wystąpienie tekstu 91 | find_previous_label=Poprzednie 92 | find_next.title=Znajdź następne wystąpienie tekstu 93 | find_next_label=Następne 94 | find_highlight=Podświetl wszystkie 95 | find_match_case_label=Rozróżniaj wielkość znaków 96 | find_reached_top=Osiągnięto początek dokumentu, kontynuacja od końca 97 | find_reached_bottom=Osiągnięto koniec dokumentu, kontynuacja od początku 98 | find_not_found=Tekst nieznaleziony 99 | 100 | error_more_info=Więcej informacji 101 | error_less_info=Mniej informacji 102 | error_close=Zamknij 103 | error_version_info=PDF.js v{{version}} (kompilacja: {{build}}) 104 | error_message=Wiadomość: {{message}} 105 | error_stack=Stos: {{stack}} 106 | error_file=Plik: {{file}} 107 | error_line=Wiersz: {{line}} 108 | rendering_error=Podczas renderowania strony wystąpił błąd. 109 | 110 | page_scale_width=Szerokość strony 111 | page_scale_fit=Dopasowanie strony 112 | page_scale_auto=Skala automatyczna 113 | page_scale_actual=Rozmiar rzeczywisty 114 | page_scale_percent={{scale}}% 115 | 116 | loading_error_indicator=Błąd 117 | loading_error=Podczas wczytywania dokumentu PDF wystąpił błąd. 118 | invalid_file_error=Nieprawidłowy lub uszkodzony plik PDF. 119 | missing_file_error=Brak pliku PDF. 120 | unexpected_response_error=Nieoczekiwana odpowiedź serwera. 121 | 122 | text_annotation_type.alt=[Adnotacja: {{type}}] 123 | password_label=Wprowadź hasło, aby otworzyć ten dokument PDF. 124 | password_invalid=Nieprawidłowe hasło. Proszę spróbować ponownie. 125 | password_ok=OK 126 | password_cancel=Anuluj 127 | 128 | printing_not_supported=Ostrzeżenie: Drukowanie nie jest w pełni obsługiwane przez przeglądarkę. 129 | printing_not_ready=Ostrzeżenie: Dokument PDF nie jest całkowicie wczytany, więc nie można go wydrukować. 130 | web_fonts_disabled=Czcionki sieciowe są wyłączone: nie można użyć osadzonych czcionek PDF. 131 | 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. 132 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/rw/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page.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 | 47 | # Thumbnails panel item (tooltip and alt text for images) 48 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 49 | # number. 50 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 51 | # number. 52 | 53 | # Find panel button title and messages 54 | find_previous.title=Gushaka aho uyu murongo ugaruka mbere y'aha 55 | find_next.title=Gushaka aho uyu murongo wongera kugaruka 56 | find_not_found=Umurongo ntubonetse 57 | 58 | # Error panel labels 59 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 60 | # replaced by the PDF.JS version and build ID. 61 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 62 | # english string describing the error. 63 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 64 | # trace. 65 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 66 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 67 | 68 | # Predefined zoom values 69 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 70 | # numerical scale value. 71 | 72 | # Loading indicator messages 73 | loading_error_indicator=Ikosa 74 | 75 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 76 | # "{{type}}" will be replaced with an annotation type from a list defined in 77 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 78 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 79 | password_invalid=Ijambo ry'ibanga ridahari. Wakongera ukagerageza 80 | password_ok=YEGO 81 | 82 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/sw/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Ukurasa Uliotangulia 17 | previous_label=Iliyotangulia 18 | next.title=Ukurasa Ufuatao 19 | next_label=Ifuatayo 20 | 21 | # LOCALIZATION NOTE (page.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 | 69 | # Thumbnails panel item (tooltip and alt text for images) 70 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 71 | # number. 72 | thumb_page_title=Ukurasa {{ukurasa}} 73 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 74 | # number. 75 | thumb_page_canvas=Kijipicha cha ukurasa {{ukurasa}} 76 | 77 | # Find panel button title and messages 78 | find_previous.title=Tafuta tukio kabla ya msemo huu 79 | find_previous_label=Iliyotangulia 80 | find_next.title=Tafuta tukio linalofuata la msemo 81 | find_next_label=Ifuatayo 82 | find_highlight=Angazia yote 83 | find_match_case_label=Linganisha herufi 84 | find_reached_top=Imefika juu ya waraka, imeendelea kutoka chini 85 | find_reached_bottom=Imefika mwisho wa waraka, imeendelea kutoka juu 86 | find_not_found=Msemo hukupatikana 87 | 88 | # Error panel labels 89 | error_more_info=Maelezo Zaidi 90 | error_less_info=Maelezo Kidogo 91 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 92 | # replaced by the PDF.JS version and build ID. 93 | error_version_info=PDF.js v{{version}} (jenga: {{build}}) 94 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 95 | # english string describing the error. 96 | error_message=Ujumbe: {{message}} 97 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 98 | # trace. 99 | error_stack=Panganya: {{stack}} 100 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 101 | error_file=Faili: {{faili}} 102 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 103 | error_line=Laini: {{laini}} 104 | rendering_error=Hitilafu lilitokea wajati wa kutoa ukurasa 105 | 106 | # Predefined zoom values 107 | page_scale_width=Upana wa Ukurasa 108 | page_scale_fit=Usawa wa Ukurasa 109 | page_scale_auto=Ukuzaji wa Kiotomatiki 110 | page_scale_actual=Ukubwa Halisi 111 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 112 | # numerical scale value. 113 | 114 | # Loading indicator messages 115 | loading_error_indicator=Hitilafu 116 | loading_error=Hitilafu lilitokea wakati wa kupakia PDF. 117 | invalid_file_error=Faili ya PDF isiyohalali au potofu. 118 | missing_file_error=Faili ya PDF isiyopo. 119 | 120 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 121 | # "{{type}}" will be replaced with an annotation type from a list defined in 122 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 123 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 124 | text_annotation_type.alt=[{{type}} Ufafanuzi] 125 | password_ok=SAWA 126 | 127 | printing_not_supported=Onyo: Uchapishaji hauauniwi kabisa kwa kivinjari hiki. 128 | web_fonts_disabled=Fonti za tovuti zimelemazwa: haziwezi kutumia fonti za PDF zilizopachikwa. 129 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/ta-LK/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page.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 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/tl/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Naunang Pahina 17 | next.title=Sunod na Pahina 18 | 19 | # LOCALIZATION NOTE (page.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 | print_progress_close=Kanselahin 48 | 49 | # Tooltips and alt text for side panel toolbar buttons 50 | # (the _label strings are alt text for the buttons, the .title strings are 51 | # tooltips) 52 | thumbs.title=Ipakita ang mga Thumbnails 53 | findbar_label=Hanapin 54 | 55 | # Thumbnails panel item (tooltip and alt text for images) 56 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 57 | # number. 58 | thumb_page_title=Pahina {{page}} 59 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 60 | # number. 61 | thumb_page_canvas=Thumbnail ng Pahina {{page}} 62 | 63 | # Find panel button title and messages 64 | find_highlight=I-highlight lahat 65 | 66 | # Error panel labels 67 | error_more_info=Maraming Inpormasyon 68 | error_less_info=Maikling Inpormasyon 69 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 70 | # replaced by the PDF.JS version and build ID. 71 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 72 | # english string describing the error. 73 | error_message=Mensahe: {{message}} 74 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 75 | # trace. 76 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 77 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 78 | error_line=Linya: {{line}} 79 | rendering_error=May naganap na pagkakamali habang pagsasalin sa pahina. 80 | 81 | # Predefined zoom values 82 | page_scale_width=Haba ng Pahina 83 | page_scale_fit=ang pahina ay angkop 84 | page_scale_auto=awtomatikong pag-imbulog 85 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 86 | # numerical scale value. 87 | 88 | # Loading indicator messages 89 | loading_error=May maling nangyari habang kinakarga ang PDF. 90 | 91 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 92 | # "{{type}}" will be replaced with an annotation type from a list defined in 93 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 94 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 95 | password_ok=OK 96 | password_cancel=Kanselahin 97 | 98 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/tn/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | 17 | # LOCALIZATION NOTE (page.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 | 50 | # Thumbnails panel item (tooltip and alt text for images) 51 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page 52 | # number. 53 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page 54 | # number. 55 | 56 | # Find panel button title and messages 57 | find_previous.title=Batla tiragalo e e fetileng ya setlhopha sa mafoko 58 | find_next.title=Batla tiragalo e e latelang ya setlhopha sa mafoko 59 | find_not_found=Setlhopha sa mafoko ga se a bonwa 60 | 61 | # Error panel labels 62 | error_more_info=Tshedimosetso e Nngwe 63 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 64 | # replaced by the PDF.JS version and build ID. 65 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 66 | # english string describing the error. 67 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 68 | # trace. 69 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 70 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 71 | 72 | # Predefined zoom values 73 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 74 | # numerical scale value. 75 | 76 | # Loading indicator messages 77 | loading_error_indicator=Phoso 78 | 79 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 80 | # "{{type}}" will be replaced with an annotation type from a list defined in 81 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 82 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 83 | password_ok=Siame 84 | 85 | web_fonts_disabled=Mefutatlhaka ya Webo ga e dire: ga e kgone go dirisa mofutatlhaka wa PDF o tsentsweng. 86 | -------------------------------------------------------------------------------- /static/js/pdfjs/web/locale/wo/viewer.properties: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Mozilla Foundation 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | # Main toolbar buttons (tooltips and alt text for images) 16 | previous.title=Xët wi jiitu 17 | previous_label=Bi jiitu 18 | next.title=Xët wi ci topp 19 | next_label=Bi ci topp 20 | 21 | # LOCALIZATION NOTE (page.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_previous.title=Seet beneen kaddu bu ni mel te jiitu 77 | find_previous_label=Bi jiitu 78 | find_next.title=Seet beneen kaddu bu ni mel 79 | find_next_label=Bi ci topp 80 | find_highlight=Melaxal lépp 81 | find_match_case_label=Sàmm jëmmalin wi 82 | find_reached_top=Jot nañu ndorteel xët wi, kontine dale ko ci suuf 83 | find_reached_bottom=Jot nañu jeexitalu xët wi, kontine ci ndorte 84 | find_not_found=Gisiñu kaddu gi 85 | 86 | # Error panel labels 87 | error_more_info=Xibaar yu gën bari 88 | error_less_info=Xibaar yu gën bari 89 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be 90 | # replaced by the PDF.JS version and build ID. 91 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an 92 | # english string describing the error. 93 | error_message=Bataaxal: {{bataaxal}} 94 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack 95 | # trace. 96 | error_stack=Juug: {{stack}} 97 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename 98 | error_file=Dencukaay: {{file}} 99 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number 100 | error_line=Rëdd : {{line}} 101 | rendering_error=Am njumte bu am bi xët bi di wonewu. 102 | 103 | # Predefined zoom values 104 | page_scale_width=Yaatuwaay bu mët 105 | page_scale_fit=Xët lëmm 106 | page_scale_auto=Yambalaŋ ci saa si 107 | page_scale_actual=Dayo bi am 108 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a 109 | # numerical scale value. 110 | 111 | # Loading indicator messages 112 | loading_error_indicator=Njumte 113 | loading_error=Am na njumte ci yebum dencukaay PDF bi. 114 | invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar. 115 | 116 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. 117 | # "{{type}}" will be replaced with an annotation type from a list defined in 118 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). 119 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" 120 | text_annotation_type.alt=[Karmat {{type}}] 121 | password_ok=OK 122 | password_cancel=Neenal 123 | 124 | printing_not_supported=Artu: Joowkat bii nanguwul lool mool. 125 | -------------------------------------------------------------------------------- /templates/confirm_email.html: -------------------------------------------------------------------------------- 1 | 19 | 20 | 21 | 22 | 23 | 24 | LibreRead 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
34 |
35 | 38 |
39 |
40 |
We have sent you a confirmation email for verification.
41 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /templates/confirmed.html: -------------------------------------------------------------------------------- 1 | 19 | 20 | 21 | 22 | 23 | 24 | LibreRead 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
34 |
35 | 38 |
39 |
40 |
Thanks! your email has been confirmed successfully. Please signin now.
41 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /templates/expired.html: -------------------------------------------------------------------------------- 1 | 19 | 20 | 21 | 22 | 23 | 24 | LibreRead 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
34 |
35 | 38 |
39 |
40 |
Your token has been expired. Resend confirmation
41 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /templates/forgot_message.html: -------------------------------------------------------------------------------- 1 | 19 | 20 | 21 | 22 | 23 | 24 | LibreRead 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
34 |
35 | 38 |
39 |
40 |
{{.message}}
41 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /templates/invalid_token.html: -------------------------------------------------------------------------------- 1 | 19 | 20 | 21 | 22 | 23 | 24 | LibreRead 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
34 |
35 | 38 |
39 |
40 |
Your token is invalid.
41 | 45 | 46 | 47 | --------------------------------------------------------------------------------