Add missing strings needed for reader
This commit is contained in:
parent
3c08604770
commit
5d8dd7cdf4
1 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,7 @@ general.clearSelection = Clear Selection
|
|||
general.insert = Insert
|
||||
general.username = Username
|
||||
general.password = Password
|
||||
general.print = Print
|
||||
|
||||
general.red = Red
|
||||
general.orange = Orange
|
||||
|
@ -1436,6 +1437,10 @@ pdfReader.allPages = All pages
|
|||
pdfReader.autoDetect = Auto-Detect
|
||||
pdfReader.deleteAnnotation.singular = Are you sure you want to delete the selected annotation?
|
||||
pdfReader.deleteAnnotation.plural = Are you sure you want to delete the selected annotations?
|
||||
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
|
||||
|
||||
spellCheck.checkSpelling = Check Spelling
|
||||
spellCheck.addRemoveDictionaries = Add/Remove Dictionaries…
|
||||
|
|
Loading…
Add table
Reference in a new issue