mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-23 16:48:08 +02:00
Allow localization of the placement of percent signs in the zoom box
This commit is contained in:
parent
419ba54e58
commit
2505c8613b
4 changed files with 17 additions and 9 deletions
|
@ -140,6 +140,9 @@ page_scale_width=Page Width
|
|||
page_scale_fit=Page Fit
|
||||
page_scale_auto=Automatic Zoom
|
||||
page_scale_actual=Actual Size
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
# numerical scale value.
|
||||
page_scale_percent={{scale}}%
|
||||
|
||||
# Loading indicator messages
|
||||
loading_error_indicator=Error
|
||||
|
|
|
@ -140,6 +140,9 @@ page_scale_width=Sidbredd
|
|||
page_scale_fit=Anpassa sida
|
||||
page_scale_auto=Automatisk zoom
|
||||
page_scale_actual=Verklig storlek
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
# numerical scale value.
|
||||
page_scale_percent={{scale}} %
|
||||
|
||||
# Loading indicator messages
|
||||
loading_error_indicator=Fel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue