1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-16 09:59:51 +02:00
CanvasBlocker/locale/en-US.properties

52 lines
2.4 KiB
Properties
Raw Normal View History

whilteList_title= White list
whiteList_description= Domains or URLs where the <canvas>-API should not be blocked. To add multiple entries seperate them by comma.
blackList_title= Black list
blackList_description= Domains or URLs where the <canvas>-API should always be blocked. To add multiple entries seperate them by comma.
2015-04-23 10:04:20 +02:00
ignoreList_title= Ignore list
ignoreList_description= Domains or URLs where no notifications will be shown. To add multiple entries seperate them by comma.
2014-08-20 10:21:38 +02:00
blockMode_title= Block mode
blockMode_description=
2014-08-20 10:21:38 +02:00
blockMode_options.block everything= block everything
blockMode_options.allow only white list= allow only white list
blockMode_options.ask for permission= ask for permission
blockMode_options.block readout API= block readout API
2014-10-13 01:37:13 +02:00
blockMode_options.fake readout API= fake readout API
2014-10-11 01:46:47 +02:00
blockMode_options.ask for readout API permission= ask for readout API permission
2014-08-20 10:21:38 +02:00
blockMode_options.block only black list= block only black list
blockMode_options.allow everything= allow everything
askOnlyOnce_title= Ask only once
askOnlyOnce_description= If a page tries to access the <canvas>-API several times a confirm message will appear every time. This switch tries to make only one confirmation. Never the less on some pages there will be more.
2014-12-15 18:43:47 +01:00
showCallingFile_title= Show calling file
showCallingFile_description=
showCompleteCallingStack_title= Display complete calling stack
showCompleteCallingStack_description=
allowPDFCanvas_title= Allow canvas in PDFs
allowPDFCanvas_description= The native pdf.js uses <canvas> to display the PDF content. If this is unchecked there will lots of annoying ask dialogs or the PDF display will not work.
2014-10-11 01:46:47 +02:00
askForPermission= Do you want to allow <canvas>?
2014-12-04 23:34:41 +01:00
askForVisiblePermission= Do you want to allow the red bordered <canvas>?
askForInvisiblePermission= Do you want to allow invisible <canvas>?
askForReadoutPermission= Do you want to allow <canvas> readout?
askForVisibleReadoutPermission= Do you want to allow the readout of the red bordered <canvas>?
2014-12-15 19:32:02 +01:00
askForInvisibleReadoutPermission= Do you want to allow invisible <canvas> readout?
2014-12-15 18:43:47 +01:00
sourceOutput= Calling file
2015-04-15 11:33:10 +02:00
stackEntryOutput= {url} line {line} column {column}
fakedReadout = Faked readout on {url}
settings = settings
displayCallingStack = display calling stack
whitelist = whitelist
whitelistURL = whitelist URL
2015-04-23 10:04:20 +02:00
whitelistDomain = whitelist domain
2015-04-25 23:42:51 +02:00
ignorelistURL = ignore URL
ignorelistDomain = ignore domain