mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #9577 from Snuffleupagus/pagesize-info-fixes
[api-minor] Fix various issues related to pageSize, and display the size for the active page in the document properties dialog
This commit is contained in:
commit
0d391daccc
6 changed files with 79 additions and 51 deletions
|
@ -90,12 +90,12 @@ document_properties_producer=PDF Producer:
|
|||
document_properties_version=PDF Version:
|
||||
document_properties_page_count=Page Count:
|
||||
document_properties_page_size=Page Size:
|
||||
# LOCALIZATION NOTE (document_properties_page_size_in): "{{width_in}}" and "{{height_in}}"
|
||||
# will be replaced by the size of the first page of the PDF file in inches.
|
||||
document_properties_page_size_in={{width_in}}in × {{height_in}}in
|
||||
# LOCALIZATION NOTE (document_properties_page_size_mm): "{{width_mm}}" and "{{height_mm}}"
|
||||
# will be replaced by the size of the first page of the PDF file in millimeters.
|
||||
document_properties_page_size_mm={{width_mm}}mm × {{height_mm}}mm
|
||||
# LOCALIZATION NOTE (document_properties_page_size_in_2): "{{width}}" and "{{height}}"
|
||||
# will be replaced by the size of the (current) page, in inches.
|
||||
document_properties_page_size_in_2={{width}} × {{height}} in
|
||||
# LOCALIZATION NOTE (document_properties_page_size_mm_2): "{{width}}" and "{{height}}"
|
||||
# will be replaced by the size of the (current) page, in millimeters.
|
||||
document_properties_page_size_mm_2={{width}} × {{height}} mm
|
||||
document_properties_close=Close
|
||||
|
||||
print_progress_message=Preparing document for printing…
|
||||
|
|
|
@ -89,6 +89,13 @@ document_properties_creator=Skapare:
|
|||
document_properties_producer=PDF-producent:
|
||||
document_properties_version=PDF-version:
|
||||
document_properties_page_count=Sidantal:
|
||||
document_properties_page_size=Sidstorlek:
|
||||
# LOCALIZATION NOTE (document_properties_page_size_in_2): "{{width}}" and "{{height}}"
|
||||
# will be replaced by the size of the (current) page, in inches.
|
||||
document_properties_page_size_in_2={{width}} × {{height}} tum
|
||||
# LOCALIZATION NOTE (document_properties_page_size_mm_2): "{{width}}" and "{{height}}"
|
||||
# will be replaced by the size of the (current) page, in millimeters.
|
||||
document_properties_page_size_mm_2={{width}} × {{height}} mm
|
||||
document_properties_close=Stäng
|
||||
|
||||
print_progress_message=Förbereder sidor för utskrift…
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue