mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-23 16:48:08 +02:00
Detect and add fallback if document colors are disabled in Firefox - address comment
This commit is contained in:
parent
6ad7bd6be8
commit
ee83df1338
4 changed files with 25 additions and 1 deletions
|
@ -123,3 +123,4 @@ request_password=PDF is protected by a 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.
|
||||
web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
|
||||
web_colors_disabled=Web colors are disabled.
|
||||
|
|
|
@ -122,4 +122,5 @@ request_password=PDF-filen är lösenordsskyddad:
|
|||
|
||||
printing_not_supported=Varning: Utskrifter stöds inte fullt ut av denna webbläsare.
|
||||
printing_not_ready=Varning: Hela PDF-filen måste laddas innan utskrift kan ske.
|
||||
web_fonts_disabled=Webbtypsnitt är inaktiverade: Typsnitt inkluderade i PDF-filer kan ej användas.
|
||||
web_fonts_disabled=Webbtypsnitt är inaktiverade: Typsnitt inbäddade i PDF-filer kan ej användas.
|
||||
web_colors_disabled=Webbfärger är inaktiverade.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue