@4tw/vue-cli-plugin-pdfjs-viewer 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +0 -13
- package/assets/build/pdf.mjs +17398 -0
- package/assets/build/pdf.mjs.map +1 -0
- package/assets/build/pdf.sandbox.mjs +241 -0
- package/assets/build/pdf.sandbox.mjs.map +1 -0
- package/assets/build/pdf.worker.mjs +57124 -0
- package/assets/build/pdf.worker.mjs.map +1 -0
- package/assets/web/debugger.css +111 -0
- package/assets/web/debugger.mjs +623 -0
- package/assets/web/images/altText_add.svg +3 -0
- package/assets/web/images/altText_done.svg +3 -0
- package/assets/web/images/annotation-paperclip.svg +6 -0
- package/assets/web/images/annotation-pushpin.svg +7 -0
- package/assets/web/images/cursor-editorFreeText.svg +3 -0
- package/assets/web/images/cursor-editorInk.svg +4 -0
- package/assets/web/images/editor-toolbar-delete.svg +5 -0
- package/assets/web/images/findbarButton-next.svg +3 -4
- package/assets/web/images/findbarButton-previous.svg +3 -4
- package/assets/web/images/gv-toolbarButton-download.svg +3 -0
- package/assets/web/images/gv-toolbarButton-openinapp.svg +11 -0
- package/assets/web/images/secondaryToolbarButton-documentProperties.svg +3 -15
- package/assets/web/images/secondaryToolbarButton-firstPage.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-handTool.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-lastPage.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-rotateCcw.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-rotateCw.svg +3 -4
- package/assets/web/images/secondaryToolbarButton-scrollHorizontal.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-scrollPage.svg +3 -0
- package/assets/web/images/secondaryToolbarButton-scrollVertical.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-scrollWrapped.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-selectTool.svg +3 -4
- package/assets/web/images/secondaryToolbarButton-spreadEven.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-spreadNone.svg +3 -1
- package/assets/web/images/secondaryToolbarButton-spreadOdd.svg +3 -1
- package/assets/web/images/toolbarButton-bookmark.svg +3 -1
- package/assets/web/images/toolbarButton-currentOutlineItem.svg +3 -1
- package/assets/web/images/toolbarButton-download.svg +4 -4
- package/assets/web/images/toolbarButton-editorFreeText.svg +3 -0
- package/assets/web/images/toolbarButton-editorInk.svg +4 -0
- package/assets/web/images/toolbarButton-editorStamp.svg +8 -0
- package/assets/web/images/toolbarButton-menuArrow.svg +3 -1
- package/assets/web/images/toolbarButton-openFile.svg +3 -4
- package/assets/web/images/toolbarButton-pageDown.svg +3 -7
- package/assets/web/images/toolbarButton-pageUp.svg +3 -12
- package/assets/web/images/toolbarButton-presentationMode.svg +3 -1
- package/assets/web/images/toolbarButton-print.svg +3 -4
- package/assets/web/images/toolbarButton-search.svg +3 -4
- package/assets/web/images/toolbarButton-secondaryToolbarToggle.svg +3 -4
- package/assets/web/images/toolbarButton-sidebarToggle.svg +3 -4
- package/assets/web/images/toolbarButton-viewAttachments.svg +3 -1
- package/assets/web/images/toolbarButton-viewLayers.svg +3 -1
- package/assets/web/images/toolbarButton-viewOutline.svg +3 -1
- package/assets/web/images/toolbarButton-viewThumbnail.svg +3 -4
- package/assets/web/images/toolbarButton-zoomIn.svg +3 -4
- package/assets/web/images/toolbarButton-zoomOut.svg +3 -4
- package/assets/web/locale/ach/viewer.ftl +225 -0
- package/assets/web/locale/af/viewer.ftl +212 -0
- package/assets/web/locale/an/viewer.ftl +257 -0
- package/assets/web/locale/ar/viewer.ftl +264 -0
- package/assets/web/locale/ast/viewer.ftl +201 -0
- package/assets/web/locale/az/viewer.ftl +257 -0
- package/assets/web/locale/be/viewer.ftl +351 -0
- package/assets/web/locale/bg/viewer.ftl +247 -0
- package/assets/web/locale/bn/viewer.ftl +247 -0
- package/assets/web/locale/bo/viewer.ftl +247 -0
- package/assets/web/locale/br/viewer.ftl +261 -0
- package/assets/web/locale/brx/viewer.ftl +218 -0
- package/assets/web/locale/bs/viewer.ftl +223 -0
- package/assets/web/locale/ca/viewer.ftl +299 -0
- package/assets/web/locale/cak/viewer.ftl +291 -0
- package/assets/web/locale/ckb/viewer.ftl +242 -0
- package/assets/web/locale/cs/viewer.ftl +353 -0
- package/assets/web/locale/cy/viewer.ftl +359 -0
- package/assets/web/locale/da/viewer.ftl +349 -0
- package/assets/web/locale/de/viewer.ftl +349 -0
- package/assets/web/locale/dsb/viewer.ftl +355 -0
- package/assets/web/locale/el/viewer.ftl +351 -0
- package/assets/web/locale/en-CA/viewer.ftl +311 -0
- package/assets/web/locale/en-GB/viewer.ftl +351 -0
- package/assets/web/locale/en-US/viewer.ftl +377 -0
- package/assets/web/locale/eo/viewer.ftl +349 -0
- package/assets/web/locale/es-AR/viewer.ftl +349 -0
- package/assets/web/locale/es-CL/viewer.ftl +351 -0
- package/assets/web/locale/es-ES/viewer.ftl +349 -0
- package/assets/web/locale/es-MX/viewer.ftl +299 -0
- package/assets/web/locale/et/viewer.ftl +268 -0
- package/assets/web/locale/eu/viewer.ftl +349 -0
- package/assets/web/locale/fa/viewer.ftl +246 -0
- package/assets/web/locale/ff/viewer.ftl +247 -0
- package/assets/web/locale/fi/viewer.ftl +351 -0
- package/assets/web/locale/fr/viewer.ftl +347 -0
- package/assets/web/locale/fur/viewer.ftl +349 -0
- package/assets/web/locale/fy-NL/viewer.ftl +349 -0
- package/assets/web/locale/ga-IE/viewer.ftl +213 -0
- package/assets/web/locale/gd/viewer.ftl +299 -0
- package/assets/web/locale/gl/viewer.ftl +347 -0
- package/assets/web/locale/gn/viewer.ftl +351 -0
- package/assets/web/locale/gu-IN/viewer.ftl +247 -0
- package/assets/web/locale/he/viewer.ftl +351 -0
- package/assets/web/locale/hi-IN/viewer.ftl +253 -0
- package/assets/web/locale/hr/viewer.ftl +279 -0
- package/assets/web/locale/hsb/viewer.ftl +355 -0
- package/assets/web/locale/hu/viewer.ftl +349 -0
- package/assets/web/locale/hy-AM/viewer.ftl +251 -0
- package/assets/web/locale/hye/viewer.ftl +268 -0
- package/assets/web/locale/ia/viewer.ftl +351 -0
- package/assets/web/locale/id/viewer.ftl +293 -0
- package/assets/web/locale/is/viewer.ftl +351 -0
- package/assets/web/locale/it/viewer.ftl +356 -0
- package/assets/web/locale/ja/viewer.ftl +349 -0
- package/assets/web/locale/ka/viewer.ftl +349 -0
- package/assets/web/locale/kab/viewer.ftl +325 -0
- package/assets/web/locale/kk/viewer.ftl +351 -0
- package/assets/web/locale/km/viewer.ftl +223 -0
- package/assets/web/locale/kn/viewer.ftl +213 -0
- package/assets/web/locale/ko/viewer.ftl +343 -0
- package/assets/web/locale/lij/viewer.ftl +247 -0
- package/assets/web/locale/lo/viewer.ftl +299 -0
- package/assets/web/locale/locale.json +1 -0
- package/assets/web/locale/lt/viewer.ftl +268 -0
- package/assets/web/locale/ltg/viewer.ftl +246 -0
- package/assets/web/locale/lv/viewer.ftl +247 -0
- package/assets/web/locale/meh/viewer.ftl +87 -0
- package/assets/web/locale/mk/viewer.ftl +215 -0
- package/assets/web/locale/mr/viewer.ftl +239 -0
- package/assets/web/locale/ms/viewer.ftl +247 -0
- package/assets/web/locale/my/viewer.ftl +206 -0
- package/assets/web/locale/nb-NO/viewer.ftl +351 -0
- package/assets/web/locale/ne-NP/viewer.ftl +234 -0
- package/assets/web/locale/nl/viewer.ftl +349 -0
- package/assets/web/locale/nn-NO/viewer.ftl +341 -0
- package/assets/web/locale/oc/viewer.ftl +318 -0
- package/assets/web/locale/pa-IN/viewer.ftl +349 -0
- package/assets/web/locale/pl/viewer.ftl +351 -0
- package/assets/web/locale/pt-BR/viewer.ftl +351 -0
- package/assets/web/locale/pt-PT/viewer.ftl +349 -0
- package/assets/web/locale/rm/viewer.ftl +349 -0
- package/assets/web/locale/ro/viewer.ftl +251 -0
- package/assets/web/locale/ru/viewer.ftl +353 -0
- package/assets/web/locale/sat/viewer.ftl +311 -0
- package/assets/web/locale/sc/viewer.ftl +290 -0
- package/assets/web/locale/scn/viewer.ftl +74 -0
- package/assets/web/locale/sco/viewer.ftl +264 -0
- package/assets/web/locale/si/viewer.ftl +253 -0
- package/assets/web/locale/sk/viewer.ftl +355 -0
- package/assets/web/locale/skr/viewer.ftl +305 -0
- package/assets/web/locale/sl/viewer.ftl +353 -0
- package/assets/web/locale/son/viewer.ftl +206 -0
- package/assets/web/locale/sq/viewer.ftl +340 -0
- package/assets/web/locale/sr/viewer.ftl +299 -0
- package/assets/web/locale/sv-SE/viewer.ftl +351 -0
- package/assets/web/locale/szl/viewer.ftl +257 -0
- package/assets/web/locale/ta/viewer.ftl +223 -0
- package/assets/web/locale/te/viewer.ftl +239 -0
- package/assets/web/locale/tg/viewer.ftl +349 -0
- package/assets/web/locale/th/viewer.ftl +341 -0
- package/assets/web/locale/tl/viewer.ftl +257 -0
- package/assets/web/locale/tr/viewer.ftl +351 -0
- package/assets/web/locale/trs/viewer.ftl +197 -0
- package/assets/web/locale/uk/viewer.ftl +351 -0
- package/assets/web/locale/ur/viewer.ftl +248 -0
- package/assets/web/locale/uz/viewer.ftl +187 -0
- package/assets/web/locale/vi/viewer.ftl +343 -0
- package/assets/web/locale/wo/viewer.ftl +127 -0
- package/assets/web/locale/xh/viewer.ftl +212 -0
- package/assets/web/locale/zh-CN/viewer.ftl +341 -0
- package/assets/web/locale/zh-TW/viewer.ftl +343 -0
- package/assets/web/standard_fonts/FoxitDingbats.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixed.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixedBold.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixedBoldItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitFixedItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerif.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerifBold.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerifBoldItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSerifItalic.pfb +0 -0
- package/assets/web/standard_fonts/FoxitSymbol.pfb +0 -0
- package/assets/web/standard_fonts/LICENSE_FOXIT +27 -0
- package/assets/web/standard_fonts/LICENSE_LIBERATION +102 -0
- package/assets/web/standard_fonts/LiberationSans-Bold.ttf +0 -0
- package/assets/web/standard_fonts/LiberationSans-BoldItalic.ttf +0 -0
- package/assets/web/standard_fonts/LiberationSans-Italic.ttf +0 -0
- package/assets/web/standard_fonts/LiberationSans-Regular.ttf +0 -0
- package/assets/web/viewer.css +3138 -1922
- package/assets/web/viewer.html +301 -220
- package/assets/web/viewer.mjs +15009 -0
- package/assets/web/viewer.mjs.map +1 -0
- package/package.json +6 -3
- package/assets/build/pdf.js +0 -14827
- package/assets/build/pdf.js.map +0 -1
- package/assets/build/pdf.worker.js +0 -65293
- package/assets/build/pdf.worker.js.map +0 -1
- package/assets/web/custom.css +0 -0
- package/assets/web/debugger.js +0 -614
- package/assets/web/images/grab.cur +0 -0
- package/assets/web/images/grabbing.cur +0 -0
- package/assets/web/images/loading-dark.svg +0 -24
- package/assets/web/images/shadow.png +0 -0
- package/assets/web/locale/ach/viewer.properties +0 -205
- package/assets/web/locale/af/viewer.properties +0 -182
- package/assets/web/locale/an/viewer.properties +0 -250
- package/assets/web/locale/ar/viewer.properties +0 -250
- package/assets/web/locale/ast/viewer.properties +0 -140
- package/assets/web/locale/az/viewer.properties +0 -250
- package/assets/web/locale/be/viewer.properties +0 -252
- package/assets/web/locale/bg/viewer.properties +0 -240
- package/assets/web/locale/bn/viewer.properties +0 -244
- package/assets/web/locale/bo/viewer.properties +0 -243
- package/assets/web/locale/br/viewer.properties +0 -248
- package/assets/web/locale/brx/viewer.properties +0 -209
- package/assets/web/locale/bs/viewer.properties +0 -199
- package/assets/web/locale/ca/viewer.properties +0 -252
- package/assets/web/locale/cak/viewer.properties +0 -252
- package/assets/web/locale/ckb/viewer.properties +0 -240
- package/assets/web/locale/cs/viewer.properties +0 -252
- package/assets/web/locale/cy/viewer.properties +0 -252
- package/assets/web/locale/da/viewer.properties +0 -252
- package/assets/web/locale/de/viewer.properties +0 -252
- package/assets/web/locale/dsb/viewer.properties +0 -252
- package/assets/web/locale/el/viewer.properties +0 -252
- package/assets/web/locale/en-CA/viewer.properties +0 -252
- package/assets/web/locale/en-GB/viewer.properties +0 -252
- package/assets/web/locale/en-US/viewer.properties +0 -248
- package/assets/web/locale/eo/viewer.properties +0 -252
- package/assets/web/locale/es-AR/viewer.properties +0 -252
- package/assets/web/locale/es-CL/viewer.properties +0 -252
- package/assets/web/locale/es-ES/viewer.properties +0 -252
- package/assets/web/locale/es-MX/viewer.properties +0 -250
- package/assets/web/locale/et/viewer.properties +0 -244
- package/assets/web/locale/eu/viewer.properties +0 -252
- package/assets/web/locale/fa/viewer.properties +0 -221
- package/assets/web/locale/ff/viewer.properties +0 -240
- package/assets/web/locale/fi/viewer.properties +0 -252
- package/assets/web/locale/fr/viewer.properties +0 -252
- package/assets/web/locale/fy-NL/viewer.properties +0 -252
- package/assets/web/locale/ga-IE/viewer.properties +0 -182
- package/assets/web/locale/gd/viewer.properties +0 -244
- package/assets/web/locale/gl/viewer.properties +0 -252
- package/assets/web/locale/gn/viewer.properties +0 -252
- package/assets/web/locale/gu-IN/viewer.properties +0 -240
- package/assets/web/locale/he/viewer.properties +0 -252
- package/assets/web/locale/hi-IN/viewer.properties +0 -242
- package/assets/web/locale/hr/viewer.properties +0 -252
- package/assets/web/locale/hsb/viewer.properties +0 -252
- package/assets/web/locale/hu/viewer.properties +0 -252
- package/assets/web/locale/hy-AM/viewer.properties +0 -246
- package/assets/web/locale/hye/viewer.properties +0 -252
- package/assets/web/locale/ia/viewer.properties +0 -252
- package/assets/web/locale/id/viewer.properties +0 -252
- package/assets/web/locale/is/viewer.properties +0 -237
- package/assets/web/locale/it/viewer.properties +0 -196
- package/assets/web/locale/ja/viewer.properties +0 -252
- package/assets/web/locale/ka/viewer.properties +0 -252
- package/assets/web/locale/kab/viewer.properties +0 -252
- package/assets/web/locale/kk/viewer.properties +0 -252
- package/assets/web/locale/km/viewer.properties +0 -215
- package/assets/web/locale/kn/viewer.properties +0 -191
- package/assets/web/locale/ko/viewer.properties +0 -252
- package/assets/web/locale/lij/viewer.properties +0 -240
- package/assets/web/locale/lo/viewer.properties +0 -151
- package/assets/web/locale/locale.properties +0 -315
- package/assets/web/locale/lt/viewer.properties +0 -252
- package/assets/web/locale/ltg/viewer.properties +0 -218
- package/assets/web/locale/lv/viewer.properties +0 -240
- package/assets/web/locale/meh/viewer.properties +0 -111
- package/assets/web/locale/mk/viewer.properties +0 -143
- package/assets/web/locale/mr/viewer.properties +0 -236
- package/assets/web/locale/ms/viewer.properties +0 -240
- package/assets/web/locale/my/viewer.properties +0 -196
- package/assets/web/locale/nb-NO/viewer.properties +0 -252
- package/assets/web/locale/ne-NP/viewer.properties +0 -182
- package/assets/web/locale/nl/viewer.properties +0 -252
- package/assets/web/locale/nn-NO/viewer.properties +0 -252
- package/assets/web/locale/oc/viewer.properties +0 -252
- package/assets/web/locale/pa-IN/viewer.properties +0 -252
- package/assets/web/locale/pl/viewer.properties +0 -252
- package/assets/web/locale/pt-BR/viewer.properties +0 -252
- package/assets/web/locale/pt-PT/viewer.properties +0 -252
- package/assets/web/locale/rm/viewer.properties +0 -252
- package/assets/web/locale/ro/viewer.properties +0 -246
- package/assets/web/locale/ru/viewer.properties +0 -252
- package/assets/web/locale/scn/viewer.properties +0 -101
- package/assets/web/locale/si/viewer.properties +0 -206
- package/assets/web/locale/sk/viewer.properties +0 -252
- package/assets/web/locale/sl/viewer.properties +0 -252
- package/assets/web/locale/son/viewer.properties +0 -178
- package/assets/web/locale/sq/viewer.properties +0 -243
- package/assets/web/locale/sr/viewer.properties +0 -252
- package/assets/web/locale/sv-SE/viewer.properties +0 -253
- package/assets/web/locale/szl/viewer.properties +0 -250
- package/assets/web/locale/ta/viewer.properties +0 -199
- package/assets/web/locale/te/viewer.properties +0 -224
- package/assets/web/locale/th/viewer.properties +0 -252
- package/assets/web/locale/tl/viewer.properties +0 -250
- package/assets/web/locale/tr/viewer.properties +0 -252
- package/assets/web/locale/trs/viewer.properties +0 -212
- package/assets/web/locale/uk/viewer.properties +0 -252
- package/assets/web/locale/ur/viewer.properties +0 -240
- package/assets/web/locale/uz/viewer.properties +0 -167
- package/assets/web/locale/vi/viewer.properties +0 -252
- package/assets/web/locale/wo/viewer.properties +0 -123
- package/assets/web/locale/xh/viewer.properties +0 -182
- package/assets/web/locale/zh-CN/viewer.properties +0 -252
- package/assets/web/locale/zh-TW/viewer.properties +0 -252
- package/assets/web/viewer.js +0 -15117
- package/assets/web/viewer.js.map +0 -1
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
# Copyright 2012 Mozilla Foundation
|
|
2
|
-
#
|
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
# you may not use this file except in compliance with the License.
|
|
5
|
-
# You may obtain a copy of the License at
|
|
6
|
-
#
|
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
#
|
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
# See the License for the specific language governing permissions and
|
|
13
|
-
# limitations under the License.
|
|
14
|
-
|
|
15
|
-
# Main toolbar buttons (tooltips and alt text for images)
|
|
16
|
-
previous.title=الصفحة السابقة
|
|
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}} ك.بايت ({{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}} م.بايت ({{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=بوصة
|
|
108
|
-
document_properties_page_size_unit_millimeters=ملم
|
|
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
|
-
findbar.title=ابحث في المستند
|
|
152
|
-
findbar_label=ابحث
|
|
153
|
-
|
|
154
|
-
additional_layers=الطبقات الإضافية
|
|
155
|
-
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
|
156
|
-
page_canvas=صفحة {{page}}
|
|
157
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
158
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
159
|
-
# number.
|
|
160
|
-
thumb_page_title=صفحة {{page}}
|
|
161
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
162
|
-
# number.
|
|
163
|
-
thumb_page_canvas=مصغّرة صفحة {{page}}
|
|
164
|
-
|
|
165
|
-
# Find panel button title and messages
|
|
166
|
-
find_input.title=ابحث
|
|
167
|
-
find_input.placeholder=ابحث في المستند…
|
|
168
|
-
find_previous.title=ابحث عن التّواجد السّابق للعبارة
|
|
169
|
-
find_previous_label=السابق
|
|
170
|
-
find_next.title=ابحث عن التّواجد التّالي للعبارة
|
|
171
|
-
find_next_label=التالي
|
|
172
|
-
find_highlight=أبرِز الكل
|
|
173
|
-
find_match_case_label=طابق حالة الأحرف
|
|
174
|
-
find_entire_word_label=كلمات كاملة
|
|
175
|
-
find_reached_top=تابعت من الأسفل بعدما وصلت إلى بداية المستند
|
|
176
|
-
find_reached_bottom=تابعت من الأعلى بعدما وصلت إلى نهاية المستند
|
|
177
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
178
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
179
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
180
|
-
# index of the currently active find result, respectively a number representing
|
|
181
|
-
# the total number of matches in the document.
|
|
182
|
-
find_match_count={[ plural(total) ]}
|
|
183
|
-
find_match_count[one]={{current}} من أصل مطابقة واحدة
|
|
184
|
-
find_match_count[two]={{current}} من أصل مطابقتين
|
|
185
|
-
find_match_count[few]={{current}} من أصل {{total}} مطابقات
|
|
186
|
-
find_match_count[many]={{current}} من أصل {{total}} مطابقة
|
|
187
|
-
find_match_count[other]={{current}} من أصل {{total}} مطابقة
|
|
188
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
189
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
190
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
191
|
-
find_match_count_limit={[ plural(limit) ]}
|
|
192
|
-
find_match_count_limit[zero]=فقط
|
|
193
|
-
find_match_count_limit[one]=أكثر من مطابقة واحدة
|
|
194
|
-
find_match_count_limit[two]=أكثر من مطابقتين
|
|
195
|
-
find_match_count_limit[few]=أكثر من {{limit}} مطابقات
|
|
196
|
-
find_match_count_limit[many]=أكثر من {{limit}} مطابقة
|
|
197
|
-
find_match_count_limit[other]=أكثر من {{limit}} مطابقة
|
|
198
|
-
find_not_found=لا وجود للعبارة
|
|
199
|
-
|
|
200
|
-
# Error panel labels
|
|
201
|
-
error_more_info=معلومات أكثر
|
|
202
|
-
error_less_info=معلومات أقل
|
|
203
|
-
error_close=أغلق
|
|
204
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
205
|
-
# replaced by the PDF.JS version and build ID.
|
|
206
|
-
error_version_info=PDF.js ن{{version}} (بناء: {{build}})
|
|
207
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
208
|
-
# english string describing the error.
|
|
209
|
-
error_message=الرسالة: {{message}}
|
|
210
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
211
|
-
# trace.
|
|
212
|
-
error_stack=الرصّة: {{stack}}
|
|
213
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
214
|
-
error_file=الملف: {{file}}
|
|
215
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
216
|
-
error_line=السطر: {{line}}
|
|
217
|
-
rendering_error=حدث خطأ أثناء عرض الصفحة.
|
|
218
|
-
|
|
219
|
-
# Predefined zoom values
|
|
220
|
-
page_scale_width=عرض الصفحة
|
|
221
|
-
page_scale_fit=ملائمة الصفحة
|
|
222
|
-
page_scale_auto=تقريب تلقائي
|
|
223
|
-
page_scale_actual=الحجم الفعلي
|
|
224
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
225
|
-
# numerical scale value.
|
|
226
|
-
page_scale_percent={{scale}}٪
|
|
227
|
-
|
|
228
|
-
# Loading indicator messages
|
|
229
|
-
loading_error=حدث عطل أثناء تحميل ملف PDF.
|
|
230
|
-
invalid_file_error=ملف PDF تالف أو غير صحيح.
|
|
231
|
-
missing_file_error=ملف PDF غير موجود.
|
|
232
|
-
unexpected_response_error=استجابة خادوم غير متوقعة.
|
|
233
|
-
|
|
234
|
-
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
|
235
|
-
# replaced by the modification date, and time, of the annotation.
|
|
236
|
-
annotation_date_string={{date}}، {{time}}
|
|
237
|
-
|
|
238
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
239
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
240
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
241
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
242
|
-
text_annotation_type.alt=[تعليق {{type}}]
|
|
243
|
-
password_label=أدخل لكلمة السر لفتح هذا الملف.
|
|
244
|
-
password_invalid=كلمة سر خطأ. من فضلك أعد المحاولة.
|
|
245
|
-
password_ok=حسنا
|
|
246
|
-
password_cancel=ألغِ
|
|
247
|
-
|
|
248
|
-
printing_not_supported=تحذير: لا يدعم هذا المتصفح الطباعة بشكل كامل.
|
|
249
|
-
printing_not_ready=تحذير: ملف PDF لم يُحمّل كاملًا للطباعة.
|
|
250
|
-
web_fonts_disabled=خطوط الوب مُعطّلة: تعذّر استخدام خطوط PDF المُضمّنة.
|
|
@@ -1,140 +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=Páxina anterior
|
|
17
|
-
previous_label=Anterior
|
|
18
|
-
next.title=Páxina siguiente
|
|
19
|
-
next_label=Siguiente
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Páxina
|
|
23
|
-
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
|
24
|
-
# representing the total number of pages in the document.
|
|
25
|
-
of_pages=de {{pagesCount}}
|
|
26
|
-
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
|
|
27
|
-
# will be replaced by a number representing the currently visible page,
|
|
28
|
-
# respectively a number representing the total number of pages in the document.
|
|
29
|
-
page_of_pages=({{pageNumber}} de {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
bookmark_label=Vista actual
|
|
32
|
-
|
|
33
|
-
# Secondary toolbar and context menu
|
|
34
|
-
tools.title=Ferramientes
|
|
35
|
-
tools_label=Ferramientes
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
scroll_vertical_label=Desplazamientu vertical
|
|
39
|
-
scroll_horizontal_label=Desplazamientu horizontal
|
|
40
|
-
scroll_wrapped_label=Desplazamientu continuu
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
# Document properties dialog box
|
|
44
|
-
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
|
45
|
-
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
|
46
|
-
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
|
|
47
|
-
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
|
48
|
-
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
|
49
|
-
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
|
|
50
|
-
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
|
51
|
-
# will be replaced by the creation/modification date, and time, of the PDF file.
|
|
52
|
-
document_properties_date_string={{date}}, {{time}}
|
|
53
|
-
document_properties_page_size_unit_inches=in
|
|
54
|
-
document_properties_page_size_unit_millimeters=mm
|
|
55
|
-
document_properties_page_size_orientation_portrait=vertical
|
|
56
|
-
document_properties_page_size_orientation_landscape=horizontal
|
|
57
|
-
document_properties_page_size_name_a3=A3
|
|
58
|
-
document_properties_page_size_name_a4=A4
|
|
59
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
|
60
|
-
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
|
61
|
-
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
|
62
|
-
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
|
63
|
-
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
|
64
|
-
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
|
65
|
-
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
|
66
|
-
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
|
67
|
-
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
|
68
|
-
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
|
69
|
-
document_properties_linearized_yes=Sí
|
|
70
|
-
document_properties_linearized_no=Non
|
|
71
|
-
|
|
72
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
73
|
-
# a numerical per cent value.
|
|
74
|
-
print_progress_percent={{progress}}%
|
|
75
|
-
|
|
76
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
77
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
78
|
-
# tooltips)
|
|
79
|
-
|
|
80
|
-
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
|
81
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
82
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
83
|
-
# number.
|
|
84
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
85
|
-
# number.
|
|
86
|
-
|
|
87
|
-
# Find panel button title and messages
|
|
88
|
-
find_entire_word_label=Pallabres completes
|
|
89
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
90
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
91
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
92
|
-
# index of the currently active find result, respectively a number representing
|
|
93
|
-
# the total number of matches in the document.
|
|
94
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
95
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
96
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
97
|
-
find_match_count_limit[zero]=Más de {{limit}} coincidencies
|
|
98
|
-
find_match_count_limit[one]=Más de {{limit}} coincidencia
|
|
99
|
-
find_match_count_limit[two]=Más de {{limit}} coincidencies
|
|
100
|
-
find_match_count_limit[few]=Más de {{limit}} coincidencies
|
|
101
|
-
find_match_count_limit[many]=Más de {{limit}} coincidencies
|
|
102
|
-
find_match_count_limit[other]=Más de {{limit}} coincidencies
|
|
103
|
-
|
|
104
|
-
# Error panel labels
|
|
105
|
-
error_more_info=Más información
|
|
106
|
-
error_less_info=Menos información
|
|
107
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
108
|
-
# replaced by the PDF.JS version and build ID.
|
|
109
|
-
error_version_info=PDF.js v{{version}} (compilación: {{build}})
|
|
110
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
111
|
-
# english string describing the error.
|
|
112
|
-
error_message=Mensaxe: {{message}}
|
|
113
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
114
|
-
# trace.
|
|
115
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
116
|
-
error_file=Ficheru: {{file}}
|
|
117
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
118
|
-
error_line=Llinia: {{line}}
|
|
119
|
-
|
|
120
|
-
# Predefined zoom values
|
|
121
|
-
page_scale_auto=Zoom automáticu
|
|
122
|
-
page_scale_actual=Tamañu real
|
|
123
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
124
|
-
# numerical scale value.
|
|
125
|
-
page_scale_percent={{scale}}%
|
|
126
|
-
|
|
127
|
-
# Loading indicator messages
|
|
128
|
-
loading_error=Asocedió un fallu mentanto se cargaba'l PDF.
|
|
129
|
-
|
|
130
|
-
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
|
131
|
-
# replaced by the modification date, and time, of the annotation.
|
|
132
|
-
annotation_date_string={{date}}, {{time}}
|
|
133
|
-
|
|
134
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
135
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
136
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
137
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
138
|
-
password_ok=Aceptar
|
|
139
|
-
password_cancel=Encaboxar
|
|
140
|
-
|
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
# Copyright 2012 Mozilla Foundation
|
|
2
|
-
#
|
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
# you may not use this file except in compliance with the License.
|
|
5
|
-
# You may obtain a copy of the License at
|
|
6
|
-
#
|
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
#
|
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
# See the License for the specific language governing permissions and
|
|
13
|
-
# limitations under the License.
|
|
14
|
-
|
|
15
|
-
# Main toolbar buttons (tooltips and alt text for images)
|
|
16
|
-
previous.title=Əvvəlki səhifə
|
|
17
|
-
previous_label=Əvvəlkini tap
|
|
18
|
-
next.title=Növbəti səhifə
|
|
19
|
-
next_label=İrəli
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Səhifə
|
|
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=Uzaqlaş
|
|
32
|
-
zoom_out_label=Uzaqlaş
|
|
33
|
-
zoom_in.title=Yaxınlaş
|
|
34
|
-
zoom_in_label=Yaxınlaş
|
|
35
|
-
zoom.title=Yaxınlaşdırma
|
|
36
|
-
presentation_mode.title=Təqdimat Rejiminə Keç
|
|
37
|
-
presentation_mode_label=Təqdimat Rejimi
|
|
38
|
-
open_file.title=Fayl Aç
|
|
39
|
-
open_file_label=Aç
|
|
40
|
-
print.title=Yazdır
|
|
41
|
-
print_label=Yazdır
|
|
42
|
-
download.title=Endir
|
|
43
|
-
download_label=Endir
|
|
44
|
-
bookmark.title=Hazırkı görünüş (köçür və ya yeni pəncərədə aç)
|
|
45
|
-
bookmark_label=Hazırkı görünüş
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Alətlər
|
|
49
|
-
tools_label=Alətlər
|
|
50
|
-
first_page.title=İlk Səhifəyə get
|
|
51
|
-
first_page.label=İlk Səhifəyə get
|
|
52
|
-
first_page_label=İlk Səhifəyə get
|
|
53
|
-
last_page.title=Son Səhifəyə get
|
|
54
|
-
last_page.label=Son Səhifəyə get
|
|
55
|
-
last_page_label=Son Səhifəyə get
|
|
56
|
-
page_rotate_cw.title=Saat İstiqamətində Fırlat
|
|
57
|
-
page_rotate_cw.label=Saat İstiqamətində Fırlat
|
|
58
|
-
page_rotate_cw_label=Saat İstiqamətində Fırlat
|
|
59
|
-
page_rotate_ccw.title=Saat İstiqamətinin Əksinə Fırlat
|
|
60
|
-
page_rotate_ccw.label=Saat İstiqamətinin Əksinə Fırlat
|
|
61
|
-
page_rotate_ccw_label=Saat İstiqamətinin Əksinə Fırlat
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Yazı seçmə alətini aktivləşdir
|
|
64
|
-
cursor_text_select_tool_label=Yazı seçmə aləti
|
|
65
|
-
cursor_hand_tool.title=Əl alətini aktivləşdir
|
|
66
|
-
cursor_hand_tool_label=Əl aləti
|
|
67
|
-
|
|
68
|
-
scroll_vertical.title=Şaquli sürüşdürmə işlət
|
|
69
|
-
scroll_vertical_label=Şaquli sürüşdürmə
|
|
70
|
-
scroll_horizontal.title=Üfüqi sürüşdürmə işlət
|
|
71
|
-
scroll_horizontal_label=Üfüqi sürüşdürmə
|
|
72
|
-
scroll_wrapped.title=Bükülü sürüşdürmə işlət
|
|
73
|
-
scroll_wrapped_label=Bükülü sürüşdürmə
|
|
74
|
-
|
|
75
|
-
spread_none.title=Yan-yana birləşdirilmiş səhifələri işlətmə
|
|
76
|
-
spread_none_label=Birləşdirmə
|
|
77
|
-
spread_odd.title=Yan-yana birləşdirilmiş səhifələri tək nömrəli səhifələrdən başlat
|
|
78
|
-
spread_odd_label=Tək nömrəli
|
|
79
|
-
spread_even.title=Yan-yana birləşdirilmiş səhifələri cüt nömrəli səhifələrdən başlat
|
|
80
|
-
spread_even_label=Cüt nömrəli
|
|
81
|
-
|
|
82
|
-
# Document properties dialog box
|
|
83
|
-
document_properties.title=Sənəd xüsusiyyətləri…
|
|
84
|
-
document_properties_label=Sənəd xüsusiyyətləri…
|
|
85
|
-
document_properties_file_name=Fayl adı:
|
|
86
|
-
document_properties_file_size=Fayl ölçüsü:
|
|
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}} bayt)
|
|
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}} bayt)
|
|
93
|
-
document_properties_title=Başlık:
|
|
94
|
-
document_properties_author=Müəllif:
|
|
95
|
-
document_properties_subject=Mövzu:
|
|
96
|
-
document_properties_keywords=Açar sözlər:
|
|
97
|
-
document_properties_creation_date=Yaradılış Tarixi :
|
|
98
|
-
document_properties_modification_date=Dəyişdirilmə Tarixi :
|
|
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=Yaradan:
|
|
103
|
-
document_properties_producer=PDF yaradıcısı:
|
|
104
|
-
document_properties_version=PDF versiyası:
|
|
105
|
-
document_properties_page_count=Səhifə sayı:
|
|
106
|
-
document_properties_page_size=Səhifə Ölçüsü:
|
|
107
|
-
document_properties_page_size_unit_inches=inç
|
|
108
|
-
document_properties_page_size_unit_millimeters=mm
|
|
109
|
-
document_properties_page_size_orientation_portrait=portret
|
|
110
|
-
document_properties_page_size_orientation_landscape=albom
|
|
111
|
-
document_properties_page_size_name_a3=A3
|
|
112
|
-
document_properties_page_size_name_a4=A4
|
|
113
|
-
document_properties_page_size_name_letter=Məktub
|
|
114
|
-
document_properties_page_size_name_legal=Hüquqi
|
|
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=Fast Web View:
|
|
126
|
-
document_properties_linearized_yes=Bəli
|
|
127
|
-
document_properties_linearized_no=Xeyr
|
|
128
|
-
document_properties_close=Qapat
|
|
129
|
-
|
|
130
|
-
print_progress_message=Sənəd çap üçün hazırlanır…
|
|
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=Ləğv et
|
|
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=Yan Paneli Aç/Bağla
|
|
140
|
-
toggle_sidebar_notification.title=Yan paneli çevir (sənəddə icmal/bağlama var)
|
|
141
|
-
toggle_sidebar_notification2.title=Yan paneli çevir (sənəddə icmal/bağlamalar/laylar mövcuddur)
|
|
142
|
-
toggle_sidebar_label=Yan Paneli Aç/Bağla
|
|
143
|
-
document_outline.title=Sənədin eskizini göstər (bütün bəndləri açmaq/yığmaq üçün iki dəfə klikləyin)
|
|
144
|
-
document_outline_label=Sənəd strukturu
|
|
145
|
-
attachments.title=Bağlamaları göstər
|
|
146
|
-
attachments_label=Bağlamalar
|
|
147
|
-
layers.title=Layları göstər (bütün layları ilkin halına sıfırlamaq üçün iki dəfə klikləyin)
|
|
148
|
-
layers_label=Laylar
|
|
149
|
-
thumbs.title=Kiçik şəkilləri göstər
|
|
150
|
-
thumbs_label=Kiçik şəkillər
|
|
151
|
-
findbar.title=Sənəddə Tap
|
|
152
|
-
findbar_label=Tap
|
|
153
|
-
|
|
154
|
-
additional_layers=Əlavə laylar
|
|
155
|
-
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
|
156
|
-
page_canvas=Səhifə {{page}}
|
|
157
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
158
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
159
|
-
# number.
|
|
160
|
-
thumb_page_title=Səhifə{{page}}
|
|
161
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
162
|
-
# number.
|
|
163
|
-
thumb_page_canvas={{page}} səhifəsinin kiçik vəziyyəti
|
|
164
|
-
|
|
165
|
-
# Find panel button title and messages
|
|
166
|
-
find_input.title=Tap
|
|
167
|
-
find_input.placeholder=Sənəddə tap…
|
|
168
|
-
find_previous.title=Bir öncəki uyğun gələn sözü tapır
|
|
169
|
-
find_previous_label=Geri
|
|
170
|
-
find_next.title=Bir sonrakı uyğun gələn sözü tapır
|
|
171
|
-
find_next_label=İrəli
|
|
172
|
-
find_highlight=İşarələ
|
|
173
|
-
find_match_case_label=Böyük/kiçik hərfə həssaslıq
|
|
174
|
-
find_entire_word_label=Tam sözlər
|
|
175
|
-
find_reached_top=Sənədin yuxarısına çatdı, aşağıdan davam edir
|
|
176
|
-
find_reached_bottom=Sənədin sonuna çatdı, yuxarıdan davam edir
|
|
177
|
-
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
|
178
|
-
# [one|two|few|many|other], with [other] as the default value.
|
|
179
|
-
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
|
180
|
-
# index of the currently active find result, respectively a number representing
|
|
181
|
-
# the total number of matches in the document.
|
|
182
|
-
find_match_count={[ plural(total) ]}
|
|
183
|
-
find_match_count[one]={{current}} / {{total}} uyğunluq
|
|
184
|
-
find_match_count[two]={{current}} / {{total}} uyğunluq
|
|
185
|
-
find_match_count[few]={{current}} / {{total}} uyğunluq
|
|
186
|
-
find_match_count[many]={{current}} / {{total}} uyğunluq
|
|
187
|
-
find_match_count[other]={{current}} / {{total}} uyğunluq
|
|
188
|
-
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
|
189
|
-
# [zero|one|two|few|many|other], with [other] as the default value.
|
|
190
|
-
# "{{limit}}" will be replaced by a numerical value.
|
|
191
|
-
find_match_count_limit={[ plural(limit) ]}
|
|
192
|
-
find_match_count_limit[zero]={{limit}}-dan çox uyğunluq
|
|
193
|
-
find_match_count_limit[one]={{limit}}-dən çox uyğunluq
|
|
194
|
-
find_match_count_limit[two]={{limit}}-dən çox uyğunluq
|
|
195
|
-
find_match_count_limit[few]={{limit}} uyğunluqdan daha çox
|
|
196
|
-
find_match_count_limit[many]={{limit}} uyğunluqdan daha çox
|
|
197
|
-
find_match_count_limit[other]={{limit}} uyğunluqdan daha çox
|
|
198
|
-
find_not_found=Uyğunlaşma tapılmadı
|
|
199
|
-
|
|
200
|
-
# Error panel labels
|
|
201
|
-
error_more_info=Daha çox məlumati
|
|
202
|
-
error_less_info=Daha az məlumat
|
|
203
|
-
error_close=Qapat
|
|
204
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
205
|
-
# replaced by the PDF.JS version and build ID.
|
|
206
|
-
error_version_info=PDF.js v{{version}} (yığma: {{build}})
|
|
207
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
208
|
-
# english string describing the error.
|
|
209
|
-
error_message=İsmarıc: {{message}}
|
|
210
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
211
|
-
# trace.
|
|
212
|
-
error_stack=Stek: {{stack}}
|
|
213
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
214
|
-
error_file=Fayl: {{file}}
|
|
215
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
216
|
-
error_line=Sətir: {{line}}
|
|
217
|
-
rendering_error=Səhifə göstərilərkən səhv yarandı.
|
|
218
|
-
|
|
219
|
-
# Predefined zoom values
|
|
220
|
-
page_scale_width=Səhifə genişliyi
|
|
221
|
-
page_scale_fit=Səhifəni sığdır
|
|
222
|
-
page_scale_auto=Avtomatik yaxınlaşdır
|
|
223
|
-
page_scale_actual=Hazırkı Həcm
|
|
224
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
225
|
-
# numerical scale value.
|
|
226
|
-
page_scale_percent={{scale}}%
|
|
227
|
-
|
|
228
|
-
# Loading indicator messages
|
|
229
|
-
loading_error=PDF yüklenərkən bir səhv yarandı.
|
|
230
|
-
invalid_file_error=Səhv və ya zədələnmiş olmuş PDF fayl.
|
|
231
|
-
missing_file_error=PDF fayl yoxdur.
|
|
232
|
-
unexpected_response_error=Gözlənilməz server cavabı.
|
|
233
|
-
|
|
234
|
-
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
|
235
|
-
# replaced by the modification date, and time, of the annotation.
|
|
236
|
-
annotation_date_string={{date}}, {{time}}
|
|
237
|
-
|
|
238
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
239
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
240
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
241
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
242
|
-
text_annotation_type.alt=[{{type}} Annotasiyası]
|
|
243
|
-
password_label=Bu PDF faylı açmaq üçün parolu daxil edin.
|
|
244
|
-
password_invalid=Parol səhvdir. Bir daha yoxlayın.
|
|
245
|
-
password_ok=Tamam
|
|
246
|
-
password_cancel=Ləğv et
|
|
247
|
-
|
|
248
|
-
printing_not_supported=Xəbərdarlıq: Çap bu səyyah tərəfindən tam olaraq dəstəklənmir.
|
|
249
|
-
printing_not_ready=Xəbərdarlıq: PDF çap üçün tam yüklənməyib.
|
|
250
|
-
web_fonts_disabled=Web Şriftlər söndürülüb: yerləşdirilmiş PDF şriftlərini istifadə etmək mümkün deyil.
|