@4tw/vue-cli-plugin-pdfjs-viewer 1.3.0 → 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 +7 -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/index.js +2 -1
- 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,236 +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
|
-
cursor_text_select_tool.title=मजकूर निवड साधन कार्यान्वयीत करा
|
|
64
|
-
cursor_text_select_tool_label=मजकूर निवड साधन
|
|
65
|
-
cursor_hand_tool.title=हात साधन कार्यान्वित करा
|
|
66
|
-
cursor_hand_tool_label=हस्त साधन
|
|
67
|
-
|
|
68
|
-
scroll_vertical.title=अनुलंब स्क्रोलिंग वापरा
|
|
69
|
-
scroll_vertical_label=अनुलंब स्क्रोलिंग
|
|
70
|
-
scroll_horizontal.title=क्षैतिज स्क्रोलिंग वापरा
|
|
71
|
-
scroll_horizontal_label=क्षैतिज स्क्रोलिंग
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
# Document properties dialog box
|
|
75
|
-
document_properties.title=दस्तऐवज गुणधर्म…
|
|
76
|
-
document_properties_label=दस्तऐवज गुणधर्म…
|
|
77
|
-
document_properties_file_name=फाइलचे नाव:
|
|
78
|
-
document_properties_file_size=फाइल आकार:
|
|
79
|
-
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
|
80
|
-
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
|
81
|
-
document_properties_kb={{size_kb}} KB ({{size_b}} बाइट्स)
|
|
82
|
-
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
|
83
|
-
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
|
84
|
-
document_properties_mb={{size_mb}} MB ({{size_b}} बाइट्स)
|
|
85
|
-
document_properties_title=शिर्षक:
|
|
86
|
-
document_properties_author=लेखक:
|
|
87
|
-
document_properties_subject=विषय:
|
|
88
|
-
document_properties_keywords=मुख्यशब्द:
|
|
89
|
-
document_properties_creation_date=निर्माण दिनांक:
|
|
90
|
-
document_properties_modification_date=दुरूस्ती दिनांक:
|
|
91
|
-
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
|
92
|
-
# will be replaced by the creation/modification date, and time, of the PDF file.
|
|
93
|
-
document_properties_date_string={{date}}, {{time}}
|
|
94
|
-
document_properties_creator=निर्माता:
|
|
95
|
-
document_properties_producer=PDF निर्माता:
|
|
96
|
-
document_properties_version=PDF आवृत्ती:
|
|
97
|
-
document_properties_page_count=पृष्ठ संख्या:
|
|
98
|
-
document_properties_page_size=पृष्ठ आकार:
|
|
99
|
-
document_properties_page_size_unit_inches=इंच
|
|
100
|
-
document_properties_page_size_unit_millimeters=मीमी
|
|
101
|
-
document_properties_page_size_orientation_portrait=उभी मांडणी
|
|
102
|
-
document_properties_page_size_orientation_landscape=आडवे
|
|
103
|
-
document_properties_page_size_name_a3=A3
|
|
104
|
-
document_properties_page_size_name_a4=A4
|
|
105
|
-
document_properties_page_size_name_letter=Letter
|
|
106
|
-
document_properties_page_size_name_legal=Legal
|
|
107
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
|
108
|
-
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
|
109
|
-
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
|
110
|
-
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
|
111
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
|
112
|
-
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
|
113
|
-
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
|
114
|
-
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
|
115
|
-
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
|
116
|
-
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
|
117
|
-
document_properties_linearized=जलद वेब दृष्य:
|
|
118
|
-
document_properties_linearized_yes=हो
|
|
119
|
-
document_properties_linearized_no=नाही
|
|
120
|
-
document_properties_close=बंद करा
|
|
121
|
-
|
|
122
|
-
print_progress_message=छपाई करीता पृष्ठ तयार करीत आहे…
|
|
123
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
124
|
-
# a numerical per cent value.
|
|
125
|
-
print_progress_percent={{progress}}%
|
|
126
|
-
print_progress_close=रद्द करा
|
|
127
|
-
|
|
128
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
129
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
130
|
-
# tooltips)
|
|
131
|
-
toggle_sidebar.title=बाजूचीपट्टी टॉगल करा
|
|
132
|
-
toggle_sidebar_notification.title=बाजूची पट्टी टॉगल करा (दस्तऐवजामध्ये रुपरेषा/जोडण्या आहेत)
|
|
133
|
-
toggle_sidebar_label=बाजूचीपट्टी टॉगल करा
|
|
134
|
-
document_outline.title=दस्तऐवज बाह्यरेखा दर्शवा (विस्तृत करण्यासाठी दोनवेळा क्लिक करा /सर्व घटक दाखवा)
|
|
135
|
-
document_outline_label=दस्तऐवज रूपरेषा
|
|
136
|
-
attachments.title=जोडपत्र दाखवा
|
|
137
|
-
attachments_label=जोडपत्र
|
|
138
|
-
thumbs.title=थंबनेल्स् दाखवा
|
|
139
|
-
thumbs_label=थंबनेल्स्
|
|
140
|
-
findbar.title=दस्तऐवजात शोधा
|
|
141
|
-
findbar_label=शोधा
|
|
142
|
-
|
|
143
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
144
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
145
|
-
# number.
|
|
146
|
-
thumb_page_title=पृष्ठ {{page}}
|
|
147
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
148
|
-
# number.
|
|
149
|
-
thumb_page_canvas=पृष्ठाचे थंबनेल {{page}}
|
|
150
|
-
|
|
151
|
-
# Find panel button title and messages
|
|
152
|
-
find_input.title=शोधा
|
|
153
|
-
find_input.placeholder=दस्तऐवजात शोधा…
|
|
154
|
-
find_previous.title=वाकप्रयोगची मागील घटना शोधा
|
|
155
|
-
find_previous_label=मागील
|
|
156
|
-
find_next.title=वाकप्रयोगची पुढील घटना शोधा
|
|
157
|
-
find_next_label=पुढील
|
|
158
|
-
find_highlight=सर्व ठळक करा
|
|
159
|
-
find_match_case_label=आकार जुळवा
|
|
160
|
-
find_entire_word_label=संपूर्ण शब्द
|
|
161
|
-
find_reached_top=दस्तऐवजाच्या शीर्षकास पोहचले, तळपासून पुढे
|
|
162
|
-
find_reached_bottom=दस्तऐवजाच्या तळाला पोहचले, शीर्षकापासून पुढे
|
|
163
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
164
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
165
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
166
|
-
# index of the currently active find result, respectively a number representing
|
|
167
|
-
# the total number of matches in the document.
|
|
168
|
-
find_match_count={[ plural(total) ]}
|
|
169
|
-
find_match_count[one]={{total}} पैकी {{current}} सुसंगत
|
|
170
|
-
find_match_count[two]={{total}} पैकी {{current}} सुसंगत
|
|
171
|
-
find_match_count[few]={{total}} पैकी {{current}} सुसंगत
|
|
172
|
-
find_match_count[many]={{total}} पैकी {{current}} सुसंगत
|
|
173
|
-
find_match_count[other]={{total}} पैकी {{current}} सुसंगत
|
|
174
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
175
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
176
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
177
|
-
find_match_count_limit={[ plural(limit) ]}
|
|
178
|
-
find_match_count_limit[zero]={{limit}} पेक्षा अधिक जुळण्या
|
|
179
|
-
find_match_count_limit[one]={{limit}} पेक्षा अधिक जुळण्या
|
|
180
|
-
find_match_count_limit[two]={{limit}} पेक्षा अधिक जुळण्या
|
|
181
|
-
find_match_count_limit[few]={{limit}} पेक्षा अधिक जुळण्या
|
|
182
|
-
find_match_count_limit[many]={{limit}} पेक्षा अधिक जुळण्या
|
|
183
|
-
find_match_count_limit[other]={{limit}} पेक्षा अधिक जुळण्या
|
|
184
|
-
find_not_found=वाकप्रयोग आढळले नाही
|
|
185
|
-
|
|
186
|
-
# Error panel labels
|
|
187
|
-
error_more_info=आणखी माहिती
|
|
188
|
-
error_less_info=कमी माहिती
|
|
189
|
-
error_close=बंद करा
|
|
190
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
191
|
-
# replaced by the PDF.JS version and build ID.
|
|
192
|
-
error_version_info=PDF.js v{{version}} (build: {{build}})
|
|
193
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
194
|
-
# english string describing the error.
|
|
195
|
-
error_message=संदेश: {{message}}
|
|
196
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
197
|
-
# trace.
|
|
198
|
-
error_stack=स्टॅक: {{stack}}
|
|
199
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
200
|
-
error_file=फाइल: {{file}}
|
|
201
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
202
|
-
error_line=रेष: {{line}}
|
|
203
|
-
rendering_error=पृष्ठ दाखवतेवेळी त्रुटी आढळली.
|
|
204
|
-
|
|
205
|
-
# Predefined zoom values
|
|
206
|
-
page_scale_width=पृष्ठाची रूंदी
|
|
207
|
-
page_scale_fit=पृष्ठ बसवा
|
|
208
|
-
page_scale_auto=स्वयं लाहन किंवा मोठे करणे
|
|
209
|
-
page_scale_actual=प्रत्यक्ष आकार
|
|
210
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
211
|
-
# numerical scale value.
|
|
212
|
-
page_scale_percent={{scale}}%
|
|
213
|
-
|
|
214
|
-
# Loading indicator messages
|
|
215
|
-
loading_error=PDF लोड करतेवेळी त्रुटी आढळली.
|
|
216
|
-
invalid_file_error=अवैध किंवा दोषीत PDF फाइल.
|
|
217
|
-
missing_file_error=न आढळणारी PDF फाइल.
|
|
218
|
-
unexpected_response_error=अनपेक्षित सर्व्हर प्रतिसाद.
|
|
219
|
-
|
|
220
|
-
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
|
221
|
-
# replaced by the modification date, and time, of the annotation.
|
|
222
|
-
annotation_date_string={{date}}, {{time}}
|
|
223
|
-
|
|
224
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
225
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
226
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
227
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
228
|
-
text_annotation_type.alt=[{{type}} टिपण्णी]
|
|
229
|
-
password_label=ही PDF फाइल उघडण्याकरिता पासवर्ड द्या.
|
|
230
|
-
password_invalid=अवैध पासवर्ड. कृपया पुन्हा प्रयत्न करा.
|
|
231
|
-
password_ok=ठीक आहे
|
|
232
|
-
password_cancel=रद्द करा
|
|
233
|
-
|
|
234
|
-
printing_not_supported=सावधानता: या ब्राउझरतर्फे छपाइ पूर्णपणे समर्थीत नाही.
|
|
235
|
-
printing_not_ready=सावधानता: छपाईकरिता PDF पूर्णतया लोड झाले नाही.
|
|
236
|
-
web_fonts_disabled=वेब टंक असमर्थीत आहेत: एम्बेडेड PDF टंक वापर अशक्य.
|
|
@@ -1,240 +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=Halaman Dahulu
|
|
17
|
-
previous_label=Dahulu
|
|
18
|
-
next.title=Halaman Berikut
|
|
19
|
-
next_label=Berikut
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Halaman
|
|
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=daripada {{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}} daripada {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=Zum Keluar
|
|
32
|
-
zoom_out_label=Zum Keluar
|
|
33
|
-
zoom_in.title=Zum Masuk
|
|
34
|
-
zoom_in_label=Zum Masuk
|
|
35
|
-
zoom.title=Zum
|
|
36
|
-
presentation_mode.title=Tukar ke Mod Persembahan
|
|
37
|
-
presentation_mode_label=Mod Persembahan
|
|
38
|
-
open_file.title=Buka Fail
|
|
39
|
-
open_file_label=Buka
|
|
40
|
-
print.title=Cetak
|
|
41
|
-
print_label=Cetak
|
|
42
|
-
download.title=Muat turun
|
|
43
|
-
download_label=Muat turun
|
|
44
|
-
bookmark.title=Paparan semasa (salin atau buka dalam tetingkap baru)
|
|
45
|
-
bookmark_label=Paparan Semasa
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Alatan
|
|
49
|
-
tools_label=Alatan
|
|
50
|
-
first_page.title=Pergi ke Halaman Pertama
|
|
51
|
-
first_page.label=Pergi ke Halaman Pertama
|
|
52
|
-
first_page_label=Pergi ke Halaman Pertama
|
|
53
|
-
last_page.title=Pergi ke Halaman Terakhir
|
|
54
|
-
last_page.label=Pergi ke Halaman Terakhir
|
|
55
|
-
last_page_label=Pergi ke Halaman Terakhir
|
|
56
|
-
page_rotate_cw.title=Berputar ikut arah Jam
|
|
57
|
-
page_rotate_cw.label=Berputar ikut arah Jam
|
|
58
|
-
page_rotate_cw_label=Berputar ikut arah Jam
|
|
59
|
-
page_rotate_ccw.title=Pusing berlawan arah jam
|
|
60
|
-
page_rotate_ccw.label=Pusing berlawan arah jam
|
|
61
|
-
page_rotate_ccw_label=Pusing berlawan arah jam
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Dayakan Alatan Pilihan Teks
|
|
64
|
-
cursor_text_select_tool_label=Alatan Pilihan Teks
|
|
65
|
-
cursor_hand_tool.title=Dayakan Alatan Tangan
|
|
66
|
-
cursor_hand_tool_label=Alatan Tangan
|
|
67
|
-
|
|
68
|
-
scroll_vertical.title=Guna Skrol Menegak
|
|
69
|
-
scroll_vertical_label=Skrol Menegak
|
|
70
|
-
scroll_horizontal.title=Guna Skrol Mengufuk
|
|
71
|
-
scroll_horizontal_label=Skrol Mengufuk
|
|
72
|
-
scroll_wrapped.title=Guna Skrol Berbalut
|
|
73
|
-
scroll_wrapped_label=Skrol Berbalut
|
|
74
|
-
|
|
75
|
-
spread_none.title=Jangan hubungkan hamparan halaman
|
|
76
|
-
spread_none_label=Tanpa Hamparan
|
|
77
|
-
spread_odd.title=Hubungkan hamparan halaman dengan halaman nombor ganjil
|
|
78
|
-
spread_odd_label=Hamparan Ganjil
|
|
79
|
-
spread_even.title=Hubungkan hamparan halaman dengan halaman nombor genap
|
|
80
|
-
spread_even_label=Hamparan Seimbang
|
|
81
|
-
|
|
82
|
-
# Document properties dialog box
|
|
83
|
-
document_properties.title=Sifat Dokumen…
|
|
84
|
-
document_properties_label=Sifat Dokumen…
|
|
85
|
-
document_properties_file_name=Nama fail:
|
|
86
|
-
document_properties_file_size=Saiz fail:
|
|
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}} bait)
|
|
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}} bait)
|
|
93
|
-
document_properties_title=Tajuk:
|
|
94
|
-
document_properties_author=Pengarang:
|
|
95
|
-
document_properties_subject=Subjek:
|
|
96
|
-
document_properties_keywords=Kata kunci:
|
|
97
|
-
document_properties_creation_date=Masa Dicipta:
|
|
98
|
-
document_properties_modification_date=Tarikh Ubahsuai:
|
|
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=Pencipta:
|
|
103
|
-
document_properties_producer=Pengeluar PDF:
|
|
104
|
-
document_properties_version=Versi PDF:
|
|
105
|
-
document_properties_page_count=Kiraan Laman:
|
|
106
|
-
document_properties_page_size=Saiz Halaman:
|
|
107
|
-
document_properties_page_size_unit_inches=dalam
|
|
108
|
-
document_properties_page_size_unit_millimeters=mm
|
|
109
|
-
document_properties_page_size_orientation_portrait=potret
|
|
110
|
-
document_properties_page_size_orientation_landscape=landskap
|
|
111
|
-
document_properties_page_size_name_a3=A3
|
|
112
|
-
document_properties_page_size_name_a4=A4
|
|
113
|
-
document_properties_page_size_name_letter=Letter
|
|
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}} × {{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=Paparan Web Pantas:
|
|
126
|
-
document_properties_linearized_yes=Ya
|
|
127
|
-
document_properties_linearized_no=Tidak
|
|
128
|
-
document_properties_close=Tutup
|
|
129
|
-
|
|
130
|
-
print_progress_message=Menyediakan dokumen untuk dicetak…
|
|
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=Batal
|
|
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=Togol Bar Sisi
|
|
140
|
-
toggle_sidebar_notification.title=Togol Sidebar (dokumen mengandungi rangka/attachments)
|
|
141
|
-
toggle_sidebar_label=Togol Bar Sisi
|
|
142
|
-
document_outline.title=Papar Rangka Dokumen (klik-dua-kali untuk kembangkan/kolaps semua item)
|
|
143
|
-
document_outline_label=Rangka Dokumen
|
|
144
|
-
attachments.title=Papar Lampiran
|
|
145
|
-
attachments_label=Lampiran
|
|
146
|
-
thumbs.title=Papar Thumbnails
|
|
147
|
-
thumbs_label=Imej kecil
|
|
148
|
-
findbar.title=Cari didalam Dokumen
|
|
149
|
-
findbar_label=Cari
|
|
150
|
-
|
|
151
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
152
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
153
|
-
# number.
|
|
154
|
-
thumb_page_title=Halaman {{page}}
|
|
155
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
156
|
-
# number.
|
|
157
|
-
thumb_page_canvas=Halaman Imej kecil {{page}}
|
|
158
|
-
|
|
159
|
-
# Find panel button title and messages
|
|
160
|
-
find_input.title=Cari
|
|
161
|
-
find_input.placeholder=Cari dalam dokumen…
|
|
162
|
-
find_previous.title=Cari teks frasa berkenaan yang terdahulu
|
|
163
|
-
find_previous_label=Dahulu
|
|
164
|
-
find_next.title=Cari teks frasa berkenaan yang berikut
|
|
165
|
-
find_next_label=Berikut
|
|
166
|
-
find_highlight=Serlahkan semua
|
|
167
|
-
find_match_case_label=Huruf sepadan
|
|
168
|
-
find_entire_word_label=Seluruh perkataan
|
|
169
|
-
find_reached_top=Mencapai teratas daripada dokumen, sambungan daripada bawah
|
|
170
|
-
find_reached_bottom=Mencapai terakhir daripada dokumen, sambungan daripada atas
|
|
171
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
172
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
173
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
174
|
-
# index of the currently active find result, respectively a number representing
|
|
175
|
-
# the total number of matches in the document.
|
|
176
|
-
find_match_count={[ plural(total) ]}
|
|
177
|
-
find_match_count[one]={{current}} daripada {{total}} padanan
|
|
178
|
-
find_match_count[two]={{current}} daripada {{total}} padanan
|
|
179
|
-
find_match_count[few]={{current}} daripada {{total}} padanan
|
|
180
|
-
find_match_count[many]={{current}} daripada {{total}} padanan
|
|
181
|
-
find_match_count[other]={{current}} daripada {{total}} padanan
|
|
182
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
183
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
184
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
185
|
-
find_match_count_limit={[ plural(limit) ]}
|
|
186
|
-
find_match_count_limit[zero]=Lebih daripada {{limit}} padanan
|
|
187
|
-
find_match_count_limit[one]=Lebih daripada {{limit}} padanan
|
|
188
|
-
find_match_count_limit[two]=Lebih daripada {{limit}} padanan
|
|
189
|
-
find_match_count_limit[few]=Lebih daripada {{limit}} padanan
|
|
190
|
-
find_match_count_limit[many]=Lebih daripada {{limit}} padanan
|
|
191
|
-
find_match_count_limit[other]=Lebih daripada {{limit}} padanan
|
|
192
|
-
find_not_found=Frasa tidak ditemui
|
|
193
|
-
|
|
194
|
-
# Error panel labels
|
|
195
|
-
error_more_info=Maklumat Lanjut
|
|
196
|
-
error_less_info=Kurang Informasi
|
|
197
|
-
error_close=Tutup
|
|
198
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
199
|
-
# replaced by the PDF.JS version and build ID.
|
|
200
|
-
error_version_info=PDF.js v{{version}} (build: {{build}})
|
|
201
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
202
|
-
# english string describing the error.
|
|
203
|
-
error_message=Mesej: {{message}}
|
|
204
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
205
|
-
# trace.
|
|
206
|
-
error_stack=Timbun: {{stack}}
|
|
207
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
208
|
-
error_file=Fail: {{file}}
|
|
209
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
210
|
-
error_line=Garis: {{line}}
|
|
211
|
-
rendering_error=Ralat berlaku ketika memberikan halaman.
|
|
212
|
-
|
|
213
|
-
# Predefined zoom values
|
|
214
|
-
page_scale_width=Lebar Halaman
|
|
215
|
-
page_scale_fit=Muat Halaman
|
|
216
|
-
page_scale_auto=Zoom Automatik
|
|
217
|
-
page_scale_actual=Saiz Sebenar
|
|
218
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
219
|
-
# numerical scale value.
|
|
220
|
-
page_scale_percent={{scale}}%
|
|
221
|
-
|
|
222
|
-
# Loading indicator messages
|
|
223
|
-
loading_error=Masalah berlaku semasa menuatkan sebuah PDF.
|
|
224
|
-
invalid_file_error=Tidak sah atau fail PDF rosak.
|
|
225
|
-
missing_file_error=Fail PDF Hilang.
|
|
226
|
-
unexpected_response_error=Respon pelayan yang tidak dijangka.
|
|
227
|
-
|
|
228
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
229
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
230
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
231
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
232
|
-
text_annotation_type.alt=[{{type}} Anotasi]
|
|
233
|
-
password_label=Masukan kata kunci untuk membuka fail PDF ini.
|
|
234
|
-
password_invalid=Kata laluan salah. Cuba lagi.
|
|
235
|
-
password_ok=OK
|
|
236
|
-
password_cancel=Batal
|
|
237
|
-
|
|
238
|
-
printing_not_supported=Amaran: Cetakan ini tidak sepenuhnya disokong oleh pelayar ini.
|
|
239
|
-
printing_not_ready=Amaran: PDF tidak sepenuhnya dimuatkan untuk dicetak.
|
|
240
|
-
web_fonts_disabled=Fon web dinyahdayakan: tidak dapat menggunakan fon terbenam PDF.
|
|
@@ -1,196 +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}} ကီလိုဘိုတ် ({{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}} bytes)
|
|
77
|
-
document_properties_title=ခေါင်းစဉ် -
|
|
78
|
-
document_properties_author=ရေးသားသူ:
|
|
79
|
-
document_properties_subject=အကြောင်းအရာ:\u0020
|
|
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
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
|
91
|
-
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
|
92
|
-
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
|
93
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
|
94
|
-
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
|
95
|
-
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
|
96
|
-
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
|
97
|
-
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
|
98
|
-
document_properties_close=ပိတ်
|
|
99
|
-
|
|
100
|
-
print_progress_message=Preparing document for printing…
|
|
101
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
102
|
-
# a numerical per cent value.
|
|
103
|
-
print_progress_percent={{progress}}%
|
|
104
|
-
print_progress_close=ပယ်ဖျက်ပါ
|
|
105
|
-
|
|
106
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
107
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
108
|
-
# tooltips)
|
|
109
|
-
toggle_sidebar.title=ဘေးတန်းဖွင့်ပိတ်
|
|
110
|
-
toggle_sidebar_notification.title=ဘေးဘားတန်းကို အဖွင့်/အပိတ် လုပ်ရန် (စာတမ်းတွင် outline/attachments ပါဝင်နိုင်သည်)
|
|
111
|
-
toggle_sidebar_label=ဖွင့်ပိတ် ဆလိုက်ဒါ
|
|
112
|
-
document_outline.title=စာတမ်းအကျဉ်းချုပ်ကို ပြပါ (စာရင်းအားလုံးကို ချုံ့/ချဲ့ရန် ကလစ်နှစ်ချက်နှိပ်ပါ)
|
|
113
|
-
document_outline_label=စာတမ်းအကျဉ်းချုပ်
|
|
114
|
-
attachments.title=တွဲချက်များ ပြပါ
|
|
115
|
-
attachments_label=တွဲထားချက်များ
|
|
116
|
-
thumbs.title=ပုံရိပ်ငယ်များကို ပြပါ
|
|
117
|
-
thumbs_label=ပုံရိပ်ငယ်များ
|
|
118
|
-
findbar.title=Find in Document
|
|
119
|
-
findbar_label=ရှာဖွေပါ
|
|
120
|
-
|
|
121
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
122
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
123
|
-
# number.
|
|
124
|
-
thumb_page_title=စာမျက်နှာ {{page}}
|
|
125
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
126
|
-
# number.
|
|
127
|
-
thumb_page_canvas=စာမျက်နှာရဲ့ ပုံရိပ်ငယ် {{page}}
|
|
128
|
-
|
|
129
|
-
# Find panel button title and messages
|
|
130
|
-
find_input.title=ရှာဖွေပါ
|
|
131
|
-
find_input.placeholder=စာတမ်းထဲတွင် ရှာဖွေရန်…
|
|
132
|
-
find_previous.title=စကားစုရဲ့ အရင် ဖြစ်ပွားမှုကို ရှာဖွေပါ
|
|
133
|
-
find_previous_label=နောက်သို့
|
|
134
|
-
find_next.title=စကားစုရဲ့ နောက်ထပ် ဖြစ်ပွားမှုကို ရှာဖွေပါ
|
|
135
|
-
find_next_label=ရှေ့သို့
|
|
136
|
-
find_highlight=အားလုံးကို မျဉ်းသားပါ
|
|
137
|
-
find_match_case_label=စာလုံး တိုက်ဆိုင်ပါ
|
|
138
|
-
find_reached_top=စာမျက်နှာထိပ် ရောက်နေပြီ၊ အဆုံးကနေ ပြန်စပါ
|
|
139
|
-
find_reached_bottom=စာမျက်နှာအဆုံး ရောက်နေပြီ၊ ထိပ်ကနေ ပြန်စပါ
|
|
140
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
141
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
142
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
143
|
-
# index of the currently active find result, respectively a number representing
|
|
144
|
-
# the total number of matches in the document.
|
|
145
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
146
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
147
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
148
|
-
find_not_found=စကားစု မတွေ့ရဘူး
|
|
149
|
-
|
|
150
|
-
# Error panel labels
|
|
151
|
-
error_more_info=နောက်ထပ်အချက်အလက်များ
|
|
152
|
-
error_less_info=အနည်းငယ်မျှသော သတင်းအချက်အလက်
|
|
153
|
-
error_close=ပိတ်
|
|
154
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
155
|
-
# replaced by the PDF.JS version and build ID.
|
|
156
|
-
error_version_info=PDF.js v{{version}} (build: {{build}})
|
|
157
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
158
|
-
# english string describing the error.
|
|
159
|
-
error_message=မက်ဆေ့ - {{message}}
|
|
160
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
161
|
-
# trace.
|
|
162
|
-
error_stack=အထပ် - {{stack}}
|
|
163
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
164
|
-
error_file=ဖိုင် {{file}}
|
|
165
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
166
|
-
error_line=လိုင်း - {{line}}
|
|
167
|
-
rendering_error=စာမျက်နှာကို ပုံဖော်နေချိန်မှာ အမှားတစ်ခုတွေ့ရပါတယ်။
|
|
168
|
-
|
|
169
|
-
# Predefined zoom values
|
|
170
|
-
page_scale_width=စာမျက်နှာ အကျယ်
|
|
171
|
-
page_scale_fit=စာမျက်နှာ ကွက်တိ
|
|
172
|
-
page_scale_auto=အလိုအလျောက် ချုံ့ချဲ့
|
|
173
|
-
page_scale_actual=အမှန်တကယ်ရှိတဲ့ အရွယ်
|
|
174
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
175
|
-
# numerical scale value.
|
|
176
|
-
page_scale_percent={{scale}}%
|
|
177
|
-
|
|
178
|
-
# Loading indicator messages
|
|
179
|
-
loading_error=PDF ဖိုင် ကိုဆွဲတင်နေချိန်မှာ အမှားတစ်ခုတွေ့ရပါတယ်။
|
|
180
|
-
invalid_file_error=မရသော သို့ ပျက်နေသော PDF ဖိုင်
|
|
181
|
-
missing_file_error=PDF ပျောက်ဆုံး
|
|
182
|
-
unexpected_response_error=မမျှော်လင့်ထားသော ဆာဗာမှ ပြန်ကြားချက်
|
|
183
|
-
|
|
184
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
185
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
186
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
187
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
188
|
-
text_annotation_type.alt=[{{type}} အဓိပ္ပာယ်ဖွင့်ဆိုချက်]
|
|
189
|
-
password_label=ယခု PDF ကို ဖွင့်ရန် စကားဝှက်ကို ရိုက်ပါ။
|
|
190
|
-
password_invalid=စာဝှက် မှားသည်။ ထပ်ကြိုးစားကြည့်ပါ။
|
|
191
|
-
password_ok=OK
|
|
192
|
-
password_cancel=ပယ်ဖျက်ပါ
|
|
193
|
-
|
|
194
|
-
printing_not_supported=သတိပေးချက်၊ပရင့်ထုတ်ခြင်းကိုဤဘယောက်ဆာသည် ပြည့်ဝစွာထောက်ပံ့မထားပါ ။
|
|
195
|
-
printing_not_ready=သတိပေးချက်: ယခု PDF ဖိုင်သည် ပုံနှိပ်ရန် မပြည့်စုံပါ
|
|
196
|
-
web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
|