update pdf viewer
This commit is contained in:
@@ -18,12 +18,15 @@ previous_label=Vorige
|
||||
next.title=Volgende pagina
|
||||
next_label=Volgende
|
||||
|
||||
# LOCALIZATION NOTE (page_label, page_of):
|
||||
# These strings are concatenated to form the "Page: X of Y" string.
|
||||
# Do not translate "{{pageCount}}", it will be substituted with a number
|
||||
# representing the total number of pages.
|
||||
page_label=Pagina:
|
||||
page_of=van {{pageCount}}
|
||||
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||
page.title=Pagina
|
||||
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||
# representing the total number of pages in the document.
|
||||
of_pages=van {{pagesCount}}
|
||||
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
|
||||
# will be replaced by a number representing the currently visible page,
|
||||
# respectively a number representing the total number of pages in the document.
|
||||
page_of_pages=({{pageNumber}} van {{pagesCount}})
|
||||
|
||||
zoom_out.title=Uitzoomen
|
||||
zoom_out_label=Uitzoomen
|
||||
@@ -57,17 +60,35 @@ page_rotate_ccw.title=Linksom draaien
|
||||
page_rotate_ccw.label=Linksom draaien
|
||||
page_rotate_ccw_label=Linksom draaien
|
||||
|
||||
hand_tool_enable.title=Handhulpmiddel inschakelen
|
||||
hand_tool_enable_label=Handhulpmiddel inschakelen
|
||||
hand_tool_disable.title=Handhulpmiddel uitschakelen
|
||||
hand_tool_disable_label=Handhulpmiddel uitschakelen
|
||||
cursor_text_select_tool.title=Tekstselectiehulpmiddel inschakelen
|
||||
cursor_text_select_tool_label=Tekstselectiehulpmiddel
|
||||
cursor_hand_tool.title=Handhulpmiddel inschakelen
|
||||
cursor_hand_tool_label=Handhulpmiddel
|
||||
|
||||
scroll_vertical.title=Verticaal scrollen gebruiken
|
||||
scroll_vertical_label=Verticaal scrollen
|
||||
scroll_horizontal.title=Horizontaal scrollen gebruiken
|
||||
scroll_horizontal_label=Horizontaal scrollen
|
||||
scroll_wrapped.title=Scrollen met terugloop gebruiken
|
||||
scroll_wrapped_label=Scrollen met terugloop
|
||||
|
||||
spread_none.title=Dubbele pagina’s niet samenvoegen
|
||||
spread_none_label=Geen dubbele pagina’s
|
||||
spread_odd.title=Dubbele pagina’s samenvoegen vanaf oneven pagina’s
|
||||
spread_odd_label=Oneven dubbele pagina’s
|
||||
spread_even.title=Dubbele pagina’s samenvoegen vanaf even pagina’s
|
||||
spread_even_label=Even dubbele pagina’s
|
||||
|
||||
# Document properties dialog box
|
||||
document_properties.title=Documenteigenschappen…
|
||||
document_properties_label=Documenteigenschappen…
|
||||
document_properties_file_name=Bestandsnaam:
|
||||
document_properties_file_size=Bestandsgrootte:
|
||||
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
||||
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
||||
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
|
||||
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
||||
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
||||
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
|
||||
document_properties_title=Titel:
|
||||
document_properties_author=Auteur:
|
||||
@@ -75,20 +96,51 @@ document_properties_subject=Onderwerp:
|
||||
document_properties_keywords=Trefwoorden:
|
||||
document_properties_creation_date=Aanmaakdatum:
|
||||
document_properties_modification_date=Wijzigingsdatum:
|
||||
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
||||
# will be replaced by the creation/modification date, and time, of the PDF file.
|
||||
document_properties_date_string={{date}}, {{time}}
|
||||
document_properties_creator=Auteur:
|
||||
document_properties_creator=Maker:
|
||||
document_properties_producer=PDF-producent:
|
||||
document_properties_version=PDF-versie:
|
||||
document_properties_page_count=Aantal pagina’s:
|
||||
document_properties_page_size=Paginagrootte:
|
||||
document_properties_page_size_unit_inches=in
|
||||
document_properties_page_size_unit_millimeters=mm
|
||||
document_properties_page_size_orientation_portrait=staand
|
||||
document_properties_page_size_orientation_landscape=liggend
|
||||
document_properties_page_size_name_a3=A3
|
||||
document_properties_page_size_name_a4=A4
|
||||
document_properties_page_size_name_letter=Letter
|
||||
document_properties_page_size_name_legal=Legal
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
||||
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
||||
document_properties_linearized=Snelle webweergave:
|
||||
document_properties_linearized_yes=Ja
|
||||
document_properties_linearized_no=Nee
|
||||
document_properties_close=Sluiten
|
||||
|
||||
print_progress_message=Document voorbereiden voor afdrukken…
|
||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||
# a numerical per cent value.
|
||||
print_progress_percent={{progress}}%
|
||||
print_progress_close=Annuleren
|
||||
|
||||
# Tooltips and alt text for side panel toolbar buttons
|
||||
# (the _label strings are alt text for the buttons, the .title strings are
|
||||
# tooltips)
|
||||
toggle_sidebar.title=Zijbalk in-/uitschakelen
|
||||
toggle_sidebar_notification.title=Zijbalk in-/uitschakelen (document bevat overzicht/bijlagen)
|
||||
toggle_sidebar_label=Zijbalk in-/uitschakelen
|
||||
outline.title=Documentoverzicht tonen
|
||||
outline_label=Documentoverzicht
|
||||
document_outline.title=Documentoverzicht tonen (dubbelklik om alle items uit/samen te vouwen)
|
||||
document_outline_label=Documentoverzicht
|
||||
attachments.title=Bijlagen tonen
|
||||
attachments_label=Bijlagen
|
||||
thumbs.title=Miniaturen tonen
|
||||
@@ -105,15 +157,38 @@ thumb_page_title=Pagina {{page}}
|
||||
thumb_page_canvas=Miniatuur van pagina {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_label=Zoeken:
|
||||
find_previous.title=Het vorige voorkomen van de tekst zoeken
|
||||
find_input.title=Zoeken
|
||||
find_input.placeholder=Zoeken in document…
|
||||
find_previous.title=De vorige overeenkomst van de tekst zoeken
|
||||
find_previous_label=Vorige
|
||||
find_next.title=Het volgende voorkomen van de tekst zoeken
|
||||
find_next.title=De volgende overeenkomst van de tekst zoeken
|
||||
find_next_label=Volgende
|
||||
find_highlight=Alles markeren
|
||||
find_match_case_label=Hoofdlettergevoelig
|
||||
find_reached_top=Bovenkant van het document bereikt, doorgegaan vanaf de onderkant
|
||||
find_reached_bottom=Onderkant van het document bereikt, doorgegaan vanaf de bovenkant
|
||||
find_entire_word_label=Hele woorden
|
||||
find_reached_top=Bovenkant van document bereikt, doorgegaan vanaf onderkant
|
||||
find_reached_bottom=Onderkant van document bereikt, doorgegaan vanaf bovenkant
|
||||
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
||||
# [one|two|few|many|other], with [other] as the default value.
|
||||
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
||||
# index of the currently active find result, respectively a number representing
|
||||
# the total number of matches in the document.
|
||||
find_match_count={[ plural(total) ]}
|
||||
find_match_count[one]={{current}} van {{total}} overeenkomst
|
||||
find_match_count[two]={{current}} van {{total}} overeenkomsten
|
||||
find_match_count[few]={{current}} van {{total}} overeenkomsten
|
||||
find_match_count[many]={{current}} van {{total}} overeenkomsten
|
||||
find_match_count[other]={{current}} van {{total}} overeenkomsten
|
||||
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
||||
# [zero|one|two|few|many|other], with [other] as the default value.
|
||||
# "{{limit}}" will be replaced by a numerical value.
|
||||
find_match_count_limit={[ plural(limit) ]}
|
||||
find_match_count_limit[zero]=Meer dan {{limit}} overeenkomsten
|
||||
find_match_count_limit[one]=Meer dan {{limit}} overeenkomst
|
||||
find_match_count_limit[two]=Meer dan {{limit}} overeenkomsten
|
||||
find_match_count_limit[few]=Meer dan {{limit}} overeenkomsten
|
||||
find_match_count_limit[many]=Meer dan {{limit}} overeenkomsten
|
||||
find_match_count_limit[other]=Meer dan {{limit}} overeenkomsten
|
||||
find_not_found=Tekst niet gevonden
|
||||
|
||||
# Error panel labels
|
||||
@@ -164,4 +239,4 @@ password_cancel=Annuleren
|
||||
printing_not_supported=Waarschuwing: afdrukken wordt niet volledig ondersteund door deze browser.
|
||||
printing_not_ready=Waarschuwing: de PDF is niet volledig geladen voor afdrukken.
|
||||
web_fonts_disabled=Weblettertypen zijn uitgeschakeld: gebruik van ingebedde PDF-lettertypen is niet mogelijk.
|
||||
document_colors_disabled=PDF-documenten mogen hun eigen kleuren niet gebruiken: ‘Pagina’s toestaan om hun eigen kleuren te kiezen’ is uitgeschakeld in de browser.
|
||||
document_colors_not_allowed=PDF-documenten mogen hun eigen kleuren niet gebruiken: ‘Pagina’s toestaan om hun eigen kleuren te kiezen’ is uitgeschakeld in de browser.
|
||||
|
Reference in New Issue
Block a user