mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-23 16:48:08 +02:00
Merge pull request #2206 from timvandermeij/first-last-page-context-menu
Converted the first and last page buttons to context menu items
This commit is contained in:
commit
06f9b70f07
4 changed files with 27 additions and 6 deletions
|
@ -51,6 +51,8 @@ thumb_page_title=Page {{page}}
|
|||
thumb_page_canvas=Thumbnail of Page {{page}}
|
||||
|
||||
# Context menu
|
||||
first_page.label=First Page
|
||||
last_page.label=Last Page
|
||||
page_rotate_cw.label=Rotate Clockwise
|
||||
page_rotate_ccw.label=Rotate Counter-Clockwise
|
||||
|
||||
|
|
|
@ -52,6 +52,10 @@ thumb_page_title=Pagina {{page}}
|
|||
# number.
|
||||
thumb_page_canvas=Miniatuur van pagina {{page}}
|
||||
|
||||
# Context menu
|
||||
first_page.label=Eerste pagina
|
||||
last_page.label=Laatste pagina
|
||||
|
||||
# Find panel button title and messages
|
||||
find=Zoeken
|
||||
find_terms_not_found=(niet gevonden)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue