1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-20 02:22:46 +02:00

Harmonized ask texts

This commit is contained in:
kkapsner 2018-09-06 20:23:13 +02:00
parent 639ecb7cf4
commit eed3e670ce

View File

@ -186,11 +186,11 @@
"description": "" "description": ""
}, },
"askForAudioInputPermission": { "askForAudioInputPermission": {
"message": "Do you want to allow audio-API input?", "message": "Do you want to allow audio API input?",
"description": "" "description": ""
}, },
"askForAudioReadoutPermission": { "askForAudioReadoutPermission": {
"message": "Do you want to allow audio readout?", "message": "Do you want to allow audio API readout?",
"description": "" "description": ""
}, },
"askForHistoryPermission": { "askForHistoryPermission": {
@ -198,11 +198,11 @@
"description": "" "description": ""
}, },
"askForHistoryInputPermission": { "askForHistoryInputPermission": {
"message": "Do you want to allow history-API input?", "message": "Do you want to allow history API input?",
"description": "" "description": ""
}, },
"askForHistoryReadoutPermission": { "askForHistoryReadoutPermission": {
"message": "Do you want to allow history readout?", "message": "Do you want to allow history API readout?",
"description": "" "description": ""
}, },
"askForWindowPermission": { "askForWindowPermission": {
@ -210,11 +210,11 @@
"description": "" "description": ""
}, },
"askForWindowInputPermission": { "askForWindowInputPermission": {
"message": "Do you want to allow window-API input?", "message": "Do you want to allow window API input?",
"description": "" "description": ""
}, },
"askForWindowReadoutPermission": { "askForWindowReadoutPermission": {
"message": "Do you want to allow window readout?", "message": "Do you want to allow window API readout?",
"description": "" "description": ""
}, },
"askForDOMRectPermission": { "askForDOMRectPermission": {
@ -222,11 +222,11 @@
"description": "" "description": ""
}, },
"askForDOMRectInputPermission": { "askForDOMRectInputPermission": {
"message": "Do you want to allow DOMRect-API input?", "message": "Do you want to allow DOMRect API input?",
"description": "" "description": ""
}, },
"askForDOMRectReadoutPermission": { "askForDOMRectReadoutPermission": {
"message": "Do you want to allow DOMRect readout?", "message": "Do you want to allow DOMRect API readout?",
"description": "" "description": ""
}, },
"askOnlyOnce_title": { "askOnlyOnce_title": {