1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Introduced maxFakeSize.

This commit is contained in:
kkapsner 2016-05-10 08:01:21 +02:00
parent 8240bf6007
commit b8ba76300e
7 changed files with 37 additions and 23 deletions

View file

@ -21,6 +21,8 @@
"blockMode_options.block readout API": "Auslese-API blockieren",
"blockMode_options.fake readout API": "Auslese-API vortäuschen",
"blockMode_title": "Blockiermodus",
"maxFakeSize_description": "Maximale Vortäuschgröße",
"maxFakeSize_": "Canvas, die eine größe Fläche als die hier angegeben Zahl haben, werden nicht vorgetäuscht. (Null eingeben, um es zu deaktivieren.)",
"disableNotifications": "Benachrichtigungen deaktivieren",
"displayCallingStack": "Aufrufestack anzeigen",
"displayFullURL": "URL anzeigen",

View file

@ -21,6 +21,8 @@
"blockMode_options.block readout API": "block readout API",
"blockMode_options.fake readout API": "fake readout API",
"blockMode_title": "Block mode",
"maxFakeSize_description": "Maximal fake size",
"maxFakeSize_": "Canvas with a bigger area than this number will not be faked. (Enter zero to disable.)",
"disableNotifications": "disable notifications",
"displayCallingStack": "display calling stack",
"displayFullURL": "display full URL",