1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 09:08:07 +02:00

Document properties

This commit is contained in:
Tim van der Meij 2014-01-22 00:07:07 +01:00
parent c6d201b13b
commit 5f7ded4ff6
10 changed files with 385 additions and 18 deletions

View file

@ -62,6 +62,26 @@ hand_tool_enable_label=Enable hand tool
hand_tool_disable.title=Disable hand tool
hand_tool_disable_label=Disable hand tool
# Document properties dialog box
document_properties.title=Document Properties
document_properties_label=Document Properties
document_properties_file_name=File name:
document_properties_file_size=File size:
document_properties_kb={{size_kb}} KB
document_properties_mb={{size_mb}} MB
document_properties_title=Title:
document_properties_author=Author:
document_properties_subject=Subject:
document_properties_keywords=Keywords:
document_properties_creation_date=Creation Date:
document_properties_modification_date=Modification Date:
document_properties_date_string={{date}}, {{time}}
document_properties_creator=Creator:
document_properties_producer=PDF Producer:
document_properties_version=PDF Version:
document_properties_page_count=Page Count:
document_properties_close=Close
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)

View file

@ -62,6 +62,26 @@ hand_tool_enable_label=Handcursor inschakelen
hand_tool_disable.title=Handcursor uitschakelen
hand_tool_disable_label=Handcursor uitschakelen
# Document properties dialog box
document_properties.title=Documenteigenschappen
document_properties_label=Documenteigenschappen
document_properties_file_name=Bestandsnaam:
document_properties_file_size=Bestandsgrootte:
document_properties_kb={{size_kb}} KB
document_properties_mb={{size_mb}} MB
document_properties_title=Titel:
document_properties_author=Auteur:
document_properties_subject=Onderwerp:
document_properties_keywords=Trefwoorden:
document_properties_creation_date=Aanmaakdatum:
document_properties_modification_date=Wijzigingsdatum:
document_properties_date_string={{date}}, {{time}}
document_properties_creator=Toepassing:
document_properties_producer=PDF-producent:
document_properties_version=PDF-versie:
document_properties_page_count=Aantal pagina's:
document_properties_close=Sluiten
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)