"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.",
"allowPDFCanvas_title":"Allow canvas in PDFs",
"askForInvisiblePermission":"Do you want to allow invisible <canvas>?",
"askForInvisibleReadoutPermission":"Do you want to allow invisible <canvas> readout?",
"askForPermission":"Do you want to allow <canvas>?",
"askForReadoutPermission":"Do you want to allow <canvas> readout?",
"askForVisiblePermission":"Do you want to allow the red bordered <canvas>?",
"askForVisibleReadoutPermission":"Do you want to allow the readout of the red bordered <canvas>?",
"askOnlyOnce_description":"When Canvas Blocker's Block mode is set to 'ask permission' or 'ask permission for readout API', a confirm message will appear every time a page tries to access the API or readout API. This setting tries to display the confirm message only once for each page regardless of how many times the page tries to access the API. Nevertheless, multiple confirm messages may still be displayed on some pages.",
"askOnlyOnce_title":"Ask only once",
"blackList_description":"Domains or URLs where the <canvas>-API should always be blocked. To add multiple entries, separate them by commas.",
"stackEntryOutput":"{url} line {line} column {column}",
"stackList_description":"JS files which are allowed to use the <canvas>-API. The input has to be in JSON format. Example: [{\"url\": \"http://domain/file1.js\"}, {\"url\": \"http://domain/file2.js\", \"line\": 1, \"column\": 4, \"stackPosition\": -3}]",
"stackList_title":"File specific white list",
"whilteList_title":"White list",
"whiteList_description":"Domains or URLs where the <canvas>-API should not be blocked. To add multiple entries, separate them by commas.",