mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Implement page rotation controls using keyboard (R/shift-R) and context menu.
This commit is contained in:
parent
455bb6d98c
commit
bbcb05af7b
4 changed files with 109 additions and 11 deletions
|
@ -50,6 +50,10 @@ thumb_page_title=Page {{page}}
|
|||
# number.
|
||||
thumb_page_canvas=Thumbnail of Page {{page}}
|
||||
|
||||
# Context menu
|
||||
page_rotate_cw=Rotate Clockwise
|
||||
page_rotate_ccw=Rotate Counter-Clockwise
|
||||
|
||||
# Search panel button title and messages
|
||||
search=Find
|
||||
search_terms_not_found=(Not found)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue