Skip to content

Commit a2e94d0

Browse files
committed
Merge pull request mozilla#1843 from kingsquare/master
Dutch localization for pdf.js
2 parents e2b0c76 + e7ee11c commit a2e94d0

File tree

3 files changed

+100
-0
lines changed

3 files changed

+100
-0
lines changed

l10n/nl/chrome.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Chrome notification bar messages and buttons
2+
unsupported_feature=Dit PDF document wordt misschien niet goed getoond.
3+
open_with_different_viewer=Bekijk in ander programma

l10n/nl/metadata.inc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<em:localized>
2+
<Description>
3+
<em:locale>nl</em:locale>
4+
<em:name>PDF Viewer</em:name>
5+
<em:description>Gebruikt HTML5 om PDF bestanden direct in de browser te openen.</em:description>
6+
</Description>
7+
</em:localized>
8+

l10n/nl/viewer.properties

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# Main toolbar buttons (tooltips and alt text for images)
2+
previous.title=Vorige pagina
3+
previous_label=Vorige
4+
next.title=Volgende pagina
5+
next_label=Volgende
6+
7+
# LOCALIZATION NOTE (page_label, page_of):
8+
# These strings are concatenated to form the "Page: X of Y" string.
9+
# Do not translate "{{pageCount}}", it will be substituted with a number
10+
# representing the total number of pages.
11+
page_label=Pagina:
12+
page_of=van {{pageCount}}
13+
14+
zoom_out.title=Zoom uit
15+
zoom_out_label=Zoom uit
16+
zoom_in.title=Zoom in
17+
zoom_in_label=Zoom in
18+
zoom.title=Zoom
19+
print.title=Print
20+
print_label=Print
21+
open_file.title=Open bestand
22+
open_file_label=Open
23+
download.title=Download
24+
download_label=Download
25+
bookmark.title=Huidige beeld (kopieer of open in nieuw venster)
26+
bookmark_label=Huidige beeld
27+
28+
# Tooltips and alt text for side panel toolbar buttons
29+
# (the _label strings are alt text for the buttons, the .title strings are
30+
# tooltips)
31+
toggle_slider.title=Zijbalk tonen
32+
toggle_slider_label=Zijbalk tonen
33+
outline.title=Toon document structuur
34+
outline_label=Document structuur
35+
thumbs.title=Toon miniaturen
36+
thumbs_label=Miniaturen
37+
search_panel.title=Doorzoek document
38+
search_panel_label=Zoek
39+
40+
# Document outline messages
41+
no_outline=Geen structuur beschikbaar
42+
43+
# Thumbnails panel item (tooltip and alt text for images)
44+
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
45+
# number.
46+
thumb_page_title=Pagina {{page}}
47+
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
48+
# number.
49+
thumb_page_canvas=Miniatuur van pagina {{page}}
50+
51+
# Search panel button title and messages
52+
search=Zoek
53+
search_terms_not_found=(Niet gevonden)
54+
55+
# Error panel labels
56+
error_more_info=Meer informatie
57+
error_less_info=Minder informatie
58+
error_close=Sluiten
59+
# LOCALIZATION NOTE (error_build): "{{build}}" will be replaced by the PDF.JS
60+
# build ID.
61+
error_build=PDF.JS Build: {{build}}
62+
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
63+
# english string describing the error.
64+
error_message=Bericht: {{message}}
65+
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
66+
# trace.
67+
error_stack=Stapel: {{stack}}
68+
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
69+
error_file=Bestand: {{file}}
70+
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
71+
error_line=Regel: {{line}}
72+
rendering_error=Er heeft zich een probleem voorgedaan bij het optekenen van de pagina.
73+
74+
# Predefined zoom values
75+
page_scale_width=Paginabreedte
76+
page_scale_fit=Pagina passend
77+
page_scale_auto=Automatische Zoom
78+
page_scale_actual=Werkelijke grootte
79+
80+
# Loading indicator messages
81+
loading_error_indicator=Fout
82+
loading_error=Er heeft zich een fout voorgedaan bij het laden van de PDF.
83+
84+
# LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip.
85+
# "{{type}}" will be replaced with an annotation type from a list defined in
86+
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
87+
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
88+
text_annotation_type=[{{type}} Annotation]
89+
request_password=PDF is beveiligd door een wachtwoord:

0 commit comments

Comments
 (0)