mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Viewer: replace find label with placeholder/tooltip
This is common in the rest of the UI and helps us prevent responsiveness issues for different length strings in different locales.
This commit is contained in:
parent
a544a3b4a4
commit
c79e5b3f17
5 changed files with 22 additions and 5 deletions
|
@ -121,7 +121,8 @@ thumb_page_title=Page {{page}}
|
|||
thumb_page_canvas=Thumbnail of Page {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_label=Find:
|
||||
find_input.title=Find
|
||||
find_input.placeholder=Find in document…
|
||||
find_previous.title=Find the previous occurrence of the phrase
|
||||
find_previous_label=Previous
|
||||
find_next.title=Find the next occurrence of the phrase
|
||||
|
|
|
@ -120,7 +120,8 @@ thumb_page_title=Pagina {{page}}
|
|||
thumb_page_canvas=Miniatuur van pagina {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_label=Zoeken:
|
||||
find_input.title=Zoeken
|
||||
find_input.placeholder=Zoeken in document…
|
||||
find_previous.title=De vorige overeenkomst van de tekst zoeken
|
||||
find_previous_label=Vorige
|
||||
find_next.title=De volgende overeenkomst van de tekst zoeken
|
||||
|
|
|
@ -121,7 +121,8 @@ thumb_page_title=Sida {{page}}
|
|||
thumb_page_canvas=Miniatyr av sida {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_label=Sök:
|
||||
find_input.title=Sök
|
||||
find_input.placeholder=Sök i dokumentet…
|
||||
find_previous.title=Hitta föregående förekomst av frasen
|
||||
find_previous_label=Föregående
|
||||
find_next.title=Hitta nästa förekomst av frasen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue