1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-23 16:48:08 +02:00

Merge pull request #3060 from saebekassebil/fixpassword

Ask for password on failed decryption
This commit is contained in:
Brendan Dahl 2013-05-07 09:27:38 -07:00
commit e5b5c94925
3 changed files with 10 additions and 1 deletions

View file

@ -116,6 +116,7 @@ missing_file_error=Manglende PDF-fil
# Nogle almindelige typer er f.eks.: "Check", "Text", "Comment" og "Note"
text_annotation_type=[{{type}} Kommentar]
request_password=PDF filen er beskyttet med et kodeord:
invalid_password=Ugyldigt kodeord.
printing_not_supported=Advarsel: Denne browser er ikke fuldt understøttet ved udskrift.
printing_not_ready=Advarsel: PDF-filen er ikke helt klar til udskrivning.

View file

@ -116,6 +116,7 @@ missing_file_error=Missing PDF file.
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type=[{{type}} Annotation]
request_password=PDF is protected by a password:
invalid_password=Invalid Password.
printing_not_supported=Warning: Printing is not fully supported by this browser.
printing_not_ready=Warning: The PDF is not fully loaded for printing.