Added description and translations for stackList.

This commit is contained in:
kkapsner 2016-01-16 00:03:51 +01:00
parent d2f5a0cca1
commit 39ffe4d3b2
4 changed files with 14 additions and 2 deletions

Binary file not shown.

View File

@ -31,6 +31,12 @@ showCallingFile_description=
showCompleteCallingStack_title= Kompletten Aufrufestack anzeigen
showCompleteCallingStack_description=
enableStackList_title= Dateispezifische Whitelist verwenden
enableStackList_description=
stackList_title= Dateispezifische Whitelist
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}]
allowPDFCanvas_title= <canvas> in PDFs erlauben
allowPDFCanvas_description= Die native pdf.js verwendet <canvas> um den Inhalt von PDFs anzuzeigen. Wenn viele Nachfragedialoge erscheinen oder die PDF-Ansicht nicht funktioniert, müssen diese erlaubt werden.

View File

@ -31,6 +31,12 @@ showCallingFile_description=
showCompleteCallingStack_title= Display complete calling stack
showCompleteCallingStack_description=
enableStackList_title= Use file specific white list
enableStackList_description=
stackList_title= File specific white list
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}]
allowPDFCanvas_title= Allow canvas in PDFs
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.

View File

@ -93,13 +93,13 @@
"value": false
},{
"name": "enableStackList",
"title": "Use script scoped white list",
"title": "Use file specific scoped white list",
"type": "bool",
"value": false
},
{
"name": "stackList",
"title": "Script scoped white list",
"title": "File specific white list",
"type": "string",
"value": ""
}