mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-23 05:10:27 +01:00
Changed status and description of the preference allowPDFCanvas.
This commit is contained in:
parent
cc0f1f03ec
commit
01ea10fe79
@ -32,7 +32,7 @@ showCompleteCallingStack_title= Kompletten Aufrufestack anzeigen
|
|||||||
showCompleteCallingStack_description=
|
showCompleteCallingStack_description=
|
||||||
|
|
||||||
allowPDFCanvas_title= <canvas> in PDFs erlauben
|
allowPDFCanvas_title= <canvas> in PDFs erlauben
|
||||||
allowPDFCanvas_description= Die native pdf.js verwendet <canvas> um den Inhalt von PDFs anzuzeigen. Wenn dies nicht markiert ist, werden viele Nachfragedialoge erscheinen oder die PDF Ansicht nicht funktionieren.
|
allowPDFCanvas_description= Die native pdf.js verwendet <canvas> um den Inhalt von PDFs anzuzeigen. Wenn viele Nachfragedialoge erscheinen oder die PDF-Ansicht nicht funktioniert, müssen diese erlaubt werden.
|
||||||
|
|
||||||
askForPermission= Wollen Sie <canvas> erlauben?
|
askForPermission= Wollen Sie <canvas> erlauben?
|
||||||
askForVisiblePermission= Wollen Sie das rot umrandete <canvas> erlauben?
|
askForVisiblePermission= Wollen Sie das rot umrandete <canvas> erlauben?
|
||||||
|
@ -32,7 +32,7 @@ showCompleteCallingStack_title= Display complete calling stack
|
|||||||
showCompleteCallingStack_description=
|
showCompleteCallingStack_description=
|
||||||
|
|
||||||
allowPDFCanvas_title= Allow canvas in PDFs
|
allowPDFCanvas_title= Allow canvas in PDFs
|
||||||
allowPDFCanvas_description= Firefox's native PDF reader uses the API to display PDF content. If this setting is unchecked when viewing a PDF, Canvas Blocker may display multiple ask dialogs or the PDF reader may not work at all..
|
allowPDFCanvas_description= Firefox's native PDF reader uses the API to display PDF content. If too many ask dialogs appear or the PDF reader does not work at all, these have to be allowed.
|
||||||
|
|
||||||
askForPermission= Do you want to allow <canvas>?
|
askForPermission= Do you want to allow <canvas>?
|
||||||
askForVisiblePermission= Do you want to allow the red bordered <canvas>?
|
askForVisiblePermission= Do you want to allow the red bordered <canvas>?
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
"name": "allowPDFCanvas",
|
"name": "allowPDFCanvas",
|
||||||
"title": "Allow canvas in PDFs",
|
"title": "Allow canvas in PDFs",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"value": true
|
"value": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user