36 |
37 |
47 |
48 |
49 | ```
50 |
51 | ## Upgrading the source
52 |
53 | Normally mozilla's PDF js viewer, will only run as standalone. We forked the project and patched it, so you can include it
54 | within a page.
55 |
56 | To update this version, get the patched pdf.js source code and build the project
57 |
58 | git clone https://github.com/legalthings/pdf.js.git
59 | cd pdf.js
60 | npm install
61 | gulp generic
62 | cd ..
63 |
64 | And update the files from source and patch them
65 |
66 | cd pdf.js-viewer
67 | npm install
68 | ./build.sh ../pdf.js/build/generic/
69 |
--------------------------------------------------------------------------------
/bower.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "pdf.js-viewer",
3 | "main": "pdf.js",
4 | "homepage": "http://github.com/legalthings/pdf.js-viewer",
5 | "authors": [
6 | "LegalThings ",
7 | "Arnold Daniels "
8 | ],
9 | "description": "pdf.js build with viewer",
10 | "keywords": [
11 | "pdf"
12 | ],
13 | "license": "Apache2",
14 | "ignore": [
15 | "**/.*",
16 | "node_modules",
17 | "bower_components",
18 | "spec",
19 | "**/*.spec.js"
20 | ]
21 | }
22 |
23 |
--------------------------------------------------------------------------------
/build.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | if [[ $# < 1 ]]; then
4 | echo USAGE $0 SOURCE_PATH 1>&2
5 | exit 1
6 | fi
7 |
8 | source="$1"
9 |
10 | if [[ ! -f "$source/build/pdf.js" ]]; then
11 | echo "$source/build/pdf.js" not found 1>&2
12 | exit 1
13 | fi
14 |
15 | cat "$source/web/l10n.js" "$source/build/pdf.js" "$source/web/debugger.js" "$source/web/viewer.js" > pdf.js
16 |
17 | cp "$source/build/pdf.worker.js" .
18 |
19 | cat "$source/web/viewer.html" | tr '\n' '\f' | sed -r 's/^.+]*>//' | sed -r 's/<\/body>.+$/<\/pdfjs-wrapper>/' | tr '\f' '\n' > ./viewer.html
20 |
21 | node node_modules/uglifycss/uglifycss "$source/web/viewer.css" > viewer.css
22 | node grunt/css-prefix.js viewer.css viewer.css pdfjs
23 | cat viewer-overwrites.css >> viewer.css;
24 |
25 | sed -r 's/url\((")?images\//url\(\1@pdfjsImagePath\//g' < viewer.css > viewer.less
26 |
27 | cp -a "$source/web/cmaps/" "$source/web/images/" "$source/web/locale/" .
28 |
--------------------------------------------------------------------------------
/cmaps/78-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/78-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/78-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/78-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/78-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/78-H.bcmap
--------------------------------------------------------------------------------
/cmaps/78-RKSJ-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/78-RKSJ-H.bcmap
--------------------------------------------------------------------------------
/cmaps/78-RKSJ-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/78-RKSJ-V.bcmap
--------------------------------------------------------------------------------
/cmaps/78-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/78-V.bcmap
--------------------------------------------------------------------------------
/cmaps/78ms-RKSJ-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/78ms-RKSJ-H.bcmap
--------------------------------------------------------------------------------
/cmaps/78ms-RKSJ-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/78ms-RKSJ-V.bcmap
--------------------------------------------------------------------------------
/cmaps/83pv-RKSJ-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/83pv-RKSJ-H.bcmap
--------------------------------------------------------------------------------
/cmaps/90ms-RKSJ-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/90ms-RKSJ-H.bcmap
--------------------------------------------------------------------------------
/cmaps/90ms-RKSJ-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/90ms-RKSJ-V.bcmap
--------------------------------------------------------------------------------
/cmaps/90msp-RKSJ-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/90msp-RKSJ-H.bcmap
--------------------------------------------------------------------------------
/cmaps/90msp-RKSJ-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/90msp-RKSJ-V.bcmap
--------------------------------------------------------------------------------
/cmaps/90pv-RKSJ-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/90pv-RKSJ-H.bcmap
--------------------------------------------------------------------------------
/cmaps/90pv-RKSJ-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/90pv-RKSJ-V.bcmap
--------------------------------------------------------------------------------
/cmaps/Add-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Add-H.bcmap
--------------------------------------------------------------------------------
/cmaps/Add-RKSJ-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Add-RKSJ-H.bcmap
--------------------------------------------------------------------------------
/cmaps/Add-RKSJ-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Add-RKSJ-V.bcmap
--------------------------------------------------------------------------------
/cmaps/Add-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Add-V.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-CNS1-0.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-CNS1-0.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-CNS1-1.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-CNS1-1.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-CNS1-2.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-CNS1-2.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-CNS1-3.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-CNS1-3.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-CNS1-4.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-CNS1-4.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-CNS1-5.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-CNS1-5.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-CNS1-6.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-CNS1-6.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-CNS1-UCS2.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-CNS1-UCS2.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-GB1-0.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-GB1-0.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-GB1-1.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-GB1-1.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-GB1-2.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-GB1-2.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-GB1-3.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-GB1-3.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-GB1-4.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-GB1-4.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-GB1-5.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-GB1-5.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-GB1-UCS2.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-GB1-UCS2.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Japan1-0.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Japan1-0.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Japan1-1.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Japan1-1.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Japan1-2.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Japan1-2.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Japan1-3.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Japan1-3.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Japan1-4.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Japan1-4.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Japan1-5.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Japan1-5.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Japan1-6.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Japan1-6.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Japan1-UCS2.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Japan1-UCS2.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Korea1-0.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Korea1-0.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Korea1-1.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Korea1-1.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Korea1-2.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Korea1-2.bcmap
--------------------------------------------------------------------------------
/cmaps/Adobe-Korea1-UCS2.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Adobe-Korea1-UCS2.bcmap
--------------------------------------------------------------------------------
/cmaps/B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/B5pc-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/B5pc-H.bcmap
--------------------------------------------------------------------------------
/cmaps/B5pc-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/B5pc-V.bcmap
--------------------------------------------------------------------------------
/cmaps/CNS-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/CNS-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/CNS-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/CNS-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/CNS1-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/CNS1-H.bcmap
--------------------------------------------------------------------------------
/cmaps/CNS1-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/CNS1-V.bcmap
--------------------------------------------------------------------------------
/cmaps/CNS2-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/CNS2-H.bcmap
--------------------------------------------------------------------------------
/cmaps/CNS2-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/CNS2-V.bcmap
--------------------------------------------------------------------------------
/cmaps/ETHK-B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/ETHK-B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/ETHK-B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/ETHK-B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/ETen-B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/ETen-B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/ETen-B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/ETen-B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/ETenms-B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/ETenms-B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/ETenms-B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/ETenms-B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/Ext-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Ext-H.bcmap
--------------------------------------------------------------------------------
/cmaps/Ext-RKSJ-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Ext-RKSJ-H.bcmap
--------------------------------------------------------------------------------
/cmaps/Ext-RKSJ-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Ext-RKSJ-V.bcmap
--------------------------------------------------------------------------------
/cmaps/Ext-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Ext-V.bcmap
--------------------------------------------------------------------------------
/cmaps/GB-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GB-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/GB-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GB-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/GB-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GB-H.bcmap
--------------------------------------------------------------------------------
/cmaps/GB-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GB-V.bcmap
--------------------------------------------------------------------------------
/cmaps/GBK-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBK-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/GBK-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBK-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/GBK2K-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBK2K-H.bcmap
--------------------------------------------------------------------------------
/cmaps/GBK2K-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBK2K-V.bcmap
--------------------------------------------------------------------------------
/cmaps/GBKp-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBKp-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/GBKp-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBKp-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/GBT-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBT-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/GBT-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBT-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/GBT-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBT-H.bcmap
--------------------------------------------------------------------------------
/cmaps/GBT-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBT-V.bcmap
--------------------------------------------------------------------------------
/cmaps/GBTpc-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBTpc-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/GBTpc-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBTpc-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/GBpc-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBpc-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/GBpc-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/GBpc-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/H.bcmap
--------------------------------------------------------------------------------
/cmaps/HKdla-B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKdla-B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/HKdla-B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKdla-B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/HKdlb-B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKdlb-B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/HKdlb-B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKdlb-B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/HKgccs-B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKgccs-B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/HKgccs-B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKgccs-B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/HKm314-B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKm314-B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/HKm314-B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKm314-B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/HKm471-B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKm471-B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/HKm471-B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKm471-B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/HKscs-B5-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKscs-B5-H.bcmap
--------------------------------------------------------------------------------
/cmaps/HKscs-B5-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/HKscs-B5-V.bcmap
--------------------------------------------------------------------------------
/cmaps/Hankaku.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Hankaku.bcmap
--------------------------------------------------------------------------------
/cmaps/Hiragana.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Hiragana.bcmap
--------------------------------------------------------------------------------
/cmaps/KSC-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSC-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/KSC-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSC-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/KSC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/KSC-Johab-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSC-Johab-H.bcmap
--------------------------------------------------------------------------------
/cmaps/KSC-Johab-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSC-Johab-V.bcmap
--------------------------------------------------------------------------------
/cmaps/KSC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/KSCms-UHC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSCms-UHC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/KSCms-UHC-HW-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSCms-UHC-HW-H.bcmap
--------------------------------------------------------------------------------
/cmaps/KSCms-UHC-HW-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSCms-UHC-HW-V.bcmap
--------------------------------------------------------------------------------
/cmaps/KSCms-UHC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSCms-UHC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/KSCpc-EUC-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSCpc-EUC-H.bcmap
--------------------------------------------------------------------------------
/cmaps/KSCpc-EUC-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/KSCpc-EUC-V.bcmap
--------------------------------------------------------------------------------
/cmaps/Katakana.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Katakana.bcmap
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/cmaps/NWP-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/NWP-H.bcmap
--------------------------------------------------------------------------------
/cmaps/NWP-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/NWP-V.bcmap
--------------------------------------------------------------------------------
/cmaps/RKSJ-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/RKSJ-H.bcmap
--------------------------------------------------------------------------------
/cmaps/RKSJ-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/RKSJ-V.bcmap
--------------------------------------------------------------------------------
/cmaps/Roman.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/Roman.bcmap
--------------------------------------------------------------------------------
/cmaps/UniCNS-UCS2-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniCNS-UCS2-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniCNS-UCS2-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniCNS-UCS2-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniCNS-UTF16-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniCNS-UTF16-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniCNS-UTF16-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniCNS-UTF16-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniCNS-UTF32-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniCNS-UTF32-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniCNS-UTF32-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniCNS-UTF32-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniCNS-UTF8-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniCNS-UTF8-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniCNS-UTF8-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniCNS-UTF8-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniGB-UCS2-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniGB-UCS2-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniGB-UCS2-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniGB-UCS2-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniGB-UTF16-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniGB-UTF16-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniGB-UTF16-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniGB-UTF16-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniGB-UTF32-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniGB-UTF32-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniGB-UTF32-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniGB-UTF32-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniGB-UTF8-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniGB-UTF8-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniGB-UTF8-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniGB-UTF8-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UCS2-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UCS2-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UCS2-HW-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UCS2-HW-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UCS2-HW-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UCS2-HW-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UCS2-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UCS2-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UTF16-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UTF16-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UTF16-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UTF16-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UTF32-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UTF32-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UTF32-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UTF32-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UTF8-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UTF8-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS-UTF8-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS-UTF8-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS2004-UTF16-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS2004-UTF16-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS2004-UTF16-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS2004-UTF16-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS2004-UTF32-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS2004-UTF32-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS2004-UTF32-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS2004-UTF32-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS2004-UTF8-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS2004-UTF8-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJIS2004-UTF8-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJIS2004-UTF8-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJISPro-UCS2-HW-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJISPro-UCS2-HW-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJISPro-UCS2-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJISPro-UCS2-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJISPro-UTF8-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJISPro-UTF8-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJISX0213-UTF32-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJISX0213-UTF32-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJISX0213-UTF32-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJISX0213-UTF32-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJISX02132004-UTF32-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJISX02132004-UTF32-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniJISX02132004-UTF32-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniJISX02132004-UTF32-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniKS-UCS2-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniKS-UCS2-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniKS-UCS2-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniKS-UCS2-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniKS-UTF16-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniKS-UTF16-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniKS-UTF16-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniKS-UTF16-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniKS-UTF32-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniKS-UTF32-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniKS-UTF32-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniKS-UTF32-V.bcmap
--------------------------------------------------------------------------------
/cmaps/UniKS-UTF8-H.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniKS-UTF8-H.bcmap
--------------------------------------------------------------------------------
/cmaps/UniKS-UTF8-V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/UniKS-UTF8-V.bcmap
--------------------------------------------------------------------------------
/cmaps/V.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/V.bcmap
--------------------------------------------------------------------------------
/cmaps/WP-Symbol.bcmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/cmaps/WP-Symbol.bcmap
--------------------------------------------------------------------------------
/grunt/css-prefix.js:
--------------------------------------------------------------------------------
1 | var fs = require('fs');
2 | var insertPrefix = require('css-prefix');
3 |
4 | var input = fs.readFileSync(process.argv[2], 'utf8');
5 | var output = insertPrefix({ prefix: '', parentClass: process.argv[4] }, input);
6 | fs.writeFileSync(process.argv[3], output, 'utf8');
7 |
8 | console.log('Successfully prefixed css');
9 |
10 |
--------------------------------------------------------------------------------
/images/annotation-check.svg:
--------------------------------------------------------------------------------
1 |
2 |
12 |
--------------------------------------------------------------------------------
/images/annotation-comment.svg:
--------------------------------------------------------------------------------
1 |
2 |
17 |
--------------------------------------------------------------------------------
/images/annotation-help.svg:
--------------------------------------------------------------------------------
1 |
2 |
27 |
--------------------------------------------------------------------------------
/images/annotation-insert.svg:
--------------------------------------------------------------------------------
1 |
2 |
11 |
--------------------------------------------------------------------------------
/images/annotation-key.svg:
--------------------------------------------------------------------------------
1 |
2 |
12 |
--------------------------------------------------------------------------------
/images/annotation-newparagraph.svg:
--------------------------------------------------------------------------------
1 |
2 |
12 |
--------------------------------------------------------------------------------
/images/annotation-noicon.svg:
--------------------------------------------------------------------------------
1 |
2 |
8 |
--------------------------------------------------------------------------------
/images/annotation-note.svg:
--------------------------------------------------------------------------------
1 |
2 |
43 |
--------------------------------------------------------------------------------
/images/annotation-paragraph.svg:
--------------------------------------------------------------------------------
1 |
2 |
17 |
--------------------------------------------------------------------------------
/images/findbarButton-next-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/findbarButton-next-rtl.png
--------------------------------------------------------------------------------
/images/findbarButton-next-rtl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/findbarButton-next-rtl@2x.png
--------------------------------------------------------------------------------
/images/findbarButton-next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/findbarButton-next.png
--------------------------------------------------------------------------------
/images/findbarButton-next@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/findbarButton-next@2x.png
--------------------------------------------------------------------------------
/images/findbarButton-previous-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/findbarButton-previous-rtl.png
--------------------------------------------------------------------------------
/images/findbarButton-previous-rtl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/findbarButton-previous-rtl@2x.png
--------------------------------------------------------------------------------
/images/findbarButton-previous.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/findbarButton-previous.png
--------------------------------------------------------------------------------
/images/findbarButton-previous@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/findbarButton-previous@2x.png
--------------------------------------------------------------------------------
/images/grab.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/grab.cur
--------------------------------------------------------------------------------
/images/grabbing.cur:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/grabbing.cur
--------------------------------------------------------------------------------
/images/loading-icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/loading-icon.gif
--------------------------------------------------------------------------------
/images/loading-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/loading-small.png
--------------------------------------------------------------------------------
/images/loading-small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/loading-small@2x.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-documentProperties.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-documentProperties.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-documentProperties@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-documentProperties@2x.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-firstPage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-firstPage.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-firstPage@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-firstPage@2x.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-handTool.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-handTool.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-handTool@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-handTool@2x.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-lastPage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-lastPage.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-lastPage@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-lastPage@2x.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-rotateCcw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-rotateCcw.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-rotateCcw@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-rotateCcw@2x.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-rotateCw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-rotateCw.png
--------------------------------------------------------------------------------
/images/secondaryToolbarButton-rotateCw@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/secondaryToolbarButton-rotateCw@2x.png
--------------------------------------------------------------------------------
/images/shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/shadow.png
--------------------------------------------------------------------------------
/images/texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/texture.png
--------------------------------------------------------------------------------
/images/toolbarButton-bookmark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-bookmark.png
--------------------------------------------------------------------------------
/images/toolbarButton-bookmark@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-bookmark@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-download.png
--------------------------------------------------------------------------------
/images/toolbarButton-download@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-download@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-menuArrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-menuArrows.png
--------------------------------------------------------------------------------
/images/toolbarButton-menuArrows@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-menuArrows@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-openFile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-openFile.png
--------------------------------------------------------------------------------
/images/toolbarButton-openFile@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-openFile@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-pageDown-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-pageDown-rtl.png
--------------------------------------------------------------------------------
/images/toolbarButton-pageDown-rtl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-pageDown-rtl@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-pageDown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-pageDown.png
--------------------------------------------------------------------------------
/images/toolbarButton-pageDown@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-pageDown@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-pageUp-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-pageUp-rtl.png
--------------------------------------------------------------------------------
/images/toolbarButton-pageUp-rtl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-pageUp-rtl@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-pageUp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-pageUp.png
--------------------------------------------------------------------------------
/images/toolbarButton-pageUp@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-pageUp@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-presentationMode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-presentationMode.png
--------------------------------------------------------------------------------
/images/toolbarButton-presentationMode@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-presentationMode@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-print.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-print.png
--------------------------------------------------------------------------------
/images/toolbarButton-print@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-print@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-search.png
--------------------------------------------------------------------------------
/images/toolbarButton-search@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-search@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-secondaryToolbarToggle-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-secondaryToolbarToggle-rtl.png
--------------------------------------------------------------------------------
/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-secondaryToolbarToggle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-secondaryToolbarToggle.png
--------------------------------------------------------------------------------
/images/toolbarButton-secondaryToolbarToggle@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-secondaryToolbarToggle@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-sidebarToggle-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-sidebarToggle-rtl.png
--------------------------------------------------------------------------------
/images/toolbarButton-sidebarToggle-rtl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-sidebarToggle-rtl@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-sidebarToggle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-sidebarToggle.png
--------------------------------------------------------------------------------
/images/toolbarButton-sidebarToggle@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-sidebarToggle@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-viewAttachments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-viewAttachments.png
--------------------------------------------------------------------------------
/images/toolbarButton-viewAttachments@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-viewAttachments@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-viewOutline-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-viewOutline-rtl.png
--------------------------------------------------------------------------------
/images/toolbarButton-viewOutline-rtl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-viewOutline-rtl@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-viewOutline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-viewOutline.png
--------------------------------------------------------------------------------
/images/toolbarButton-viewOutline@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-viewOutline@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-viewThumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-viewThumbnail.png
--------------------------------------------------------------------------------
/images/toolbarButton-viewThumbnail@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-viewThumbnail@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-zoomIn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-zoomIn.png
--------------------------------------------------------------------------------
/images/toolbarButton-zoomIn@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-zoomIn@2x.png
--------------------------------------------------------------------------------
/images/toolbarButton-zoomOut.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-zoomOut.png
--------------------------------------------------------------------------------
/images/toolbarButton-zoomOut@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/toolbarButton-zoomOut@2x.png
--------------------------------------------------------------------------------
/images/treeitem-collapsed-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/treeitem-collapsed-rtl.png
--------------------------------------------------------------------------------
/images/treeitem-collapsed-rtl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/treeitem-collapsed-rtl@2x.png
--------------------------------------------------------------------------------
/images/treeitem-collapsed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/treeitem-collapsed.png
--------------------------------------------------------------------------------
/images/treeitem-collapsed@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/treeitem-collapsed@2x.png
--------------------------------------------------------------------------------
/images/treeitem-expanded.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/treeitem-expanded.png
--------------------------------------------------------------------------------
/images/treeitem-expanded@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/legalthings/pdf.js-viewer/ea77fe840c50403978e8e3b3b33f66c9f3af0553/images/treeitem-expanded@2x.png
--------------------------------------------------------------------------------
/locale/ak/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=Krataafa baako a etwa mu
17 | previous_label=Ekyiri-baako
18 | next.title=Krataafa a edi so baako
19 | next_label=Dea-ɛ-di-so-baako
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 | # representing the total number of pages in the document.
24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
25 | # will be replaced by a number representing the currently visible page,
26 | # respectively a number representing the total number of pages in the document.
27 |
28 | zoom_out.title=Zuum pue
29 | zoom_out_label=Zuum ba abɔnten
30 | zoom_in.title=Zuum kɔ mu
31 | zoom_in_label=Zuum kɔ mu
32 | zoom.title=Zuum
33 | presentation_mode.title=Sesa kɔ Yɛkyerɛ Tebea mu
34 | presentation_mode_label=Yɛkyerɛ Tebea
35 | open_file.title=Bue Fael
36 | open_file_label=Bue
37 | print.title=Prente
38 | print_label=Prente
39 | download.title=Twe
40 | download_label=Twe
41 | bookmark.title=Seisei nhwɛ (fa anaaso bue wɔ tokuro foforo mu)
42 | bookmark_label=Seisei nhwɛ
43 |
44 | # Secondary toolbar and context menu
45 |
46 |
47 | # Document properties dialog box
48 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
49 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
50 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
51 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
52 | document_properties_title=Ti asɛm:
53 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
54 | # will be replaced by the creation/modification date, and time, of the PDF file.
55 |
56 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
57 | # a numerical per cent value.
58 |
59 | # Tooltips and alt text for side panel toolbar buttons
60 | # (the _label strings are alt text for the buttons, the .title strings are
61 | # tooltips)
62 | toggle_sidebar.title=Sɔ anaaso dum saedbaa
63 | toggle_sidebar_label=Sɔ anaaso dum saedbaa
64 | document_outline_label=Dɔkomɛnt bɔbea
65 | thumbs.title=Kyerɛ mfoniwaa
66 | thumbs_label=Mfoniwaa
67 | findbar.title=Hu wɔ dɔkomɛnt no mu
68 | findbar_label=Hu
69 |
70 | # Thumbnails panel item (tooltip and alt text for images)
71 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
72 | # number.
73 | thumb_page_title=Krataafa {{page}}
74 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
75 | # number.
76 | thumb_page_canvas=Krataafa ne mfoniwaa {{page}}
77 |
78 | # Find panel button title and messages
79 | find_label=Hunu:
80 | find_previous.title=San hu fres wɔ ekyiri baako
81 | find_previous_label=Ekyiri baako
82 | find_next.title=San hu fres no wɔ enim baako
83 | find_next_label=Ndiso
84 | find_highlight=Hyɛ bibiara nso
85 | find_match_case_label=Fa susu kaase
86 | find_reached_top=Edu krataafa ne soro, atoa so efiri ase
87 | find_reached_bottom=Edu krataafa n'ewiei, atoa so efiri soro
88 | find_not_found=Ennhu fres
89 |
90 | # Error panel labels
91 | error_more_info=Infɔmehyɛn bio a wɔka ho
92 | error_less_info=Te infɔmehyɛn bio a wɔka ho so
93 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
94 | # replaced by the PDF.JS version and build ID.
95 | error_version_info=PDF.js v{{vɛɛhyen}} (nsi: {{si}})
96 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
97 | # english string describing the error.
98 | error_message=Nkrato: {{message}}
99 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
100 | # trace.
101 | error_stack=Staake: {{stack}}
102 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
103 | error_file=Fael: {{file}}
104 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
105 | error_line=Laen: {{line}}
106 | rendering_error=Mfomso bae wɔ bere a wɔ rekyerɛ krataafa no.
107 |
108 | # Predefined zoom values
109 | page_scale_width=Krataafa tɛtrɛtɛ
110 | page_scale_fit=Krataafa ehimtwa
111 | page_scale_auto=Zuum otomatik
112 | page_scale_actual=Kɛseyɛ ankasa
113 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
114 | # numerical scale value.
115 |
116 | # Loading indicator messages
117 | loading_error_indicator=Mfomso
118 | loading_error=Mfomso bae wɔ bere a wɔreloode PDF no.
119 | invalid_file_error=PDF fael no nndi mu anaaso ho atɔ kyima.
120 | missing_file_error=PDF fael no ayera.
121 |
122 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
123 | # "{{type}}" will be replaced with an annotation type from a list defined in
124 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
125 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
126 | text_annotation_type.alt=[{{type}} Tɛkst-nyiano]
127 | password_ok=OK
128 |
129 | printing_not_supported=Kɔkɔbɔ: Brawsa yi nnhyɛ daa mma prent ho kwan.
130 | printing_not_ready=Kɔkɔbɔ: Wɔnntwee PDF fael no nyinara mmbaee ama wo ɛ tumi aprente.
131 | web_fonts_disabled=Ɔedum wɛb-mfɔnt: nntumi mmfa PDF mfɔnt a wɔhyɛ mu nndi dwuma.
132 | document_colors_not_allowed=Wɔmma ho kwan sɛ PDF adɔkomɛnt de wɔn ara wɔn ahosu bɛdi dwuma: wɔ adum 'Ma ho kwan ma nkrataafa mpaw wɔn ara wɔn ahosu' wɔ brawsa yi mu.
133 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/locale/es-ES/viewer.properties:
--------------------------------------------------------------------------------
1 | # This Source Code Form is subject to the terms of the Mozilla Public
2 | # License, v. 2.0. If a copy of the MPL was not distributed with this
3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 |
5 | previous.title = Página anterior
6 | previous_label = Anterior
7 | next.title = Página siguiente
8 | next_label = Siguiente
9 | page.title = Página
10 | of_pages = de {{pagesCount}}
11 | page_of_pages = ({{pageNumber}} de {{pagesCount}})
12 | zoom_out.title = Reducir
13 | zoom_out_label = Reducir
14 | zoom_in.title = Aumentar
15 | zoom_in_label = Aumentar
16 | zoom.title = Tamaño
17 | presentation_mode.title = Cambiar al modo presentación
18 | presentation_mode_label = Modo presentación
19 | open_file.title = Abrir archivo
20 | open_file_label = Abrir
21 | print.title = Imprimir
22 | print_label = Imprimir
23 | download.title = Descargar
24 | download_label = Descargar
25 | bookmark.title = Vista actual (copiar o abrir en una nueva ventana)
26 | bookmark_label = Vista actual
27 | tools.title = Herramientas
28 | tools_label = Herramientas
29 | first_page.title = Ir a la primera página
30 | first_page.label = Ir a la primera página
31 | first_page_label = Ir a la primera página
32 | last_page.title = Ir a la última página
33 | last_page.label = Ir a la última página
34 | last_page_label = Ir a la última página
35 | page_rotate_cw.title = Rotar en sentido horario
36 | page_rotate_cw.label = Rotar en sentido horario
37 | page_rotate_cw_label = Rotar en sentido horario
38 | page_rotate_ccw.title = Rotar en sentido antihorario
39 | page_rotate_ccw.label = Rotar en sentido antihorario
40 | page_rotate_ccw_label = Rotar en sentido antihorario
41 | hand_tool_enable.title = Activar herramienta mano
42 | hand_tool_enable_label = Activar herramienta mano
43 | hand_tool_disable.title = Desactivar herramienta mano
44 | hand_tool_disable_label = Desactivar herramienta mano
45 | document_properties.title = Propiedades del documento…
46 | document_properties_label = Propiedades del documento…
47 | document_properties_file_name = Nombre de archivo:
48 | document_properties_file_size = Tamaño de archivo:
49 | document_properties_kb = {{size_kb}} KB ({{size_b}} bytes)
50 | document_properties_mb = {{size_mb}} MB ({{size_b}} bytes)
51 | document_properties_title = Título:
52 | document_properties_author = Autor:
53 | document_properties_subject = Asunto:
54 | document_properties_keywords = Palabras clave:
55 | document_properties_creation_date = Fecha de creación:
56 | document_properties_modification_date = Fecha de modificación:
57 | document_properties_date_string = {{date}}, {{time}}
58 | document_properties_creator = Creador:
59 | document_properties_producer = Productor PDF:
60 | document_properties_version = Versión PDF:
61 | document_properties_page_count = Número de páginas:
62 | document_properties_close = Cerrar
63 | print_progress_message = Preparando documento para impresión…
64 | print_progress_percent = {{progress}}%
65 | print_progress_close = Cancelar
66 | toggle_sidebar.title = Cambiar barra lateral
67 | toggle_sidebar_label = Cambiar barra lateral
68 | document_outline.title = Mostrar resumen del documento (doble clic para expandir/contraer todos los elementos)
69 | document_outline_label = Resumen de documento
70 | attachments.title = Mostrar adjuntos
71 | attachments_label = Adjuntos
72 | thumbs.title = Mostrar miniaturas
73 | thumbs_label = Miniaturas
74 | findbar.title = Buscar en el documento
75 | findbar_label = Buscar
76 | thumb_page_title = Página {{page}}
77 | thumb_page_canvas = Miniatura de la página {{page}}
78 | find_label = Buscar:
79 | find_previous.title = Encontrar la anterior aparición de la frase
80 | find_previous_label = Anterior
81 | find_next.title = Encontrar la siguiente aparición de esta frase
82 | find_next_label = Siguiente
83 | find_highlight = Resaltar todos
84 | find_match_case_label = Coincidencia de mayús./minús.
85 | find_reached_top = Se alcanzó el inicio del documento, se continúa desde el final
86 | find_reached_bottom = Se alcanzó el final del documento, se continúa desde el inicio
87 | find_not_found = Frase no encontrada
88 | error_more_info = Más información
89 | error_less_info = Menos información
90 | error_close = Cerrar
91 | error_version_info = PDF.js v{{version}} (build: {{build}})
92 | error_message = Mensaje: {{message}}
93 | error_stack = Pila: {{stack}}
94 | error_file = Archivo: {{file}}
95 | error_line = Línea: {{line}}
96 | rendering_error = Ocurrió un error al renderizar la página.
97 | page_scale_width = Anchura de la página
98 | page_scale_fit = Ajuste de la página
99 | page_scale_auto = Tamaño automático
100 | page_scale_actual = Tamaño real
101 | page_scale_percent = {{scale}}%
102 | loading_error_indicator = Error
103 | loading_error = Ocurrió un error al cargar el PDF.
104 | invalid_file_error = Fichero PDF no válido o corrupto.
105 | missing_file_error = No hay fichero PDF.
106 | unexpected_response_error = Respuesta inesperada del servidor.
107 | text_annotation_type.alt = [Anotación {{type}}]
108 | password_label = Introduzca la contraseña para abrir este archivo PDF.
109 | password_invalid = Contraseña no válida. Vuelva a intentarlo.
110 | password_ok = Aceptar
111 | password_cancel = Cancelar
112 | printing_not_supported = Advertencia: Imprimir no está totalmente soportado por este navegador.
113 | printing_not_ready = Advertencia: Este PDF no se ha cargado completamente para poder imprimirse.
114 | web_fonts_disabled = Las tipografías web están desactivadas: es imposible usar las tipografías PDF embebidas.
115 | document_colors_not_allowed = Los documentos PDF no tienen permitido usar sus propios colores: 'Permitir a las páginas elegir sus propios colores' está desactivado en el navegador.
116 |
--------------------------------------------------------------------------------
/locale/gu-IN/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=પહેલાનુ પાનું
17 | previous_label=પહેલાનુ
18 | next.title=આગળનુ પાનું
19 | next_label=આગળનું
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 | # representing the total number of pages in the document.
24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
25 | # will be replaced by a number representing the currently visible page,
26 | # respectively a number representing the total number of pages in the document.
27 |
28 | zoom_out.title=મોટુ કરો
29 | zoom_out_label=મોટુ કરો
30 | zoom_in.title=નાનું કરો
31 | zoom_in_label=નાનું કરો
32 | zoom.title=નાનું મોટુ કરો
33 | presentation_mode.title=રજૂઆત સ્થિતિમાં જાવ
34 | presentation_mode_label=રજૂઆત સ્થિતિ
35 | open_file.title=ફાઇલ ખોલો
36 | open_file_label=ખોલો
37 | print.title=છાપો
38 | print_label=છારો
39 | download.title=ડાઉનલોડ
40 | download_label=ડાઉનલોડ
41 | bookmark.title=વર્તમાન દૃશ્ય (નવી વિન્ડોમાં નકલ કરો અથવા ખોલો)
42 | bookmark_label=વર્તમાન દૃશ્ય
43 |
44 | # Secondary toolbar and context menu
45 | tools.title=સાધનો
46 | tools_label=સાધનો
47 | first_page.label=પહેલાં પાનામાં જાવ
48 | first_page_label=પ્રથમ પાનાં પર જાવ
49 | last_page.label=છેલ્લા પાનામાં જાવ
50 | last_page_label=છેલ્લા પાનાં પર જાવ
51 | page_rotate_cw.label=ઘડિયાળનાં કાંટાની જેમ ફેરવો
52 | page_rotate_cw_label=ઘડિયાળનાં કાંટા તરફ ફેરવો
53 | page_rotate_ccw.label=ઘડિયાળનાં કાંટાની ઉલટી દિશામાં ફેરવો
54 | page_rotate_ccw_label=ઘડિયાળનાં કાંટાની વિરુદ્દ ફેરવો
55 |
56 | hand_tool_enable.title=હાથનાં સાધનને સક્રિય કરો
57 | hand_tool_enable_label=હાથનાં સાધનને સક્રિય કરો
58 | hand_tool_disable.title=હાથનાં સાધનને નિષ્ક્રિય કરો
59 | hand_tool_disable_label=હાથનાં સાધનને નિષ્ક્રિય કરો
60 |
61 | # Document properties dialog box
62 | document_properties.title=દસ્તાવેજ ગુણધર્મો…
63 | document_properties_label=દસ્તાવેજ ગુણધર્મો…
64 | document_properties_file_name=ફાઇલ નામ:
65 | document_properties_file_size=ફાઇલ માપ:
66 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
67 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
68 | document_properties_kb={{size_kb}} KB ({{size_b}} બાઇટ)
69 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
70 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
71 | document_properties_mb={{size_mb}} MB ({{size_b}} બાઇટ)
72 | document_properties_title=શીર્ષક:
73 | document_properties_author=લેખક:
74 | document_properties_subject=વિષય:
75 | document_properties_keywords=કિવર્ડ:
76 | document_properties_creation_date=નિર્માણ તારીખ:
77 | document_properties_modification_date=ફેરફાર તારીખ:
78 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
79 | # will be replaced by the creation/modification date, and time, of the PDF file.
80 | document_properties_date_string={{date}}, {{time}}
81 | document_properties_creator=નિર્માતા:
82 | document_properties_producer=PDF નિર્માતા:
83 | document_properties_version=PDF આવૃત્તિ:
84 | document_properties_page_count=પાનાં ગણતરી:
85 | document_properties_close=બંધ કરો
86 |
87 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
88 | # a numerical per cent value.
89 |
90 | # Tooltips and alt text for side panel toolbar buttons
91 | # (the _label strings are alt text for the buttons, the .title strings are
92 | # tooltips)
93 | toggle_sidebar.title=ટૉગલ બાજુપટ્ટી
94 | toggle_sidebar_label=ટૉગલ બાજુપટ્ટી
95 | document_outline_label=દસ્તાવેજ રૂપરેખા
96 | attachments.title=જોડાણોને બતાવો
97 | attachments_label=જોડાણો
98 | thumbs.title=થંબનેલ્સ બતાવો
99 | thumbs_label=થંબનેલ્સ
100 | findbar.title=દસ્તાવેજમાં શોધો
101 | findbar_label=શોધો
102 |
103 | # Thumbnails panel item (tooltip and alt text for images)
104 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
105 | # number.
106 | thumb_page_title=પાનું {{page}}
107 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
108 | # number.
109 | thumb_page_canvas=પાનાં {{page}} નું થંબનેલ્સ
110 |
111 | # Find panel button title and messages
112 | find_label=શોધો:
113 | find_previous.title=શબ્દસમૂહની પાછલી ઘટનાને શોધો
114 | find_previous_label=પહેલાંનુ
115 | find_next.title=શબ્દસમૂહની આગળની ઘટનાને શોધો
116 | find_next_label=આગળનું
117 | find_highlight=બધુ પ્રકાશિત કરો
118 | find_match_case_label=કેસ બંધબેસાડો
119 | find_reached_top=દસ્તાવેજનાં ટોચે પહોંચી ગયા, તળિયેથી ચાલુ કરેલ હતુ
120 | find_reached_bottom=દસ્તાવેજનાં અંતે પહોંચી ગયા, ઉપરથી ચાલુ કરેલ હતુ
121 | find_not_found=શબ્દસમૂહ મળ્યુ નથી
122 |
123 | # Error panel labels
124 | error_more_info=વધારે જાણકારી
125 | error_less_info=ઓછી જાણકારી
126 | error_close=બંધ કરો
127 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
128 | # replaced by the PDF.JS version and build ID.
129 | error_version_info=PDF.js v{{version}} (build: {{build}})
130 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
131 | # english string describing the error.
132 | error_message=સંદેશો: {{message}}
133 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
134 | # trace.
135 | error_stack=સ્ટેક: {{stack}}
136 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
137 | error_file=ફાઇલ: {{file}}
138 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
139 | error_line=વાક્ય: {{line}}
140 | rendering_error=ભૂલ ઉદ્ભવી જ્યારે પાનાંનુ રેન્ડ કરી રહ્યા હોય.
141 |
142 | # Predefined zoom values
143 | page_scale_width=પાનાની પહોળાઇ
144 | page_scale_fit=પાનું બંધબેસતુ
145 | page_scale_auto=આપમેળે નાનુંમોટુ કરો
146 | page_scale_actual=ચોક્કસ માપ
147 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
148 | # numerical scale value.
149 |
150 | # Loading indicator messages
151 | loading_error_indicator=ભૂલ
152 | loading_error=ભૂલ ઉદ્ભવી જ્યારે PDF ને લાવી રહ્યા હોય.
153 | invalid_file_error=અયોગ્ય અથવા ભાંગેલ PDF ફાઇલ.
154 | missing_file_error=ગુમ થયેલ PDF ફાઇલ.
155 |
156 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
157 | # "{{type}}" will be replaced with an annotation type from a list defined in
158 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
159 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
160 | text_annotation_type.alt=[{{type}} Annotation]
161 | password_label=આ PDF ફાઇલને ખોલવા પાસવર્ડને દાખલ કરો.
162 | password_invalid=અયોગ્ય પાસવર્ડ. મહેરબાની કરીને ફરી પ્રયત્ન કરો.
163 | password_ok=બરાબર
164 |
165 | printing_not_supported=ચેતવણી: છાપવાનું આ બ્રાઉઝર દ્દારા સંપૂર્ણપણે આધારભૂત નથી.
166 | printing_not_ready=Warning: PDF એ છાપવા માટે સંપૂર્ણપણે લાવેલ છે.
167 | web_fonts_disabled=વેબ ફોન્ટ નિષ્ક્રિય થયેલ છે: ઍમ્બેડ થયેલ PDF ફોન્ટને વાપરવાનું અસમર્થ.
168 | document_colors_not_allowed=PDF દસ્તાવેજો તેનાં પોતાના રંગોને વાપરવા પરવાનગી આપતા નથી: 'તેનાં પોતાનાં રંગોને પસંદ કરવા માટે પાનાંને પરવાનગી આપો' બ્રાઉઝરમાં નિષ્ક્રિય થયેલ છે.
169 |
--------------------------------------------------------------------------------
/locale/it/viewer.properties:
--------------------------------------------------------------------------------
1 | # This Source Code Form is subject to the terms of the Mozilla Public
2 | # License, v. 2.0. If a copy of the MPL was not distributed with this
3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 |
5 | previous.title = Pagina precedente
6 | previous_label = Precedente
7 | next.title = Pagina successiva
8 | next_label = Successiva
9 | page.title = Pagina
10 | of_pages = di {{pagesCount}}
11 | page_of_pages = ({{pageNumber}} di {{pagesCount}})
12 | zoom_out.title = Riduci zoom
13 | zoom_out_label = Riduci zoom
14 | zoom_in.title = Aumenta zoom
15 | zoom_in_label = Aumenta zoom
16 | zoom.title = Zoom
17 | presentation_mode.title = Passa alla modalità presentazione
18 | presentation_mode_label = Modalità presentazione
19 | open_file.title = Apri file
20 | open_file_label = Apri
21 | print.title = Stampa
22 | print_label = Stampa
23 | download.title = Scarica questo documento
24 | download_label = Download
25 | bookmark.title = Visualizzazione corrente (copia o apri in una nuova finestra)
26 | bookmark_label = Visualizzazione corrente
27 | tools.title = Strumenti
28 | tools_label = Strumenti
29 | first_page.title = Vai alla prima pagina
30 | first_page.label = Vai alla prima pagina
31 | first_page_label = Vai alla prima pagina
32 | last_page.title = Vai all’ultima pagina
33 | last_page.label = Vai all’ultima pagina
34 | last_page_label = Vai all’ultima pagina
35 | page_rotate_cw.title = Ruota in senso orario
36 | page_rotate_cw.label = Ruota in senso orario
37 | page_rotate_cw_label = Ruota in senso orario
38 | page_rotate_ccw.title = Ruota in senso antiorario
39 | page_rotate_ccw.label = Ruota in senso antiorario
40 | page_rotate_ccw_label = Ruota in senso antiorario
41 | hand_tool_enable.title = Attiva strumento mano
42 | hand_tool_enable_label = Attiva strumento mano
43 | hand_tool_disable.title = Disattiva strumento mano
44 | hand_tool_disable_label = Disattiva strumento mano
45 | document_properties.title = Proprietà del documento…
46 | document_properties_label = Proprietà del documento…
47 | document_properties_file_name = Nome file:
48 | document_properties_file_size = Dimensione file:
49 | document_properties_kb = {{size_kb}} kB ({{size_b}} byte)
50 | document_properties_mb = {{size_mb}} MB ({{size_b}} byte)
51 | document_properties_title = Titolo:
52 | document_properties_author = Autore:
53 | document_properties_subject = Oggetto:
54 | document_properties_keywords = Parole chiave:
55 | document_properties_creation_date = Data creazione:
56 | document_properties_modification_date = Data modifica:
57 | document_properties_date_string = {{date}}, {{time}}
58 | document_properties_creator = Autore originale:
59 | document_properties_producer = Produttore PDF:
60 | document_properties_version = Versione PDF:
61 | document_properties_page_count = Conteggio pagine:
62 | document_properties_close = Chiudi
63 | print_progress_message = Preparazione documento per la stampa…
64 | print_progress_percent = {{progress}}%
65 | print_progress_close = Annulla
66 | toggle_sidebar.title = Attiva/disattiva barra laterale
67 | toggle_sidebar_label = Attiva/disattiva barra laterale
68 | document_outline.title = Visualizza la struttura del documento (doppio clic per visualizzare/nascondere tutti gli elementi)
69 | document_outline_label = Struttura documento
70 | attachments.title = Visualizza allegati
71 | attachments_label = Allegati
72 | thumbs.title = Mostra le miniature
73 | thumbs_label = Miniature
74 | findbar.title = Trova nel documento
75 | findbar_label = Trova
76 | thumb_page_title = Pagina {{page}}
77 | thumb_page_canvas = Miniatura della pagina {{page}}
78 | find_label = Trova:
79 | find_previous.title = Trova l’occorrenza precedente del testo da cercare
80 | find_previous_label = Precedente
81 | find_next.title = Trova l’occorrenza successiva del testo da cercare
82 | find_next_label = Successivo
83 | find_highlight = Evidenzia
84 | find_match_case_label = Maiuscole/minuscole
85 | find_reached_top = Raggiunto l’inizio della pagina, continua dalla fine
86 | find_reached_bottom = Raggiunta la fine della pagina, continua dall’inizio
87 | find_not_found = Testo non trovato
88 | error_more_info = Ulteriori informazioni
89 | error_less_info = Nascondi dettagli
90 | error_close = Chiudi
91 | error_version_info = PDF.js v{{version}} (build: {{build}})
92 | error_message = Messaggio: {{message}}
93 | error_stack = Stack: {{stack}}
94 | error_file = File: {{file}}
95 | error_line = Riga: {{line}}
96 | rendering_error = Si è verificato un errore durante il rendering della pagina.
97 | page_scale_width = Larghezza pagina
98 | page_scale_fit = Adatta a una pagina
99 | page_scale_auto = Zoom automatico
100 | page_scale_actual = Dimensioni effettive
101 | page_scale_percent = {{scale}}%
102 | loading_error_indicator = Errore
103 | loading_error = Si è verificato un errore durante il caricamento del PDF.
104 | invalid_file_error = File PDF non valido o danneggiato.
105 | missing_file_error = File PDF non disponibile.
106 | unexpected_response_error = Risposta imprevista del server
107 | text_annotation_type.alt = [Annotazione: {{type}}]
108 | password_label = Inserire la password per aprire questo file PDF.
109 | password_invalid = Password non corretta. Riprovare.
110 | password_ok = OK
111 | password_cancel = Annulla
112 | printing_not_supported = Attenzione: la stampa non è completamente supportata da questo browser.
113 | printing_not_ready = Attenzione: il PDF non è ancora stato caricato completamente per la stampa.
114 | web_fonts_disabled = I web font risultano disattivati: impossibile utilizzare i caratteri inclusi nel PDF.
115 | document_colors_not_allowed = Non è possibile visualizzare i colori originali definiti nel file PDF: l’opzione del browser “Consenti alle pagine di scegliere i propri colori invece di quelli impostati” è disattivata.
116 |
--------------------------------------------------------------------------------
/locale/ja/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=前のページへ戻ります
17 | previous_label=前へ
18 | next.title=次のページへ進みます
19 | next_label=次へ
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | page.title=ページ
23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24 | # representing the total number of pages in the document.
25 | of_pages=/ {{pagesCount}}
26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
27 | # will be replaced by a number representing the currently visible page,
28 | # respectively a number representing the total number of pages in the document.
29 | page_of_pages=({{pageNumber}} / {{pagesCount}})
30 |
31 | zoom_out.title=表示を縮小します
32 | zoom_out_label=縮小
33 | zoom_in.title=表示を拡大します
34 | zoom_in_label=拡大
35 | zoom.title=拡大/縮小
36 | presentation_mode.title=プレゼンテーションモードに切り替えます
37 | presentation_mode_label=プレゼンテーションモード
38 | open_file.title=ファイルを指定して開きます
39 | open_file_label=開く
40 | print.title=印刷します
41 | print_label=印刷
42 | download.title=ダウンロードします
43 | download_label=ダウンロード
44 | bookmark.title=現在のビューの URL です (コピーまたは新しいウィンドウに開く)
45 | bookmark_label=現在のビュー
46 |
47 | # Secondary toolbar and context menu
48 | tools.title=ツール
49 | tools_label=ツール
50 | first_page.title=最初のページへ移動します
51 | first_page.label=最初のページへ移動
52 | first_page_label=最初のページへ移動
53 | last_page.title=最後のページへ移動します
54 | last_page.label=最後のページへ移動
55 | last_page_label=最後のページへ移動
56 | page_rotate_cw.title=ページを右へ回転します
57 | page_rotate_cw.label=右回転
58 | page_rotate_cw_label=右回転
59 | page_rotate_ccw.title=ページを左へ回転します
60 | page_rotate_ccw.label=左回転
61 | page_rotate_ccw_label=左回転
62 |
63 | hand_tool_enable.title=手のひらツールを有効にします
64 | hand_tool_enable_label=手のひらツールを有効にする
65 | hand_tool_disable.title=手のひらツールを無効にします
66 | hand_tool_disable_label=手のひらツールを無効にする
67 |
68 | # Document properties dialog box
69 | document_properties.title=文書のプロパティ...
70 | document_properties_label=文書のプロパティ...
71 | document_properties_file_name=ファイル名:
72 | document_properties_file_size=ファイルサイズ:
73 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
74 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
75 | document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
76 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
77 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
78 | document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
79 | document_properties_title=タイトル:
80 | document_properties_author=作成者:
81 | document_properties_subject=件名:
82 | document_properties_keywords=キーワード:
83 | document_properties_creation_date=作成日:
84 | document_properties_modification_date=更新日:
85 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
86 | # will be replaced by the creation/modification date, and time, of the PDF file.
87 | document_properties_date_string={{date}}, {{time}}
88 | document_properties_creator=アプリケーション:
89 | document_properties_producer=PDF 作成:
90 | document_properties_version=PDF のバージョン:
91 | document_properties_page_count=ページ数:
92 | document_properties_close=閉じる
93 |
94 | print_progress_message=文書の印刷を準備しています...
95 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
96 | # a numerical per cent value.
97 | print_progress_percent={{progress}}%
98 | print_progress_close=キャンセル
99 |
100 | # Tooltips and alt text for side panel toolbar buttons
101 | # (the _label strings are alt text for the buttons, the .title strings are
102 | # tooltips)
103 | toggle_sidebar.title=サイドバー表示を切り替えます
104 | toggle_sidebar_label=サイドバーの切り替え
105 | document_outline.title=文書の目次を表示します (ダブルクリックで項目を開閉します)
106 | document_outline_label=文書の目次
107 | attachments.title=添付ファイルを表示します
108 | attachments_label=添付ファイル
109 | thumbs.title=縮小版を表示します
110 | thumbs_label=縮小版
111 | findbar.title=文書内を検索します
112 | findbar_label=検索
113 |
114 | # Thumbnails panel item (tooltip and alt text for images)
115 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
116 | # number.
117 | thumb_page_title={{page}} ページ
118 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
119 | # number.
120 | thumb_page_canvas=ページの縮小版 {{page}}
121 |
122 | # Find panel button title and messages
123 | find_label=検索:
124 | find_previous.title=指定文字列に一致する 1 つ前の部分を検索します
125 | find_previous_label=前へ
126 | find_next.title=指定文字列に一致する次の部分を検索します
127 | find_next_label=次へ
128 | find_highlight=すべて強調表示
129 | find_match_case_label=大文字/小文字を区別
130 | find_reached_top=文書先頭に到達したので末尾に戻って検索しました。
131 | find_reached_bottom=文書末尾に到達したので先頭に戻って検索しました。
132 | find_not_found=見つかりませんでした。
133 |
134 | # Error panel labels
135 | error_more_info=詳細情報
136 | error_less_info=詳細情報の非表示
137 | error_close=閉じる
138 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
139 | # replaced by the PDF.JS version and build ID.
140 | error_version_info=PDF.js v{{version}} (ビルド: {{build}})
141 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
142 | # english string describing the error.
143 | error_message=メッセージ: {{message}}
144 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
145 | # trace.
146 | error_stack=スタック: {{stack}}
147 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
148 | error_file=ファイル: {{file}}
149 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
150 | error_line=行: {{line}}
151 | rendering_error=ページのレンダリング中にエラーが発生しました
152 |
153 | # Predefined zoom values
154 | page_scale_width=幅に合わせる
155 | page_scale_fit=ページのサイズに合わせる
156 | page_scale_auto=自動ズーム
157 | page_scale_actual=実際のサイズ
158 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
159 | # numerical scale value.
160 | page_scale_percent={{scale}}%
161 |
162 | # Loading indicator messages
163 | loading_error_indicator=エラー
164 | loading_error=PDF の読み込み中にエラーが発生しました
165 | invalid_file_error=無効または破損した PDF ファイル
166 | missing_file_error=PDF ファイルが見つかりません。
167 | unexpected_response_error=サーバーから予期せぬ応答がありました。
168 |
169 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
170 | # "{{type}}" will be replaced with an annotation type from a list defined in
171 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
172 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
173 | text_annotation_type.alt=[{{type}} 注釈]
174 | password_label=この PDF ファイルを開くためのパスワードを入力してください。
175 | password_invalid=無効なパスワードです。もう一度やり直してください。
176 | password_ok=OK
177 | password_cancel=キャンセル
178 |
179 | printing_not_supported=警告: このブラウザーでは印刷が完全にサポートされていません
180 | printing_not_ready=警告: PDF を印刷するための読み込みが終了していません
181 | web_fonts_disabled=ウェブフォントが無効になっています: 埋め込まれた PDF のフォントを使用できません
182 | document_colors_not_allowed=PDF 文書は、ウェブページが指定した配色を使用することができません: 'ウェブページが指定した配色' はブラウザーで無効になっています。
183 |
--------------------------------------------------------------------------------
/locale/ko/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=이전 페이지
17 | previous_label=이전
18 | next.title=다음 페이지
19 | next_label=다음
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | page.title=페이지
23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24 | # representing the total number of pages in the document.
25 | of_pages=전체 {{pagesCount}}
26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
27 | # will be replaced by a number representing the currently visible page,
28 | # respectively a number representing the total number of pages in the document.
29 | page_of_pages=({{pagesCount}} 중 {{pageNumber}})
30 |
31 | zoom_out.title=축소
32 | zoom_out_label=축소
33 | zoom_in.title=확대
34 | zoom_in_label=확대
35 | zoom.title=크기
36 | presentation_mode.title=발표 모드로 전환
37 | presentation_mode_label=발표 모드
38 | open_file.title=파일 열기
39 | open_file_label=열기
40 | print.title=인쇄
41 | print_label=인쇄
42 | download.title=다운로드
43 | download_label=다운로드
44 | bookmark.title=지금 보이는 그대로 (복사하거나 새 창에 열기)
45 | bookmark_label=지금 보이는 그대로
46 |
47 | # Secondary toolbar and context menu
48 | tools.title=도구
49 | tools_label=도구
50 | first_page.title=첫 페이지로 이동
51 | first_page.label=첫 페이지로 이동
52 | first_page_label=첫 페이지로 이동
53 | last_page.title=마지막 페이지로 이동
54 | last_page.label=마지막 페이지로 이동
55 | last_page_label=마지막 페이지로 이동
56 | page_rotate_cw.title=시계방향으로 회전
57 | page_rotate_cw.label=시계방향으로 회전
58 | page_rotate_cw_label=시계방향으로 회전
59 | page_rotate_ccw.title=시계 반대방향으로 회전
60 | page_rotate_ccw.label=시계 반대방향으로 회전
61 | page_rotate_ccw_label=시계 반대방향으로 회전
62 |
63 | hand_tool_enable.title=손 도구 켜기
64 | hand_tool_enable_label=손 도구 켜기
65 | hand_tool_disable.title=손 도구 끄기
66 | hand_tool_disable_label=손 도구 끄기
67 |
68 | # Document properties dialog box
69 | document_properties.title=문서 속성…
70 | document_properties_label=문서 속성…
71 | document_properties_file_name=파일 이름:
72 | document_properties_file_size=파일 사이즈:
73 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
74 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
75 | document_properties_kb={{size_kb}} KB ({{size_b}}바이트)
76 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
77 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
78 | document_properties_mb={{size_mb}} MB ({{size_b}}바이트)
79 | document_properties_title=제목:
80 | document_properties_author=저자:
81 | document_properties_subject=주제:
82 | document_properties_keywords=키워드:
83 | document_properties_creation_date=생성일:
84 | document_properties_modification_date=수정일:
85 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
86 | # will be replaced by the creation/modification date, and time, of the PDF file.
87 | document_properties_date_string={{date}}, {{time}}
88 | document_properties_creator=생성자:
89 | document_properties_producer=PDF 생성기:
90 | document_properties_version=PDF 버전:
91 | document_properties_page_count=총 페이지:
92 | document_properties_close=닫기
93 |
94 | print_progress_message=문서 출력 준비중…
95 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
96 | # a numerical per cent value.
97 | print_progress_percent={{progress}}%
98 | print_progress_close=취소
99 |
100 | # Tooltips and alt text for side panel toolbar buttons
101 | # (the _label strings are alt text for the buttons, the .title strings are
102 | # tooltips)
103 | toggle_sidebar.title=탐색창 열고 닫기
104 | toggle_sidebar_label=탐색창 열고 닫기
105 | document_outline.title=문서 아웃라인 보기(더블 클릭해서 모든 항목 열고 닫기)
106 | document_outline_label=문서 아웃라인
107 | attachments.title=첨부파일 보기
108 | attachments_label=첨부파일
109 | thumbs.title=미리보기
110 | thumbs_label=미리보기
111 | findbar.title=검색
112 | findbar_label=검색
113 |
114 | # Thumbnails panel item (tooltip and alt text for images)
115 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
116 | # number.
117 | thumb_page_title={{page}}쪽
118 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
119 | # number.
120 | thumb_page_canvas={{page}}쪽 미리보기
121 |
122 | # Find panel button title and messages
123 | find_label=검색:
124 | find_previous.title=지정 문자열에 일치하는 1개 부분을 검색
125 | find_previous_label=이전
126 | find_next.title=지정 문자열에 일치하는 다음 부분을 검색
127 | find_next_label=다음
128 | find_highlight=모두 강조 표시
129 | find_match_case_label=대문자/소문자 구별
130 | find_reached_top=문서 처음까지 검색하고 끝으로 돌아와 검색했습니다.
131 | find_reached_bottom=문서 끝까지 검색하고 앞으로 돌아와 검색했습니다.
132 | find_not_found=검색 결과 없음
133 |
134 | # Error panel labels
135 | error_more_info=정보 더 보기
136 | error_less_info=정보 간단히 보기
137 | error_close=닫기
138 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
139 | # replaced by the PDF.JS version and build ID.
140 | error_version_info=PDF.js v{{version}} (빌드: {{build}})
141 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
142 | # english string describing the error.
143 | error_message=메시지: {{message}}
144 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
145 | # trace.
146 | error_stack=스택: {{stack}}
147 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
148 | error_file=파일: {{file}}
149 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
150 | error_line=줄 번호: {{line}}
151 | rendering_error=페이지를 렌더링하다 오류가 났습니다.
152 |
153 | # Predefined zoom values
154 | page_scale_width=페이지 너비에 맞춤
155 | page_scale_fit=페이지에 맞춤
156 | page_scale_auto=알아서 맞춤
157 | page_scale_actual=실제 크기에 맞춤
158 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
159 | # numerical scale value.
160 | page_scale_percent={{scale}}%
161 |
162 | # Loading indicator messages
163 | loading_error_indicator=오류
164 | loading_error=PDF를 읽는 중 오류가 생겼습니다.
165 | invalid_file_error=유효하지 않거나 파손된 PDF 파일
166 | missing_file_error=PDF 파일이 없습니다.
167 | unexpected_response_error=알 수 없는 서버 응답입니다.
168 |
169 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
170 | # "{{type}}" will be replaced with an annotation type from a list defined in
171 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
172 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
173 | text_annotation_type.alt=[{{type}} 주석]
174 | password_label=이 PDF 파일을 열 수 있는 암호를 입력하십시오.
175 | password_invalid=잘못된 암호입니다. 다시 시도해 주십시오.
176 | password_ok=확인
177 | password_cancel=취소
178 |
179 | printing_not_supported=경고: 이 브라우저는 인쇄를 완전히 지원하지 않습니다.
180 | printing_not_ready=경고: 이 PDF를 인쇄를 할 수 있을 정도로 읽어들이지 못했습니다.
181 | web_fonts_disabled=웹 폰트가 꺼져있음: 내장된 PDF 글꼴을 쓸 수 없습니다.
182 | document_colors_not_allowed=PDF 문서의 색상을 쓰지 못하게 되어 있음: '웹 페이지 자체 색상 사용 허용'이 브라우저에서 꺼져 있습니다.
183 |
--------------------------------------------------------------------------------
/locale/ku/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=Rûpela berê
17 | previous_label=Paşve
18 | next.title=Rûpela pêş
19 | next_label=Pêş
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 | # representing the total number of pages in the document.
24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
25 | # will be replaced by a number representing the currently visible page,
26 | # respectively a number representing the total number of pages in the document.
27 |
28 | zoom_out.title=Dûr bike
29 | zoom_out_label=Dûr bike
30 | zoom_in.title=Nêzîk bike
31 | zoom_in_label=Nêzîk bike
32 | zoom.title=Nêzîk Bike
33 | presentation_mode.title=Derbasî mûda pêşkêşkariyê bibe
34 | presentation_mode_label=Moda Pêşkêşkariyê
35 | open_file.title=Pelî veke
36 | open_file_label=Veke
37 | print.title=Çap bike
38 | print_label=Çap bike
39 | download.title=Jêbar bike
40 | download_label=Jêbar bike
41 | bookmark.title=Xuyakirina niha (kopî yan jî di pencereyeke nû de veke)
42 | bookmark_label=Xuyakirina niha
43 |
44 | # Secondary toolbar and context menu
45 | tools.title=Amûr
46 | tools_label=Amûr
47 | first_page.title=Here rûpela yekemîn
48 | first_page.label=Here rûpela yekemîn
49 | first_page_label=Here rûpela yekemîn
50 | last_page.title=Here rûpela dawîn
51 | last_page.label=Here rûpela dawîn
52 | last_page_label=Here rûpela dawîn
53 | page_rotate_cw.title=Bi aliyê saetê ve bizivirîne
54 | page_rotate_cw.label=Bi aliyê saetê ve bizivirîne
55 | page_rotate_cw_label=Bi aliyê saetê ve bizivirîne
56 | page_rotate_ccw.title=Berevajî aliyê saetê ve bizivirîne
57 | page_rotate_ccw.label=Berevajî aliyê saetê ve bizivirîne
58 | page_rotate_ccw_label=Berevajî aliyê saetê ve bizivirîne
59 |
60 |
61 | # Document properties dialog box
62 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
63 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
64 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
65 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
66 | document_properties_title=Sernav:
67 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
68 | # will be replaced by the creation/modification date, and time, of the PDF file.
69 |
70 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
71 | # a numerical per cent value.
72 |
73 | # Tooltips and alt text for side panel toolbar buttons
74 | # (the _label strings are alt text for the buttons, the .title strings are
75 | # tooltips)
76 | toggle_sidebar.title=Darikê kêlekê veke/bigire
77 | toggle_sidebar_label=Darikê kêlekê veke/bigire
78 | document_outline_label=Şemaya belgeyê
79 | thumbs.title=Wênekokan nîşan bide
80 | thumbs_label=Wênekok
81 | findbar.title=Di belgeyê de bibîne
82 | findbar_label=Bibîne
83 |
84 | # Thumbnails panel item (tooltip and alt text for images)
85 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
86 | # number.
87 | thumb_page_title=Rûpel {{page}}
88 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
89 | # number.
90 | thumb_page_canvas=Wênekoka rûpelê {{page}}
91 |
92 | # Find panel button title and messages
93 | find_label=Bibîne:
94 | find_previous.title=Peyva berê bibîne
95 | find_previous_label=Paşve
96 | find_next.title=Peyya pêş bibîne
97 | find_next_label=Pêşve
98 | find_highlight=Tevî beloq bike
99 | find_match_case_label=Ji bo tîpên hûrdek-girdek bihîstyar
100 | find_reached_top=Gihîşt serê rûpelê, ji dawiya rûpelê bidomîne
101 | find_reached_bottom=Gihîşt dawiya rûpelê, ji serê rûpelê bidomîne
102 | find_not_found=Peyv nehat dîtin
103 |
104 | # Error panel labels
105 | error_more_info=Zêdetir agahî
106 | error_less_info=Zêdetir agahî
107 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
108 | # replaced by the PDF.JS version and build ID.
109 | error_version_info=PDF.js versiyon {{version}} (avanî: {{build}})
110 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
111 | # english string describing the error.
112 | error_message=Peyam: {{message}}
113 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
114 | # trace.
115 | error_stack=Komik: {{stack}}
116 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
117 | error_file=Pel: {{file}}
118 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
119 | error_line=Rêzik: {{line}}
120 | rendering_error=Di vehûrandina rûpelê de çewtî çêbû.
121 |
122 | # Predefined zoom values
123 | page_scale_width=Firehiya rûpelê
124 | page_scale_fit=Di rûpelê de bicî bike
125 | page_scale_auto=Xweber nêzîk bike
126 | page_scale_actual=Mezinahiya rastîn
127 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
128 | # numerical scale value.
129 |
130 | # Loading indicator messages
131 | loading_error_indicator=Xeletî
132 | loading_error=Dema ku PDF dihat barkirin çewtiyek çêbû.
133 | invalid_file_error=Pelê PDFê nederbasdar yan jî xirabe ye.
134 | missing_file_error=Pelê PDFê kêm e.
135 |
136 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
137 | # "{{type}}" will be replaced with an annotation type from a list defined in
138 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
139 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
140 | text_annotation_type.alt=[Nîşaneya {{type}}ê]
141 | password_label=Ji bo PDFê vekî şîfreyê binivîse.
142 | password_invalid=Şîfre çewt e. Tika ye dîsa biceribîne.
143 | password_ok=Temam
144 |
145 | printing_not_supported=Hişyarî: Çapkirin ji hêla vê gerokê ve bi temamî nayê destekirin.
146 | printing_not_ready=Hişyarî: PDF bi temamî nehat barkirin û ji bo çapê ne amade ye.
147 | web_fonts_disabled=Fontên Webê neçalak in: Fontên PDFê yên veşartî nayên bikaranîn.
148 | document_colors_not_allowed=Destûr tune ye ku belgeyên PDFê rengên xwe bi kar bînin: Di gerokê de 'destûrê bide rûpelan ku rengên xwe bi kar bînin' nehatiye çalakirin.
149 |
--------------------------------------------------------------------------------
/locale/lg/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=Omuko Ogubadewo
17 | next.title=Omuko Oguddako
18 |
19 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
20 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
21 | # representing the total number of pages in the document.
22 | of_pages=ku {{pagesCount}}
23 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
24 | # will be replaced by a number representing the currently visible page,
25 | # respectively a number representing the total number of pages in the document.
26 |
27 | zoom_out.title=Zimbulukusa
28 | zoom_out_label=Zimbulukusa
29 | zoom_in.title=Funza Munda
30 | zoom_in_label=Funza Munda
31 | zoom.title=Gezzamu
32 | open_file.title=Bikula Fayiro
33 | open_file_label=Ggulawo
34 | print.title=Fulumya
35 | print_label=Fulumya
36 | download.title=Tikula
37 | download_label=Tikula
38 | bookmark.title=Endabika eriwo (koppa oba gulawo mu diriisa epya)
39 | bookmark_label=Endabika Eriwo
40 |
41 | # Secondary toolbar and context menu
42 |
43 |
44 | # Document properties dialog box
45 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
46 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
47 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
48 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
49 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
50 | # will be replaced by the creation/modification date, and time, of the PDF file.
51 |
52 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
53 | # a numerical per cent value.
54 |
55 | # Tooltips and alt text for side panel toolbar buttons
56 | # (the _label strings are alt text for the buttons, the .title strings are
57 | # tooltips)
58 | document_outline_label=Ensalo ze Ekiwandiko
59 | thumbs.title=Laga Ekifanyi Mubufunze
60 | thumbs_label=Ekifanyi Mubufunze
61 | findbar_label=Zuula
62 |
63 | # Thumbnails panel item (tooltip and alt text for images)
64 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
65 | # number.
66 | thumb_page_title=Omuko {{page}}
67 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
68 | # number.
69 | thumb_page_canvas=Ekifananyi kyo Omuko Mubufunze {{page}}
70 |
71 | # Find panel button title and messages
72 | find_previous.title=Zuula awayise mukweddamu mumiteddera
73 | find_next.title=Zuula ekidako mukweddamu mumiteddera
74 | find_highlight=Londa byonna
75 | find_not_found=Emiteddera tezuuliddwa
76 |
77 | # Error panel labels
78 | error_more_info=Ebisingawo
79 | error_less_info=Mubumpimpi
80 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
81 | # replaced by the PDF.JS version and build ID.
82 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
83 | # english string describing the error.
84 | error_message=Obubaaka: {{message}}
85 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
86 | # trace.
87 | error_stack=Ebipangiddwa: {{stack}}
88 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
89 | error_file=Fayiro {{file}}
90 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
91 | error_line=Layini: {{line}}
92 | rendering_error=Wabadewo ensobi muku tekawo omuko.
93 |
94 | # Predefined zoom values
95 | page_scale_width=Obugazi bwo Omuko
96 | page_scale_fit=Okutuka kwo Omuko
97 | page_scale_auto=Okwefunza no Kwegeza
98 | page_scale_actual=Obunene Obutufu
99 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
100 | # numerical scale value.
101 |
102 | # Loading indicator messages
103 | loading_error_indicator=Ensobi
104 | loading_error=Wabadewo ensobi mukutika PDF.
105 |
106 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
107 | # "{{type}}" will be replaced with an annotation type from a list defined in
108 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
109 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
110 | text_annotation_type.alt=[{{type}} Enyonyola]
111 | password_ok=OK
112 |
113 | printing_not_supported=Okulaabula: Okulumya empapula tekuwagirwa enonyeso enno.
114 |
--------------------------------------------------------------------------------
/locale/locale.properties:
--------------------------------------------------------------------------------
1 | [ach]
2 | @import url(ach/viewer.properties)
3 |
4 | [af]
5 | @import url(af/viewer.properties)
6 |
7 | [ak]
8 | @import url(ak/viewer.properties)
9 |
10 | [an]
11 | @import url(an/viewer.properties)
12 |
13 | [ar]
14 | @import url(ar/viewer.properties)
15 |
16 | [as]
17 | @import url(as/viewer.properties)
18 |
19 | [ast]
20 | @import url(ast/viewer.properties)
21 |
22 | [az]
23 | @import url(az/viewer.properties)
24 |
25 | [be]
26 | @import url(be/viewer.properties)
27 |
28 | [bg]
29 | @import url(bg/viewer.properties)
30 |
31 | [bn-BD]
32 | @import url(bn-BD/viewer.properties)
33 |
34 | [bn-IN]
35 | @import url(bn-IN/viewer.properties)
36 |
37 | [br]
38 | @import url(br/viewer.properties)
39 |
40 | [bs]
41 | @import url(bs/viewer.properties)
42 |
43 | [ca]
44 | @import url(ca/viewer.properties)
45 |
46 | [cs]
47 | @import url(cs/viewer.properties)
48 |
49 | [csb]
50 | @import url(csb/viewer.properties)
51 |
52 | [cy]
53 | @import url(cy/viewer.properties)
54 |
55 | [da]
56 | @import url(da/viewer.properties)
57 |
58 | [de]
59 | @import url(de/viewer.properties)
60 |
61 | [el]
62 | @import url(el/viewer.properties)
63 |
64 | [en-GB]
65 | @import url(en-GB/viewer.properties)
66 |
67 | [en-US]
68 | @import url(en-US/viewer.properties)
69 |
70 | [en-ZA]
71 | @import url(en-ZA/viewer.properties)
72 |
73 | [eo]
74 | @import url(eo/viewer.properties)
75 |
76 | [es-AR]
77 | @import url(es-AR/viewer.properties)
78 |
79 | [es-CL]
80 | @import url(es-CL/viewer.properties)
81 |
82 | [es-ES]
83 | @import url(es-ES/viewer.properties)
84 |
85 | [es-MX]
86 | @import url(es-MX/viewer.properties)
87 |
88 | [et]
89 | @import url(et/viewer.properties)
90 |
91 | [eu]
92 | @import url(eu/viewer.properties)
93 |
94 | [fa]
95 | @import url(fa/viewer.properties)
96 |
97 | [ff]
98 | @import url(ff/viewer.properties)
99 |
100 | [fi]
101 | @import url(fi/viewer.properties)
102 |
103 | [fr]
104 | @import url(fr/viewer.properties)
105 |
106 | [fy-NL]
107 | @import url(fy-NL/viewer.properties)
108 |
109 | [ga-IE]
110 | @import url(ga-IE/viewer.properties)
111 |
112 | [gd]
113 | @import url(gd/viewer.properties)
114 |
115 | [gl]
116 | @import url(gl/viewer.properties)
117 |
118 | [gu-IN]
119 | @import url(gu-IN/viewer.properties)
120 |
121 | [he]
122 | @import url(he/viewer.properties)
123 |
124 | [hi-IN]
125 | @import url(hi-IN/viewer.properties)
126 |
127 | [hr]
128 | @import url(hr/viewer.properties)
129 |
130 | [hu]
131 | @import url(hu/viewer.properties)
132 |
133 | [hy-AM]
134 | @import url(hy-AM/viewer.properties)
135 |
136 | [id]
137 | @import url(id/viewer.properties)
138 |
139 | [is]
140 | @import url(is/viewer.properties)
141 |
142 | [it]
143 | @import url(it/viewer.properties)
144 |
145 | [ja]
146 | @import url(ja/viewer.properties)
147 |
148 | [ka]
149 | @import url(ka/viewer.properties)
150 |
151 | [kk]
152 | @import url(kk/viewer.properties)
153 |
154 | [km]
155 | @import url(km/viewer.properties)
156 |
157 | [kn]
158 | @import url(kn/viewer.properties)
159 |
160 | [ko]
161 | @import url(ko/viewer.properties)
162 |
163 | [ku]
164 | @import url(ku/viewer.properties)
165 |
166 | [lg]
167 | @import url(lg/viewer.properties)
168 |
169 | [lij]
170 | @import url(lij/viewer.properties)
171 |
172 | [lt]
173 | @import url(lt/viewer.properties)
174 |
175 | [lv]
176 | @import url(lv/viewer.properties)
177 |
178 | [mai]
179 | @import url(mai/viewer.properties)
180 |
181 | [mk]
182 | @import url(mk/viewer.properties)
183 |
184 | [ml]
185 | @import url(ml/viewer.properties)
186 |
187 | [mn]
188 | @import url(mn/viewer.properties)
189 |
190 | [mr]
191 | @import url(mr/viewer.properties)
192 |
193 | [ms]
194 | @import url(ms/viewer.properties)
195 |
196 | [my]
197 | @import url(my/viewer.properties)
198 |
199 | [nb-NO]
200 | @import url(nb-NO/viewer.properties)
201 |
202 | [nl]
203 | @import url(nl/viewer.properties)
204 |
205 | [nn-NO]
206 | @import url(nn-NO/viewer.properties)
207 |
208 | [nso]
209 | @import url(nso/viewer.properties)
210 |
211 | [oc]
212 | @import url(oc/viewer.properties)
213 |
214 | [or]
215 | @import url(or/viewer.properties)
216 |
217 | [pa-IN]
218 | @import url(pa-IN/viewer.properties)
219 |
220 | [pl]
221 | @import url(pl/viewer.properties)
222 |
223 | [pt-BR]
224 | @import url(pt-BR/viewer.properties)
225 |
226 | [pt-PT]
227 | @import url(pt-PT/viewer.properties)
228 |
229 | [rm]
230 | @import url(rm/viewer.properties)
231 |
232 | [ro]
233 | @import url(ro/viewer.properties)
234 |
235 | [ru]
236 | @import url(ru/viewer.properties)
237 |
238 | [rw]
239 | @import url(rw/viewer.properties)
240 |
241 | [sah]
242 | @import url(sah/viewer.properties)
243 |
244 | [si]
245 | @import url(si/viewer.properties)
246 |
247 | [sk]
248 | @import url(sk/viewer.properties)
249 |
250 | [sl]
251 | @import url(sl/viewer.properties)
252 |
253 | [son]
254 | @import url(son/viewer.properties)
255 |
256 | [sq]
257 | @import url(sq/viewer.properties)
258 |
259 | [sr]
260 | @import url(sr/viewer.properties)
261 |
262 | [sv-SE]
263 | @import url(sv-SE/viewer.properties)
264 |
265 | [sw]
266 | @import url(sw/viewer.properties)
267 |
268 | [ta]
269 | @import url(ta/viewer.properties)
270 |
271 | [ta-LK]
272 | @import url(ta-LK/viewer.properties)
273 |
274 | [te]
275 | @import url(te/viewer.properties)
276 |
277 | [th]
278 | @import url(th/viewer.properties)
279 |
280 | [tl]
281 | @import url(tl/viewer.properties)
282 |
283 | [tn]
284 | @import url(tn/viewer.properties)
285 |
286 | [tr]
287 | @import url(tr/viewer.properties)
288 |
289 | [uk]
290 | @import url(uk/viewer.properties)
291 |
292 | [ur]
293 | @import url(ur/viewer.properties)
294 |
295 | [vi]
296 | @import url(vi/viewer.properties)
297 |
298 | [wo]
299 | @import url(wo/viewer.properties)
300 |
301 | [xh]
302 | @import url(xh/viewer.properties)
303 |
304 | [zh-CN]
305 | @import url(zh-CN/viewer.properties)
306 |
307 | [zh-TW]
308 | @import url(zh-TW/viewer.properties)
309 |
310 | [zu]
311 | @import url(zu/viewer.properties)
312 |
313 |
--------------------------------------------------------------------------------
/locale/mk/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=Претходна страница
17 | previous_label=Претходна
18 | next.title=Следна страница
19 | next_label=Следна
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 | # representing the total number of pages in the document.
24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
25 | # will be replaced by a number representing the currently visible page,
26 | # respectively a number representing the total number of pages in the document.
27 |
28 | zoom_out.title=Намалување
29 | zoom_out_label=Намали
30 | zoom_in.title=Зголемување
31 | zoom_in_label=Зголеми
32 | zoom.title=Променување на големина
33 | presentation_mode.title=Премини во презентациски режим
34 | presentation_mode_label=Презентациски режим
35 | open_file.title=Отворање датотека
36 | open_file_label=Отвори
37 | print.title=Печатење
38 | print_label=Печати
39 | download.title=Преземање
40 | download_label=Преземи
41 | bookmark.title=Овој преглед (копирај или отвори во нов прозорец)
42 | bookmark_label=Овој преглед
43 |
44 | # Secondary toolbar and context menu
45 | tools.title=Алатки
46 | first_page.label=Оди до првата страница
47 | last_page.label=Оди до последната страница
48 | page_rotate_cw.label=Ротирај по стрелките на часовникот
49 | page_rotate_ccw.label=Ротирај спротивно од стрелките на часовникот
50 |
51 |
52 | # Document properties dialog box
53 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
54 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
55 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
56 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
57 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
58 | # will be replaced by the creation/modification date, and time, of the PDF file.
59 |
60 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
61 | # a numerical per cent value.
62 |
63 | # Tooltips and alt text for side panel toolbar buttons
64 | # (the _label strings are alt text for the buttons, the .title strings are
65 | # tooltips)
66 | toggle_sidebar.title=Вклучи странична лента
67 | toggle_sidebar_label=Вклучи странична лента
68 | thumbs.title=Прикажување на икони
69 | thumbs_label=Икони
70 | findbar.title=Најди во документот
71 | findbar_label=Најди
72 |
73 | # Thumbnails panel item (tooltip and alt text for images)
74 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
75 | # number.
76 | thumb_page_title=Страница {{page}}
77 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
78 | # number.
79 | thumb_page_canvas=Икона од страница {{page}}
80 |
81 | # Find panel button title and messages
82 | find_label=Најди:
83 | find_previous.title=Најди ја предходната појава на фразата
84 | find_previous_label=Претходно
85 | find_next.title=Најди ја следната појава на фразата
86 | find_next_label=Следно
87 | find_highlight=Означи сѐ
88 | find_match_case_label=Токму така
89 | find_reached_top=Барањето стигна до почетокот на документот и почнува од крајот
90 | find_reached_bottom=Барањето стигна до крајот на документот и почнува од почеток
91 | find_not_found=Фразата не е пронајдена
92 |
93 | # Error panel labels
94 | error_more_info=Повеќе информации
95 | error_less_info=Помалку информации
96 | error_close=Затвори
97 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
98 | # replaced by the PDF.JS version and build ID.
99 | error_version_info=PDF.js v{{version}} (build: {{build}})
100 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
101 | # english string describing the error.
102 | error_message=Порака: {{message}}
103 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
104 | # trace.
105 | error_stack=Stack: {{stack}}
106 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
107 | error_file=Датотека: {{file}}
108 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
109 | error_line=Линија: {{line}}
110 | rendering_error=Настана грешка при прикажувањето на страницата.
111 |
112 | # Predefined zoom values
113 | page_scale_width=Ширина на страница
114 | page_scale_fit=Цела страница
115 | page_scale_auto=Автоматска големина
116 | page_scale_actual=Вистинска големина
117 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
118 | # numerical scale value.
119 |
120 | # Loading indicator messages
121 | loading_error_indicator=Грешка
122 | loading_error=Настана грешка при вчитувањето на PDF-от.
123 | invalid_file_error=Невалидна или корумпирана PDF датотека.
124 | missing_file_error=Недостасува PDF документ.
125 |
126 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
127 | # "{{type}}" will be replaced with an annotation type from a list defined in
128 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
129 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
130 |
131 | printing_not_supported=Предупредување: Печатењето не е целосно поддржано во овој прелистувач.
132 | printing_not_ready=Предупредување: PDF документот не е целосно вчитан за печатење.
133 | web_fonts_disabled=Интернет фонтовите се оневозможени: не може да се користат вградените PDF фонтови.
134 | document_colors_not_allowed=PDF-документите немаат дозвола да користат сопствени бои: Поставката „Дозволи страниците сами да ги избираат своите бои“ е деактивирана од прелистувачот.
135 |
--------------------------------------------------------------------------------
/locale/mn/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 |
17 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
18 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
19 | # representing the total number of pages in the document.
20 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
21 | # will be replaced by a number representing the currently visible page,
22 | # respectively a number representing the total number of pages in the document.
23 |
24 | zoom.title=Тэлэлт
25 | open_file.title=Файл нээ
26 | open_file_label=Нээ
27 |
28 | # Secondary toolbar and context menu
29 |
30 |
31 | # Document properties dialog box
32 | document_properties_file_name=Файлын нэр:
33 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
34 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
35 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
36 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
37 | document_properties_title=Гарчиг:
38 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
39 | # will be replaced by the creation/modification date, and time, of the PDF file.
40 |
41 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
42 | # a numerical per cent value.
43 |
44 | # Tooltips and alt text for side panel toolbar buttons
45 | # (the _label strings are alt text for the buttons, the .title strings are
46 | # tooltips)
47 | findbar_label=Ол
48 |
49 | # Thumbnails panel item (tooltip and alt text for images)
50 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
51 | # number.
52 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
53 | # number.
54 |
55 | # Find panel button title and messages
56 | find_previous.title=Хайлтын өмнөх олдцыг харуулна
57 | find_next.title=Хайлтын дараагийн олдцыг харуулна
58 | find_not_found=Олдсонгүй
59 |
60 | # Error panel labels
61 | error_more_info=Нэмэлт мэдээлэл
62 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
63 | # replaced by the PDF.JS version and build ID.
64 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
65 | # english string describing the error.
66 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
67 | # trace.
68 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
69 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
70 |
71 | # Predefined zoom values
72 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
73 | # numerical scale value.
74 |
75 | # Loading indicator messages
76 | loading_error_indicator=Алдаа
77 |
78 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
79 | # "{{type}}" will be replaced with an annotation type from a list defined in
80 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
81 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
82 | password_ok=OK
83 |
84 |
--------------------------------------------------------------------------------
/locale/nso/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=Letlakala le fetilego
17 | previous_label=Fetilego
18 | next.title=Letlakala le latelago
19 | next_label=Latelago
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 | # representing the total number of pages in the document.
24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
25 | # will be replaced by a number representing the currently visible page,
26 | # respectively a number representing the total number of pages in the document.
27 |
28 | zoom_out.title=Bušetša ka gare
29 | zoom_out_label=Bušetša ka gare
30 | zoom_in.title=Godišetša ka ntle
31 | zoom_in_label=Godišetša ka ntle
32 | zoom.title=Godiša
33 | presentation_mode.title=Fetogela go mokgwa wa tlhagišo
34 | presentation_mode_label=Mokgwa wa tlhagišo
35 | open_file.title=Bula faele
36 | open_file_label=Bula
37 | print.title=Gatiša
38 | print_label=Gatiša
39 | download.title=Laolla
40 | download_label=Laolla
41 | bookmark.title=Pono ya bjale (kopiša le go bula lefasetereng le leswa)
42 | bookmark_label=Tebelelo ya gona bjale
43 |
44 | # Secondary toolbar and context menu
45 |
46 |
47 | # Document properties dialog box
48 | document_properties_file_name=Leina la faele:
49 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
50 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
51 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
52 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
53 | document_properties_title=Thaetlele:
54 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
55 | # will be replaced by the creation/modification date, and time, of the PDF file.
56 |
57 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
58 | # a numerical per cent value.
59 |
60 | # Tooltips and alt text for side panel toolbar buttons
61 | # (the _label strings are alt text for the buttons, the .title strings are
62 | # tooltips)
63 | toggle_sidebar.title=Šielanya para ya ka thoko
64 | toggle_sidebar_label=Šielanya para ya ka thoko
65 | document_outline_label=Kakaretšo ya tokumente
66 | thumbs.title=Laetša dikhutšofatšo
67 | thumbs_label=Dikhutšofatšo
68 | findbar.title=Hwetša go tokumente
69 | findbar_label=Hwetša
70 |
71 | # Thumbnails panel item (tooltip and alt text for images)
72 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
73 | # number.
74 | thumb_page_title=Letlakala {{page}}
75 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
76 | # number.
77 | thumb_page_canvas=Khutšofatšo ya letlakala {{page}}
78 |
79 | # Find panel button title and messages
80 | find_label=Hwetša:
81 | find_previous.title=Hwetša tiragalo e fetilego ya sekafoko
82 | find_previous_label=Fetilego
83 | find_next.title=Hwetša tiragalo e latelago ya sekafoko
84 | find_next_label=Latelago
85 | find_highlight=Bonagatša tšohle
86 | find_match_case_label=Swantšha kheisi
87 | find_reached_top=Fihlile godimo ga tokumente, go tšwetšwe pele go tloga tlase
88 | find_reached_bottom=Fihlile mafelelong a tokumente, go tšwetšwe pele go tloga godimo
89 | find_not_found=Sekafoko ga sa hwetšwa
90 |
91 | # Error panel labels
92 | error_more_info=Tshedimošo e oketšegilego
93 | error_less_info=Tshedimošo ya tlasana
94 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
95 | # replaced by the PDF.JS version and build ID.
96 | error_version_info=PDF.js v{{version}} (build: {{build}})
97 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
98 | # english string describing the error.
99 | error_message=Molaetša: {{message}}
100 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
101 | # trace.
102 | error_stack=Mokgobo: {{stack}}
103 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
104 | error_file=Faele: {{file}}
105 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
106 | error_line=Mothaladi: {{line}}
107 | rendering_error=Go diregile phošo ge go be go gafelwa letlakala.
108 |
109 | # Predefined zoom values
110 | page_scale_width=Bophara bja letlakala
111 | page_scale_fit=Go lekana ga letlakala
112 | page_scale_auto=Kgodišo ya maitirišo
113 | page_scale_actual=Bogolo bja kgonthe
114 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
115 | # numerical scale value.
116 |
117 | # Loading indicator messages
118 | loading_error_indicator=Phošo
119 | loading_error=Go diregile phošo ge go hlahlelwa PDF.
120 | invalid_file_error=Faele ye e sa šomego goba e senyegilego ya PDF.
121 | missing_file_error=Faele yeo e sego gona ya PDF.
122 |
123 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
124 | # "{{type}}" will be replaced with an annotation type from a list defined in
125 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
126 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
127 | text_annotation_type.alt=[{{type}} Tlhaloso]
128 | password_ok=LOKILE
129 |
130 | printing_not_supported=Temošo: Go gatiša ga go thekgwe ke praosara ye ka botlalo.
131 | printing_not_ready=Temošo: PDF ga ya hlahlelwa ka botlalo bakeng sa go gatišwa.
132 | web_fonts_disabled=Difonte tša wepe di šitišitšwe: ga e kgone go diriša difonte tša PDF tše khutišitšwego.
133 |
--------------------------------------------------------------------------------
/locale/pa-IN/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=ਸਫ਼ਾ ਪਿੱਛੇ
17 | previous_label=ਪਿੱਛੇ
18 | next.title=ਸਫ਼ਾ ਅੱਗੇ
19 | next_label=ਅੱਗੇ
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 | # representing the total number of pages in the document.
24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
25 | # will be replaced by a number representing the currently visible page,
26 | # respectively a number representing the total number of pages in the document.
27 |
28 | zoom_out.title=ਜ਼ੂਮ ਆਉਟ
29 | zoom_out_label=ਜ਼ੂਮ ਆਉਟ
30 | zoom_in.title=ਜ਼ੂਮ ਇਨ
31 | zoom_in_label=ਜ਼ੂਮ ਇਨ
32 | zoom.title=ਜ਼ੂਨ
33 | presentation_mode.title=ਪਰਿਜੈਂਟੇਸ਼ਨ ਮੋਡ ਵਿੱਚ ਜਾਓ
34 | presentation_mode_label=ਪਰਿਜੈਂਟੇਸ਼ਨ ਮੋਡ
35 | open_file.title=ਫਾਈਲ ਨੂੰ ਖੋਲ੍ਹੋ
36 | open_file_label=ਖੋਲ੍ਹੋ
37 | print.title=ਪਰਿੰਟ
38 | print_label=ਪਰਿੰਟ
39 | download.title=ਡਾਊਨਲੋਡ
40 | download_label=ਡਾਊਨਲੋਡ
41 | bookmark.title=ਮੌਜੂਦਾ ਝਲਕ (ਨਵੀਂ ਵਿੰਡੋ ਵਿੱਚ ਕਾਪੀ ਕਰੋ ਜਾਂ ਖੋਲ੍ਹੋ)
42 | bookmark_label=ਮੌਜੂਦਾ ਝਲਕ
43 |
44 | # Secondary toolbar and context menu
45 | tools.title=ਟੂਲ
46 | tools_label=ਟੂਲ
47 | first_page.title=ਪਹਿਲੇ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ
48 | first_page.label=ਪਹਿਲੇ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ
49 | first_page_label=ਪਹਿਲੇ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ
50 | last_page.title=ਆਖਰੀ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ
51 | last_page.label=ਆਖਰੀ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ
52 | last_page_label=ਆਖਰੀ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ
53 | page_rotate_cw.title=ਸੱਜੇ ਦਾਅ ਘੁੰਮਾਓ
54 | page_rotate_cw.label=ਸੱਜੇ ਦਾਅ ਘੁੰਮਾਉ
55 | page_rotate_cw_label=ਸੱਜੇ ਦਾਅ ਘੁੰਮਾਓ
56 | page_rotate_ccw.title=ਖੱਬੇ ਦਾਅ ਘੁੰਮਾਓ
57 | page_rotate_ccw.label=ਖੱਬੇ ਦਾਅ ਘੁੰਮਾਉ
58 | page_rotate_ccw_label=ਖੱਬੇ ਦਾਅ ਘੁੰਮਾਓ
59 |
60 | hand_tool_enable.title=ਹੱਥ ਟੂਲ ਨੂੰ ਚਾਲੂ ਕਰੋ
61 | hand_tool_enable_label=ਹੱਥ ਟੂਲ ਨੂੰ ਚਾਲੂ ਕਰੋ
62 | hand_tool_disable.title=ਹੱਥ ਟੂਲ ਨੂੰ ਬੰਦ ਕਰੋ
63 | hand_tool_disable_label=ਹੱਥ ਟੂਲ ਨੂੰ ਬੰਦ ਕਰੋ
64 |
65 | # Document properties dialog box
66 | document_properties.title=…ਦਸਤਾਵੇਜ਼ ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ
67 | document_properties_label=…ਦਸਤਾਵੇਜ਼ ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ
68 | document_properties_file_name=ਫਾਈਲ ਦਾ ਨਾਂ:
69 | document_properties_file_size=ਫਾਈਲ ਦਾ ਆਕਾਰ:
70 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
71 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
72 | document_properties_kb={{size_kb}} KB ({{size_b}} ਬਾਈਟ)
73 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
74 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
75 | document_properties_mb={{size_mb}} MB ({{size_b}} ਬਾਈਟ)
76 | document_properties_title=ਟਾਈਟਲ:
77 | document_properties_author=ਲੇਖਕ:
78 | document_properties_subject=ਵਿਸ਼ਾ:
79 | document_properties_keywords=ਸ਼ਬਦ:
80 | document_properties_creation_date=ਬਣਾਉਣ ਦੀ ਮਿਤੀ:
81 | document_properties_modification_date=ਸੋਧ ਦੀ ਮਿਤੀ:
82 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
83 | # will be replaced by the creation/modification date, and time, of the PDF file.
84 | document_properties_date_string={{date}}, {{time}}
85 | document_properties_creator=ਨਿਰਮਾਤਾ:
86 | document_properties_producer=PDF ਪ੍ਰੋਡਿਊਸਰ:
87 | document_properties_version=PDF ਵਰਜਨ:
88 | document_properties_page_count=ਸਫ਼ੇ ਦੀ ਗਿਣਤੀ:
89 | document_properties_close=ਬੰਦ ਕਰੋ
90 |
91 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
92 | # a numerical per cent value.
93 |
94 | # Tooltips and alt text for side panel toolbar buttons
95 | # (the _label strings are alt text for the buttons, the .title strings are
96 | # tooltips)
97 | toggle_sidebar.title=ਬਾਹੀ ਬਦਲੋ
98 | toggle_sidebar_label=ਬਾਹੀ ਬਦਲੋ
99 | attachments.title=ਅਟੈਚਮੈਂਟ ਨੂੰ ਵੇਖਾਓ
100 | attachments_label=ਅਟੈਚਮੈਂਟ
101 | thumbs.title=ਥੰਮਨੇਲ ਨੂੰ ਵੇਖਾਓ
102 | thumbs_label=ਥੰਮਨੇਲ
103 | findbar.title=ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਲੱਭੋ
104 | findbar_label=ਲੱਭੋ
105 |
106 | # Thumbnails panel item (tooltip and alt text for images)
107 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
108 | # number.
109 | thumb_page_title=ਸਫ਼ਾ {{page}}
110 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
111 | # number.
112 | thumb_page_canvas={{page}} ਸਫ਼ੇ ਦਾ ਥੰਮਨੇਲ
113 |
114 | # Find panel button title and messages
115 | find_label=ਲੱਭੋ:
116 | find_previous.title=ਵਾਕ ਦੀ ਪਿਛਲੀ ਮੌਜੂਦਗੀ ਲੱਭੋ
117 | find_previous_label=ਪਿੱਛੇ
118 | find_next.title=ਵਾਕ ਦੀ ਅਗਲੀ ਮੌਜੂਦਗੀ ਲੱਭੋ
119 | find_next_label=ਅੱਗੇ
120 | find_highlight=ਸਭ ਉਭਾਰੋ
121 | find_match_case_label=ਅੱਖਰ ਆਕਾਰ ਨੂੰ ਮਿਲਾਉ
122 | find_reached_top=ਦਸਤਾਵੇਜ਼ ਦੇ ਉੱਤੇ ਆ ਗਏ ਹਾਂ, ਥੱਲੇ ਤੋਂ ਜਾਰੀ ਰੱਖਿਆ ਹੈ
123 | find_reached_bottom=ਦਸਤਾਵੇਜ਼ ਦੇ ਅੰਤ ਉੱਤੇ ਆ ਗਏ ਹਾਂ, ਉੱਤੇ ਤੋਂ ਜਾਰੀ ਰੱਖਿਆ ਹੈ
124 | find_not_found=ਵਾਕ ਨਹੀਂ ਲੱਭਿਆ
125 |
126 | # Error panel labels
127 | error_more_info=ਹੋਰ ਜਾਣਕਾਰੀ
128 | error_less_info=ਘੱਟ ਜਾਣਕਾਰੀ
129 | error_close=ਬੰਦ ਕਰੋ
130 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
131 | # replaced by the PDF.JS version and build ID.
132 | error_version_info=PDF.js v{{version}} (ਬਿਲਡ: {{build}}
133 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
134 | # english string describing the error.
135 | error_message=ਸੁਨੇਹਾ: {{message}}
136 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
137 | # trace.
138 | error_stack=ਸਟੈਕ: {{stack}}
139 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
140 | error_file=ਫਾਈਲ: {{file}}
141 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
142 | error_line=ਲਾਈਨ: {{line}}
143 | rendering_error=ਸਫ਼ਾ ਰੈਡਰ ਕਰਨ ਦੇ ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ।
144 |
145 | # Predefined zoom values
146 | page_scale_width=ਸਫ਼ੇ ਦੀ ਚੌੜਾਈ
147 | page_scale_fit=ਸਫ਼ਾ ਫਿੱਟ
148 | page_scale_auto=ਆਟੋਮੈਟਿਕ ਜ਼ੂਮ ਕਰੋ
149 | page_scale_actual=ਆਟੋਮੈਟਿਕ ਆਕਾਰ
150 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
151 | # numerical scale value.
152 | page_scale_percent={{scale}}%
153 |
154 | # Loading indicator messages
155 | loading_error_indicator=ਗਲਤੀ
156 | loading_error=PDF ਲੋਡ ਕਰਨ ਦੇ ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ।
157 | invalid_file_error=ਗਲਤ ਜਾਂ ਨਿਕਾਰਾ PDF ਫਾਈਲ ਹੈ।
158 | missing_file_error=ਨਾ-ਮੌਜੂਦ PDF ਫਾਈਲ।
159 | unexpected_response_error=ਅਣਜਾਣ ਸਰਵਰ ਜਵਾਬ।
160 |
161 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
162 | # "{{type}}" will be replaced with an annotation type from a list defined in
163 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
164 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
165 | text_annotation_type.alt=[{{type}} ਵਿਆਖਿਆ]
166 | password_label=ਇਹ PDF ਫਾਈਲ ਨੂੰ ਖੋਲ੍ਹਣ ਲਈ ਪਾਸਵਰਡ ਦਿਉ।
167 | password_invalid=ਗਲਤ ਪਾਸਵਰਡ। ਫੇਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।
168 | password_ok=ਠੀਕ ਹੈ
169 | password_cancel=ਰੱਦ ਕਰੋ
170 |
171 | printing_not_supported=ਸਾਵਧਾਨ: ਇਹ ਬਰਾਊਜ਼ਰ ਪਰਿੰਟ ਕਰਨ ਲਈ ਪੂਰੀ ਤਰ੍ਹਾਂ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।
172 | printing_not_ready=ਸਾਵਧਾਨ: PDF ਨੂੰ ਪਰਿੰਟ ਕਰਨ ਲਈ ਪੂਰੀ ਤਰ੍ਹਾਂ ਲੋਡ ਨਹੀਂ ਹੈ।
173 | web_fonts_disabled=ਵੈਬ ਫੋਂਟ ਬੰਦ ਹਨ: ਇੰਬੈਡ PDF ਫੋਂਟ ਨੂੰ ਵਰਤਣ ਲਈ ਅਸਮਰੱਥ ਹੈ।
174 | document_colors_not_allowed=PDF ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਆਪਣੇ ਰੰਗ ਵਰਤਣ ਦੀ ਇਜ਼ਾਜ਼ਤ ਨਹੀਂ ਹੈ।: ਬਰਾਊਜ਼ਰ ਵਿੱਚ “ਸਫ਼ਿਆਂ ਨੂੰ ਆਪਣੇ ਰੰਗ ਚੁਣਨ ਦੀ ਇਜ਼ਾਜ਼ਤ ਦਿਓ” ਨਾ-ਸਰਗਰਮ ਹੈ।
175 |
--------------------------------------------------------------------------------
/locale/pl/viewer.properties:
--------------------------------------------------------------------------------
1 | # This Source Code Form is subject to the terms of the Mozilla Public
2 | # License, v. 2.0. If a copy of the MPL was not distributed with this
3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 |
5 | previous.title=Poprzednia strona
6 | previous_label=Poprzednia
7 | next.title=Następna strona
8 | next_label=Następna
9 |
10 | page.title==Strona:
11 | of_pages=z {{pagesCount}}
12 | page_of_pages=({{pageNumber}} z {{pagesCount}})
13 |
14 | zoom_out.title=Pomniejszenie
15 | zoom_out_label=Pomniejsz
16 | zoom_in.title=Powiększenie
17 | zoom_in_label=Powiększ
18 | zoom.title=Skala
19 | presentation_mode.title=Przełącz na tryb prezentacji
20 | presentation_mode_label=Tryb prezentacji
21 | open_file.title=Otwieranie pliku
22 | open_file_label=Otwórz
23 | print.title=Drukowanie
24 | print_label=Drukuj
25 | download.title=Pobieranie
26 | download_label=Pobierz
27 | bookmark.title=Bieżąca pozycja (skopiuj lub otwórz jako odnośnik w nowym oknie)
28 | bookmark_label=Bieżąca pozycja
29 |
30 | tools.title=Narzędzia
31 | tools_label=Narzędzia
32 | first_page.title=Przechodzenie do pierwszej strony
33 | first_page.label=Przejdź do pierwszej strony
34 | first_page_label=Przejdź do pierwszej strony
35 | last_page.title=Przechodzenie do ostatniej strony
36 | last_page.label=Przejdź do ostatniej strony
37 | last_page_label=Przejdź do ostatniej strony
38 | page_rotate_cw.title=Obracanie zgodnie z ruchem wskazówek zegara
39 | page_rotate_cw.label=Obróć zgodnie z ruchem wskazówek zegara
40 | page_rotate_cw_label=Obróć zgodnie z ruchem wskazówek zegara
41 | page_rotate_ccw.title=Obracanie przeciwnie do ruchu wskazówek zegara
42 | page_rotate_ccw.label=Obróć przeciwnie do ruchu wskazówek zegara
43 | page_rotate_ccw_label=Obróć przeciwnie do ruchu wskazówek zegara
44 |
45 | hand_tool_enable.title=Włączanie narzędzia rączka
46 | hand_tool_enable_label=Włącz narzędzie rączka
47 | hand_tool_disable.title=Wyłączanie narzędzia rączka
48 | hand_tool_disable_label=Wyłącz narzędzie rączka
49 |
50 | document_properties.title=Właściwości dokumentu…
51 | document_properties_label=Właściwości dokumentu…
52 | document_properties_file_name=Nazwa pliku:
53 | document_properties_file_size=Rozmiar pliku:
54 | document_properties_kb={{size_kb}} KB ({{size_b}} b)
55 | document_properties_mb={{size_mb}} MB ({{size_b}} b)
56 | document_properties_title=Tytuł:
57 | document_properties_author=Autor:
58 | document_properties_subject=Temat:
59 | document_properties_keywords=Słowa kluczowe:
60 | document_properties_creation_date=Data utworzenia:
61 | document_properties_modification_date=Data modyfikacji:
62 | document_properties_date_string={{date}}, {{time}}
63 | document_properties_creator=Utworzony przez:
64 | document_properties_producer=PDF wyprodukowany przez:
65 | document_properties_version=Wersja PDF:
66 | document_properties_page_count=Liczba stron:
67 | document_properties_close=Zamknij
68 |
69 | print_progress_message=Przygotowywanie dokumentu do druku…
70 | print_progress_percent={{progress}}%
71 | print_progress_close=Anuluj
72 |
73 | toggle_sidebar.title=Przełączanie panelu bocznego
74 | toggle_sidebar_label=Przełącz panel boczny
75 | document_outline.title=Wyświetlanie zarysu dokumentu (podwójne kliknięcie rozwija lub zwija wszystkie pozycje)
76 | document_outline_label=Zarys dokumentu
77 | attachments.title=Wyświetlanie załączników
78 | attachments_label=Załączniki
79 | thumbs.title=Wyświetlanie miniaturek
80 | thumbs_label=Miniaturki
81 | findbar.title=Znajdź w dokumencie
82 | findbar_label=Znajdź
83 |
84 | thumb_page_title=Strona {{page}}
85 | thumb_page_canvas=Miniaturka strony {{page}}
86 |
87 | find_label=Znajdź:
88 | find_previous.title=Znajdź poprzednie wystąpienie tekstu
89 | find_previous_label=Poprzednie
90 | find_next.title=Znajdź następne wystąpienie tekstu
91 | find_next_label=Następne
92 | find_highlight=Podświetl wszystkie
93 | find_match_case_label=Rozróżniaj wielkość znaków
94 | find_reached_top=Osiągnięto początek dokumentu, kontynuacja od końca
95 | find_reached_bottom=Osiągnięto koniec dokumentu, kontynuacja od początku
96 | find_not_found=Tekst nieznaleziony
97 |
98 | error_more_info=Więcej informacji
99 | error_less_info=Mniej informacji
100 | error_close=Zamknij
101 | error_version_info=PDF.js v{{version}} (kompilacja: {{build}})
102 | error_message=Wiadomość: {{message}}
103 | error_stack=Stos: {{stack}}
104 | error_file=Plik: {{file}}
105 | error_line=Wiersz: {{line}}
106 | rendering_error=Podczas renderowania strony wystąpił błąd.
107 |
108 | page_scale_width=Szerokość strony
109 | page_scale_fit=Dopasowanie strony
110 | page_scale_auto=Skala automatyczna
111 | page_scale_actual=Rozmiar rzeczywisty
112 | page_scale_percent={{scale}}%
113 |
114 | loading_error_indicator=Błąd
115 | loading_error=Podczas wczytywania dokumentu PDF wystąpił błąd.
116 | invalid_file_error=Nieprawidłowy lub uszkodzony plik PDF.
117 | missing_file_error=Brak pliku PDF.
118 | unexpected_response_error=Nieoczekiwana odpowiedź serwera.
119 |
120 | text_annotation_type.alt=[Adnotacja: {{type}}]
121 | password_label=Wprowadź hasło, aby otworzyć ten dokument PDF.
122 | password_invalid=Nieprawidłowe hasło. Proszę spróbować ponownie.
123 | password_ok=OK
124 | password_cancel=Anuluj
125 |
126 | printing_not_supported=Ostrzeżenie: Drukowanie nie jest w pełni obsługiwane przez przeglądarkę.
127 | printing_not_ready=Ostrzeżenie: Dokument PDF nie jest całkowicie wczytany, więc nie można go wydrukować.
128 | web_fonts_disabled=Czcionki sieciowe są wyłączone: nie można użyć osadzonych czcionek PDF.
129 | document_colors_not_allowed=Dokumenty PDF nie mogą używać własnych kolorów: Opcja „Pozwalaj stronom stosować inne kolory” w przeglądarce jest nieaktywna.
130 |
--------------------------------------------------------------------------------
/locale/rw/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 |
17 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
18 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
19 | # representing the total number of pages in the document.
20 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
21 | # will be replaced by a number representing the currently visible page,
22 | # respectively a number representing the total number of pages in the document.
23 |
24 | zoom.title=Ihindurangano
25 | open_file.title=Gufungura Dosiye
26 | open_file_label=Gufungura
27 |
28 | # Secondary toolbar and context menu
29 |
30 |
31 | # Document properties dialog box
32 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
33 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
34 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
35 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
36 | document_properties_title=Umutwe:
37 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
38 | # will be replaced by the creation/modification date, and time, of the PDF file.
39 |
40 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
41 | # a numerical per cent value.
42 |
43 | # Tooltips and alt text for side panel toolbar buttons
44 | # (the _label strings are alt text for the buttons, the .title strings are
45 | # tooltips)
46 | findbar_label=Gushakisha
47 |
48 | # Thumbnails panel item (tooltip and alt text for images)
49 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
50 | # number.
51 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
52 | # number.
53 |
54 | # Find panel button title and messages
55 | find_label="Gushaka:"
56 | find_previous.title=Gushaka aho uyu murongo ugaruka mbere y'aha
57 | find_next.title=Gushaka aho uyu murongo wongera kugaruka
58 | find_not_found=Umurongo ntubonetse
59 |
60 | # Error panel labels
61 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
62 | # replaced by the PDF.JS version and build ID.
63 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
64 | # english string describing the error.
65 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
66 | # trace.
67 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
68 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
69 |
70 | # Predefined zoom values
71 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
72 | # numerical scale value.
73 |
74 | # Loading indicator messages
75 | loading_error_indicator=Ikosa
76 |
77 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
78 | # "{{type}}" will be replaced with an annotation type from a list defined in
79 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
80 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
81 | password_invalid=Ijambo ry'ibanga ridahari. Wakongera ukagerageza
82 | password_ok=YEGO
83 |
84 |
--------------------------------------------------------------------------------
/locale/sw/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=Ukurasa Uliotangulia
17 | previous_label=Iliyotangulia
18 | next.title=Ukurasa Ufuatao
19 | next_label=Ifuatayo
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 | # representing the total number of pages in the document.
24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
25 | # will be replaced by a number representing the currently visible page,
26 | # respectively a number representing the total number of pages in the document.
27 |
28 | zoom_out.title=Kuza Nje
29 | zoom_out_label=Kuza Nje
30 | zoom_in.title=Kuza Ndani
31 | zoom_in_label=Kuza Ndani
32 | zoom.title=Kuza
33 | presentation_mode.title=Badili kwa Hali ya Uwasilishaji
34 | presentation_mode_label=Hali ya Uwasilishaji
35 | open_file.title=Fungua Faili
36 | open_file_label=Fungua
37 | print.title=Chapisha
38 | print_label=Chapisha
39 | download.title=Pakua
40 | download_label=Pakua
41 | bookmark.title=Mwonekano wa sasa (nakili au ufungue katika dirisha mpya)
42 | bookmark_label=Mwonekano wa Sasa
43 |
44 | # Secondary toolbar and context menu
45 |
46 |
47 | # Document properties dialog box
48 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
49 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
50 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
51 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
52 | document_properties_title=Kichwa:
53 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
54 | # will be replaced by the creation/modification date, and time, of the PDF file.
55 |
56 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
57 | # a numerical per cent value.
58 |
59 | # Tooltips and alt text for side panel toolbar buttons
60 | # (the _label strings are alt text for the buttons, the .title strings are
61 | # tooltips)
62 | toggle_sidebar.title=Kibiano cha Upau wa Kando
63 | toggle_sidebar_label=Kibiano cha Upau wa Kando
64 | document_outline_label=Ufupisho wa Waraka
65 | thumbs.title=Onyesha Kijipicha
66 | thumbs_label=Vijipicha
67 | findbar.title=Pata katika Waraka
68 | findbar_label=Tafuta
69 |
70 | # Thumbnails panel item (tooltip and alt text for images)
71 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
72 | # number.
73 | thumb_page_title=Ukurasa {{ukurasa}}
74 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
75 | # number.
76 | thumb_page_canvas=Kijipicha cha ukurasa {{ukurasa}}
77 |
78 | # Find panel button title and messages
79 | find_label=Tafuta:
80 | find_previous.title=Tafuta tukio kabla ya msemo huu
81 | find_previous_label=Iliyotangulia
82 | find_next.title=Tafuta tukio linalofuata la msemo
83 | find_next_label=Ifuatayo
84 | find_highlight=Angazia yote
85 | find_match_case_label=Linganisha herufi
86 | find_reached_top=Imefika juu ya waraka, imeendelea kutoka chini
87 | find_reached_bottom=Imefika mwisho wa waraka, imeendelea kutoka juu
88 | find_not_found=Msemo hukupatikana
89 |
90 | # Error panel labels
91 | error_more_info=Maelezo Zaidi
92 | error_less_info=Maelezo Kidogo
93 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
94 | # replaced by the PDF.JS version and build ID.
95 | error_version_info=PDF.js v{{version}} (jenga: {{build}})
96 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
97 | # english string describing the error.
98 | error_message=Ujumbe: {{message}}
99 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
100 | # trace.
101 | error_stack=Panganya: {{stack}}
102 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
103 | error_file=Faili: {{faili}}
104 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
105 | error_line=Laini: {{laini}}
106 | rendering_error=Hitilafu lilitokea wajati wa kutoa ukurasa
107 |
108 | # Predefined zoom values
109 | page_scale_width=Upana wa Ukurasa
110 | page_scale_fit=Usawa wa Ukurasa
111 | page_scale_auto=Ukuzaji wa Kiotomatiki
112 | page_scale_actual=Ukubwa Halisi
113 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
114 | # numerical scale value.
115 |
116 | # Loading indicator messages
117 | loading_error_indicator=Hitilafu
118 | loading_error=Hitilafu lilitokea wakati wa kupakia PDF.
119 | invalid_file_error=Faili ya PDF isiyohalali au potofu.
120 | missing_file_error=Faili ya PDF isiyopo.
121 |
122 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
123 | # "{{type}}" will be replaced with an annotation type from a list defined in
124 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
125 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
126 | text_annotation_type.alt=[{{type}} Ufafanuzi]
127 | password_ok=SAWA
128 |
129 | printing_not_supported=Onyo: Uchapishaji hauauniwi kabisa kwa kivinjari hiki.
130 | web_fonts_disabled=Fonti za tovuti zimelemazwa: haziwezi kutumia fonti za PDF zilizopachikwa.
131 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/locale/tl/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=Naunang Pahina
17 | next.title=Sunod na Pahina
18 |
19 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
20 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
21 | # representing the total number of pages in the document.
22 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
23 | # will be replaced by a number representing the currently visible page,
24 | # respectively a number representing the total number of pages in the document.
25 |
26 | open_file.title=Magbukas ng file
27 | open_file_label=Buksan
28 | bookmark.title=Kasalukuyang tingin (kopyahin o buksan sa bagong window)
29 | bookmark_label=Kasalukuyang tingin
30 |
31 | # Secondary toolbar and context menu
32 | tools.title=Mga Tool
33 | tools_label=Mga Tool
34 |
35 |
36 | # Document properties dialog box
37 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
38 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
39 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
40 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
41 | document_properties_title=Pamagat:
42 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
43 | # will be replaced by the creation/modification date, and time, of the PDF file.
44 |
45 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
46 | # a numerical per cent value.
47 |
48 | # Tooltips and alt text for side panel toolbar buttons
49 | # (the _label strings are alt text for the buttons, the .title strings are
50 | # tooltips)
51 | thumbs.title=Ipakita ang mga Thumbnails
52 | findbar_label=Hanapin
53 |
54 | # Thumbnails panel item (tooltip and alt text for images)
55 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
56 | # number.
57 | thumb_page_title=Pahina {{page}}
58 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
59 | # number.
60 | thumb_page_canvas=Thumbnail ng Pahina {{page}}
61 |
62 | # Find panel button title and messages
63 | find_highlight=I-highlight lahat
64 |
65 | # Error panel labels
66 | error_more_info=Maraming Inpormasyon
67 | error_less_info=Maikling Inpormasyon
68 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
69 | # replaced by the PDF.JS version and build ID.
70 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
71 | # english string describing the error.
72 | error_message=Mensahe: {{message}}
73 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
74 | # trace.
75 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
76 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
77 | error_line=Linya: {{line}}
78 | rendering_error=May naganap na pagkakamali habang pagsasalin sa pahina.
79 |
80 | # Predefined zoom values
81 | page_scale_width=Haba ng Pahina
82 | page_scale_fit=ang pahina ay angkop
83 | page_scale_auto=awtomatikong pag-imbulog
84 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
85 | # numerical scale value.
86 |
87 | # Loading indicator messages
88 | loading_error=May maling nangyari habang kinakarga ang PDF.
89 |
90 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
91 | # "{{type}}" will be replaced with an annotation type from a list defined in
92 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
93 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
94 | password_ok=OK
95 |
96 |
--------------------------------------------------------------------------------
/locale/tn/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 |
17 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
18 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
19 | # representing the total number of pages in the document.
20 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
21 | # will be replaced by a number representing the currently visible page,
22 | # respectively a number representing the total number of pages in the document.
23 |
24 | zoom.title=Zuma/gogela
25 | open_file.title=Bula Faele
26 | open_file_label=Bula
27 |
28 | # Secondary toolbar and context menu
29 |
30 | hand_tool_disable.title=Thibela go dira ga sediriswa sa seatla
31 | hand_tool_disable_label=Thibela go dira ga sediriswa sa seatla
32 |
33 | # Document properties dialog box
34 | document_properties_file_name=Leina la faele:
35 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
36 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
37 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
38 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
39 | document_properties_title=Leina:
40 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
41 | # will be replaced by the creation/modification date, and time, of the PDF file.
42 |
43 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
44 | # a numerical per cent value.
45 |
46 | # Tooltips and alt text for side panel toolbar buttons
47 | # (the _label strings are alt text for the buttons, the .title strings are
48 | # tooltips)
49 | findbar_label=Batla
50 |
51 | # Thumbnails panel item (tooltip and alt text for images)
52 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
53 | # number.
54 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
55 | # number.
56 |
57 | # Find panel button title and messages
58 | find_previous.title=Batla tiragalo e e fetileng ya setlhopha sa mafoko
59 | find_next.title=Batla tiragalo e e latelang ya setlhopha sa mafoko
60 | find_not_found=Setlhopha sa mafoko ga se a bonwa
61 |
62 | # Error panel labels
63 | error_more_info=Tshedimosetso e Nngwe
64 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
65 | # replaced by the PDF.JS version and build ID.
66 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
67 | # english string describing the error.
68 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
69 | # trace.
70 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
71 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
72 |
73 | # Predefined zoom values
74 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
75 | # numerical scale value.
76 |
77 | # Loading indicator messages
78 | loading_error_indicator=Phoso
79 |
80 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
81 | # "{{type}}" will be replaced with an annotation type from a list defined in
82 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
83 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
84 | password_ok=Siame
85 |
86 | web_fonts_disabled=Mefutatlhaka ya Webo ga e dire: ga e kgone go dirisa mofutatlhaka wa PDF o tsentsweng.
87 |
--------------------------------------------------------------------------------
/locale/wo/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=Xët wi jiitu
17 | previous_label=Bi jiitu
18 | next.title=Xët wi ci topp
19 | next_label=Bi ci topp
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 | # representing the total number of pages in the document.
24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
25 | # will be replaced by a number representing the currently visible page,
26 | # respectively a number representing the total number of pages in the document.
27 |
28 | zoom_out.title=Wàññi
29 | zoom_out_label=Wàññi
30 | zoom_in.title=Yaatal
31 | zoom_in_label=Yaatal
32 | zoom.title=Yambalaŋ
33 | presentation_mode.title=Wañarñil ci anamu wone
34 | presentation_mode_label=Anamu Wone
35 | open_file.title=Ubbi benn dencukaay
36 | open_file_label=Ubbi
37 | print.title=Móol
38 | print_label=Móol
39 | download.title=Yeb yi
40 | download_label=Yeb yi
41 | bookmark.title=Wone bi taxaw (duppi walla ubbi palanteer bu bees)
42 | bookmark_label=Wone bi feeñ
43 |
44 | # Secondary toolbar and context menu
45 |
46 |
47 | # Document properties dialog box
48 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
49 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
50 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
51 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
52 | document_properties_title=Bopp:
53 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
54 | # will be replaced by the creation/modification date, and time, of the PDF file.
55 |
56 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
57 | # a numerical per cent value.
58 |
59 | # Tooltips and alt text for side panel toolbar buttons
60 | # (the _label strings are alt text for the buttons, the .title strings are
61 | # tooltips)
62 | thumbs.title=Wone nataal yu ndaw yi
63 | thumbs_label=Nataal yu ndaw yi
64 | findbar.title=Gis ci biir jukki bi
65 | findbar_label=Wut
66 |
67 | # Thumbnails panel item (tooltip and alt text for images)
68 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
69 | # number.
70 | thumb_page_title=Xët {{xët}}
71 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
72 | # number.
73 | thumb_page_canvas=Wiñet bu xët{{xët}}
74 |
75 | # Find panel button title and messages
76 | find_label=Wut:
77 | find_previous.title=Seet beneen kaddu bu ni mel te jiitu
78 | find_previous_label=Bi jiitu
79 | find_next.title=Seet beneen kaddu bu ni mel
80 | find_next_label=Bi ci topp
81 | find_highlight=Melaxal lépp
82 | find_match_case_label=Sàmm jëmmalin wi
83 | find_reached_top=Jot nañu ndorteel xët wi, kontine dale ko ci suuf
84 | find_reached_bottom=Jot nañu jeexitalu xët wi, kontine ci ndorte
85 | find_not_found=Gisiñu kaddu gi
86 |
87 | # Error panel labels
88 | error_more_info=Xibaar yu gën bari
89 | error_less_info=Xibaar yu gën bari
90 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
91 | # replaced by the PDF.JS version and build ID.
92 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
93 | # english string describing the error.
94 | error_message=Bataaxal: {{bataaxal}}
95 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
96 | # trace.
97 | error_stack=Juug: {{stack}}
98 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
99 | error_file=Dencukaay: {{file}}
100 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
101 | error_line=Rëdd : {{line}}
102 | rendering_error=Am njumte bu am bi xët bi di wonewu.
103 |
104 | # Predefined zoom values
105 | page_scale_width=Yaatuwaay bu mët
106 | page_scale_fit=Xët lëmm
107 | page_scale_auto=Yambalaŋ ci saa si
108 | page_scale_actual=Dayo bi am
109 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
110 | # numerical scale value.
111 |
112 | # Loading indicator messages
113 | loading_error_indicator=Njumte
114 | loading_error=Am na njumte ci yebum dencukaay PDF bi.
115 | invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar.
116 |
117 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
118 | # "{{type}}" will be replaced with an annotation type from a list defined in
119 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
120 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
121 | text_annotation_type.alt=[Karmat {{type}}]
122 | password_ok=OK
123 | password_cancel=Neenal
124 |
125 | printing_not_supported=Artu: Joowkat bii nanguwul lool mool.
126 |
--------------------------------------------------------------------------------
/locale/zh-CN/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=上一页
17 | previous_label=上一页
18 | next.title=下一页
19 | next_label=下一页
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | page.title=页面
23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24 | # representing the total number of pages in the document.
25 | of_pages=/ {{pagesCount}}
26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
27 | # will be replaced by a number representing the currently visible page,
28 | # respectively a number representing the total number of pages in the document.
29 | page_of_pages=({{pageNumber}} / {{pagesCount}})
30 |
31 | zoom_out.title=缩小
32 | zoom_out_label=缩小
33 | zoom_in.title=放大
34 | zoom_in_label=放大
35 | zoom.title=缩放
36 | presentation_mode.title=切换到演示模式
37 | presentation_mode_label=演示模式
38 | open_file.title=打开文件
39 | open_file_label=打开
40 | print.title=打印
41 | print_label=打印
42 | download.title=下载
43 | download_label=下载
44 | bookmark.title=当前在看的内容(复制或在新窗口中打开)
45 | bookmark_label=当前在看
46 |
47 | # Secondary toolbar and context menu
48 | tools.title=工具
49 | tools_label=工具
50 | first_page.title=转到第一页
51 | first_page.label=转到第一页
52 | first_page_label=转到第一页
53 | last_page.title=转到最后一页
54 | last_page.label=转到最后一页
55 | last_page_label=转到最后一页
56 | page_rotate_cw.title=顺时针旋转
57 | page_rotate_cw.label=顺时针旋转
58 | page_rotate_cw_label=顺时针旋转
59 | page_rotate_ccw.title=逆时针旋转
60 | page_rotate_ccw.label=逆时针旋转
61 | page_rotate_ccw_label=逆时针旋转
62 |
63 | hand_tool_enable.title=启用手形工具
64 | hand_tool_enable_label=启用手形工具
65 | hand_tool_disable.title=禁用手形工具
66 | hand_tool_disable_label=禁用手形工具
67 |
68 | # Document properties dialog box
69 | document_properties.title=文档属性…
70 | document_properties_label=文档属性…
71 | document_properties_file_name=文件名:
72 | document_properties_file_size=文件大小:
73 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
74 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
75 | document_properties_kb={{size_kb}} KB ({{size_b}} 字节)
76 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
77 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
78 | document_properties_mb={{size_mb}} MB ({{size_b}} 字节)
79 | document_properties_title=标题:
80 | document_properties_author=作者:
81 | document_properties_subject=主题:
82 | document_properties_keywords=关键词:
83 | document_properties_creation_date=创建日期:
84 | document_properties_modification_date=修改日期:
85 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
86 | # will be replaced by the creation/modification date, and time, of the PDF file.
87 | document_properties_date_string={{date}}, {{time}}
88 | document_properties_creator=创建者:
89 | document_properties_producer=PDF 制作者:
90 | document_properties_version=PDF 版本:
91 | document_properties_page_count=页数:
92 | document_properties_close=关闭
93 |
94 | print_progress_message=正在准备打印文档…
95 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
96 | # a numerical per cent value.
97 | print_progress_percent={{progress}}%
98 | print_progress_close=取消
99 |
100 | # Tooltips and alt text for side panel toolbar buttons
101 | # (the _label strings are alt text for the buttons, the .title strings are
102 | # tooltips)
103 | toggle_sidebar.title=切换侧栏
104 | toggle_sidebar_label=切换侧栏
105 | document_outline.title=显示文档大纲(双击展开/折叠所有项)
106 | document_outline_label=文档大纲
107 | attachments.title=显示附件
108 | attachments_label=附件
109 | thumbs.title=显示缩略图
110 | thumbs_label=缩略图
111 | findbar.title=在文档中查找
112 | findbar_label=查找
113 |
114 | # Thumbnails panel item (tooltip and alt text for images)
115 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
116 | # number.
117 | thumb_page_title=页码 {{page}}
118 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
119 | # number.
120 | thumb_page_canvas=页面 {{page}} 的缩略图
121 |
122 | # Find panel button title and messages
123 | find_label=查找:
124 | find_previous.title=查找词语上一次出现的位置
125 | find_previous_label=上一页
126 | find_next.title=查找词语后一次出现的位置
127 | find_next_label=下一页
128 | find_highlight=全部高亮显示
129 | find_match_case_label=区分大小写
130 | find_reached_top=到达文档开头,从末尾继续
131 | find_reached_bottom=到达文档末尾,从开头继续
132 | find_not_found=找不到指定词语
133 |
134 | # Error panel labels
135 | error_more_info=更多信息
136 | error_less_info=更少信息
137 | error_close=关闭
138 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
139 | # replaced by the PDF.JS version and build ID.
140 | error_version_info=PDF.js v{{version}} (build: {{build}})
141 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
142 | # english string describing the error.
143 | error_message=信息:{{message}}
144 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
145 | # trace.
146 | error_stack=堆栈:{{stack}}
147 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
148 | error_file=文件:{{file}}
149 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
150 | error_line=行号:{{line}}
151 | rendering_error=渲染页面时发生错误。
152 |
153 | # Predefined zoom values
154 | page_scale_width=适合页宽
155 | page_scale_fit=适合页面
156 | page_scale_auto=自动缩放
157 | page_scale_actual=实际大小
158 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
159 | # numerical scale value.
160 | page_scale_percent={{scale}}%
161 |
162 | # Loading indicator messages
163 | loading_error_indicator=错误
164 | loading_error=载入PDF时发生错误。
165 | invalid_file_error=无效或损坏的PDF文件。
166 | missing_file_error=缺少PDF文件。
167 | unexpected_response_error=意外的服务器响应。
168 |
169 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
170 | # "{{type}}" will be replaced with an annotation type from a list defined in
171 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
172 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
173 | text_annotation_type.alt=[{{type}} 注解]
174 | password_label=输入密码以打开此 PDF 文件。
175 | password_invalid=密码无效。请重试。
176 | password_ok=确定
177 | password_cancel=取消
178 |
179 | printing_not_supported=警告:打印功能不完全支持此浏览器。
180 | printing_not_ready=警告:该 PDF 未完全载入以供打印。
181 | web_fonts_disabled=Web 字体已被禁用:无法使用嵌入的PDF字体。
182 | document_colors_not_allowed=不允许 PDF 文档使用自己的颜色:浏览器中“允许页面选择自己的颜色”的选项已停用。
183 |
--------------------------------------------------------------------------------
/locale/zh-TW/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=上一頁
17 | previous_label=上一頁
18 | next.title=下一頁
19 | next_label=下一頁
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | page.title=第
23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24 | # representing the total number of pages in the document.
25 | of_pages=頁,共 {{pagesCount}} 頁
26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
27 | # will be replaced by a number representing the currently visible page,
28 | # respectively a number representing the total number of pages in the document.
29 | page_of_pages=(第 {{pageNumber}} 頁,共 {{pagesCount}} 頁)
30 |
31 | zoom_out.title=縮小
32 | zoom_out_label=縮小
33 | zoom_in.title=放大
34 | zoom_in_label=放大
35 | zoom.title=縮放
36 | presentation_mode.title=切換至簡報模式
37 | presentation_mode_label=簡報模式
38 | open_file.title=開啟檔案
39 | open_file_label=開啟
40 | print.title=列印
41 | print_label=列印
42 | download.title=下載
43 | download_label=下載
44 | bookmark.title=目前檢視的內容(複製或開啟於新視窗)
45 | bookmark_label=目前檢視
46 |
47 | # Secondary toolbar and context menu
48 | tools.title=工具
49 | tools_label=工具
50 | first_page.title=跳到第一頁
51 | first_page.label=跳到第一頁
52 | first_page_label=跳到第一頁
53 | last_page.title=跳到最後一頁
54 | last_page.label=跳到最後一頁
55 | last_page_label=跳到最後一頁
56 | page_rotate_cw.title=順時針旋轉
57 | page_rotate_cw.label=順時針旋轉
58 | page_rotate_cw_label=順時針旋轉
59 | page_rotate_ccw.title=逆時針旋轉
60 | page_rotate_ccw.label=逆時針旋轉
61 | page_rotate_ccw_label=逆時針旋轉
62 |
63 | hand_tool_enable.title=啟用掌型工具
64 | hand_tool_enable_label=啟用掌型工具
65 | hand_tool_disable.title=停用掌型工具
66 | hand_tool_disable_label=停用掌型工具
67 |
68 | # Document properties dialog box
69 | document_properties.title=文件內容…
70 | document_properties_label=文件內容…
71 | document_properties_file_name=檔案名稱:
72 | document_properties_file_size=檔案大小:
73 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
74 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
75 | document_properties_kb={{size_kb}} KB({{size_b}} 位元組)
76 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
77 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
78 | document_properties_mb={{size_mb}} MB({{size_b}} 位元組)
79 | document_properties_title=標題:
80 | document_properties_author=作者:
81 | document_properties_subject=主旨:
82 | document_properties_keywords=關鍵字:
83 | document_properties_creation_date=建立日期:
84 | document_properties_modification_date=修改日期:
85 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
86 | # will be replaced by the creation/modification date, and time, of the PDF file.
87 | document_properties_date_string={{date}}, {{time}}
88 | document_properties_creator=建立者:
89 | document_properties_producer=PDF 產生器:
90 | document_properties_version=PDF 版本:
91 | document_properties_page_count=頁數:
92 | document_properties_close=關閉
93 |
94 | print_progress_message=正在準備列印文件…
95 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
96 | # a numerical per cent value.
97 | print_progress_percent={{progress}}%
98 | print_progress_close=取消
99 |
100 | # Tooltips and alt text for side panel toolbar buttons
101 | # (the _label strings are alt text for the buttons, the .title strings are
102 | # tooltips)
103 | toggle_sidebar.title=切換側邊欄
104 | toggle_sidebar_label=切換側邊欄
105 | document_outline.title=顯示文件大綱(雙擊展開/摺疊所有項目)
106 | document_outline_label=文件大綱
107 | attachments.title=顯示附件
108 | attachments_label=附件
109 | thumbs.title=顯示縮圖
110 | thumbs_label=縮圖
111 | findbar.title=在文件中尋找
112 | findbar_label=尋找
113 |
114 | # Thumbnails panel item (tooltip and alt text for images)
115 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
116 | # number.
117 | thumb_page_title=頁 {{page}}
118 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
119 | # number.
120 | thumb_page_canvas=頁 {{page}} 的縮圖
121 |
122 | # Find panel button title and messages
123 | find_label=尋找:
124 | find_previous.title=尋找文字前次出現的位置
125 | find_previous_label=上一個
126 | find_next.title=尋找文字下次出現的位置
127 | find_next_label=下一個
128 | find_highlight=全部強調標示
129 | find_match_case_label=區分大小寫
130 | find_reached_top=已搜尋至文件頂端,自底端繼續搜尋
131 | find_reached_bottom=已搜尋至文件底端,自頂端繼續搜尋
132 | find_not_found=找不到指定文字
133 |
134 | # Error panel labels
135 | error_more_info=更多資訊
136 | error_less_info=更少資訊
137 | error_close=關閉
138 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
139 | # replaced by the PDF.JS version and build ID.
140 | error_version_info=PDF.js v{{version}} (build: {{build}})
141 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
142 | # english string describing the error.
143 | error_message=訊息: {{message}}
144 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
145 | # trace.
146 | error_stack=堆疊: {{stack}}
147 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
148 | error_file=檔案: {{file}}
149 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
150 | error_line=行: {{line}}
151 | rendering_error=描繪頁面時發生錯誤。
152 |
153 | # Predefined zoom values
154 | page_scale_width=頁面寬度
155 | page_scale_fit=縮放至頁面大小
156 | page_scale_auto=自動縮放
157 | page_scale_actual=實際大小
158 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
159 | # numerical scale value.
160 | page_scale_percent={{scale}}%
161 |
162 | # Loading indicator messages
163 | loading_error_indicator=錯誤
164 | loading_error=載入 PDF 時發生錯誤。
165 | invalid_file_error=無效或毀損的 PDF 檔案。
166 | missing_file_error=找不到 PDF 檔案。
167 | unexpected_response_error=伺服器回應未預期的內容。
168 |
169 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
170 | # "{{type}}" will be replaced with an annotation type from a list defined in
171 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
172 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
173 | text_annotation_type.alt=[{{type}} 註解]
174 | password_label=請輸入用來開啟此 PDF 檔案的密碼。
175 | password_invalid=密碼不正確,請再試一次。
176 | password_ok=確定
177 | password_cancel=取消
178 |
179 | printing_not_supported=警告: 此瀏覽器未完整支援列印功能。
180 | printing_not_ready=警告: 此 PDF 未完成下載以供列印。
181 | web_fonts_disabled=已停用網路字型 (Web fonts): 無法使用 PDF 內嵌字型。
182 | document_colors_not_allowed=瀏覽器的「優先使用網頁指定的色彩」未被勾選,PDF 文件無法使用自己的色彩。
183 |
--------------------------------------------------------------------------------
/locale/zu/viewer.properties:
--------------------------------------------------------------------------------
1 | # Copyright 2012 Mozilla Foundation
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | # Main toolbar buttons (tooltips and alt text for images)
16 | previous.title=Ikhasi eledlule
17 | previous_label=Okudlule
18 | next.title=Ikhasi elilandelayo
19 | next_label=Okulandelayo
20 |
21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 | # representing the total number of pages in the document.
24 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
25 | # will be replaced by a number representing the currently visible page,
26 | # respectively a number representing the total number of pages in the document.
27 |
28 | zoom_out.title=Hlehlisela emuva
29 | zoom_out_label=Hlehlisela emuva
30 | zoom_in.title=Sondeza eduze
31 | zoom_in_label=Sondeza eduze
32 | zoom.title=Lwiza
33 | presentation_mode.title=Guqulela kwindlela yesethulo
34 | presentation_mode_label=Indlelo yesethulo
35 | open_file.title=Vula ifayela
36 | open_file_label=Vula
37 | print.title=Phrinta
38 | print_label=Phrinta
39 | download.title=Landa
40 | download_label=Landa
41 | bookmark.title=Ukubuka kwamanje (kopisha noma vula kwifasitela elisha)
42 | bookmark_label=Ukubuka kwamanje
43 |
44 | # Secondary toolbar and context menu
45 |
46 |
47 | # Document properties dialog box
48 | document_properties_file_name=Igama lefayela:
49 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
50 | # will be replaced by the PDF file size in kilobytes, respectively in bytes.
51 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
52 | # will be replaced by the PDF file size in megabytes, respectively in bytes.
53 | document_properties_title=Isihloko:
54 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
55 | # will be replaced by the creation/modification date, and time, of the PDF file.
56 |
57 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
58 | # a numerical per cent value.
59 |
60 | # Tooltips and alt text for side panel toolbar buttons
61 | # (the _label strings are alt text for the buttons, the .title strings are
62 | # tooltips)
63 | toggle_sidebar.title=I-toggle yebha yaseceleni
64 | toggle_sidebar_label=i-toggle yebha yaseceleni
65 | document_outline_label=Umugqa waseceleni wedokhumenti
66 | thumbs.title=Bonisa izithombe ezincane
67 | thumbs_label=Izithonjana
68 | findbar.title=Thola kwidokhumenti
69 | findbar_label=Thola
70 |
71 | # Thumbnails panel item (tooltip and alt text for images)
72 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
73 | # number.
74 | thumb_page_title=Ikhasi {{page}}
75 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
76 | # number.
77 | thumb_page_canvas=Isithonjana sekhasi {{page}}
78 |
79 | # Find panel button title and messages
80 | find_label=Thola
81 | find_previous.title=Thola indawo eyandulelayo okuvela kuyo lomshwana
82 | find_previous_label=Okudlulile
83 | find_next.title=Thola enye indawo okuvela kuyo lomshwana
84 | find_next_label=Okulandelayo
85 | find_highlight=Gqamisa konke
86 | find_match_case_label=Fanisa ikheyisi
87 | find_reached_top=Finyelele phezulu kwidokhumenti, qhubeka kusukaphansi
88 | find_reached_bottom=Ifinyelele ekupheleni kwedokhumenti, qhubeka kusukaphezulu
89 | find_not_found=Umshwana awutholakali
90 |
91 | # Error panel labels
92 | error_more_info=Ukwaziswa Okwengeziwe
93 | error_less_info=Ukwazi okuncane
94 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
95 | # replaced by the PDF.JS version and build ID.
96 | error_version_info=PDF.js v{{version}} (build: {{build}})
97 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
98 | # english string describing the error.
99 | error_message=Umlayezo: {{message}}
100 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
101 | # trace.
102 | error_stack=Isitaki: {{stack}}
103 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
104 | error_file=Ifayela: {{file}}
105 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
106 | error_line=Umugqa: {{line}}
107 | rendering_error=Iphutha lenzekile uma kunikwa ikhasi.
108 |
109 | # Predefined zoom values
110 | page_scale_width=Ububanzi bekhasi
111 | page_scale_fit=Ukulingana kwekhasi
112 | page_scale_auto=Ukulwiza okuzenzekalelayo
113 | page_scale_actual=Usayizi Wangempela
114 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
115 | # numerical scale value.
116 |
117 | # Loading indicator messages
118 | loading_error_indicator=Iphutha
119 | loading_error=Kwenzeke iphutha uma kulayishwa i-PDF.
120 | invalid_file_error=Ifayela le-PDF elingavumelekile noma elonakele.
121 | missing_file_error=Ifayela le-PDF elilahlekile.
122 |
123 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
124 | # "{{type}}" will be replaced with an annotation type from a list defined in
125 | # the PDF spec (32000-1:2008 Table 169 – Annotation types).
126 | # Some common types are e.g.: "Check", "Text", "Comment", "Note"
127 | text_annotation_type.alt=[Amazwibela e-{{type}}]
128 | password_ok=Kulungile
129 |
130 | printing_not_supported=Isixwayiso: Ukuphrinta akuxhasiwe yilesisiphequluli ngokugcwele.
131 | printing_not_ready=Isixwayiso: I-PDF ayikalayishwa ngokuphelele yiPhrinta.
132 | web_fonts_disabled=Amafonti e-webhu akutshaziwe: ayikwazi ukusebenzisa amafonti abekiwe e-PDF.\u0020
133 | document_colors_not_allowed=Amadokhumenti we-PDF awavumelekile ukusebenzisa imibalo yayo: 'Vumela amakhasi ukukhetha imibala yayo' ayisebenzi kusiphequluli.
134 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "pdf.js-dist",
3 | "version": "0.1.0",
4 | "description": "Compiled version of pdf.js",
5 | "main": "pdf.js",
6 | "scripts": {
7 | "test": "echo \"Error: no test specified\" && exit 1"
8 | },
9 | "repository": {
10 | "type": "git",
11 | "url": "git+https://github.com/legalthings/pdf.js-dist.git"
12 | },
13 | "keywords": [
14 | "pdf"
15 | ],
16 | "author": "",
17 | "license": "Apache-2.0",
18 | "bugs": {
19 | "url": "https://github.com/legalthings/pdf.js-dist/issues"
20 | },
21 | "homepage": "https://github.com/legalthings/pdf.js-dist#readme",
22 | "devDependencies": {
23 | "grunt": "^0.4.5",
24 | "css-prefix": "git+https://github.com/moesjarraf/css-prefix.git#0.0.2+moesjarraf.3"
25 | },
26 | "dependencies": {
27 | "uglifycss": "0.0.25"
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/viewer-overwrites.css:
--------------------------------------------------------------------------------
1 |
2 | #fileInput.fileInput {display: none;}
3 |
--------------------------------------------------------------------------------