@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,215 +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=({{pageNumber}} នៃ {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=បង្រួម
|
|
32
|
-
zoom_out_label=បង្រួម
|
|
33
|
-
zoom_in.title=ពង្រីក
|
|
34
|
-
zoom_in_label=ពង្រីក
|
|
35
|
-
zoom.title=ពង្រីក
|
|
36
|
-
presentation_mode.title=ប្ដូរទៅរបៀបបទបង្ហាញ
|
|
37
|
-
presentation_mode_label=របៀបបទបង្ហាញ
|
|
38
|
-
open_file.title=បើកឯកសារ
|
|
39
|
-
open_file_label=បើក
|
|
40
|
-
print.title=បោះពុម្ព
|
|
41
|
-
print_label=បោះពុម្ព
|
|
42
|
-
download.title=ទាញយក
|
|
43
|
-
download_label=ទាញយក
|
|
44
|
-
bookmark.title=ទិដ្ឋភាពបច្ចុប្បន្ន (ចម្លង ឬបើកនៅក្នុងបង្អួចថ្មី)
|
|
45
|
-
bookmark_label=ទិដ្ឋភាពបច្ចុប្បន្ន
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=ឧបករណ៍
|
|
49
|
-
tools_label=ឧបករណ៍
|
|
50
|
-
first_page.title=ទៅកាន់ទំព័រដំបូង
|
|
51
|
-
first_page.label=ទៅកាន់ទំព័រដំបូង
|
|
52
|
-
first_page_label=ទៅកាន់ទំព័រដំបូង
|
|
53
|
-
last_page.title=ទៅកាន់ទំព័រចុងក្រោយ
|
|
54
|
-
last_page.label=ទៅកាន់ទំព័រចុងក្រោយ
|
|
55
|
-
last_page_label=ទៅកាន់ទំព័រចុងក្រោយ
|
|
56
|
-
page_rotate_cw.title=បង្វិលស្របទ្រនិចនាឡិកា
|
|
57
|
-
page_rotate_cw.label=បង្វិលស្របទ្រនិចនាឡិកា
|
|
58
|
-
page_rotate_cw_label=បង្វិលស្របទ្រនិចនាឡិកា
|
|
59
|
-
page_rotate_ccw.title=បង្វិលច្រាសទ្រនិចនាឡិកា
|
|
60
|
-
page_rotate_ccw.label=បង្វិលច្រាសទ្រនិចនាឡិកា
|
|
61
|
-
page_rotate_ccw_label=បង្វិលច្រាសទ្រនិចនាឡិកា
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=បើកឧបករណ៍ជ្រើសអត្ថបទ
|
|
64
|
-
cursor_text_select_tool_label=ឧបករណ៍ជ្រើសអត្ថបទ
|
|
65
|
-
cursor_hand_tool.title=បើកឧបករណ៍ដៃ
|
|
66
|
-
cursor_hand_tool_label=ឧបករណ៍ដៃ
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
# Document properties dialog box
|
|
71
|
-
document_properties.title=លក្ខណសម្បត្តិឯកសារ…
|
|
72
|
-
document_properties_label=លក្ខណសម្បត្តិឯកសារ…
|
|
73
|
-
document_properties_file_name=ឈ្មោះឯកសារ៖
|
|
74
|
-
document_properties_file_size=ទំហំឯកសារ៖
|
|
75
|
-
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
|
76
|
-
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
|
77
|
-
document_properties_kb={{size_kb}} KB ({{size_b}} បៃ)
|
|
78
|
-
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
|
79
|
-
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
|
80
|
-
document_properties_mb={{size_mb}} MB ({{size_b}} បៃ)
|
|
81
|
-
document_properties_title=ចំណងជើង៖
|
|
82
|
-
document_properties_author=អ្នកនិពន្ធ៖
|
|
83
|
-
document_properties_subject=ប្រធានបទ៖
|
|
84
|
-
document_properties_keywords=ពាក្យគន្លឹះ៖
|
|
85
|
-
document_properties_creation_date=កាលបរិច្ឆេទបង្កើត៖
|
|
86
|
-
document_properties_modification_date=កាលបរិច្ឆេទកែប្រែ៖
|
|
87
|
-
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
|
88
|
-
# will be replaced by the creation/modification date, and time, of the PDF file.
|
|
89
|
-
document_properties_date_string={{date}}, {{time}}
|
|
90
|
-
document_properties_creator=អ្នកបង្កើត៖
|
|
91
|
-
document_properties_producer=កម្មវិធីបង្កើត PDF ៖
|
|
92
|
-
document_properties_version=កំណែ PDF ៖
|
|
93
|
-
document_properties_page_count=ចំនួនទំព័រ៖
|
|
94
|
-
document_properties_page_size_unit_inches=អ៊ីញ
|
|
95
|
-
document_properties_page_size_unit_millimeters=មម
|
|
96
|
-
document_properties_page_size_orientation_portrait=បញ្ឈរ
|
|
97
|
-
document_properties_page_size_orientation_landscape=ផ្តេក
|
|
98
|
-
document_properties_page_size_name_a3=A3
|
|
99
|
-
document_properties_page_size_name_a4=A4
|
|
100
|
-
document_properties_page_size_name_letter=សំបុត្រ
|
|
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
|
-
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
|
110
|
-
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
|
111
|
-
document_properties_linearized_yes=បាទ/ចាស
|
|
112
|
-
document_properties_linearized_no=ទេ
|
|
113
|
-
document_properties_close=បិទ
|
|
114
|
-
|
|
115
|
-
print_progress_message=កំពុងរៀបចំឯកសារសម្រាប់បោះពុម្ព…
|
|
116
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
117
|
-
# a numerical per cent value.
|
|
118
|
-
print_progress_percent={{progress}}%
|
|
119
|
-
print_progress_close=បោះបង់
|
|
120
|
-
|
|
121
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
122
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
123
|
-
# tooltips)
|
|
124
|
-
toggle_sidebar.title=បិទ/បើកគ្រាប់រំកិល
|
|
125
|
-
toggle_sidebar_notification.title=បិទ/បើករបារចំហៀង (ឯកសារមានមាតិកានៅក្រៅ/attachments)
|
|
126
|
-
toggle_sidebar_label=បិទ/បើកគ្រាប់រំកិល
|
|
127
|
-
document_outline.title=បង្ហាញគ្រោងឯកសារ (ចុចទ្វេដងដើម្បីពង្រីក/បង្រួមធាតុទាំងអស់)
|
|
128
|
-
document_outline_label=គ្រោងឯកសារ
|
|
129
|
-
attachments.title=បង្ហាញឯកសារភ្ជាប់
|
|
130
|
-
attachments_label=ឯកសារភ្ជាប់
|
|
131
|
-
thumbs.title=បង្ហាញរូបភាពតូចៗ
|
|
132
|
-
thumbs_label=រួបភាពតូចៗ
|
|
133
|
-
findbar.title=រកនៅក្នុងឯកសារ
|
|
134
|
-
findbar_label=រក
|
|
135
|
-
|
|
136
|
-
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
|
137
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
138
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
139
|
-
# number.
|
|
140
|
-
thumb_page_title=ទំព័រ {{page}}
|
|
141
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
142
|
-
# number.
|
|
143
|
-
thumb_page_canvas=រូបភាពតូចរបស់ទំព័រ {{page}}
|
|
144
|
-
|
|
145
|
-
# Find panel button title and messages
|
|
146
|
-
find_input.title=រក
|
|
147
|
-
find_input.placeholder=រកនៅក្នុងឯកសារ...
|
|
148
|
-
find_previous.title=រកពាក្យ ឬឃ្លាដែលបានជួបមុន
|
|
149
|
-
find_previous_label=មុន
|
|
150
|
-
find_next.title=រកពាក្យ ឬឃ្លាដែលបានជួបបន្ទាប់
|
|
151
|
-
find_next_label=បន្ទាប់
|
|
152
|
-
find_highlight=បន្លិចទាំងអស់
|
|
153
|
-
find_match_case_label=ករណីដំណូច
|
|
154
|
-
find_reached_top=បានបន្តពីខាងក្រោម ទៅដល់ខាងលើនៃឯកសារ
|
|
155
|
-
find_reached_bottom=បានបន្តពីខាងលើ ទៅដល់ចុងនៃឯកសារ
|
|
156
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
157
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
158
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
159
|
-
# index of the currently active find result, respectively a number representing
|
|
160
|
-
# the total number of matches in the document.
|
|
161
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
162
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
163
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
164
|
-
find_not_found=រកមិនឃើញពាក្យ ឬឃ្លា
|
|
165
|
-
|
|
166
|
-
# Error panel labels
|
|
167
|
-
error_more_info=ព័ត៌មានបន្ថែម
|
|
168
|
-
error_less_info=ព័ត៌មានតិចតួច
|
|
169
|
-
error_close=បិទ
|
|
170
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
171
|
-
# replaced by the PDF.JS version and build ID.
|
|
172
|
-
error_version_info=PDF.js v{{version}} (build: {{build}})
|
|
173
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
174
|
-
# english string describing the error.
|
|
175
|
-
error_message=សារ ៖ {{message}}
|
|
176
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
177
|
-
# trace.
|
|
178
|
-
error_stack=ជង់ ៖ {{stack}}
|
|
179
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
180
|
-
error_file=ឯកសារ ៖ {{file}}
|
|
181
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
182
|
-
error_line=ជួរ ៖ {{line}}
|
|
183
|
-
rendering_error=មានកំហុសបានកើតឡើងពេលបង្ហាញទំព័រ ។
|
|
184
|
-
|
|
185
|
-
# Predefined zoom values
|
|
186
|
-
page_scale_width=ទទឹងទំព័រ
|
|
187
|
-
page_scale_fit=សមទំព័រ
|
|
188
|
-
page_scale_auto=ពង្រីកស្វ័យប្រវត្តិ
|
|
189
|
-
page_scale_actual=ទំហំជាក់ស្ដែង
|
|
190
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
191
|
-
# numerical scale value.
|
|
192
|
-
page_scale_percent={{scale}}%
|
|
193
|
-
|
|
194
|
-
# Loading indicator messages
|
|
195
|
-
loading_error=មានកំហុសបានកើតឡើងពេលកំពុងផ្ទុក PDF ។
|
|
196
|
-
invalid_file_error=ឯកសារ PDF ខូច ឬមិនត្រឹមត្រូវ ។
|
|
197
|
-
missing_file_error=បាត់ឯកសារ PDF
|
|
198
|
-
unexpected_response_error=ការឆ្លើយតមម៉ាស៊ីនមេដែលមិនបានរំពឹង។
|
|
199
|
-
|
|
200
|
-
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
|
201
|
-
# replaced by the modification date, and time, of the annotation.
|
|
202
|
-
|
|
203
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
204
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
205
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
206
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
207
|
-
text_annotation_type.alt=[{{type}} ចំណារពន្យល់]
|
|
208
|
-
password_label=បញ្ចូលពាក្យសម្ងាត់ដើម្បីបើកឯកសារ PDF នេះ។
|
|
209
|
-
password_invalid=ពាក្យសម្ងាត់មិនត្រឹមត្រូវ។ សូមព្យាយាមម្ដងទៀត។
|
|
210
|
-
password_ok=យល់ព្រម
|
|
211
|
-
password_cancel=បោះបង់
|
|
212
|
-
|
|
213
|
-
printing_not_supported=ការព្រមាន ៖ ការបោះពុម្ពមិនត្រូវបានគាំទ្រពេញលេញដោយកម្មវិធីរុករកនេះទេ ។
|
|
214
|
-
printing_not_ready=ព្រមាន៖ PDF មិនត្រូវបានផ្ទុកទាំងស្រុងដើម្បីបោះពុម្ពទេ។
|
|
215
|
-
web_fonts_disabled=បានបិទពុម្ពអក្សរបណ្ដាញ ៖ មិនអាចប្រើពុម្ពអក្សរ PDF ដែលបានបង្កប់បានទេ ។
|
|
@@ -1,191 +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
|
-
|
|
69
|
-
|
|
70
|
-
# Document properties dialog box
|
|
71
|
-
document_properties.title=ಡಾಕ್ಯುಮೆಂಟ್ ಗುಣಗಳು...
|
|
72
|
-
document_properties_label=ಡಾಕ್ಯುಮೆಂಟ್ ಗುಣಗಳು...
|
|
73
|
-
document_properties_file_name=ಕಡತದ ಹೆಸರು:
|
|
74
|
-
document_properties_file_size=ಕಡತದ ಗಾತ್ರ:
|
|
75
|
-
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
|
76
|
-
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
|
77
|
-
document_properties_kb={{size_kb}} KB ({{size_b}} ಬೈಟ್ಗಳು)
|
|
78
|
-
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
|
79
|
-
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
|
80
|
-
document_properties_mb={{size_mb}} MB ({{size_b}} ಬೈಟ್ಗಳು)
|
|
81
|
-
document_properties_title=ಶೀರ್ಷಿಕೆ:
|
|
82
|
-
document_properties_author=ಕರ್ತೃ:
|
|
83
|
-
document_properties_subject=ವಿಷಯ:
|
|
84
|
-
document_properties_keywords=ಮುಖ್ಯಪದಗಳು:
|
|
85
|
-
document_properties_creation_date=ರಚಿಸಿದ ದಿನಾಂಕ:
|
|
86
|
-
document_properties_modification_date=ಮಾರ್ಪಡಿಸಲಾದ ದಿನಾಂಕ:
|
|
87
|
-
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
|
88
|
-
# will be replaced by the creation/modification date, and time, of the PDF file.
|
|
89
|
-
document_properties_date_string={{date}}, {{time}}
|
|
90
|
-
document_properties_creator=ರಚಿಸಿದವರು:
|
|
91
|
-
document_properties_producer=PDF ಉತ್ಪಾದಕ:
|
|
92
|
-
document_properties_version=PDF ಆವೃತ್ತಿ:
|
|
93
|
-
document_properties_page_count=ಪುಟದ ಎಣಿಕೆ:
|
|
94
|
-
document_properties_page_size_unit_inches=ಇದರಲ್ಲಿ
|
|
95
|
-
document_properties_page_size_orientation_portrait=ಭಾವಚಿತ್ರ
|
|
96
|
-
document_properties_page_size_orientation_landscape=ಪ್ರಕೃತಿ ಚಿತ್ರ
|
|
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
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
|
101
|
-
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
|
102
|
-
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
|
103
|
-
document_properties_close=ಮುಚ್ಚು
|
|
104
|
-
|
|
105
|
-
print_progress_message=ಮುದ್ರಿಸುವುದಕ್ಕಾಗಿ ದಸ್ತಾವೇಜನ್ನು ಸಿದ್ಧಗೊಳಿಸಲಾಗುತ್ತಿದೆ…
|
|
106
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
107
|
-
# a numerical per cent value.
|
|
108
|
-
print_progress_percent={{progress}}%
|
|
109
|
-
print_progress_close=ರದ್ದು ಮಾಡು
|
|
110
|
-
|
|
111
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
112
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
113
|
-
# tooltips)
|
|
114
|
-
toggle_sidebar.title=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು
|
|
115
|
-
toggle_sidebar_label=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು
|
|
116
|
-
document_outline_label=ದಸ್ತಾವೇಜಿನ ಹೊರರೇಖೆ
|
|
117
|
-
attachments.title=ಲಗತ್ತುಗಳನ್ನು ತೋರಿಸು
|
|
118
|
-
attachments_label=ಲಗತ್ತುಗಳು
|
|
119
|
-
thumbs.title=ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು
|
|
120
|
-
thumbs_label=ಚಿಕ್ಕಚಿತ್ರಗಳು
|
|
121
|
-
findbar.title=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು
|
|
122
|
-
findbar_label=ಹುಡುಕು
|
|
123
|
-
|
|
124
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
125
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
126
|
-
# number.
|
|
127
|
-
thumb_page_title=ಪುಟ {{page}}
|
|
128
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
129
|
-
# number.
|
|
130
|
-
thumb_page_canvas=ಪುಟವನ್ನು ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು {{page}}
|
|
131
|
-
|
|
132
|
-
# Find panel button title and messages
|
|
133
|
-
find_input.title=ಹುಡುಕು
|
|
134
|
-
find_input.placeholder=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು…
|
|
135
|
-
find_previous.title=ವಾಕ್ಯದ ಹಿಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು
|
|
136
|
-
find_previous_label=ಹಿಂದಿನ
|
|
137
|
-
find_next.title=ವಾಕ್ಯದ ಮುಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು
|
|
138
|
-
find_next_label=ಮುಂದಿನ
|
|
139
|
-
find_highlight=ಎಲ್ಲವನ್ನು ಹೈಲೈಟ್ ಮಾಡು
|
|
140
|
-
find_match_case_label=ಕೇಸನ್ನು ಹೊಂದಿಸು
|
|
141
|
-
find_reached_top=ದಸ್ತಾವೇಜಿನ ಮೇಲ್ಭಾಗವನ್ನು ತಲುಪಿದೆ, ಕೆಳಗಿನಿಂದ ಆರಂಭಿಸು
|
|
142
|
-
find_reached_bottom=ದಸ್ತಾವೇಜಿನ ಕೊನೆಯನ್ನು ತಲುಪಿದೆ, ಮೇಲಿನಿಂದ ಆರಂಭಿಸು
|
|
143
|
-
find_not_found=ವಾಕ್ಯವು ಕಂಡು ಬಂದಿಲ್ಲ
|
|
144
|
-
|
|
145
|
-
# Error panel labels
|
|
146
|
-
error_more_info=ಹೆಚ್ಚಿನ ಮಾಹಿತಿ
|
|
147
|
-
error_less_info=ಕಡಿಮೆ ಮಾಹಿತಿ
|
|
148
|
-
error_close=ಮುಚ್ಚು
|
|
149
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
150
|
-
# replaced by the PDF.JS version and build ID.
|
|
151
|
-
error_version_info=PDF.js v{{version}} (build: {{build}})
|
|
152
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
153
|
-
# english string describing the error.
|
|
154
|
-
error_message=ಸಂದೇಶ: {{message}}
|
|
155
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
156
|
-
# trace.
|
|
157
|
-
error_stack=ರಾಶಿ: {{stack}}
|
|
158
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
159
|
-
error_file=ಕಡತ: {{file}}
|
|
160
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
161
|
-
error_line=ಸಾಲು: {{line}}
|
|
162
|
-
rendering_error=ಪುಟವನ್ನು ನಿರೂಪಿಸುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ.
|
|
163
|
-
|
|
164
|
-
# Predefined zoom values
|
|
165
|
-
page_scale_width=ಪುಟದ ಅಗಲ
|
|
166
|
-
page_scale_fit=ಪುಟದ ಸರಿಹೊಂದಿಕೆ
|
|
167
|
-
page_scale_auto=ಸ್ವಯಂಚಾಲಿತ ಗಾತ್ರಬದಲಾವಣೆ
|
|
168
|
-
page_scale_actual=ನಿಜವಾದ ಗಾತ್ರ
|
|
169
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
170
|
-
# numerical scale value.
|
|
171
|
-
page_scale_percent={{scale}}%
|
|
172
|
-
|
|
173
|
-
# Loading indicator messages
|
|
174
|
-
loading_error=PDF ಅನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ.
|
|
175
|
-
invalid_file_error=ಅಮಾನ್ಯವಾದ ಅಥವ ಹಾಳಾದ PDF ಕಡತ.
|
|
176
|
-
missing_file_error=PDF ಕಡತ ಇಲ್ಲ.
|
|
177
|
-
unexpected_response_error=ಅನಿರೀಕ್ಷಿತವಾದ ಪೂರೈಕೆಗಣಕದ ಪ್ರತಿಕ್ರಿಯೆ.
|
|
178
|
-
|
|
179
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
180
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
181
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
182
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
183
|
-
text_annotation_type.alt=[{{type}} ಟಿಪ್ಪಣಿ]
|
|
184
|
-
password_label=PDF ಅನ್ನು ತೆರೆಯಲು ಗುಪ್ತಪದವನ್ನು ನಮೂದಿಸಿ.
|
|
185
|
-
password_invalid=ಅಮಾನ್ಯವಾದ ಗುಪ್ತಪದ, ದಯವಿಟ್ಟು ಇನ್ನೊಮ್ಮೆ ಪ್ರಯತ್ನಿಸಿ.
|
|
186
|
-
password_ok=OK
|
|
187
|
-
password_cancel=ರದ್ದು ಮಾಡು
|
|
188
|
-
|
|
189
|
-
printing_not_supported=ಎಚ್ಚರಿಕೆ: ಈ ಜಾಲವೀಕ್ಷಕದಲ್ಲಿ ಮುದ್ರಣಕ್ಕೆ ಸಂಪೂರ್ಣ ಬೆಂಬಲವಿಲ್ಲ.
|
|
190
|
-
printing_not_ready=ಎಚ್ಚರಿಕೆ: PDF ಕಡತವು ಮುದ್ರಿಸಲು ಸಂಪೂರ್ಣವಾಗಿ ಲೋಡ್ ಆಗಿಲ್ಲ.
|
|
191
|
-
web_fonts_disabled=ಜಾಲ ಅಕ್ಷರಶೈಲಿಯನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ: ಅಡಕಗೊಳಿಸಿದ PDF ಅಕ್ಷರಶೈಲಿಗಳನ್ನು ಬಳಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ.
|
|
@@ -1,252 +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=({{pageNumber}} / {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=축소
|
|
32
|
-
zoom_out_label=축소
|
|
33
|
-
zoom_in.title=확대
|
|
34
|
-
zoom_in_label=확대
|
|
35
|
-
zoom.title=확대/축소
|
|
36
|
-
presentation_mode.title=프레젠테이션 모드로 전환
|
|
37
|
-
presentation_mode_label=프레젠테이션 모드
|
|
38
|
-
open_file.title=파일 열기
|
|
39
|
-
open_file_label=열기
|
|
40
|
-
print.title=인쇄
|
|
41
|
-
print_label=인쇄
|
|
42
|
-
download.title=다운로드
|
|
43
|
-
download_label=다운로드
|
|
44
|
-
bookmark.title=현재 보기 (복사 또는 새 창에 열기)
|
|
45
|
-
bookmark_label=현재 보기
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=도구
|
|
49
|
-
tools_label=도구
|
|
50
|
-
first_page.title=첫 페이지로 이동
|
|
51
|
-
first_page.label=첫 페이지로 이동
|
|
52
|
-
first_page_label=첫 페이지로 이동
|
|
53
|
-
last_page.title=마지막 페이지로 이동
|
|
54
|
-
last_page.label=마지막 페이지로 이동
|
|
55
|
-
last_page_label=마지막 페이지로 이동
|
|
56
|
-
page_rotate_cw.title=시계방향으로 회전
|
|
57
|
-
page_rotate_cw.label=시계방향으로 회전
|
|
58
|
-
page_rotate_cw_label=시계방향으로 회전
|
|
59
|
-
page_rotate_ccw.title=시계 반대방향으로 회전
|
|
60
|
-
page_rotate_ccw.label=시계 반대방향으로 회전
|
|
61
|
-
page_rotate_ccw_label=시계 반대방향으로 회전
|
|
62
|
-
|
|
63
|
-
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
|
-
scroll_wrapped.title=래핑(자동 줄 바꿈) 스크롤 사용
|
|
73
|
-
scroll_wrapped_label=래핑 스크롤
|
|
74
|
-
|
|
75
|
-
spread_none.title=한 페이지 보기
|
|
76
|
-
spread_none_label=펼쳐짐 없음
|
|
77
|
-
spread_odd.title=홀수 페이지로 시작하는 두 페이지 보기
|
|
78
|
-
spread_odd_label=홀수 펼쳐짐
|
|
79
|
-
spread_even.title=짝수 페이지로 시작하는 두 페이지 보기
|
|
80
|
-
spread_even_label=짝수 펼쳐짐
|
|
81
|
-
|
|
82
|
-
# Document properties dialog box
|
|
83
|
-
document_properties.title=문서 속성…
|
|
84
|
-
document_properties_label=문서 속성…
|
|
85
|
-
document_properties_file_name=파일 이름:
|
|
86
|
-
document_properties_file_size=파일 크기:
|
|
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}}바이트)
|
|
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}}바이트)
|
|
93
|
-
document_properties_title=제목:
|
|
94
|
-
document_properties_author=작성자:
|
|
95
|
-
document_properties_subject=주제:
|
|
96
|
-
document_properties_keywords=키워드:
|
|
97
|
-
document_properties_creation_date=작성 날짜:
|
|
98
|
-
document_properties_modification_date=수정 날짜:
|
|
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=작성 프로그램:
|
|
103
|
-
document_properties_producer=PDF 변환 소프트웨어:
|
|
104
|
-
document_properties_version=PDF 버전:
|
|
105
|
-
document_properties_page_count=페이지 수:
|
|
106
|
-
document_properties_page_size=페이지 크기:
|
|
107
|
-
document_properties_page_size_unit_inches=in
|
|
108
|
-
document_properties_page_size_unit_millimeters=mm
|
|
109
|
-
document_properties_page_size_orientation_portrait=세로 방향
|
|
110
|
-
document_properties_page_size_orientation_landscape=가로 방향
|
|
111
|
-
document_properties_page_size_name_a3=A3
|
|
112
|
-
document_properties_page_size_name_a4=A4
|
|
113
|
-
document_properties_page_size_name_letter=레터
|
|
114
|
-
document_properties_page_size_name_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=빠른 웹 보기:
|
|
126
|
-
document_properties_linearized_yes=예
|
|
127
|
-
document_properties_linearized_no=아니오
|
|
128
|
-
document_properties_close=닫기
|
|
129
|
-
|
|
130
|
-
print_progress_message=인쇄 문서 준비 중…
|
|
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=취소
|
|
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=탐색창 표시/숨기기
|
|
140
|
-
toggle_sidebar_notification.title=탐색창 표시/숨기기 (문서에 아웃라인/첨부파일 포함됨)
|
|
141
|
-
toggle_sidebar_notification2.title=탐색창 표시/숨기기 (문서에 아웃라인/첨부파일/레이어 포함됨)
|
|
142
|
-
toggle_sidebar_label=탐색창 표시/숨기기
|
|
143
|
-
document_outline.title=문서 아웃라인 보기 (더블 클릭해서 모든 항목 펼치기/접기)
|
|
144
|
-
document_outline_label=문서 아웃라인
|
|
145
|
-
attachments.title=첨부파일 보기
|
|
146
|
-
attachments_label=첨부파일
|
|
147
|
-
layers.title=레이어 보기 (더블 클릭해서 모든 레이어를 기본 상태로 재설정)
|
|
148
|
-
layers_label=레이어
|
|
149
|
-
thumbs.title=미리보기
|
|
150
|
-
thumbs_label=미리보기
|
|
151
|
-
current_outline_item.title=현재 아웃라인 항목 찾기
|
|
152
|
-
current_outline_item_label=현재 아웃라인 항목
|
|
153
|
-
findbar.title=검색
|
|
154
|
-
findbar_label=검색
|
|
155
|
-
|
|
156
|
-
additional_layers=추가 레이어
|
|
157
|
-
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
|
158
|
-
page_canvas={{page}} 페이지
|
|
159
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
160
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
161
|
-
# number.
|
|
162
|
-
thumb_page_title={{page}} 페이지
|
|
163
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
164
|
-
# number.
|
|
165
|
-
thumb_page_canvas={{page}} 페이지 미리보기
|
|
166
|
-
|
|
167
|
-
# Find panel button title and messages
|
|
168
|
-
find_input.title=찾기
|
|
169
|
-
find_input.placeholder=문서에서 찾기…
|
|
170
|
-
find_previous.title=지정 문자열에 일치하는 1개 부분을 검색
|
|
171
|
-
find_previous_label=이전
|
|
172
|
-
find_next.title=지정 문자열에 일치하는 다음 부분을 검색
|
|
173
|
-
find_next_label=다음
|
|
174
|
-
find_highlight=모두 강조 표시
|
|
175
|
-
find_match_case_label=대/소문자 구분
|
|
176
|
-
find_entire_word_label=단어 단위로
|
|
177
|
-
find_reached_top=문서 처음까지 검색하고 끝으로 돌아와 검색했습니다.
|
|
178
|
-
find_reached_bottom=문서 끝까지 검색하고 앞으로 돌아와 검색했습니다.
|
|
179
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
180
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
181
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
182
|
-
# index of the currently active find result, respectively a number representing
|
|
183
|
-
# the total number of matches in the document.
|
|
184
|
-
find_match_count={[ plural(total) ]}
|
|
185
|
-
find_match_count[one]={{total}} 중 {{current}} 일치
|
|
186
|
-
find_match_count[two]={{total}} 중 {{current}} 일치
|
|
187
|
-
find_match_count[few]={{total}} 중 {{current}} 일치
|
|
188
|
-
find_match_count[many]={{total}} 중 {{current}} 일치
|
|
189
|
-
find_match_count[other]={{total}} 중 {{current}} 일치
|
|
190
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
191
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
192
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
193
|
-
find_match_count_limit={[ plural(limit) ]}
|
|
194
|
-
find_match_count_limit[zero]={{limit}} 이상 일치
|
|
195
|
-
find_match_count_limit[one]={{limit}} 이상 일치
|
|
196
|
-
find_match_count_limit[two]={{limit}} 이상 일치
|
|
197
|
-
find_match_count_limit[few]={{limit}} 이상 일치
|
|
198
|
-
find_match_count_limit[many]={{limit}} 이상 일치
|
|
199
|
-
find_match_count_limit[other]={{limit}} 이상 일치
|
|
200
|
-
find_not_found=검색 결과 없음
|
|
201
|
-
|
|
202
|
-
# Error panel labels
|
|
203
|
-
error_more_info=정보 더 보기
|
|
204
|
-
error_less_info=정보 간단히 보기
|
|
205
|
-
error_close=닫기
|
|
206
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
207
|
-
# replaced by the PDF.JS version and build ID.
|
|
208
|
-
error_version_info=PDF.js v{{version}} (빌드: {{build}})
|
|
209
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
210
|
-
# english string describing the error.
|
|
211
|
-
error_message=메시지: {{message}}
|
|
212
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
213
|
-
# trace.
|
|
214
|
-
error_stack=스택: {{stack}}
|
|
215
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
216
|
-
error_file=파일: {{file}}
|
|
217
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
218
|
-
error_line=줄 번호: {{line}}
|
|
219
|
-
rendering_error=페이지를 렌더링하는 동안 오류가 발생했습니다.
|
|
220
|
-
|
|
221
|
-
# Predefined zoom values
|
|
222
|
-
page_scale_width=페이지 너비에 맞추기
|
|
223
|
-
page_scale_fit=페이지에 맞추기
|
|
224
|
-
page_scale_auto=자동
|
|
225
|
-
page_scale_actual=실제 크기
|
|
226
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
227
|
-
# numerical scale value.
|
|
228
|
-
page_scale_percent={{scale}}%
|
|
229
|
-
|
|
230
|
-
# Loading indicator messages
|
|
231
|
-
loading_error=PDF를 로드하는 동안 오류가 발생했습니다.
|
|
232
|
-
invalid_file_error=잘못되었거나 손상된 PDF 파일.
|
|
233
|
-
missing_file_error=PDF 파일 없음.
|
|
234
|
-
unexpected_response_error=예상치 못한 서버 응답입니다.
|
|
235
|
-
|
|
236
|
-
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
|
237
|
-
# replaced by the modification date, and time, of the annotation.
|
|
238
|
-
annotation_date_string={{date}} {{time}}
|
|
239
|
-
|
|
240
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
241
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
242
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
243
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
244
|
-
text_annotation_type.alt=[{{type}} 주석]
|
|
245
|
-
password_label=이 PDF 파일을 열 수 있는 비밀번호를 입력하세요.
|
|
246
|
-
password_invalid=잘못된 비밀번호입니다. 다시 시도하세요.
|
|
247
|
-
password_ok=확인
|
|
248
|
-
password_cancel=취소
|
|
249
|
-
|
|
250
|
-
printing_not_supported=경고: 이 브라우저는 인쇄를 완전히 지원하지 않습니다.
|
|
251
|
-
printing_not_ready=경고: 이 PDF를 인쇄를 할 수 있을 정도로 읽어들이지 못했습니다.
|
|
252
|
-
web_fonts_disabled=웹 폰트가 비활성화됨: 내장된 PDF 글꼴을 사용할 수 없습니다.
|