@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,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=Page précédente
|
|
17
|
-
previous_label=Précédent
|
|
18
|
-
next.title=Page suivante
|
|
19
|
-
next_label=Suivant
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Page
|
|
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=sur {{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}} sur {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=Zoom arrière
|
|
32
|
-
zoom_out_label=Zoom arrière
|
|
33
|
-
zoom_in.title=Zoom avant
|
|
34
|
-
zoom_in_label=Zoom avant
|
|
35
|
-
zoom.title=Zoom
|
|
36
|
-
presentation_mode.title=Basculer en mode présentation
|
|
37
|
-
presentation_mode_label=Mode présentation
|
|
38
|
-
open_file.title=Ouvrir le fichier
|
|
39
|
-
open_file_label=Ouvrir le fichier
|
|
40
|
-
print.title=Imprimer
|
|
41
|
-
print_label=Imprimer
|
|
42
|
-
download.title=Télécharger
|
|
43
|
-
download_label=Télécharger
|
|
44
|
-
bookmark.title=Affichage courant (copier ou ouvrir dans une nouvelle fenêtre)
|
|
45
|
-
bookmark_label=Affichage actuel
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Outils
|
|
49
|
-
tools_label=Outils
|
|
50
|
-
first_page.title=Aller à la première page
|
|
51
|
-
first_page.label=Aller à la première page
|
|
52
|
-
first_page_label=Aller à la première page
|
|
53
|
-
last_page.title=Aller à la dernière page
|
|
54
|
-
last_page.label=Aller à la dernière page
|
|
55
|
-
last_page_label=Aller à la dernière page
|
|
56
|
-
page_rotate_cw.title=Rotation horaire
|
|
57
|
-
page_rotate_cw.label=Rotation horaire
|
|
58
|
-
page_rotate_cw_label=Rotation horaire
|
|
59
|
-
page_rotate_ccw.title=Rotation antihoraire
|
|
60
|
-
page_rotate_ccw.label=Rotation antihoraire
|
|
61
|
-
page_rotate_ccw_label=Rotation antihoraire
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Activer l’outil de sélection de texte
|
|
64
|
-
cursor_text_select_tool_label=Outil de sélection de texte
|
|
65
|
-
cursor_hand_tool.title=Activer l’outil main
|
|
66
|
-
cursor_hand_tool_label=Outil main
|
|
67
|
-
|
|
68
|
-
scroll_vertical.title=Utiliser le défilement vertical
|
|
69
|
-
scroll_vertical_label=Défilement vertical
|
|
70
|
-
scroll_horizontal.title=Utiliser le défilement horizontal
|
|
71
|
-
scroll_horizontal_label=Défilement horizontal
|
|
72
|
-
scroll_wrapped.title=Utiliser le défilement par bloc
|
|
73
|
-
scroll_wrapped_label=Défilement par bloc
|
|
74
|
-
|
|
75
|
-
spread_none.title=Ne pas afficher les pages deux à deux
|
|
76
|
-
spread_none_label=Pas de double affichage
|
|
77
|
-
spread_odd.title=Afficher les pages par deux, impaires à gauche
|
|
78
|
-
spread_odd_label=Doubles pages, impaires à gauche
|
|
79
|
-
spread_even.title=Afficher les pages par deux, paires à gauche
|
|
80
|
-
spread_even_label=Doubles pages, paires à gauche
|
|
81
|
-
|
|
82
|
-
# Document properties dialog box
|
|
83
|
-
document_properties.title=Propriétés du document…
|
|
84
|
-
document_properties_label=Propriétés du document…
|
|
85
|
-
document_properties_file_name=Nom du fichier :
|
|
86
|
-
document_properties_file_size=Taille du fichier :
|
|
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}} Ko ({{size_b}} octets)
|
|
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}} Mo ({{size_b}} octets)
|
|
93
|
-
document_properties_title=Titre :
|
|
94
|
-
document_properties_author=Auteur :
|
|
95
|
-
document_properties_subject=Sujet :
|
|
96
|
-
document_properties_keywords=Mots-clés :
|
|
97
|
-
document_properties_creation_date=Date de création :
|
|
98
|
-
document_properties_modification_date=Modifié le :
|
|
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=Créé par :
|
|
103
|
-
document_properties_producer=Outil de conversion PDF :
|
|
104
|
-
document_properties_version=Version PDF :
|
|
105
|
-
document_properties_page_count=Nombre de pages :
|
|
106
|
-
document_properties_page_size=Taille de la page :
|
|
107
|
-
document_properties_page_size_unit_inches=in
|
|
108
|
-
document_properties_page_size_unit_millimeters=mm
|
|
109
|
-
document_properties_page_size_orientation_portrait=portrait
|
|
110
|
-
document_properties_page_size_orientation_landscape=paysage
|
|
111
|
-
document_properties_page_size_name_a3=A3
|
|
112
|
-
document_properties_page_size_name_a4=A4
|
|
113
|
-
document_properties_page_size_name_letter=lettre
|
|
114
|
-
document_properties_page_size_name_legal=document juridique
|
|
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=Affichage rapide des pages web :
|
|
126
|
-
document_properties_linearized_yes=Oui
|
|
127
|
-
document_properties_linearized_no=Non
|
|
128
|
-
document_properties_close=Fermer
|
|
129
|
-
|
|
130
|
-
print_progress_message=Préparation du document pour l’impression…
|
|
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=Annuler
|
|
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=Afficher/Masquer le panneau latéral
|
|
140
|
-
toggle_sidebar_notification.title=Afficher/Masquer le panneau latéral (le document contient des signets/pièces jointes)
|
|
141
|
-
toggle_sidebar_notification2.title=Afficher/Masquer le panneau latéral (le document contient des signets/pièces jointes/calques)
|
|
142
|
-
toggle_sidebar_label=Afficher/Masquer le panneau latéral
|
|
143
|
-
document_outline.title=Afficher les signets du document (double-cliquer pour développer/réduire tous les éléments)
|
|
144
|
-
document_outline_label=Signets du document
|
|
145
|
-
attachments.title=Afficher les pièces jointes
|
|
146
|
-
attachments_label=Pièces jointes
|
|
147
|
-
layers.title=Afficher les calques (double-cliquer pour réinitialiser tous les calques à l’état par défaut)
|
|
148
|
-
layers_label=Calques
|
|
149
|
-
thumbs.title=Afficher les vignettes
|
|
150
|
-
thumbs_label=Vignettes
|
|
151
|
-
current_outline_item.title=Trouver l’élément de plan actuel
|
|
152
|
-
current_outline_item_label=Élément de plan actuel
|
|
153
|
-
findbar.title=Rechercher dans le document
|
|
154
|
-
findbar_label=Rechercher
|
|
155
|
-
|
|
156
|
-
additional_layers=Calques additionnels
|
|
157
|
-
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
|
158
|
-
page_canvas=Page {{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 {{page}}
|
|
163
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
164
|
-
# number.
|
|
165
|
-
thumb_page_canvas=Vignette de la page {{page}}
|
|
166
|
-
|
|
167
|
-
# Find panel button title and messages
|
|
168
|
-
find_input.title=Rechercher
|
|
169
|
-
find_input.placeholder=Rechercher dans le document…
|
|
170
|
-
find_previous.title=Trouver l’occurrence précédente de l’expression
|
|
171
|
-
find_previous_label=Précédent
|
|
172
|
-
find_next.title=Trouver la prochaine occurrence de l’expression
|
|
173
|
-
find_next_label=Suivant
|
|
174
|
-
find_highlight=Tout surligner
|
|
175
|
-
find_match_case_label=Respecter la casse
|
|
176
|
-
find_entire_word_label=Mots entiers
|
|
177
|
-
find_reached_top=Haut de la page atteint, poursuite depuis la fin
|
|
178
|
-
find_reached_bottom=Bas de la page atteint, poursuite au début
|
|
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]=Occurrence {{current}} sur {{total}}
|
|
186
|
-
find_match_count[two]=Occurrence {{current}} sur {{total}}
|
|
187
|
-
find_match_count[few]=Occurrence {{current}} sur {{total}}
|
|
188
|
-
find_match_count[many]=Occurrence {{current}} sur {{total}}
|
|
189
|
-
find_match_count[other]=Occurrence {{current}} sur {{total}}
|
|
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]=Plus de {{limit}} correspondances
|
|
195
|
-
find_match_count_limit[one]=Plus de {{limit}} correspondance
|
|
196
|
-
find_match_count_limit[two]=Plus de {{limit}} correspondances
|
|
197
|
-
find_match_count_limit[few]=Plus de {{limit}} correspondances
|
|
198
|
-
find_match_count_limit[many]=Plus de {{limit}} correspondances
|
|
199
|
-
find_match_count_limit[other]=Plus de {{limit}} correspondances
|
|
200
|
-
find_not_found=Expression non trouvée
|
|
201
|
-
|
|
202
|
-
# Error panel labels
|
|
203
|
-
error_more_info=Plus d’informations
|
|
204
|
-
error_less_info=Moins d’informations
|
|
205
|
-
error_close=Fermer
|
|
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}} (identifiant de compilation : {{build}})
|
|
209
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
210
|
-
# english string describing the error.
|
|
211
|
-
error_message=Message : {{message}}
|
|
212
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
213
|
-
# trace.
|
|
214
|
-
error_stack=Pile : {{stack}}
|
|
215
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
216
|
-
error_file=Fichier : {{file}}
|
|
217
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
218
|
-
error_line=Ligne : {{line}}
|
|
219
|
-
rendering_error=Une erreur s’est produite lors de l’affichage de la page.
|
|
220
|
-
|
|
221
|
-
# Predefined zoom values
|
|
222
|
-
page_scale_width=Pleine largeur
|
|
223
|
-
page_scale_fit=Page entière
|
|
224
|
-
page_scale_auto=Zoom automatique
|
|
225
|
-
page_scale_actual=Taille réelle
|
|
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=Une erreur s’est produite lors du chargement du fichier PDF.
|
|
232
|
-
invalid_file_error=Fichier PDF invalide ou corrompu.
|
|
233
|
-
missing_file_error=Fichier PDF manquant.
|
|
234
|
-
unexpected_response_error=Réponse inattendue du serveur.
|
|
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=[Annotation {{type}}]
|
|
245
|
-
password_label=Veuillez saisir le mot de passe pour ouvrir ce fichier PDF.
|
|
246
|
-
password_invalid=Mot de passe incorrect. Veuillez réessayer.
|
|
247
|
-
password_ok=OK
|
|
248
|
-
password_cancel=Annuler
|
|
249
|
-
|
|
250
|
-
printing_not_supported=Attention : l’impression n’est pas totalement prise en charge par ce navigateur.
|
|
251
|
-
printing_not_ready=Attention : le PDF n’est pas entièrement chargé pour pouvoir l’imprimer.
|
|
252
|
-
web_fonts_disabled=Les polices web sont désactivées : impossible d’utiliser les polices intégrées au 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=Foarige side
|
|
17
|
-
previous_label=Foarige
|
|
18
|
-
next.title=Folgjende side
|
|
19
|
-
next_label=Folgjende
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Side
|
|
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=fan {{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}} fan {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=Utzoome
|
|
32
|
-
zoom_out_label=Utzoome
|
|
33
|
-
zoom_in.title=Ynzoome
|
|
34
|
-
zoom_in_label=Ynzoome
|
|
35
|
-
zoom.title=Zoome
|
|
36
|
-
presentation_mode.title=Wikselje nei presintaasjemodus
|
|
37
|
-
presentation_mode_label=Presintaasjemodus
|
|
38
|
-
open_file.title=Bestân iepenje
|
|
39
|
-
open_file_label=Iepenje
|
|
40
|
-
print.title=Ofdrukke
|
|
41
|
-
print_label=Ofdrukke
|
|
42
|
-
download.title=Downloade
|
|
43
|
-
download_label=Downloade
|
|
44
|
-
bookmark.title=Aktuele finster (kopiearje of iepenje yn nij finster)
|
|
45
|
-
bookmark_label=Aktuele finster
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Ark
|
|
49
|
-
tools_label=Ark
|
|
50
|
-
first_page.title=Gean nei earste side
|
|
51
|
-
first_page.label=Nei earste side gean
|
|
52
|
-
first_page_label=Gean nei earste side
|
|
53
|
-
last_page.title=Gean nei lêste side
|
|
54
|
-
last_page.label=Nei lêste side gean
|
|
55
|
-
last_page_label=Gean nei lêste side
|
|
56
|
-
page_rotate_cw.title=Rjochtsom draaie
|
|
57
|
-
page_rotate_cw.label=Rjochtsom draaie
|
|
58
|
-
page_rotate_cw_label=Rjochtsom draaie
|
|
59
|
-
page_rotate_ccw.title=Loftsom draaie
|
|
60
|
-
page_rotate_ccw.label=Loftsom draaie
|
|
61
|
-
page_rotate_ccw_label=Loftsom draaie
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Tekstseleksjehelpmiddel ynskeakelje
|
|
64
|
-
cursor_text_select_tool_label=Tekstseleksjehelpmiddel
|
|
65
|
-
cursor_hand_tool.title=Hânhelpmiddel ynskeakelje
|
|
66
|
-
cursor_hand_tool_label=Hânhelpmiddel
|
|
67
|
-
|
|
68
|
-
scroll_vertical.title=Fertikaal skowe brûke
|
|
69
|
-
scroll_vertical_label=Fertikaal skowe
|
|
70
|
-
scroll_horizontal.title=Horizontaal skowe brûke
|
|
71
|
-
scroll_horizontal_label=Horizontaal skowe
|
|
72
|
-
scroll_wrapped.title=Skowe mei oersjoch brûke
|
|
73
|
-
scroll_wrapped_label=Skowe mei oersjoch
|
|
74
|
-
|
|
75
|
-
spread_none.title=Sidesprieding net gearfetsje
|
|
76
|
-
spread_none_label=Gjin sprieding
|
|
77
|
-
spread_odd.title=Sidesprieding gearfetsje te starten mei ûneven nûmers
|
|
78
|
-
spread_odd_label=Uneven sprieding
|
|
79
|
-
spread_even.title=Sidesprieding gearfetsje te starten mei even nûmers
|
|
80
|
-
spread_even_label=Even sprieding
|
|
81
|
-
|
|
82
|
-
# Document properties dialog box
|
|
83
|
-
document_properties.title=Dokuminteigenskippen…
|
|
84
|
-
document_properties_label=Dokuminteigenskippen…
|
|
85
|
-
document_properties_file_name=Bestânsnamme:
|
|
86
|
-
document_properties_file_size=Bestânsgrutte:
|
|
87
|
-
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
|
88
|
-
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
|
89
|
-
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
|
|
90
|
-
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
|
91
|
-
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
|
92
|
-
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
|
|
93
|
-
document_properties_title=Titel:
|
|
94
|
-
document_properties_author=Auteur:
|
|
95
|
-
document_properties_subject=Underwerp:
|
|
96
|
-
document_properties_keywords=Kaaiwurden:
|
|
97
|
-
document_properties_creation_date=Oanmaakdatum:
|
|
98
|
-
document_properties_modification_date=Bewurkingsdatum:
|
|
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=Makker:
|
|
103
|
-
document_properties_producer=PDF-makker:
|
|
104
|
-
document_properties_version=PDF-ferzje:
|
|
105
|
-
document_properties_page_count=Siden:
|
|
106
|
-
document_properties_page_size=Sideformaat:
|
|
107
|
-
document_properties_page_size_unit_inches=yn
|
|
108
|
-
document_properties_page_size_unit_millimeters=mm
|
|
109
|
-
document_properties_page_size_orientation_portrait=steand
|
|
110
|
-
document_properties_page_size_orientation_landscape=lizzend
|
|
111
|
-
document_properties_page_size_name_a3=A3
|
|
112
|
-
document_properties_page_size_name_a4=A4
|
|
113
|
-
document_properties_page_size_name_letter=Letter
|
|
114
|
-
document_properties_page_size_name_legal=Juridysk
|
|
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=Flugge webwerjefte:
|
|
126
|
-
document_properties_linearized_yes=Ja
|
|
127
|
-
document_properties_linearized_no=Nee
|
|
128
|
-
document_properties_close=Slute
|
|
129
|
-
|
|
130
|
-
print_progress_message=Dokumint tariede oar ôfdrukken…
|
|
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=Annulearje
|
|
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=Sidebalke yn-/útskeakelje
|
|
140
|
-
toggle_sidebar_notification.title=Sidebalke yn-/útskeakelje (dokumint befettet outline/bylagen)
|
|
141
|
-
toggle_sidebar_notification2.title=Sidebalke yn-/útskeakelje (dokumint befettet oersjoch/bylagen/lagen)
|
|
142
|
-
toggle_sidebar_label=Sidebalke yn-/útskeakelje
|
|
143
|
-
document_outline.title=Dokumintoersjoch toane (dûbelklik om alle items út/yn te klappen)
|
|
144
|
-
document_outline_label=Dokumintoersjoch
|
|
145
|
-
attachments.title=Bylagen toane
|
|
146
|
-
attachments_label=Bylagen
|
|
147
|
-
layers.title=Lagen toane (dûbelklik om alle lagen nei de standertsteat werom te setten)
|
|
148
|
-
layers_label=Lagen
|
|
149
|
-
thumbs.title=Foarbylden toane
|
|
150
|
-
thumbs_label=Foarbylden
|
|
151
|
-
current_outline_item.title=Aktueel item yn ynhâldsopjefte sykje
|
|
152
|
-
current_outline_item_label=Aktueel item yn ynhâldsopjefte
|
|
153
|
-
findbar.title=Sykje yn dokumint
|
|
154
|
-
findbar_label=Sykje
|
|
155
|
-
|
|
156
|
-
additional_layers=Oanfoljende lagen
|
|
157
|
-
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
|
158
|
-
page_canvas=Side {{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=Side {{page}}
|
|
163
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
164
|
-
# number.
|
|
165
|
-
thumb_page_canvas=Foarbyld fan side {{page}}
|
|
166
|
-
|
|
167
|
-
# Find panel button title and messages
|
|
168
|
-
find_input.title=Sykje
|
|
169
|
-
find_input.placeholder=Sykje yn dokumint…
|
|
170
|
-
find_previous.title=It foarige foarkommen fan de tekst sykje
|
|
171
|
-
find_previous_label=Foarige
|
|
172
|
-
find_next.title=It folgjende foarkommen fan de tekst sykje
|
|
173
|
-
find_next_label=Folgjende
|
|
174
|
-
find_highlight=Alles markearje
|
|
175
|
-
find_match_case_label=Haadlettergefoelich
|
|
176
|
-
find_entire_word_label=Hiele wurden
|
|
177
|
-
find_reached_top=Boppekant fan dokumint berikt, trochgien fan ûnder ôf
|
|
178
|
-
find_reached_bottom=Ein fan dokumint berikt, trochgien fan boppe ôf
|
|
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]={{current}} fan {{total}} oerienkomst
|
|
186
|
-
find_match_count[two]={{current}} fan {{total}} oerienkomsten
|
|
187
|
-
find_match_count[few]={{current}} fan {{total}} oerienkomsten
|
|
188
|
-
find_match_count[many]={{current}} fan {{total}} oerienkomsten
|
|
189
|
-
find_match_count[other]={{current}} fan {{total}} oerienkomsten
|
|
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]=Mear as {{limit}} oerienkomsten
|
|
195
|
-
find_match_count_limit[one]=Mear as {{limit}} oerienkomst
|
|
196
|
-
find_match_count_limit[two]=Mear as {{limit}} oerienkomsten
|
|
197
|
-
find_match_count_limit[few]=Mear as {{limit}} oerienkomsten
|
|
198
|
-
find_match_count_limit[many]=Mear as {{limit}} oerienkomsten
|
|
199
|
-
find_match_count_limit[other]=Mear as {{limit}} oerienkomsten
|
|
200
|
-
find_not_found=Tekst net fûn
|
|
201
|
-
|
|
202
|
-
# Error panel labels
|
|
203
|
-
error_more_info=Mear ynformaasje
|
|
204
|
-
error_less_info=Minder ynformaasje
|
|
205
|
-
error_close=Slute
|
|
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 f{{version}} (build: {{build}})
|
|
209
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
210
|
-
# english string describing the error.
|
|
211
|
-
error_message=Berjocht: {{message}}
|
|
212
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
213
|
-
# trace.
|
|
214
|
-
error_stack=Stack: {{stack}}
|
|
215
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
216
|
-
error_file=Bestân: {{file}}
|
|
217
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
218
|
-
error_line=Rigel: {{line}}
|
|
219
|
-
rendering_error=Der is in flater bard by it renderjen fan de side.
|
|
220
|
-
|
|
221
|
-
# Predefined zoom values
|
|
222
|
-
page_scale_width=Sidebreedte
|
|
223
|
-
page_scale_fit=Hiele side
|
|
224
|
-
page_scale_auto=Automatysk zoome
|
|
225
|
-
page_scale_actual=Werklike grutte
|
|
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=Der is in flater bard by it laden fan de PDF.
|
|
232
|
-
invalid_file_error=Ynfalide of korruptearre PDF-bestân.
|
|
233
|
-
missing_file_error=PDF-bestân ûntbrekt.
|
|
234
|
-
unexpected_response_error=Unferwacht serverantwurd.
|
|
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}}-annotaasje]
|
|
245
|
-
password_label=Jou it wachtwurd om dit PDF-bestân te iepenjen.
|
|
246
|
-
password_invalid=Ferkeard wachtwurd. Probearje opnij.
|
|
247
|
-
password_ok=OK
|
|
248
|
-
password_cancel=Annulearje
|
|
249
|
-
|
|
250
|
-
printing_not_supported=Warning: Printen is net folslein stipe troch dizze browser.
|
|
251
|
-
printing_not_ready=Warning: PDF is net folslein laden om ôf te drukken.
|
|
252
|
-
web_fonts_disabled=Weblettertypen binne útskeakele: gebrûk fan ynsluten PDF-lettertypen is net mooglik.
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
# Copyright 2012 Mozilla Foundation
|
|
2
|
-
#
|
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
# you may not use this file except in compliance with the License.
|
|
5
|
-
# You may obtain a copy of the License at
|
|
6
|
-
#
|
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
#
|
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
# See the License for the specific language governing permissions and
|
|
13
|
-
# limitations under the License.
|
|
14
|
-
|
|
15
|
-
# Main toolbar buttons (tooltips and alt text for images)
|
|
16
|
-
previous.title=An Leathanach Roimhe Seo
|
|
17
|
-
previous_label=Roimhe Seo
|
|
18
|
-
next.title=An Chéad Leathanach Eile
|
|
19
|
-
next_label=Ar Aghaidh
|
|
20
|
-
|
|
21
|
-
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
|
22
|
-
page.title=Leathanach
|
|
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=as {{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}} as {{pagesCount}})
|
|
30
|
-
|
|
31
|
-
zoom_out.title=Súmáil Amach
|
|
32
|
-
zoom_out_label=Súmáil Amach
|
|
33
|
-
zoom_in.title=Súmáil Isteach
|
|
34
|
-
zoom_in_label=Súmáil Isteach
|
|
35
|
-
zoom.title=Súmáil
|
|
36
|
-
presentation_mode.title=Úsáid an Mód Láithreoireachta
|
|
37
|
-
presentation_mode_label=Mód Láithreoireachta
|
|
38
|
-
open_file.title=Oscail Comhad
|
|
39
|
-
open_file_label=Oscail
|
|
40
|
-
print.title=Priontáil
|
|
41
|
-
print_label=Priontáil
|
|
42
|
-
download.title=Íoslódáil
|
|
43
|
-
download_label=Íoslódáil
|
|
44
|
-
bookmark.title=An t-amharc reatha (cóipeáil nó oscail i bhfuinneog nua)
|
|
45
|
-
bookmark_label=An tAmharc Reatha
|
|
46
|
-
|
|
47
|
-
# Secondary toolbar and context menu
|
|
48
|
-
tools.title=Uirlisí
|
|
49
|
-
tools_label=Uirlisí
|
|
50
|
-
first_page.title=Go dtí an chéad leathanach
|
|
51
|
-
first_page.label=Go dtí an chéad leathanach
|
|
52
|
-
first_page_label=Go dtí an chéad leathanach
|
|
53
|
-
last_page.title=Go dtí an leathanach deiridh
|
|
54
|
-
last_page.label=Go dtí an leathanach deiridh
|
|
55
|
-
last_page_label=Go dtí an leathanach deiridh
|
|
56
|
-
page_rotate_cw.title=Rothlaigh ar deiseal
|
|
57
|
-
page_rotate_cw.label=Rothlaigh ar deiseal
|
|
58
|
-
page_rotate_cw_label=Rothlaigh ar deiseal
|
|
59
|
-
page_rotate_ccw.title=Rothlaigh ar tuathal
|
|
60
|
-
page_rotate_ccw.label=Rothlaigh ar tuathal
|
|
61
|
-
page_rotate_ccw_label=Rothlaigh ar tuathal
|
|
62
|
-
|
|
63
|
-
cursor_text_select_tool.title=Cumasaigh an Uirlis Roghnaithe Téacs
|
|
64
|
-
cursor_text_select_tool_label=Uirlis Roghnaithe Téacs
|
|
65
|
-
cursor_hand_tool.title=Cumasaigh an Uirlis Láimhe
|
|
66
|
-
cursor_hand_tool_label=Uirlis Láimhe
|
|
67
|
-
|
|
68
|
-
# Document properties dialog box
|
|
69
|
-
document_properties.title=Airíonna na Cáipéise…
|
|
70
|
-
document_properties_label=Airíonna na Cáipéise…
|
|
71
|
-
document_properties_file_name=Ainm an chomhaid:
|
|
72
|
-
document_properties_file_size=Méid an chomhaid:
|
|
73
|
-
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
|
74
|
-
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
|
75
|
-
document_properties_kb={{size_kb}} kB ({{size_b}} beart)
|
|
76
|
-
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
|
77
|
-
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
|
78
|
-
document_properties_mb={{size_mb}} MB ({{size_b}} beart)
|
|
79
|
-
document_properties_title=Teideal:
|
|
80
|
-
document_properties_author=Údar:
|
|
81
|
-
document_properties_subject=Ábhar:
|
|
82
|
-
document_properties_keywords=Eochairfhocail:
|
|
83
|
-
document_properties_creation_date=Dáta Cruthaithe:
|
|
84
|
-
document_properties_modification_date=Dáta Athraithe:
|
|
85
|
-
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
|
86
|
-
# will be replaced by the creation/modification date, and time, of the PDF file.
|
|
87
|
-
document_properties_date_string={{date}}, {{time}}
|
|
88
|
-
document_properties_creator=Cruthaitheoir:
|
|
89
|
-
document_properties_producer=Cruthaitheoir an PDF:
|
|
90
|
-
document_properties_version=Leagan PDF:
|
|
91
|
-
document_properties_page_count=Líon Leathanach:
|
|
92
|
-
document_properties_close=Dún
|
|
93
|
-
|
|
94
|
-
print_progress_message=Cáipéis á hullmhú le priontáil…
|
|
95
|
-
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
96
|
-
# a numerical per cent value.
|
|
97
|
-
print_progress_percent={{progress}}%
|
|
98
|
-
print_progress_close=Cealaigh
|
|
99
|
-
|
|
100
|
-
# Tooltips and alt text for side panel toolbar buttons
|
|
101
|
-
# (the _label strings are alt text for the buttons, the .title strings are
|
|
102
|
-
# tooltips)
|
|
103
|
-
toggle_sidebar.title=Scoránaigh an Barra Taoibh
|
|
104
|
-
toggle_sidebar_notification.title=Scoránaigh an Barra Taoibh (achoimre/iatáin sa cháipéis)
|
|
105
|
-
toggle_sidebar_label=Scoránaigh an Barra Taoibh
|
|
106
|
-
document_outline.title=Taispeáin Imlíne na Cáipéise (déchliceáil chun chuile rud a leathnú nó a laghdú)
|
|
107
|
-
document_outline_label=Creatlach na Cáipéise
|
|
108
|
-
attachments.title=Taispeáin Iatáin
|
|
109
|
-
attachments_label=Iatáin
|
|
110
|
-
thumbs.title=Taispeáin Mionsamhlacha
|
|
111
|
-
thumbs_label=Mionsamhlacha
|
|
112
|
-
findbar.title=Aimsigh sa Cháipéis
|
|
113
|
-
findbar_label=Aimsigh
|
|
114
|
-
|
|
115
|
-
# Thumbnails panel item (tooltip and alt text for images)
|
|
116
|
-
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
|
117
|
-
# number.
|
|
118
|
-
thumb_page_title=Leathanach {{page}}
|
|
119
|
-
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
|
120
|
-
# number.
|
|
121
|
-
thumb_page_canvas=Mionsamhail Leathanaigh {{page}}
|
|
122
|
-
|
|
123
|
-
# Find panel button title and messages
|
|
124
|
-
find_input.title=Aimsigh
|
|
125
|
-
find_input.placeholder=Aimsigh sa cháipéis…
|
|
126
|
-
find_previous.title=Aimsigh an sampla roimhe seo den nath seo
|
|
127
|
-
find_previous_label=Roimhe seo
|
|
128
|
-
find_next.title=Aimsigh an chéad sampla eile den nath sin
|
|
129
|
-
find_next_label=Ar aghaidh
|
|
130
|
-
find_highlight=Aibhsigh uile
|
|
131
|
-
find_match_case_label=Cásíogair
|
|
132
|
-
find_reached_top=Ag barr na cáipéise, ag leanúint ón mbun
|
|
133
|
-
find_reached_bottom=Ag bun na cáipéise, ag leanúint ón mbarr
|
|
134
|
-
find_not_found=Frása gan aimsiú
|
|
135
|
-
|
|
136
|
-
# Error panel labels
|
|
137
|
-
error_more_info=Tuilleadh Eolais
|
|
138
|
-
error_less_info=Níos Lú Eolais
|
|
139
|
-
error_close=Dún
|
|
140
|
-
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
|
141
|
-
# replaced by the PDF.JS version and build ID.
|
|
142
|
-
error_version_info=PDF.js v{{version}} (build: {{build}})
|
|
143
|
-
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
|
144
|
-
# english string describing the error.
|
|
145
|
-
error_message=Teachtaireacht: {{message}}
|
|
146
|
-
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
|
147
|
-
# trace.
|
|
148
|
-
error_stack=Cruach: {{stack}}
|
|
149
|
-
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
|
150
|
-
error_file=Comhad: {{file}}
|
|
151
|
-
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
|
152
|
-
error_line=Líne: {{line}}
|
|
153
|
-
rendering_error=Tharla earráid agus an leathanach á leagan amach.
|
|
154
|
-
|
|
155
|
-
# Predefined zoom values
|
|
156
|
-
page_scale_width=Leithead Leathanaigh
|
|
157
|
-
page_scale_fit=Laghdaigh go dtí an Leathanach
|
|
158
|
-
page_scale_auto=Súmáil Uathoibríoch
|
|
159
|
-
page_scale_actual=Fíormhéid
|
|
160
|
-
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
|
161
|
-
# numerical scale value.
|
|
162
|
-
page_scale_percent={{scale}}%
|
|
163
|
-
|
|
164
|
-
# Loading indicator messages
|
|
165
|
-
loading_error=Tharla earráid agus an cháipéis PDF á lódáil.
|
|
166
|
-
invalid_file_error=Comhad neamhbhailí nó truaillithe PDF.
|
|
167
|
-
missing_file_error=Comhad PDF ar iarraidh.
|
|
168
|
-
unexpected_response_error=Freagra ón bhfreastalaí nach rabhthas ag súil leis.
|
|
169
|
-
|
|
170
|
-
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
|
171
|
-
# "{{type}}" will be replaced with an annotation type from a list defined in
|
|
172
|
-
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
|
|
173
|
-
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
174
|
-
text_annotation_type.alt=[Anótáil {{type}}]
|
|
175
|
-
password_label=Cuir an focal faire isteach chun an comhad PDF seo a oscailt.
|
|
176
|
-
password_invalid=Focal faire mícheart. Déan iarracht eile.
|
|
177
|
-
password_ok=OK
|
|
178
|
-
password_cancel=Cealaigh
|
|
179
|
-
|
|
180
|
-
printing_not_supported=Rabhadh: Ní thacaíonn an brabhsálaí le priontáil go hiomlán.
|
|
181
|
-
printing_not_ready=Rabhadh: Ní féidir an PDF a phriontáil go dtí go mbeidh an cháipéis iomlán lódáilte.
|
|
182
|
-
web_fonts_disabled=Tá clófhoirne Gréasáin díchumasaithe: ní féidir clófhoirne leabaithe PDF a úsáid.
|