mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Reduce the duplication for the document_properties_page_size_*
strings, by defining the units separately
This commit is contained in:
parent
77d025dc14
commit
b7b5d93231
3 changed files with 31 additions and 26 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_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_page_size_unit_inches=in
|
||||
document_properties_page_size_unit_millimeters=mm
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
||||
# "{{width}}", "{{height}}", and {{unit}} will be replaced by the size,
|
||||
# respectively their unit of measurement, of the (current) page.
|
||||
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}
|
||||
document_properties_close=Close
|
||||
|
||||
print_progress_message=Preparing document for printing…
|
||||
|
|
|
@ -90,12 +90,12 @@ 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_page_size_unit_inches=tum
|
||||
document_properties_page_size_unit_millimeters=mm
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
||||
# "{{width}}", "{{height}}", and {{unit}} will be replaced by the size,
|
||||
# respectively their unit of measurement, of the (current) page.
|
||||
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}
|
||||
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