@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,248 +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=Pajenn a-raok
|
|
17
|
-
previous_label=A-raok
|
|
18
|
-
next.title=Pajenn war-lerc'h
|
|
19
|
-
next_label=War-lerc'h
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Pajenn
|
|
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=eus {{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}} war {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=Zoum bihanaat
|
|
32
|
-
zoom_out_label=Zoum bihanaat
|
|
33
|
-
zoom_in.title=Zoum brasaat
|
|
34
|
-
zoom_in_label=Zoum brasaat
|
|
35
|
-
zoom.title=Zoum
|
|
36
|
-
presentation_mode.title=Trec'haoliñ etrezek ar mod kinnigadenn
|
|
37
|
-
presentation_mode_label=Mod kinnigadenn
|
|
38
|
-
open_file.title=Digeriñ ur restr
|
|
39
|
-
open_file_label=Digeriñ ur restr
|
|
40
|
-
print.title=Moullañ
|
|
41
|
-
print_label=Moullañ
|
|
42
|
-
download.title=Pellgargañ
|
|
43
|
-
download_label=Pellgargañ
|
|
44
|
-
bookmark.title=Gwel bremanel (eilañ pe zigeriñ e-barzh ur prenestr nevez)
|
|
45
|
-
bookmark_label=Gwel bremanel
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Ostilhoù
|
|
49
|
-
tools_label=Ostilhoù
|
|
50
|
-
first_page.title=Mont d'ar bajenn gentañ
|
|
51
|
-
first_page.label=Mont d'ar bajenn gentañ
|
|
52
|
-
first_page_label=Mont d'ar bajenn gentañ
|
|
53
|
-
last_page.title=Mont d'ar bajenn diwezhañ
|
|
54
|
-
last_page.label=Mont d'ar bajenn diwezhañ
|
|
55
|
-
last_page_label=Mont d'ar bajenn diwezhañ
|
|
56
|
-
page_rotate_cw.title=C'hwelañ gant roud ar bizied
|
|
57
|
-
page_rotate_cw.label=C'hwelañ gant roud ar bizied
|
|
58
|
-
page_rotate_cw_label=C'hwelañ gant roud ar bizied
|
|
59
|
-
page_rotate_ccw.title=C'hwelañ gant roud gin ar bizied
|
|
60
|
-
page_rotate_ccw.label=C'hwelañ gant roud gin ar bizied
|
|
61
|
-
page_rotate_ccw_label=C'hwelañ gant roud gin ar bizied
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Gweredekaat an ostilh diuzañ testenn
|
|
64
|
-
cursor_text_select_tool_label=Ostilh diuzañ testenn
|
|
65
|
-
cursor_hand_tool.title=Gweredekaat an ostilh dorn
|
|
66
|
-
cursor_hand_tool_label=Ostilh dorn
|
|
67
|
-
|
|
68
|
-
scroll_vertical.title=Arverañ an dibunañ a-blom
|
|
69
|
-
scroll_vertical_label=Dibunañ a-serzh
|
|
70
|
-
scroll_horizontal.title=Arverañ an dibunañ a-blaen
|
|
71
|
-
scroll_horizontal_label=Dibunañ a-blaen
|
|
72
|
-
scroll_wrapped.title=Arverañ an dibunañ paket
|
|
73
|
-
scroll_wrapped_label=Dibunañ paket
|
|
74
|
-
|
|
75
|
-
spread_none.title=Chom hep stagañ ar skignadurioù
|
|
76
|
-
spread_none_label=Skignadenn ebet
|
|
77
|
-
spread_odd.title=Lakaat ar pajennadoù en ur gregiñ gant ar pajennoù ampar
|
|
78
|
-
spread_odd_label=Pajennoù ampar
|
|
79
|
-
spread_even.title=Lakaat ar pajennadoù en ur gregiñ gant ar pajennoù par
|
|
80
|
-
spread_even_label=Pajennoù par
|
|
81
|
-
|
|
82
|
-
# Document properties dialog box
|
|
83
|
-
document_properties.title=Perzhioù an teul…
|
|
84
|
-
document_properties_label=Perzhioù an teul…
|
|
85
|
-
document_properties_file_name=Anv restr:
|
|
86
|
-
document_properties_file_size=Ment ar restr:
|
|
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}} Ke ({{size_b}} eizhbit)
|
|
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}} Me ({{size_b}} eizhbit)
|
|
93
|
-
document_properties_title=Titl:
|
|
94
|
-
document_properties_author=Aozer:
|
|
95
|
-
document_properties_subject=Danvez:
|
|
96
|
-
document_properties_keywords=Gerioù-alc'hwez:
|
|
97
|
-
document_properties_creation_date=Deiziad krouiñ:
|
|
98
|
-
document_properties_modification_date=Deiziad kemmañ:
|
|
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=Krouer:
|
|
103
|
-
document_properties_producer=Kenderc'her PDF:
|
|
104
|
-
document_properties_version=Handelv PDF:
|
|
105
|
-
document_properties_page_count=Niver a bajennoù:
|
|
106
|
-
document_properties_page_size=Ment ar bajenn:
|
|
107
|
-
document_properties_page_size_unit_inches=in
|
|
108
|
-
document_properties_page_size_unit_millimeters=mm
|
|
109
|
-
document_properties_page_size_orientation_portrait=poltred
|
|
110
|
-
document_properties_page_size_orientation_landscape=gweledva
|
|
111
|
-
document_properties_page_size_name_a3=A3
|
|
112
|
-
document_properties_page_size_name_a4=A4
|
|
113
|
-
document_properties_page_size_name_letter=Lizher
|
|
114
|
-
document_properties_page_size_name_legal=Lezennel
|
|
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}} × {{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}} × {{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=Gwel Web Herrek:
|
|
126
|
-
document_properties_linearized_yes=Ya
|
|
127
|
-
document_properties_linearized_no=Ket
|
|
128
|
-
document_properties_close=Serriñ
|
|
129
|
-
|
|
130
|
-
print_progress_message=O prientiñ an teul evit moullañ...
|
|
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=Nullañ
|
|
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=Diskouez/kuzhat ar varrenn gostez
|
|
140
|
-
toggle_sidebar_notification.title=Trec'haoliñ ar verrenn-gostez (ur steuñv pe stagadennoù a zo en teul)
|
|
141
|
-
toggle_sidebar_notification2.title=Trec'haoliñ ar varrenn-gostez (ur steuñv pe stagadennoù a zo en teul)
|
|
142
|
-
toggle_sidebar_label=Diskouez/kuzhat ar varrenn gostez
|
|
143
|
-
document_outline.title=Diskouez steuñv an teul (daouglikit evit brasaat/bihanaat an holl elfennoù)
|
|
144
|
-
document_outline_label=Sinedoù an teuliad
|
|
145
|
-
attachments.title=Diskouez ar c'henstagadurioù
|
|
146
|
-
attachments_label=Kenstagadurioù
|
|
147
|
-
layers_label=Gwiskadoù
|
|
148
|
-
thumbs.title=Diskouez ar melvennoù
|
|
149
|
-
thumbs_label=Melvennoù
|
|
150
|
-
findbar.title=Klask e-barzh an teuliad
|
|
151
|
-
findbar_label=Klask
|
|
152
|
-
|
|
153
|
-
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
|
154
|
-
page_canvas=Pajenn {{page}}
|
|
155
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
156
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
157
|
-
# number.
|
|
158
|
-
thumb_page_title=Pajenn {{page}}
|
|
159
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
160
|
-
# number.
|
|
161
|
-
thumb_page_canvas=Melvenn ar bajenn {{page}}
|
|
162
|
-
|
|
163
|
-
# Find panel button title and messages
|
|
164
|
-
find_input.title=Klask
|
|
165
|
-
find_input.placeholder=Klask e-barzh an teuliad
|
|
166
|
-
find_previous.title=Kavout an tamm frazenn kent o klotañ ganti
|
|
167
|
-
find_previous_label=Kent
|
|
168
|
-
find_next.title=Kavout an tamm frazenn war-lerc'h o klotañ ganti
|
|
169
|
-
find_next_label=War-lerc'h
|
|
170
|
-
find_highlight=Usskediñ pep tra
|
|
171
|
-
find_match_case_label=Teurel evezh ouzh ar pennlizherennoù
|
|
172
|
-
find_entire_word_label=Gerioù a-bezh
|
|
173
|
-
find_reached_top=Tizhet eo bet derou ar bajenn, kenderc'hel diouzh an diaz
|
|
174
|
-
find_reached_bottom=Tizhet eo bet dibenn ar bajenn, kenderc'hel diouzh ar c'hrec'h
|
|
175
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
176
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
177
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
178
|
-
# index of the currently active find result, respectively a number representing
|
|
179
|
-
# the total number of matches in the document.
|
|
180
|
-
find_match_count={[ plural(total) ]}
|
|
181
|
-
find_match_count[one]=Klotadenn {{current}} war {{total}}
|
|
182
|
-
find_match_count[two]=Klotadenn {{current}} war {{total}}
|
|
183
|
-
find_match_count[few]=Klotadenn {{current}} war {{total}}
|
|
184
|
-
find_match_count[many]=Klotadenn {{current}} war {{total}}
|
|
185
|
-
find_match_count[other]=Klotadenn {{current}} war {{total}}
|
|
186
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
187
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
188
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
189
|
-
find_match_count_limit={[ plural(limit) ]}
|
|
190
|
-
find_match_count_limit[zero]=Muioc'h eget {{limit}} a glotadennoù
|
|
191
|
-
find_match_count_limit[one]=Muioc'h eget {{limit}} a glotadennoù
|
|
192
|
-
find_match_count_limit[two]=Muioc'h eget {{limit}} a glotadennoù
|
|
193
|
-
find_match_count_limit[few]=Muioc'h eget {{limit}} a glotadennoù
|
|
194
|
-
find_match_count_limit[many]=Muioc'h eget {{limit}} a glotadennoù
|
|
195
|
-
find_match_count_limit[other]=Muioc'h eget {{limit}} a glotadennoù
|
|
196
|
-
find_not_found=N'haller ket kavout ar frazenn
|
|
197
|
-
|
|
198
|
-
# Error panel labels
|
|
199
|
-
error_more_info=Muioc'h a ditouroù
|
|
200
|
-
error_less_info=Nebeutoc'h a ditouroù
|
|
201
|
-
error_close=Serriñ
|
|
202
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
203
|
-
# replaced by the PDF.JS version and build ID.
|
|
204
|
-
error_version_info=PDF.js handelv {{version}} (kempunadur: {{build}})
|
|
205
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
206
|
-
# english string describing the error.
|
|
207
|
-
error_message=Kemennadenn: {{message}}
|
|
208
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
209
|
-
# trace.
|
|
210
|
-
error_stack=Torn: {{stack}}
|
|
211
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
212
|
-
error_file=Restr: {{file}}
|
|
213
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
214
|
-
error_line=Linenn: {{line}}
|
|
215
|
-
rendering_error=Degouezhet ez eus bet ur fazi e-pad skrammañ ar bajennad.
|
|
216
|
-
|
|
217
|
-
# Predefined zoom values
|
|
218
|
-
page_scale_width=Led ar bajenn
|
|
219
|
-
page_scale_fit=Pajenn a-bezh
|
|
220
|
-
page_scale_auto=Zoum emgefreek
|
|
221
|
-
page_scale_actual=Ment wir
|
|
222
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
223
|
-
# numerical scale value.
|
|
224
|
-
page_scale_percent={{scale}}%
|
|
225
|
-
|
|
226
|
-
# Loading indicator messages
|
|
227
|
-
loading_error=Degouezhet ez eus bet ur fazi e-pad kargañ ar PDF.
|
|
228
|
-
invalid_file_error=Restr PDF didalvoudek pe kontronet.
|
|
229
|
-
missing_file_error=Restr PDF o vankout.
|
|
230
|
-
unexpected_response_error=Respont dic'hortoz a-berzh an dafariad
|
|
231
|
-
|
|
232
|
-
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
|
233
|
-
# replaced by the modification date, and time, of the annotation.
|
|
234
|
-
annotation_date_string={{date}}, {{time}}
|
|
235
|
-
|
|
236
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
237
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
238
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
239
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
240
|
-
text_annotation_type.alt=[{{type}} Notennañ]
|
|
241
|
-
password_label=Enankit ar ger-tremen evit digeriñ ar restr PDF-mañ.
|
|
242
|
-
password_invalid=Ger-tremen didalvoudek. Klaskit en-dro mar plij.
|
|
243
|
-
password_ok=Mat eo
|
|
244
|
-
password_cancel=Nullañ
|
|
245
|
-
|
|
246
|
-
printing_not_supported=Kemenn: N'eo ket skoret penn-da-benn ar moullañ gant ar merdeer-mañ.
|
|
247
|
-
printing_not_ready=Kemenn: N'hall ket bezañ moullet ar restr PDF rak n'eo ket karget penn-da-benn.
|
|
248
|
-
web_fonts_disabled=Diweredekaet eo an nodrezhoù web: n'haller ket arverañ an nodrezhoù PDF enframmet.
|
|
@@ -1,209 +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=आगोलनि बिलाइ
|
|
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
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
# Document properties dialog box
|
|
67
|
-
document_properties.title=फोरमान बिलाइनि आखुथाय...
|
|
68
|
-
document_properties_label=फोरमान बिलाइनि आखुथाय...
|
|
69
|
-
document_properties_file_name=फाइलनि मुं:
|
|
70
|
-
document_properties_file_size=फाइलनि महर:
|
|
71
|
-
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
|
72
|
-
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
|
73
|
-
document_properties_kb={{size_kb}} KB ({{size_b}} बाइट)
|
|
74
|
-
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
|
75
|
-
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
|
76
|
-
document_properties_mb={{size_mb}} MB ({{size_b}} बाइट)
|
|
77
|
-
document_properties_title=बिमुं:
|
|
78
|
-
document_properties_author=लिरगिरि:
|
|
79
|
-
document_properties_subject=आयदा:
|
|
80
|
-
document_properties_keywords=गाहाय सोदोब:
|
|
81
|
-
document_properties_creation_date=सोरजिनाय अक्ट':
|
|
82
|
-
document_properties_modification_date=सुद्रायनाय अक्ट':
|
|
83
|
-
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
|
84
|
-
# will be replaced by the creation/modification date, and time, of the PDF file.
|
|
85
|
-
document_properties_date_string={{date}}, {{time}}
|
|
86
|
-
document_properties_creator=सोरजिग्रा:
|
|
87
|
-
document_properties_producer=PDF दिहुनग्रा:
|
|
88
|
-
document_properties_version=PDF बिसान:
|
|
89
|
-
document_properties_page_count=बिलाइनि हिसाब:
|
|
90
|
-
document_properties_page_size_unit_inches=in
|
|
91
|
-
document_properties_page_size_unit_millimeters=mm
|
|
92
|
-
document_properties_page_size_orientation_portrait=प'र्ट्रेट
|
|
93
|
-
document_properties_page_size_orientation_landscape=लेण्डस्केप
|
|
94
|
-
document_properties_page_size_name_a3=A3
|
|
95
|
-
document_properties_page_size_name_a4=A4
|
|
96
|
-
document_properties_page_size_name_letter=लायजाम
|
|
97
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
|
98
|
-
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
|
99
|
-
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
|
100
|
-
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
|
101
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
|
102
|
-
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
|
103
|
-
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
|
104
|
-
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
|
105
|
-
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
|
106
|
-
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
|
107
|
-
document_properties_linearized_yes=नंगौ
|
|
108
|
-
document_properties_linearized_no=नङा
|
|
109
|
-
document_properties_close=बन्द खालाम
|
|
110
|
-
|
|
111
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
112
|
-
# a numerical per cent value.
|
|
113
|
-
print_progress_percent={{progress}}%
|
|
114
|
-
print_progress_close=नेवसि
|
|
115
|
-
|
|
116
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
117
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
118
|
-
# tooltips)
|
|
119
|
-
toggle_sidebar.title=टग्गल साइडबार
|
|
120
|
-
toggle_sidebar_label=टग्गल साइडबार
|
|
121
|
-
document_outline_label=फोरमान बिलाइ सिमा हांखो
|
|
122
|
-
attachments.title=नांजाब होनायखौ दिन्थि
|
|
123
|
-
attachments_label=नांजाब होनाय
|
|
124
|
-
thumbs.title=थामनेइलखौ दिन्थि
|
|
125
|
-
thumbs_label=थामनेइल
|
|
126
|
-
findbar.title=फोरमान बिलाइआव नागिरना दिहुन
|
|
127
|
-
findbar_label=नायगिरना दिहुन
|
|
128
|
-
|
|
129
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
130
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
131
|
-
# number.
|
|
132
|
-
thumb_page_title=बिलाइ {{page}}
|
|
133
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
134
|
-
# number.
|
|
135
|
-
thumb_page_canvas=बिलाइ {{page}} नि थामनेइल
|
|
136
|
-
|
|
137
|
-
# Find panel button title and messages
|
|
138
|
-
find_input.title=नायगिरना दिहुन
|
|
139
|
-
find_input.placeholder=फोरमान बिलाइआव नागिरना दिहुन...
|
|
140
|
-
find_previous.title=बाथ्रा खोन्दोबनि सिगांनि नुजाथिनायखौ नागिर
|
|
141
|
-
find_previous_label=आगोलनि
|
|
142
|
-
find_next.title=बाथ्रा खोन्दोबनि उननि नुजाथिनायखौ नागिर
|
|
143
|
-
find_next_label=उननि
|
|
144
|
-
find_highlight=गासैखौबो हाइलाइट खालाम
|
|
145
|
-
find_match_case_label=गोरोबनाय केस
|
|
146
|
-
find_reached_top=थालो निफ्राय जागायनानै फोरमान बिलाइनि बिजौआव सौहैबाय
|
|
147
|
-
find_reached_bottom=बिजौ निफ्राय जागायनानै फोरमान बिलाइनि बिजौआव सौहैबाय
|
|
148
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
149
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
150
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
151
|
-
# index of the currently active find result, respectively a number representing
|
|
152
|
-
# the total number of matches in the document.
|
|
153
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
154
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
155
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
156
|
-
find_match_count_limit={[ plural(limit) ]}
|
|
157
|
-
find_not_found=बाथ्रा खोन्दोब मोनाखै
|
|
158
|
-
|
|
159
|
-
# Error panel labels
|
|
160
|
-
error_more_info=गोबां फोरमायथिहोग्रा
|
|
161
|
-
error_less_info=खम फोरमायथिहोग्रा
|
|
162
|
-
error_close=बन्द खालाम
|
|
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=खौरां: {{message}}
|
|
169
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
170
|
-
# trace.
|
|
171
|
-
error_stack=स्टेक: {{stack}}
|
|
172
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
173
|
-
error_file=फाइल: {{file}}
|
|
174
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
175
|
-
error_line=सारि: {{line}}
|
|
176
|
-
rendering_error=बिलाइखौ राव सोलायनाय समाव मोनसे गोरोन्थि जादों।
|
|
177
|
-
|
|
178
|
-
# Predefined zoom values
|
|
179
|
-
page_scale_width=बिलाइनि गुवार
|
|
180
|
-
page_scale_fit=बिलाइ गोरोबनाय
|
|
181
|
-
page_scale_auto=गावनोगाव जुम
|
|
182
|
-
page_scale_actual=थार महर
|
|
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=PDF ल'ड खालामनाय समाव मोनसे गोरोन्थि जाबाय।
|
|
189
|
-
invalid_file_error=बाहायजायै एबा गाज्रि जानाय PDF फाइल
|
|
190
|
-
missing_file_error=गोमानाय PDF फाइल
|
|
191
|
-
unexpected_response_error=मिजिंथियै सार्भार फिननाय।
|
|
192
|
-
|
|
193
|
-
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
|
194
|
-
# replaced by the modification date, and time, of the annotation.
|
|
195
|
-
annotation_date_string={{date}}, {{time}}
|
|
196
|
-
|
|
197
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
198
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
199
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
200
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
201
|
-
text_annotation_type.alt=[{{type}} सोदोब बेखेवनाय]
|
|
202
|
-
password_label=बे PDF फाइलखौ खेवनो पासवार्ड हाबहो।
|
|
203
|
-
password_invalid=बाहायजायै पासवार्ड। अननानै फिन नाजा।
|
|
204
|
-
password_ok=OK
|
|
205
|
-
password_cancel=नेवसि
|
|
206
|
-
|
|
207
|
-
printing_not_supported=सांग्रांथि: साफायनाया बे ब्राउजारजों आबुङै हेफाजाब होजाया।
|
|
208
|
-
printing_not_ready=सांग्रांथि: PDF खौ साफायनायनि थाखाय फुरायै ल'ड खालामाखै।
|
|
209
|
-
web_fonts_disabled=वेब फन्टखौ लोरबां खालामबाय: अरजाबहोनाय PDF फन्टखौ बाहायनो हायाखै।
|
|
@@ -1,199 +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=Prethodna strana
|
|
17
|
-
previous_label=Prethodna
|
|
18
|
-
next.title=Sljedeća strna
|
|
19
|
-
next_label=Sljedeća
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Strana
|
|
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=od {{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}} od {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=Umanji
|
|
32
|
-
zoom_out_label=Umanji
|
|
33
|
-
zoom_in.title=Uvećaj
|
|
34
|
-
zoom_in_label=Uvećaj
|
|
35
|
-
zoom.title=Uvećanje
|
|
36
|
-
presentation_mode.title=Prebaci se u prezentacijski režim
|
|
37
|
-
presentation_mode_label=Prezentacijski režim
|
|
38
|
-
open_file.title=Otvori fajl
|
|
39
|
-
open_file_label=Otvori
|
|
40
|
-
print.title=Štampaj
|
|
41
|
-
print_label=Štampaj
|
|
42
|
-
download.title=Preuzmi
|
|
43
|
-
download_label=Preuzmi
|
|
44
|
-
bookmark.title=Trenutni prikaz (kopiraj ili otvori u novom prozoru)
|
|
45
|
-
bookmark_label=Trenutni prikaz
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Alati
|
|
49
|
-
tools_label=Alati
|
|
50
|
-
first_page.title=Idi na prvu stranu
|
|
51
|
-
first_page.label=Idi na prvu stranu
|
|
52
|
-
first_page_label=Idi na prvu stranu
|
|
53
|
-
last_page.title=Idi na zadnju stranu
|
|
54
|
-
last_page.label=Idi na zadnju stranu
|
|
55
|
-
last_page_label=Idi na zadnju stranu
|
|
56
|
-
page_rotate_cw.title=Rotiraj u smjeru kazaljke na satu
|
|
57
|
-
page_rotate_cw.label=Rotiraj u smjeru kazaljke na satu
|
|
58
|
-
page_rotate_cw_label=Rotiraj u smjeru kazaljke na satu
|
|
59
|
-
page_rotate_ccw.title=Rotiraj suprotno smjeru kazaljke na satu
|
|
60
|
-
page_rotate_ccw.label=Rotiraj suprotno smjeru kazaljke na satu
|
|
61
|
-
page_rotate_ccw_label=Rotiraj suprotno smjeru kazaljke na satu
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Omogući alat za označavanje teksta
|
|
64
|
-
cursor_text_select_tool_label=Alat za označavanje teksta
|
|
65
|
-
cursor_hand_tool.title=Omogući ručni alat
|
|
66
|
-
cursor_hand_tool_label=Ručni alat
|
|
67
|
-
|
|
68
|
-
# Document properties dialog box
|
|
69
|
-
document_properties.title=Svojstva dokumenta...
|
|
70
|
-
document_properties_label=Svojstva dokumenta...
|
|
71
|
-
document_properties_file_name=Naziv fajla:
|
|
72
|
-
document_properties_file_size=Veličina fajla:
|
|
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}} bajta)
|
|
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}} bajta)
|
|
79
|
-
document_properties_title=Naslov:
|
|
80
|
-
document_properties_author=Autor:
|
|
81
|
-
document_properties_subject=Predmet:
|
|
82
|
-
document_properties_keywords=Ključne riječi:
|
|
83
|
-
document_properties_creation_date=Datum kreiranja:
|
|
84
|
-
document_properties_modification_date=Datum promjene:
|
|
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=Kreator:
|
|
89
|
-
document_properties_producer=PDF stvaratelj:
|
|
90
|
-
document_properties_version=PDF verzija:
|
|
91
|
-
document_properties_page_count=Broj stranica:
|
|
92
|
-
document_properties_page_size=Veličina stranice:
|
|
93
|
-
document_properties_page_size_unit_inches=u
|
|
94
|
-
document_properties_page_size_unit_millimeters=mm
|
|
95
|
-
document_properties_page_size_orientation_portrait=uspravno
|
|
96
|
-
document_properties_page_size_orientation_landscape=vodoravno
|
|
97
|
-
document_properties_page_size_name_a3=A3
|
|
98
|
-
document_properties_page_size_name_a4=A4
|
|
99
|
-
document_properties_page_size_name_letter=Pismo
|
|
100
|
-
document_properties_page_size_name_legal=Pravni
|
|
101
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
|
102
|
-
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
|
103
|
-
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
|
104
|
-
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
|
105
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
|
106
|
-
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
|
107
|
-
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
|
108
|
-
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
|
109
|
-
document_properties_close=Zatvori
|
|
110
|
-
|
|
111
|
-
print_progress_message=Pripremam dokument za štampu…
|
|
112
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
113
|
-
# a numerical per cent value.
|
|
114
|
-
print_progress_percent={{progress}}%
|
|
115
|
-
print_progress_close=Otkaži
|
|
116
|
-
|
|
117
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
118
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
119
|
-
# tooltips)
|
|
120
|
-
toggle_sidebar.title=Uključi/isključi bočnu traku
|
|
121
|
-
toggle_sidebar_notification.title=Uključi/isključi sidebar (dokument sadrži outline/priloge)
|
|
122
|
-
toggle_sidebar_label=Uključi/isključi bočnu traku
|
|
123
|
-
document_outline.title=Prikaži outline dokumenta (dvoklik za skupljanje/širenje svih stavki)
|
|
124
|
-
document_outline_label=Konture dokumenta
|
|
125
|
-
attachments.title=Prikaži priloge
|
|
126
|
-
attachments_label=Prilozi
|
|
127
|
-
thumbs.title=Prikaži thumbnailove
|
|
128
|
-
thumbs_label=Thumbnailovi
|
|
129
|
-
findbar.title=Pronađi u dokumentu
|
|
130
|
-
findbar_label=Pronađi
|
|
131
|
-
|
|
132
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
133
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
134
|
-
# number.
|
|
135
|
-
thumb_page_title=Strana {{page}}
|
|
136
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
137
|
-
# number.
|
|
138
|
-
thumb_page_canvas=Thumbnail strane {{page}}
|
|
139
|
-
|
|
140
|
-
# Find panel button title and messages
|
|
141
|
-
find_input.title=Pronađi
|
|
142
|
-
find_input.placeholder=Pronađi u dokumentu…
|
|
143
|
-
find_previous.title=Pronađi prethodno pojavljivanje fraze
|
|
144
|
-
find_previous_label=Prethodno
|
|
145
|
-
find_next.title=Pronađi sljedeće pojavljivanje fraze
|
|
146
|
-
find_next_label=Sljedeće
|
|
147
|
-
find_highlight=Označi sve
|
|
148
|
-
find_match_case_label=Osjetljivost na karaktere
|
|
149
|
-
find_reached_top=Dostigao sam vrh dokumenta, nastavljam sa dna
|
|
150
|
-
find_reached_bottom=Dostigao sam kraj dokumenta, nastavljam sa vrha
|
|
151
|
-
find_not_found=Fraza nije pronađena
|
|
152
|
-
|
|
153
|
-
# Error panel labels
|
|
154
|
-
error_more_info=Više informacija
|
|
155
|
-
error_less_info=Manje informacija
|
|
156
|
-
error_close=Zatvori
|
|
157
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
158
|
-
# replaced by the PDF.JS version and build ID.
|
|
159
|
-
error_version_info=PDF.js v{{version}} (build: {{build}})
|
|
160
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
161
|
-
# english string describing the error.
|
|
162
|
-
error_message=Poruka: {{message}}
|
|
163
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
164
|
-
# trace.
|
|
165
|
-
error_stack=Stack: {{stack}}
|
|
166
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
167
|
-
error_file=Fajl: {{file}}
|
|
168
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
169
|
-
error_line=Linija: {{line}}
|
|
170
|
-
rendering_error=Došlo je do greške prilikom renderiranja strane.
|
|
171
|
-
|
|
172
|
-
# Predefined zoom values
|
|
173
|
-
page_scale_width=Širina strane
|
|
174
|
-
page_scale_fit=Uklopi stranu
|
|
175
|
-
page_scale_auto=Automatsko uvećanje
|
|
176
|
-
page_scale_actual=Stvarna veličina
|
|
177
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
178
|
-
# numerical scale value.
|
|
179
|
-
page_scale_percent={{scale}}%
|
|
180
|
-
|
|
181
|
-
# Loading indicator messages
|
|
182
|
-
loading_error=Došlo je do greške prilikom učitavanja PDF-a.
|
|
183
|
-
invalid_file_error=Neispravan ili oštećen PDF fajl.
|
|
184
|
-
missing_file_error=Nedostaje PDF fajl.
|
|
185
|
-
unexpected_response_error=Neočekivani odgovor servera.
|
|
186
|
-
|
|
187
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
188
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
189
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
190
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
191
|
-
text_annotation_type.alt=[{{type}} pribilješka]
|
|
192
|
-
password_label=Upišite lozinku da biste otvorili ovaj PDF fajl.
|
|
193
|
-
password_invalid=Pogrešna lozinka. Pokušajte ponovo.
|
|
194
|
-
password_ok=OK
|
|
195
|
-
password_cancel=Otkaži
|
|
196
|
-
|
|
197
|
-
printing_not_supported=Upozorenje: Štampanje nije u potpunosti podržano u ovom browseru.
|
|
198
|
-
printing_not_ready=Upozorenje: PDF nije u potpunosti učitan za štampanje.
|
|
199
|
-
web_fonts_disabled=Web fontovi su onemogućeni: nemoguće koristiti ubačene PDF fontove.
|