Update reader submodule and add missing strings
This commit is contained in:
parent
4d3b36efd3
commit
06127d84da
2 changed files with 14 additions and 1 deletions
|
@ -1435,6 +1435,19 @@ pdfReader.enterPassword = Enter the password to open this PDF file
|
|||
pdfReader.includeAnnotations = Include annotations
|
||||
pdfReader.preparingDocumentForPrinting = Preparing document for printing…
|
||||
pdfReader.phraseNotFound = Phrase not found
|
||||
pdfReader.find = Find
|
||||
pdfReader.close = Close
|
||||
pdfReader.showThumbnails = Show Thumbnails
|
||||
pdfReader.showAnnotations = Show Annotations
|
||||
pdfReader.showOutline = Show Outline
|
||||
pdfReader.findPrevious = Find the previous occurrence of the phrase
|
||||
pdfReader.findNext = Find the next occurrence of the phrase
|
||||
pdfReader.toggleSidebar = Toggle Sidebar
|
||||
pdfReader.findInDocument = Find in Document
|
||||
pdfReader.toggleContextPane = Toggle Context Pane
|
||||
pdfReader.highlightAll = Highlight all
|
||||
pdfReader.matchCase = Match case
|
||||
pdfReader.wholeWords = Whole words
|
||||
|
||||
spellCheck.checkSpelling = Check Spelling
|
||||
spellCheck.addRemoveDictionaries = Add/Remove Dictionaries…
|
||||
|
|
2
reader
2
reader
|
@ -1 +1 @@
|
|||
Subproject commit 7a9b0162eee844fefcc466ec7c1eaa39b9ec7900
|
||||
Subproject commit 17e1a5451e397694c12cb9e1b5fb6edd73aba6c8
|
Loading…
Reference in a new issue