mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
parent
410e92d1b0
commit
d122f90655
6 changed files with 29 additions and 6 deletions
|
@ -55,6 +55,8 @@
|
|||
"showCompleteCallingStack_title": "Kompletten Aufrufestack anzeigen",
|
||||
"showNotifications_description": "Benachrichtigungen anzeigen, wenn der Blockiermodus auf \"Auslese-API vortäuschen\" gesetzt ist.",
|
||||
"showNotifications_title": "Benachrichtigungen anzeigen",
|
||||
"notificationDisplayTime_description": "Anzahl Sekunden, die die Benachrichtigungen anzeigen werdne sollen. (Null eingeben, um die Benachrichtigungen nicht automatisch zu schließen.)",
|
||||
"notificationDisplayTime_title": "Benachrichtigungsanzeigezeit",
|
||||
"sourceOutput": "Aufrufende Datei",
|
||||
"stackEntryOutput": "{url} Zeile {line} Spalte {column}",
|
||||
"stackList_description": "JS-Dateien, die die <canvas>-API verwenden dürfen. Die Angabe muss hier im JSON-Format vorliegen. Beispiel: [{\"url\": \"http://domain/datei1.js\"}, {\"url\": \"http://domain/datei2.js\", \"line\": 1, \"column\": 4, \"stackPosition\": -3}]",
|
||||
|
|
|
@ -55,6 +55,8 @@
|
|||
"showCompleteCallingStack_title": "Display complete calling stack",
|
||||
"showNotifications_description": "Show a notification when the block mode is set to \"fake readout API\".",
|
||||
"showNotifications_title": "Show notifications",
|
||||
"notificationDisplayTime_description": "Number of seconds the notifications are shown. (Enter zero to disable automatic closing.)",
|
||||
"notificationDisplayTime_title": "Notification display time",
|
||||
"sourceOutput": "Calling file",
|
||||
"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}]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue