mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
Fix encrypted pdf handling (#6088)
Fix and improve encrypted pdf handling
This commit is contained in:
@@ -44,6 +44,8 @@ downloadPdf = "Download PDF"
|
||||
downloadUnavailable = "Download unavailable for this item"
|
||||
edit = "Edit"
|
||||
editYourNewFiles = "Edit your new file(s)"
|
||||
encryptedFileBlocked = "File is password-protected. Unlock it first."
|
||||
encryptedFilesBlocked = "{{count}} files are password-protected. Unlock them first."
|
||||
exportAndContinue = "Export & Continue"
|
||||
false = "False"
|
||||
fileSavedToDisk = "File saved to disk"
|
||||
@@ -3341,6 +3343,9 @@ successBodyWithName = "Password removed from {{fileName}}"
|
||||
successTitle = "Password removed"
|
||||
title = "Remove password to continue"
|
||||
unlock = "Unlock & Continue"
|
||||
unlockAll = "Use for all ({{count}})"
|
||||
unlockAllPartialFail = "Wrong password for: {{names}}"
|
||||
unlockAllSuccess = "Unlocked {{count}} file(s)."
|
||||
unlockPrompt = "Unlock PDF to continue"
|
||||
|
||||
[encryptedPdfUnlock.password]
|
||||
|
||||
Reference in New Issue
Block a user