@4tw/vue-cli-plugin-pdfjs-viewer 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +0 -13
- package/assets/build/pdf.mjs +17398 -0
- package/assets/build/pdf.mjs.map +1 -0
- package/assets/build/pdf.sandbox.mjs +241 -0
- package/assets/build/pdf.sandbox.mjs.map +1 -0
- package/assets/build/pdf.worker.mjs +57124 -0
- package/assets/build/pdf.worker.mjs.map +1 -0
- package/assets/web/debugger.css +111 -0
- package/assets/web/debugger.mjs +623 -0
- package/assets/web/images/altText_add.svg +3 -0
- package/assets/web/images/altText_done.svg +3 -0
- package/assets/web/images/annotation-paperclip.svg +6 -0
- package/assets/web/images/annotation-pushpin.svg +7 -0
- package/assets/web/images/cursor-editorFreeText.svg +3 -0
- package/assets/web/images/cursor-editorInk.svg +4 -0
- package/assets/web/images/editor-toolbar-delete.svg +5 -0
- package/assets/web/images/findbarButton-next.svg +3 -4
- package/assets/web/images/findbarButton-previous.svg +3 -4
- package/assets/web/images/gv-toolbarButton-download.svg +3 -0
- package/assets/web/images/gv-toolbarButton-openinapp.svg +11 -0
- package/assets/web/images/secondaryToolbarButton-documentProperties.svg +3 -15
- package/assets/web/images/secondaryToolbarButton-firstPage.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-handTool.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-lastPage.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-rotateCcw.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-rotateCw.svg +3 -4
- package/assets/web/images/secondaryToolbarButton-scrollHorizontal.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-scrollPage.svg +3 -0
- package/assets/web/images/secondaryToolbarButton-scrollVertical.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-scrollWrapped.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-selectTool.svg +3 -4
- package/assets/web/images/secondaryToolbarButton-spreadEven.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-spreadNone.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-spreadOdd.svg +3 -1
- package/assets/web/images/toolbarButton-bookmark.svg +3 -1
- package/assets/web/images/toolbarButton-currentOutlineItem.svg +3 -1
- package/assets/web/images/toolbarButton-download.svg +4 -4
- package/assets/web/images/toolbarButton-editorFreeText.svg +3 -0
- package/assets/web/images/toolbarButton-editorInk.svg +4 -0
- package/assets/web/images/toolbarButton-editorStamp.svg +8 -0
- package/assets/web/images/toolbarButton-menuArrow.svg +3 -1
- package/assets/web/images/toolbarButton-openFile.svg +3 -4
- package/assets/web/images/toolbarButton-pageDown.svg +3 -7
- package/assets/web/images/toolbarButton-pageUp.svg +3 -12
- package/assets/web/images/toolbarButton-presentationMode.svg +3 -1
- package/assets/web/images/toolbarButton-print.svg +3 -4
- package/assets/web/images/toolbarButton-search.svg +3 -4
- package/assets/web/images/toolbarButton-secondaryToolbarToggle.svg +3 -4
- package/assets/web/images/toolbarButton-sidebarToggle.svg +3 -4
- package/assets/web/images/toolbarButton-viewAttachments.svg +3 -1
- package/assets/web/images/toolbarButton-viewLayers.svg +3 -1
- package/assets/web/images/toolbarButton-viewOutline.svg +3 -1
- package/assets/web/images/toolbarButton-viewThumbnail.svg +3 -4
- package/assets/web/images/toolbarButton-zoomIn.svg +3 -4
- package/assets/web/images/toolbarButton-zoomOut.svg +3 -4
- package/assets/web/locale/ach/viewer.ftl +225 -0
- package/assets/web/locale/af/viewer.ftl +212 -0
- package/assets/web/locale/an/viewer.ftl +257 -0
- package/assets/web/locale/ar/viewer.ftl +264 -0
- package/assets/web/locale/ast/viewer.ftl +201 -0
- package/assets/web/locale/az/viewer.ftl +257 -0
- package/assets/web/locale/be/viewer.ftl +351 -0
- package/assets/web/locale/bg/viewer.ftl +247 -0
- package/assets/web/locale/bn/viewer.ftl +247 -0
- package/assets/web/locale/bo/viewer.ftl +247 -0
- package/assets/web/locale/br/viewer.ftl +261 -0
- package/assets/web/locale/brx/viewer.ftl +218 -0
- package/assets/web/locale/bs/viewer.ftl +223 -0
- package/assets/web/locale/ca/viewer.ftl +299 -0
- package/assets/web/locale/cak/viewer.ftl +291 -0
- package/assets/web/locale/ckb/viewer.ftl +242 -0
- package/assets/web/locale/cs/viewer.ftl +353 -0
- package/assets/web/locale/cy/viewer.ftl +359 -0
- package/assets/web/locale/da/viewer.ftl +349 -0
- package/assets/web/locale/de/viewer.ftl +349 -0
- package/assets/web/locale/dsb/viewer.ftl +355 -0
- package/assets/web/locale/el/viewer.ftl +351 -0
- package/assets/web/locale/en-CA/viewer.ftl +311 -0
- package/assets/web/locale/en-GB/viewer.ftl +351 -0
- package/assets/web/locale/en-US/viewer.ftl +377 -0
- package/assets/web/locale/eo/viewer.ftl +349 -0
- package/assets/web/locale/es-AR/viewer.ftl +349 -0
- package/assets/web/locale/es-CL/viewer.ftl +351 -0
- package/assets/web/locale/es-ES/viewer.ftl +349 -0
- package/assets/web/locale/es-MX/viewer.ftl +299 -0
- package/assets/web/locale/et/viewer.ftl +268 -0
- package/assets/web/locale/eu/viewer.ftl +349 -0
- package/assets/web/locale/fa/viewer.ftl +246 -0
- package/assets/web/locale/ff/viewer.ftl +247 -0
- package/assets/web/locale/fi/viewer.ftl +351 -0
- package/assets/web/locale/fr/viewer.ftl +347 -0
- package/assets/web/locale/fur/viewer.ftl +349 -0
- package/assets/web/locale/fy-NL/viewer.ftl +349 -0
- package/assets/web/locale/ga-IE/viewer.ftl +213 -0
- package/assets/web/locale/gd/viewer.ftl +299 -0
- package/assets/web/locale/gl/viewer.ftl +347 -0
- package/assets/web/locale/gn/viewer.ftl +351 -0
- package/assets/web/locale/gu-IN/viewer.ftl +247 -0
- package/assets/web/locale/he/viewer.ftl +351 -0
- package/assets/web/locale/hi-IN/viewer.ftl +253 -0
- package/assets/web/locale/hr/viewer.ftl +279 -0
- package/assets/web/locale/hsb/viewer.ftl +355 -0
- package/assets/web/locale/hu/viewer.ftl +349 -0
- package/assets/web/locale/hy-AM/viewer.ftl +251 -0
- package/assets/web/locale/hye/viewer.ftl +268 -0
- package/assets/web/locale/ia/viewer.ftl +351 -0
- package/assets/web/locale/id/viewer.ftl +293 -0
- package/assets/web/locale/is/viewer.ftl +351 -0
- package/assets/web/locale/it/viewer.ftl +356 -0
- package/assets/web/locale/ja/viewer.ftl +349 -0
- package/assets/web/locale/ka/viewer.ftl +349 -0
- package/assets/web/locale/kab/viewer.ftl +325 -0
- package/assets/web/locale/kk/viewer.ftl +351 -0
- package/assets/web/locale/km/viewer.ftl +223 -0
- package/assets/web/locale/kn/viewer.ftl +213 -0
- package/assets/web/locale/ko/viewer.ftl +343 -0
- package/assets/web/locale/lij/viewer.ftl +247 -0
- package/assets/web/locale/lo/viewer.ftl +299 -0
- package/assets/web/locale/locale.json +1 -0
- package/assets/web/locale/lt/viewer.ftl +268 -0
- package/assets/web/locale/ltg/viewer.ftl +246 -0
- package/assets/web/locale/lv/viewer.ftl +247 -0
- package/assets/web/locale/meh/viewer.ftl +87 -0
- package/assets/web/locale/mk/viewer.ftl +215 -0
- package/assets/web/locale/mr/viewer.ftl +239 -0
- package/assets/web/locale/ms/viewer.ftl +247 -0
- package/assets/web/locale/my/viewer.ftl +206 -0
- package/assets/web/locale/nb-NO/viewer.ftl +351 -0
- package/assets/web/locale/ne-NP/viewer.ftl +234 -0
- package/assets/web/locale/nl/viewer.ftl +349 -0
- package/assets/web/locale/nn-NO/viewer.ftl +341 -0
- package/assets/web/locale/oc/viewer.ftl +318 -0
- package/assets/web/locale/pa-IN/viewer.ftl +349 -0
- package/assets/web/locale/pl/viewer.ftl +351 -0
- package/assets/web/locale/pt-BR/viewer.ftl +351 -0
- package/assets/web/locale/pt-PT/viewer.ftl +349 -0
- package/assets/web/locale/rm/viewer.ftl +349 -0
- package/assets/web/locale/ro/viewer.ftl +251 -0
- package/assets/web/locale/ru/viewer.ftl +353 -0
- package/assets/web/locale/sat/viewer.ftl +311 -0
- package/assets/web/locale/sc/viewer.ftl +290 -0
- package/assets/web/locale/scn/viewer.ftl +74 -0
- package/assets/web/locale/sco/viewer.ftl +264 -0
- package/assets/web/locale/si/viewer.ftl +253 -0
- package/assets/web/locale/sk/viewer.ftl +355 -0
- package/assets/web/locale/skr/viewer.ftl +305 -0
- package/assets/web/locale/sl/viewer.ftl +353 -0
- package/assets/web/locale/son/viewer.ftl +206 -0
- package/assets/web/locale/sq/viewer.ftl +340 -0
- package/assets/web/locale/sr/viewer.ftl +299 -0
- package/assets/web/locale/sv-SE/viewer.ftl +351 -0
- package/assets/web/locale/szl/viewer.ftl +257 -0
- package/assets/web/locale/ta/viewer.ftl +223 -0
- package/assets/web/locale/te/viewer.ftl +239 -0
- package/assets/web/locale/tg/viewer.ftl +349 -0
- package/assets/web/locale/th/viewer.ftl +341 -0
- package/assets/web/locale/tl/viewer.ftl +257 -0
- package/assets/web/locale/tr/viewer.ftl +351 -0
- package/assets/web/locale/trs/viewer.ftl +197 -0
- package/assets/web/locale/uk/viewer.ftl +351 -0
- package/assets/web/locale/ur/viewer.ftl +248 -0
- package/assets/web/locale/uz/viewer.ftl +187 -0
- package/assets/web/locale/vi/viewer.ftl +343 -0
- package/assets/web/locale/wo/viewer.ftl +127 -0
- package/assets/web/locale/xh/viewer.ftl +212 -0
- package/assets/web/locale/zh-CN/viewer.ftl +341 -0
- package/assets/web/locale/zh-TW/viewer.ftl +343 -0
- package/assets/web/standard_fonts/FoxitDingbats.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixed.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixedBold.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixedBoldItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixedItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerif.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerifBold.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerifBoldItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerifItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSymbol.pfb +0 -0
- package/assets/web/standard_fonts/LICENSE_FOXIT +27 -0
- package/assets/web/standard_fonts/LICENSE_LIBERATION +102 -0
- package/assets/web/standard_fonts/LiberationSans-Bold.ttf +0 -0
- package/assets/web/standard_fonts/LiberationSans-BoldItalic.ttf +0 -0
- package/assets/web/standard_fonts/LiberationSans-Italic.ttf +0 -0
- package/assets/web/standard_fonts/LiberationSans-Regular.ttf +0 -0
- package/assets/web/viewer.css +3138 -1922
- package/assets/web/viewer.html +301 -220
- package/assets/web/viewer.mjs +15009 -0
- package/assets/web/viewer.mjs.map +1 -0
- package/package.json +6 -3
- package/assets/build/pdf.js +0 -14827
- package/assets/build/pdf.js.map +0 -1
- package/assets/build/pdf.worker.js +0 -65293
- package/assets/build/pdf.worker.js.map +0 -1
- package/assets/web/custom.css +0 -0
- package/assets/web/debugger.js +0 -614
- package/assets/web/images/grab.cur +0 -0
- package/assets/web/images/grabbing.cur +0 -0
- package/assets/web/images/loading-dark.svg +0 -24
- package/assets/web/images/shadow.png +0 -0
- package/assets/web/locale/ach/viewer.properties +0 -205
- package/assets/web/locale/af/viewer.properties +0 -182
- package/assets/web/locale/an/viewer.properties +0 -250
- package/assets/web/locale/ar/viewer.properties +0 -250
- package/assets/web/locale/ast/viewer.properties +0 -140
- package/assets/web/locale/az/viewer.properties +0 -250
- package/assets/web/locale/be/viewer.properties +0 -252
- package/assets/web/locale/bg/viewer.properties +0 -240
- package/assets/web/locale/bn/viewer.properties +0 -244
- package/assets/web/locale/bo/viewer.properties +0 -243
- package/assets/web/locale/br/viewer.properties +0 -248
- package/assets/web/locale/brx/viewer.properties +0 -209
- package/assets/web/locale/bs/viewer.properties +0 -199
- package/assets/web/locale/ca/viewer.properties +0 -252
- package/assets/web/locale/cak/viewer.properties +0 -252
- package/assets/web/locale/ckb/viewer.properties +0 -240
- package/assets/web/locale/cs/viewer.properties +0 -252
- package/assets/web/locale/cy/viewer.properties +0 -252
- package/assets/web/locale/da/viewer.properties +0 -252
- package/assets/web/locale/de/viewer.properties +0 -252
- package/assets/web/locale/dsb/viewer.properties +0 -252
- package/assets/web/locale/el/viewer.properties +0 -252
- package/assets/web/locale/en-CA/viewer.properties +0 -252
- package/assets/web/locale/en-GB/viewer.properties +0 -252
- package/assets/web/locale/en-US/viewer.properties +0 -248
- package/assets/web/locale/eo/viewer.properties +0 -252
- package/assets/web/locale/es-AR/viewer.properties +0 -252
- package/assets/web/locale/es-CL/viewer.properties +0 -252
- package/assets/web/locale/es-ES/viewer.properties +0 -252
- package/assets/web/locale/es-MX/viewer.properties +0 -250
- package/assets/web/locale/et/viewer.properties +0 -244
- package/assets/web/locale/eu/viewer.properties +0 -252
- package/assets/web/locale/fa/viewer.properties +0 -221
- package/assets/web/locale/ff/viewer.properties +0 -240
- package/assets/web/locale/fi/viewer.properties +0 -252
- package/assets/web/locale/fr/viewer.properties +0 -252
- package/assets/web/locale/fy-NL/viewer.properties +0 -252
- package/assets/web/locale/ga-IE/viewer.properties +0 -182
- package/assets/web/locale/gd/viewer.properties +0 -244
- package/assets/web/locale/gl/viewer.properties +0 -252
- package/assets/web/locale/gn/viewer.properties +0 -252
- package/assets/web/locale/gu-IN/viewer.properties +0 -240
- package/assets/web/locale/he/viewer.properties +0 -252
- package/assets/web/locale/hi-IN/viewer.properties +0 -242
- package/assets/web/locale/hr/viewer.properties +0 -252
- package/assets/web/locale/hsb/viewer.properties +0 -252
- package/assets/web/locale/hu/viewer.properties +0 -252
- package/assets/web/locale/hy-AM/viewer.properties +0 -246
- package/assets/web/locale/hye/viewer.properties +0 -252
- package/assets/web/locale/ia/viewer.properties +0 -252
- package/assets/web/locale/id/viewer.properties +0 -252
- package/assets/web/locale/is/viewer.properties +0 -237
- package/assets/web/locale/it/viewer.properties +0 -196
- package/assets/web/locale/ja/viewer.properties +0 -252
- package/assets/web/locale/ka/viewer.properties +0 -252
- package/assets/web/locale/kab/viewer.properties +0 -252
- package/assets/web/locale/kk/viewer.properties +0 -252
- package/assets/web/locale/km/viewer.properties +0 -215
- package/assets/web/locale/kn/viewer.properties +0 -191
- package/assets/web/locale/ko/viewer.properties +0 -252
- package/assets/web/locale/lij/viewer.properties +0 -240
- package/assets/web/locale/lo/viewer.properties +0 -151
- package/assets/web/locale/locale.properties +0 -315
- package/assets/web/locale/lt/viewer.properties +0 -252
- package/assets/web/locale/ltg/viewer.properties +0 -218
- package/assets/web/locale/lv/viewer.properties +0 -240
- package/assets/web/locale/meh/viewer.properties +0 -111
- package/assets/web/locale/mk/viewer.properties +0 -143
- package/assets/web/locale/mr/viewer.properties +0 -236
- package/assets/web/locale/ms/viewer.properties +0 -240
- package/assets/web/locale/my/viewer.properties +0 -196
- package/assets/web/locale/nb-NO/viewer.properties +0 -252
- package/assets/web/locale/ne-NP/viewer.properties +0 -182
- package/assets/web/locale/nl/viewer.properties +0 -252
- package/assets/web/locale/nn-NO/viewer.properties +0 -252
- package/assets/web/locale/oc/viewer.properties +0 -252
- package/assets/web/locale/pa-IN/viewer.properties +0 -252
- package/assets/web/locale/pl/viewer.properties +0 -252
- package/assets/web/locale/pt-BR/viewer.properties +0 -252
- package/assets/web/locale/pt-PT/viewer.properties +0 -252
- package/assets/web/locale/rm/viewer.properties +0 -252
- package/assets/web/locale/ro/viewer.properties +0 -246
- package/assets/web/locale/ru/viewer.properties +0 -252
- package/assets/web/locale/scn/viewer.properties +0 -101
- package/assets/web/locale/si/viewer.properties +0 -206
- package/assets/web/locale/sk/viewer.properties +0 -252
- package/assets/web/locale/sl/viewer.properties +0 -252
- package/assets/web/locale/son/viewer.properties +0 -178
- package/assets/web/locale/sq/viewer.properties +0 -243
- package/assets/web/locale/sr/viewer.properties +0 -252
- package/assets/web/locale/sv-SE/viewer.properties +0 -253
- package/assets/web/locale/szl/viewer.properties +0 -250
- package/assets/web/locale/ta/viewer.properties +0 -199
- package/assets/web/locale/te/viewer.properties +0 -224
- package/assets/web/locale/th/viewer.properties +0 -252
- package/assets/web/locale/tl/viewer.properties +0 -250
- package/assets/web/locale/tr/viewer.properties +0 -252
- package/assets/web/locale/trs/viewer.properties +0 -212
- package/assets/web/locale/uk/viewer.properties +0 -252
- package/assets/web/locale/ur/viewer.properties +0 -240
- package/assets/web/locale/uz/viewer.properties +0 -167
- package/assets/web/locale/vi/viewer.properties +0 -252
- package/assets/web/locale/wo/viewer.properties +0 -123
- package/assets/web/locale/xh/viewer.properties +0 -182
- package/assets/web/locale/zh-CN/viewer.properties +0 -252
- package/assets/web/locale/zh-TW/viewer.properties +0 -252
- package/assets/web/viewer.js +0 -15117
- package/assets/web/viewer.js.map +0 -1
|
@@ -1,205 +0,0 @@
|
|
|
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=Pot buk mukato
|
|
17
|
-
previous_label=Mukato
|
|
18
|
-
next.title=Pot buk malubo
|
|
19
|
-
next_label=Malubo
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Pot buk
|
|
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=pi {{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}} me {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=Jwik Matidi
|
|
32
|
-
zoom_out_label=Jwik Matidi
|
|
33
|
-
zoom_in.title=Kwot Madit
|
|
34
|
-
zoom_in_label=Kwot Madit
|
|
35
|
-
zoom.title=Kwoti
|
|
36
|
-
presentation_mode.title=Lokke i kit me tyer
|
|
37
|
-
presentation_mode_label=Kit me tyer
|
|
38
|
-
open_file.title=Yab Pwail
|
|
39
|
-
open_file_label=Yab
|
|
40
|
-
print.title=Go
|
|
41
|
-
print_label=Go
|
|
42
|
-
download.title=Gam
|
|
43
|
-
download_label=Gam
|
|
44
|
-
bookmark.title=Neno ma kombedi (lok onyo yab i dirica manyen)
|
|
45
|
-
bookmark_label=Neno ma kombedi
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Gintic
|
|
49
|
-
tools_label=Gintic
|
|
50
|
-
first_page.title=Cit i pot buk mukwongo
|
|
51
|
-
first_page.label=Cit i pot buk mukwongo
|
|
52
|
-
first_page_label=Cit i pot buk mukwongo
|
|
53
|
-
last_page.title=Cit i pot buk magiko
|
|
54
|
-
last_page.label=Cit i pot buk magiko
|
|
55
|
-
last_page_label=Cit i pot buk magiko
|
|
56
|
-
page_rotate_cw.title=Wire i tung lacuc
|
|
57
|
-
page_rotate_cw.label=Wire i tung lacuc
|
|
58
|
-
page_rotate_cw_label=Wire i tung lacuc
|
|
59
|
-
page_rotate_ccw.title=Wire i tung lacam
|
|
60
|
-
page_rotate_ccw.label=Wire i tung lacam
|
|
61
|
-
page_rotate_ccw_label=Wire i tung lacam
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Cak gitic me yero coc
|
|
64
|
-
cursor_text_select_tool_label=Gitic me yero coc
|
|
65
|
-
cursor_hand_tool.title=Cak gitic me cing
|
|
66
|
-
cursor_hand_tool_label=Gitic cing
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
# Document properties dialog box
|
|
71
|
-
document_properties.title=Jami me gin acoya…
|
|
72
|
-
document_properties_label=Jami me gin acoya…
|
|
73
|
-
document_properties_file_name=Nying pwail:
|
|
74
|
-
document_properties_file_size=Dit pa pwail:
|
|
75
|
-
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
|
76
|
-
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
|
77
|
-
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
|
|
78
|
-
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
|
79
|
-
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
|
80
|
-
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
|
|
81
|
-
document_properties_title=Wiye:
|
|
82
|
-
document_properties_author=Ngat mucoyo:
|
|
83
|
-
document_properties_subject=Subjek:
|
|
84
|
-
document_properties_keywords=Lok mapire tek:
|
|
85
|
-
document_properties_creation_date=Nino dwe me cwec:
|
|
86
|
-
document_properties_modification_date=Nino dwe me yub:
|
|
87
|
-
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
|
88
|
-
# will be replaced by the creation/modification date, and time, of the PDF file.
|
|
89
|
-
document_properties_date_string={{date}}, {{time}}
|
|
90
|
-
document_properties_creator=Lacwec:
|
|
91
|
-
document_properties_producer=Layub PDF:
|
|
92
|
-
document_properties_version=Kit PDF:
|
|
93
|
-
document_properties_page_count=Kwan me pot buk:
|
|
94
|
-
document_properties_page_size=Dit pa potbuk:
|
|
95
|
-
document_properties_page_size_unit_inches=i
|
|
96
|
-
document_properties_page_size_unit_millimeters=mm
|
|
97
|
-
document_properties_page_size_orientation_portrait=atir
|
|
98
|
-
document_properties_page_size_orientation_landscape=arii
|
|
99
|
-
document_properties_page_size_name_a3=A3
|
|
100
|
-
document_properties_page_size_name_a4=A4
|
|
101
|
-
document_properties_page_size_name_letter=Waraga
|
|
102
|
-
document_properties_page_size_name_legal=Cik
|
|
103
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
|
104
|
-
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
|
105
|
-
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
|
106
|
-
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
|
107
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
|
108
|
-
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
|
109
|
-
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
|
110
|
-
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
|
111
|
-
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
|
112
|
-
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
|
113
|
-
document_properties_linearized_yes=Eyo
|
|
114
|
-
document_properties_linearized_no=Pe
|
|
115
|
-
document_properties_close=Lor
|
|
116
|
-
|
|
117
|
-
print_progress_message=Yubo coc me agoya…
|
|
118
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
119
|
-
# a numerical per cent value.
|
|
120
|
-
print_progress_percent={{progress}}%
|
|
121
|
-
print_progress_close=Juki
|
|
122
|
-
|
|
123
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
124
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
125
|
-
# tooltips)
|
|
126
|
-
toggle_sidebar.title=Lok gintic ma inget
|
|
127
|
-
toggle_sidebar_notification.title=Lok lanyut me nget (wiyewiye tye i gin acoya/attachments)
|
|
128
|
-
toggle_sidebar_label=Lok gintic ma inget
|
|
129
|
-
document_outline.title=Nyut Wiyewiye me Gin acoya (dii-kiryo me yaro/kano jami weng)
|
|
130
|
-
document_outline_label=Pek pa gin acoya
|
|
131
|
-
attachments.title=Nyut twec
|
|
132
|
-
attachments_label=Twec
|
|
133
|
-
thumbs.title=Nyut cal
|
|
134
|
-
thumbs_label=Cal
|
|
135
|
-
findbar.title=Nong iye gin acoya
|
|
136
|
-
findbar_label=Nong
|
|
137
|
-
|
|
138
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
139
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
140
|
-
# number.
|
|
141
|
-
thumb_page_title=Pot buk {{page}}
|
|
142
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
143
|
-
# number.
|
|
144
|
-
thumb_page_canvas=Cal me pot buk {{page}}
|
|
145
|
-
|
|
146
|
-
# Find panel button title and messages
|
|
147
|
-
find_input.title=Nong
|
|
148
|
-
find_input.placeholder=Nong i dokumen…
|
|
149
|
-
find_previous.title=Nong timme pa lok mukato
|
|
150
|
-
find_previous_label=Mukato
|
|
151
|
-
find_next.title=Nong timme pa lok malubo
|
|
152
|
-
find_next_label=Malubo
|
|
153
|
-
find_highlight=Wer weng
|
|
154
|
-
find_match_case_label=Lok marwate
|
|
155
|
-
find_reached_top=Oo iwi gin acoya, omede ki i tere
|
|
156
|
-
find_reached_bottom=Oo i agiki me gin acoya, omede ki iwiye
|
|
157
|
-
find_not_found=Lok pe ononge
|
|
158
|
-
|
|
159
|
-
# Error panel labels
|
|
160
|
-
error_more_info=Ngec Mukene
|
|
161
|
-
error_less_info=Ngec Manok
|
|
162
|
-
error_close=Lor
|
|
163
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
164
|
-
# replaced by the PDF.JS version and build ID.
|
|
165
|
-
error_version_info=PDF.js v{{version}} (build: {{build}})
|
|
166
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
167
|
-
# english string describing the error.
|
|
168
|
-
error_message=Kwena: {{message}}
|
|
169
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
170
|
-
# trace.
|
|
171
|
-
error_stack=Can kikore {{stack}}
|
|
172
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
173
|
-
error_file=Pwail: {{file}}
|
|
174
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
175
|
-
error_line=Rek: {{line}}
|
|
176
|
-
rendering_error=Bal otime i kare me nyuto pot buk.
|
|
177
|
-
|
|
178
|
-
# Predefined zoom values
|
|
179
|
-
page_scale_width=Lac me iye pot buk
|
|
180
|
-
page_scale_fit=Porre me pot buk
|
|
181
|
-
page_scale_auto=Kwot pire kene
|
|
182
|
-
page_scale_actual=Dite kikome
|
|
183
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
184
|
-
# numerical scale value.
|
|
185
|
-
page_scale_percent={{scale}}%
|
|
186
|
-
|
|
187
|
-
# Loading indicator messages
|
|
188
|
-
loading_error=Bal otime kun cano PDF.
|
|
189
|
-
invalid_file_error=Pwail me PDF ma pe atir onyo obale woko.
|
|
190
|
-
missing_file_error=Pwail me PDF tye ka rem.
|
|
191
|
-
unexpected_response_error=Lagam mape kigeno pa lapok tic.
|
|
192
|
-
|
|
193
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
194
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
195
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
196
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
197
|
-
text_annotation_type.alt=[{{type}} Lok angea manok]
|
|
198
|
-
password_label=Ket mung me donyo me yabo pwail me PDF man.
|
|
199
|
-
password_invalid=Mung me donyo pe atir. Tim ber i tem doki.
|
|
200
|
-
password_ok=OK
|
|
201
|
-
password_cancel=Juki
|
|
202
|
-
|
|
203
|
-
printing_not_supported=Ciko: Layeny ma pe teno goyo liweng.
|
|
204
|
-
printing_not_ready=Ciko: PDF pe ocane weng me agoya.
|
|
205
|
-
web_fonts_disabled=Kijuko dit pa coc me kakube woko: pe romo tic ki dit pa coc me PDF ma kiketo i kine.
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
# Copyright 2012 Mozilla Foundation
|
|
2
|
-
#
|
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
# you may not use this file except in compliance with the License.
|
|
5
|
-
# You may obtain a copy of the License at
|
|
6
|
-
#
|
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
#
|
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
# See the License for the specific language governing permissions and
|
|
13
|
-
# limitations under the License.
|
|
14
|
-
|
|
15
|
-
# Main toolbar buttons (tooltips and alt text for images)
|
|
16
|
-
previous.title=Vorige bladsy
|
|
17
|
-
previous_label=Vorige
|
|
18
|
-
next.title=Volgende bladsy
|
|
19
|
-
next_label=Volgende
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Bladsy
|
|
23
|
-
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
|
24
|
-
# representing the total number of pages in the document.
|
|
25
|
-
of_pages=van {{pagesCount}}
|
|
26
|
-
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
|
|
27
|
-
# will be replaced by a number representing the currently visible page,
|
|
28
|
-
# respectively a number representing the total number of pages in the document.
|
|
29
|
-
page_of_pages=({{pageNumber}} van {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=Zoem uit
|
|
32
|
-
zoom_out_label=Zoem uit
|
|
33
|
-
zoom_in.title=Zoem in
|
|
34
|
-
zoom_in_label=Zoem in
|
|
35
|
-
zoom.title=Zoem
|
|
36
|
-
presentation_mode.title=Wissel na voorleggingsmodus
|
|
37
|
-
presentation_mode_label=Voorleggingsmodus
|
|
38
|
-
open_file.title=Open lêer
|
|
39
|
-
open_file_label=Open
|
|
40
|
-
print.title=Druk
|
|
41
|
-
print_label=Druk
|
|
42
|
-
download.title=Laai af
|
|
43
|
-
download_label=Laai af
|
|
44
|
-
bookmark.title=Huidige aansig (kopieer of open in nuwe venster)
|
|
45
|
-
bookmark_label=Huidige aansig
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Nutsgoed
|
|
49
|
-
tools_label=Nutsgoed
|
|
50
|
-
first_page.title=Gaan na eerste bladsy
|
|
51
|
-
first_page.label=Gaan na eerste bladsy
|
|
52
|
-
first_page_label=Gaan na eerste bladsy
|
|
53
|
-
last_page.title=Gaan na laaste bladsy
|
|
54
|
-
last_page.label=Gaan na laaste bladsy
|
|
55
|
-
last_page_label=Gaan na laaste bladsy
|
|
56
|
-
page_rotate_cw.title=Roteer kloksgewys
|
|
57
|
-
page_rotate_cw.label=Roteer kloksgewys
|
|
58
|
-
page_rotate_cw_label=Roteer kloksgewys
|
|
59
|
-
page_rotate_ccw.title=Roteer anti-kloksgewys
|
|
60
|
-
page_rotate_ccw.label=Roteer anti-kloksgewys
|
|
61
|
-
page_rotate_ccw_label=Roteer anti-kloksgewys
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Aktiveer gereedskap om teks te merk
|
|
64
|
-
cursor_text_select_tool_label=Teksmerkgereedskap
|
|
65
|
-
cursor_hand_tool.title=Aktiveer handjie
|
|
66
|
-
cursor_hand_tool_label=Handjie
|
|
67
|
-
|
|
68
|
-
# Document properties dialog box
|
|
69
|
-
document_properties.title=Dokumenteienskappe…
|
|
70
|
-
document_properties_label=Dokumenteienskappe…
|
|
71
|
-
document_properties_file_name=Lêernaam:
|
|
72
|
-
document_properties_file_size=Lêergrootte:
|
|
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}} kG ({{size_b}} grepe)
|
|
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}} MG ({{size_b}} grepe)
|
|
79
|
-
document_properties_title=Titel:
|
|
80
|
-
document_properties_author=Outeur:
|
|
81
|
-
document_properties_subject=Onderwerp:
|
|
82
|
-
document_properties_keywords=Sleutelwoorde:
|
|
83
|
-
document_properties_creation_date=Skeppingsdatum:
|
|
84
|
-
document_properties_modification_date=Wysigingsdatum:
|
|
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=Skepper:
|
|
89
|
-
document_properties_producer=PDF-vervaardiger:
|
|
90
|
-
document_properties_version=PDF-weergawe:
|
|
91
|
-
document_properties_page_count=Aantal bladsye:
|
|
92
|
-
document_properties_close=Sluit
|
|
93
|
-
|
|
94
|
-
print_progress_message=Berei tans dokument voor om te druk…
|
|
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=Kanselleer
|
|
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=Sypaneel aan/af
|
|
104
|
-
toggle_sidebar_notification.title=Sypaneel aan/af (dokument bevat skema/aanhegsels)
|
|
105
|
-
toggle_sidebar_label=Sypaneel aan/af
|
|
106
|
-
document_outline.title=Wys dokumentskema (dubbelklik om alle items oop/toe te vou)
|
|
107
|
-
document_outline_label=Dokumentoorsig
|
|
108
|
-
attachments.title=Wys aanhegsels
|
|
109
|
-
attachments_label=Aanhegsels
|
|
110
|
-
thumbs.title=Wys duimnaels
|
|
111
|
-
thumbs_label=Duimnaels
|
|
112
|
-
findbar.title=Soek in dokument
|
|
113
|
-
findbar_label=Vind
|
|
114
|
-
|
|
115
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
116
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
117
|
-
# number.
|
|
118
|
-
thumb_page_title=Bladsy {{page}}
|
|
119
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
120
|
-
# number.
|
|
121
|
-
thumb_page_canvas=Duimnael van bladsy {{page}}
|
|
122
|
-
|
|
123
|
-
# Find panel button title and messages
|
|
124
|
-
find_input.title=Vind
|
|
125
|
-
find_input.placeholder=Soek in dokument…
|
|
126
|
-
find_previous.title=Vind die vorige voorkoms van die frase
|
|
127
|
-
find_previous_label=Vorige
|
|
128
|
-
find_next.title=Vind die volgende voorkoms van die frase
|
|
129
|
-
find_next_label=Volgende
|
|
130
|
-
find_highlight=Verlig almal
|
|
131
|
-
find_match_case_label=Kassensitief
|
|
132
|
-
find_reached_top=Bokant van dokument is bereik; gaan voort van onder af
|
|
133
|
-
find_reached_bottom=Einde van dokument is bereik; gaan voort van bo af
|
|
134
|
-
find_not_found=Frase nie gevind nie
|
|
135
|
-
|
|
136
|
-
# Error panel labels
|
|
137
|
-
error_more_info=Meer inligting
|
|
138
|
-
error_less_info=Minder inligting
|
|
139
|
-
error_close=Sluit
|
|
140
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
141
|
-
# replaced by the PDF.JS version and build ID.
|
|
142
|
-
error_version_info=PDF.js v{{version}} (ID: {{build}})
|
|
143
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
144
|
-
# english string describing the error.
|
|
145
|
-
error_message=Boodskap: {{message}}
|
|
146
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
147
|
-
# trace.
|
|
148
|
-
error_stack=Stapel: {{stack}}
|
|
149
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
150
|
-
error_file=Lêer: {{file}}
|
|
151
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
152
|
-
error_line=Lyn: {{line}}
|
|
153
|
-
rendering_error='n Fout het voorgekom toe die bladsy weergegee is.
|
|
154
|
-
|
|
155
|
-
# Predefined zoom values
|
|
156
|
-
page_scale_width=Bladsywydte
|
|
157
|
-
page_scale_fit=Pas bladsy
|
|
158
|
-
page_scale_auto=Outomatiese zoem
|
|
159
|
-
page_scale_actual=Werklike grootte
|
|
160
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
161
|
-
# numerical scale value.
|
|
162
|
-
page_scale_percent={{scale}}%
|
|
163
|
-
|
|
164
|
-
# Loading indicator messages
|
|
165
|
-
loading_error='n Fout het voorgekom met die laai van die PDF.
|
|
166
|
-
invalid_file_error=Ongeldige of korrupte PDF-lêer.
|
|
167
|
-
missing_file_error=PDF-lêer is weg.
|
|
168
|
-
unexpected_response_error=Onverwagse antwoord van bediener.
|
|
169
|
-
|
|
170
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
171
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
172
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
173
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
174
|
-
text_annotation_type.alt=[{{type}}-annotasie]
|
|
175
|
-
password_label=Gee die wagwoord om dié PDF-lêer mee te open.
|
|
176
|
-
password_invalid=Ongeldige wagwoord. Probeer gerus weer.
|
|
177
|
-
password_ok=OK
|
|
178
|
-
password_cancel=Kanselleer
|
|
179
|
-
|
|
180
|
-
printing_not_supported=Waarskuwing: Dié blaaier ondersteun nie drukwerk ten volle nie.
|
|
181
|
-
printing_not_ready=Waarskuwing: Die PDF is nog nie volledig gelaai vir drukwerk nie.
|
|
182
|
-
web_fonts_disabled=Webfonte is gedeaktiveer: kan nie PDF-fonte wat ingebed is, gebruik nie.
|
|
@@ -1,250 +0,0 @@
|
|
|
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=Pachina anterior
|
|
17
|
-
previous_label=Anterior
|
|
18
|
-
next.title=Pachina siguient
|
|
19
|
-
next_label=Siguient
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Pachina
|
|
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=de {{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}} de {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=Achiquir
|
|
32
|
-
zoom_out_label=Achiquir
|
|
33
|
-
zoom_in.title=Agrandir
|
|
34
|
-
zoom_in_label=Agrandir
|
|
35
|
-
zoom.title=Grandaria
|
|
36
|
-
presentation_mode.title=Cambear t'o modo de presentación
|
|
37
|
-
presentation_mode_label=Modo de presentación
|
|
38
|
-
open_file.title=Ubrir o fichero
|
|
39
|
-
open_file_label=Ubrir
|
|
40
|
-
print.title=Imprentar
|
|
41
|
-
print_label=Imprentar
|
|
42
|
-
download.title=Descargar
|
|
43
|
-
download_label=Descargar
|
|
44
|
-
bookmark.title=Vista actual (copiar u ubrir en una nueva finestra)
|
|
45
|
-
bookmark_label=Vista actual
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Ferramientas
|
|
49
|
-
tools_label=Ferramientas
|
|
50
|
-
first_page.title=Ir ta la primer pachina
|
|
51
|
-
first_page.label=Ir ta la primer pachina
|
|
52
|
-
first_page_label=Ir ta la primer pachina
|
|
53
|
-
last_page.title=Ir ta la zaguer pachina
|
|
54
|
-
last_page.label=Ir ta la zaguera pachina
|
|
55
|
-
last_page_label=Ir ta la zaguer pachina
|
|
56
|
-
page_rotate_cw.title=Chirar enta la dreita
|
|
57
|
-
page_rotate_cw.label=Chirar enta la dreita
|
|
58
|
-
page_rotate_cw_label=Chira enta la dreita
|
|
59
|
-
page_rotate_ccw.title=Chirar enta la zurda
|
|
60
|
-
page_rotate_ccw.label=Chirar en sentiu antihorario
|
|
61
|
-
page_rotate_ccw_label=Chirar enta la zurda
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Activar la ferramienta de selección de texto
|
|
64
|
-
cursor_text_select_tool_label=Ferramienta de selección de texto
|
|
65
|
-
cursor_hand_tool.title=Activar la ferramienta man
|
|
66
|
-
cursor_hand_tool_label=Ferramienta man
|
|
67
|
-
|
|
68
|
-
scroll_vertical.title=Usar lo desplazamiento vertical
|
|
69
|
-
scroll_vertical_label=Desplazamiento vertical
|
|
70
|
-
scroll_horizontal.title=Usar lo desplazamiento horizontal
|
|
71
|
-
scroll_horizontal_label=Desplazamiento horizontal
|
|
72
|
-
scroll_wrapped.title=Activaar lo desplazamiento contino
|
|
73
|
-
scroll_wrapped_label=Desplazamiento contino
|
|
74
|
-
|
|
75
|
-
spread_none.title=No unir vistas de pachinas
|
|
76
|
-
spread_none_label=Una pachina nomás
|
|
77
|
-
spread_odd.title=Mostrar vista de pachinas, con as impars a la zurda
|
|
78
|
-
spread_odd_label=Doble pachina, impar a la zurda
|
|
79
|
-
spread_even.title=Amostrar vista de pachinas, con as pars a la zurda
|
|
80
|
-
spread_even_label=Doble pachina, para a la zurda
|
|
81
|
-
|
|
82
|
-
# Document properties dialog box
|
|
83
|
-
document_properties.title=Propiedatz d'o documento...
|
|
84
|
-
document_properties_label=Propiedatz d'o documento...
|
|
85
|
-
document_properties_file_name=Nombre de fichero:
|
|
86
|
-
document_properties_file_size=Grandaria d'o fichero:
|
|
87
|
-
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
|
88
|
-
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
|
89
|
-
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
|
|
90
|
-
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
|
91
|
-
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
|
92
|
-
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
|
|
93
|
-
document_properties_title=Titol:
|
|
94
|
-
document_properties_author=Autor:
|
|
95
|
-
document_properties_subject=Afer:
|
|
96
|
-
document_properties_keywords=Parolas clau:
|
|
97
|
-
document_properties_creation_date=Calendata de creyación:
|
|
98
|
-
document_properties_modification_date=Calendata de modificación:
|
|
99
|
-
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
|
100
|
-
# will be replaced by the creation/modification date, and time, of the PDF file.
|
|
101
|
-
document_properties_date_string={{date}}, {{time}}
|
|
102
|
-
document_properties_creator=Creyador:
|
|
103
|
-
document_properties_producer=Creyador de PDF:
|
|
104
|
-
document_properties_version=Versión de PDF:
|
|
105
|
-
document_properties_page_count=Numero de pachinas:
|
|
106
|
-
document_properties_page_size=Mida de pachina:
|
|
107
|
-
document_properties_page_size_unit_inches=pulgadas
|
|
108
|
-
document_properties_page_size_unit_millimeters=mm
|
|
109
|
-
document_properties_page_size_orientation_portrait=vertical
|
|
110
|
-
document_properties_page_size_orientation_landscape=horizontal
|
|
111
|
-
document_properties_page_size_name_a3=A3
|
|
112
|
-
document_properties_page_size_name_a4=A4
|
|
113
|
-
document_properties_page_size_name_letter=Carta
|
|
114
|
-
document_properties_page_size_name_legal=Legal
|
|
115
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
|
116
|
-
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
|
117
|
-
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
|
118
|
-
document_properties_page_size_dimension_string={{width}} x {{height}} {{unit}} {{orientation}}
|
|
119
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
|
120
|
-
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
|
121
|
-
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
|
122
|
-
document_properties_page_size_dimension_name_string={{width}} x {{height}} {{unit}} {{name}}, {{orientation}}
|
|
123
|
-
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
|
124
|
-
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
|
125
|
-
document_properties_linearized=Vista web rapida:
|
|
126
|
-
document_properties_linearized_yes=Sí
|
|
127
|
-
document_properties_linearized_no=No
|
|
128
|
-
document_properties_close=Zarrar
|
|
129
|
-
|
|
130
|
-
print_progress_message=Se ye preparando la documentación pa imprentar…
|
|
131
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
132
|
-
# a numerical per cent value.
|
|
133
|
-
print_progress_percent={{progress}}%
|
|
134
|
-
print_progress_close=Cancelar
|
|
135
|
-
|
|
136
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
137
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
138
|
-
# tooltips)
|
|
139
|
-
toggle_sidebar.title=Amostrar u amagar a barra lateral
|
|
140
|
-
toggle_sidebar_notification.title=Cambiar barra lateral (lo documento contiene esquema/adchuntos)
|
|
141
|
-
toggle_sidebar_notification2.title=Cambiar barra lateral (lo documento contiene esquema/adchuntos/capas)
|
|
142
|
-
toggle_sidebar_label=Amostrar a barra lateral
|
|
143
|
-
document_outline.title=Amostrar esquema d'o documento (fer doble clic pa expandir/compactar totz los items)
|
|
144
|
-
document_outline_label=Esquema d'o documento
|
|
145
|
-
attachments.title=Amostrar os adchuntos
|
|
146
|
-
attachments_label=Adchuntos
|
|
147
|
-
layers.title=Amostrar capas (doble clic para reiniciar totas las capas a lo estau per defecto)
|
|
148
|
-
layers_label=Capas
|
|
149
|
-
thumbs.title=Amostrar as miniaturas
|
|
150
|
-
thumbs_label=Miniaturas
|
|
151
|
-
findbar.title=Trobar en o documento
|
|
152
|
-
findbar_label=Trobar
|
|
153
|
-
|
|
154
|
-
additional_layers=Capas adicionals
|
|
155
|
-
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
|
156
|
-
page_canvas=Pachina {{page}}
|
|
157
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
158
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
159
|
-
# number.
|
|
160
|
-
thumb_page_title=Pachina {{page}}
|
|
161
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
162
|
-
# number.
|
|
163
|
-
thumb_page_canvas=Miniatura d'a pachina {{page}}
|
|
164
|
-
|
|
165
|
-
# Find panel button title and messages
|
|
166
|
-
find_input.title=Trobar
|
|
167
|
-
find_input.placeholder=Trobar en o documento…
|
|
168
|
-
find_previous.title=Trobar l'anterior coincidencia d'a frase
|
|
169
|
-
find_previous_label=Anterior
|
|
170
|
-
find_next.title=Trobar a siguient coincidencia d'a frase
|
|
171
|
-
find_next_label=Siguient
|
|
172
|
-
find_highlight=Resaltar-lo tot
|
|
173
|
-
find_match_case_label=Coincidencia de mayusclas/minusclas
|
|
174
|
-
find_entire_word_label=Parolas completas
|
|
175
|
-
find_reached_top=S'ha plegau a l'inicio d'o documento, se contina dende baixo
|
|
176
|
-
find_reached_bottom=S'ha plegau a la fin d'o documento, se contina dende alto
|
|
177
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
178
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
179
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
180
|
-
# index of the currently active find result, respectively a number representing
|
|
181
|
-
# the total number of matches in the document.
|
|
182
|
-
find_match_count={[ plural(total) ]}
|
|
183
|
-
find_match_count[one]={{current}} de {{total}} coincidencia
|
|
184
|
-
find_match_count[two]={{current}} de {{total}} coincidencias
|
|
185
|
-
find_match_count[few]={{current}} de {{total}} coincidencias
|
|
186
|
-
find_match_count[many]={{current}} de {{total}} coincidencias
|
|
187
|
-
find_match_count[other]={{current}} de {{total}} coincidencias
|
|
188
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
189
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
190
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
191
|
-
find_match_count_limit={[ plural(limit) ]}
|
|
192
|
-
find_match_count_limit[zero]=Mas de {{limit}} coincidencias
|
|
193
|
-
find_match_count_limit[one]=Mas de {{limit}} coincidencias
|
|
194
|
-
find_match_count_limit[two]=Mas que {{limit}} coincidencias
|
|
195
|
-
find_match_count_limit[few]=Mas que {{limit}} coincidencias
|
|
196
|
-
find_match_count_limit[many]=Mas que {{limit}} coincidencias
|
|
197
|
-
find_match_count_limit[other]=Mas que {{limit}} coincidencias
|
|
198
|
-
find_not_found=No s'ha trobau a frase
|
|
199
|
-
|
|
200
|
-
# Error panel labels
|
|
201
|
-
error_more_info=Mas información
|
|
202
|
-
error_less_info=Menos información
|
|
203
|
-
error_close=Zarrar
|
|
204
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
205
|
-
# replaced by the PDF.JS version and build ID.
|
|
206
|
-
error_version_info=PDF.js v{{version}} (build: {{build}})
|
|
207
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
208
|
-
# english string describing the error.
|
|
209
|
-
error_message=Mensache: {{message}}
|
|
210
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
211
|
-
# trace.
|
|
212
|
-
error_stack=Pila: {{stack}}
|
|
213
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
214
|
-
error_file=Fichero: {{file}}
|
|
215
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
216
|
-
error_line=Linia: {{line}}
|
|
217
|
-
rendering_error=Ha ocurriu una error en renderizar a pachina.
|
|
218
|
-
|
|
219
|
-
# Predefined zoom values
|
|
220
|
-
page_scale_width=Amplaria d'a pachina
|
|
221
|
-
page_scale_fit=Achuste d'a pachina
|
|
222
|
-
page_scale_auto=Grandaria automatica
|
|
223
|
-
page_scale_actual=Grandaria actual
|
|
224
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
225
|
-
# numerical scale value.
|
|
226
|
-
page_scale_percent={{scale}}%
|
|
227
|
-
|
|
228
|
-
# Loading indicator messages
|
|
229
|
-
loading_error=S'ha produciu una error en cargar o PDF.
|
|
230
|
-
invalid_file_error=O PDF no ye valido u ye estorbau.
|
|
231
|
-
missing_file_error=No i ha fichero PDF.
|
|
232
|
-
unexpected_response_error=Respuesta a lo servicio inasperada.
|
|
233
|
-
|
|
234
|
-
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
|
235
|
-
# replaced by the modification date, and time, of the annotation.
|
|
236
|
-
annotation_date_string={{date}}, {{time}}
|
|
237
|
-
|
|
238
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
239
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
240
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
241
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
242
|
-
text_annotation_type.alt=[Anotación {{type}}]
|
|
243
|
-
password_label=Introduzca a clau ta ubrir iste fichero PDF.
|
|
244
|
-
password_invalid=Clau invalida. Torna a intentar-lo.
|
|
245
|
-
password_ok=Acceptar
|
|
246
|
-
password_cancel=Cancelar
|
|
247
|
-
|
|
248
|
-
printing_not_supported=Pare cuenta: Iste navegador no maneya totalment as impresions.
|
|
249
|
-
printing_not_ready=Aviso: Encara no se ha cargau completament o PDF ta imprentar-lo.
|
|
250
|
-
web_fonts_disabled=As fuents web son desactivadas: no se puet incrustar fichers PDF.
|