Transformed the locale files for WebExtension.

This commit is contained in:
kkapsner 2017-06-25 21:16:03 +02:00
parent 4d75ad4ca1
commit 59f5fc39e1
4 changed files with 630 additions and 163 deletions

313
_locales/de/messages.json Normal file
View File

@ -0,0 +1,313 @@
{
"addon_title": {
"message": "CanvasBlocker",
"description": ""
},
"addon_description": {
"message": "Ändert die JS-API zum Ändern von <canvas> um Canvas-Fingerprinting zu verhindern.",
"description": ""
},
"allowPDFCanvas_description": {
"message": "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.",
"description": ""
},
"allowPDFCanvas_title": {
"message": "<canvas> in PDFs erlauben",
"description": ""
},
"askForInvisiblePermission": {
"message": "Wollen Sie unsichtbare <canvas> erlauben?",
"description": ""
},
"askForInvisibleInputPermission": {
"message": "Wollen Sie das Schreiben in ein unsichtbares <canvas> erlauben?",
"description": ""
},
"askForInvisibleReadoutPermission": {
"message": "Wollen Sie das Auslesen von unsichtbaren <canvas> erlauben?",
"description": ""
},
"askForPermission": {
"message": "Wollen Sie <canvas> erlauben?",
"description": ""
},
"askForInputPermission": {
"message": "Wollen Sie das Schreiben in ein <canvas> erlauben?",
"description": ""
},
"askForReadoutPermission": {
"message": "Wollen Sie das Auslesen von <canvas> erlauben?",
"description": ""
},
"askForVisiblePermission": {
"message": "Wollen Sie das rot umrandete <canvas> erlauben?",
"description": ""
},
"askForVisibleInputPermission": {
"message": "Wollen Sie das Schreiben in das rot umrandete <canvas> erlauben?",
"description": ""
},
"askForVisibleReadoutPermission": {
"message": "Wollen Sie das Auslesen des rot umrandeten <canvas> erlauben?",
"description": ""
},
"askOnlyOnce_description": {
"message": "Wenn der Blockiermodus des Canvas Blockers auf \"um Erlaubnis fragen\" oder \"bei Auslese-API um Erlaubnis fragen\" gesetzt ist, erscheint jedes mal ein Abfragedialog, wenn eine Seite versucht, die (Auslese-)API aufzurufen. Diese Einstellung versucht diese Abfrage nur einmal pro Seite anzuzeigen, unabhängig davon wie oft die API aufgerufen wird. Es können trotzdem mehrere Dialoge pro Seite erscheinen.",
"description": ""
},
"askOnlyOnce_title": {
"message": "Nur einmal nachfragen",
"description": ""
},
"blackList_description": {
"message": "Domänen oder URLs, die die <canvas>-API niemals verwenden dürfen. Mehrere Einträge müssen durch ein Komma getrennt werden.",
"description": ""
},
"blackList_title": {
"message": "Blacklist",
"description": ""
},
"blockMode_description": {
"message": "",
"description": ""
},
"blockMode_options.allow everything": {
"message": "alles erlauben",
"description": ""
},
"blockMode_options.allow only white list": {
"message": "nur Einträge der Whitelist erlauben",
"description": ""
},
"blockMode_options.ask for permission": {
"message": "um Erlaubnis fragen",
"description": ""
},
"blockMode_options.ask for readout API permission": {
"message": "bei Auslese-API um Erlaubnis fragen",
"description": ""
},
"blockMode_options.block everything": {
"message": "alles blockieren",
"description": ""
},
"blockMode_options.block only black list": {
"message": "nur Einträge der Blacklist blockieren",
"description": ""
},
"blockMode_options.block readout API": {
"message": "Auslese-API blockieren",
"description": ""
},
"blockMode_options.fake readout API": {
"message": "Auslese-API vortäuschen",
"description": ""
},
"blockMode_options.fake input API": {
"message": "Bei Ausgabe vortäuschen",
"description": ""
},
"blockMode_title": {
"message": "Blockiermodus",
"description": ""
},
"maxFakeSize_description": {
"message": "Canvas, die eine größere Fläche als die hier angegebene Zahl haben, werden nicht vorgetäuscht. (Null eingeben, um es zu deaktivieren.)",
"description": ""
},
"maxFakeSize_title": {
"message": "Maximale Vortäuschgröße",
"description": ""
},
"rng_description": {
"message": "",
"description": ""
},
"rng_options.persistent": {
"message": "persistent",
"description": ""
},
"rng_options.non persistent": {
"message": "nicht persistent",
"description": ""
},
"rng_title": {
"message": "Zufallszahlengenerator",
"description": ""
},
"persistentRndStorage_title": {
"message": "Persistenter Speicher",
"description": ""
},
"persistentRndStorage_description": {
"message": "Speichert die Informationen für den persistenten Zufallszahlengenerator über einen Neustart hinweg.",
"description": ""
},
"storePersistentRnd_title": {
"message": "Persistente Daten speichern",
"description": ""
},
"storePersistentRnd_description": {
"message": "Ob Daten für den persistenten Zufallszahlengenerator gespeichert werden sollen.",
"description": ""
},
"clearPersistentRnd_title": {
"message": "Persistenten Speicher leeren",
"description": ""
},
"clearPersistentRnd_description": {
"message": "Löscht alle Daten für den persistenten Zufallszahlengenerator.",
"description": ""
},
"clearPersistentRnd_label": {
"message": "Leeren",
"description": ""
},
"disableNotifications": {
"message": "Benachrichtigungen deaktivieren",
"description": ""
},
"displayCallingStack": {
"message": "Aufrufestack anzeigen",
"description": ""
},
"displayFullURL": {
"message": "URL anzeigen",
"description": ""
},
"enableStackList_description": {
"message": "",
"description": ""
},
"enableStackList_title": {
"message": "Dateispezifische Whitelist verwenden",
"description": ""
},
"fakedReadout": {
"message": "Auslese vorgetäuscht auf {url}",
"description": ""
},
"fakedInput": {
"message": "Bei Ausgabe vorgetäuscht auf {url}",
"description": ""
},
"ignoreList_description": {
"message": "Domänen oder URLs, bei denen keine Benachrichtigungen angezeigt werden sollen. Mehrere Einträge müssen durch ein Komma getrennt werden.",
"description": ""
},
"ignoreList_title": {
"message": "Ignorierliste",
"description": ""
},
"ignorelistDomain": {
"message": "verschweige Domain",
"description": ""
},
"ignorelistURL": {
"message": "ignoriere URL",
"description": ""
},
"inputIgnoreDomain": {
"message": "Geben Sie die Domain ein, die zur Ignorierliste hinzugefügt werden soll:",
"description": ""
},
"inputWhitelistDomain": {
"message": "Geben Sie die URL RegExp ein, die erlaubt werden soll:",
"description": ""
},
"inputWhitelistURL": {
"message": "Geben Sie die Domain ein, die erlaubt werden soll:",
"description": ""
},
"settings": {
"message": "Einstellungen",
"description": ""
},
"showCallingFile_description": {
"message": "",
"description": ""
},
"showCallingFile_title": {
"message": "Aufrufende Datei anzeigen",
"description": ""
},
"showCompleteCallingStack_description": {
"message": "",
"description": ""
},
"showCompleteCallingStack_title": {
"message": "Kompletten Aufrufestack anzeigen",
"description": ""
},
"showNotifications_description": {
"message": "Benachrichtigungen anzeigen, wenn der Blockiermodus auf \"Auslese-API vortäuschen\" gesetzt ist.",
"description": ""
},
"showNotifications_title": {
"message": "Benachrichtigungen anzeigen",
"description": ""
},
"notificationDisplayTime_description": {
"message": "Anzahl der Sekunden, die die Benachrichtigungen angezeigt werden sollen. (Null eingeben, um die Benachrichtigungen nicht automatisch zu schließen.)",
"description": ""
},
"notificationDisplayTime_title": {
"message": "Benachrichtigungsanzeigezeit",
"description": ""
},
"sourceOutput": {
"message": "Aufrufende Datei",
"description": ""
},
"stackEntryOutput": {
"message": "{url} Zeile {line} Spalte {column}",
"description": ""
},
"stackList_description": {
"message": "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}]",
"description": ""
},
"stackList_title": {
"message": "Dateispezifische Whitelist",
"description": ""
},
"whiteList_description": {
"message": "Domänen oder URLs, die die <canvas>-API verwenden dürfen. Mehrere Einträge müssen durch ein Komma getrennt werden.",
"description": ""
},
"whiteList_title": {
"message": "Whitelist",
"description": ""
},
"whitelistDomain": {
"message": "erlaube Domain",
"description": ""
},
"whitelistURL": {
"message": "erlaube URL",
"description": ""
},
"showReleaseNotes_title": {
"message": "Versionsinformationen",
"description": ""
},
"showReleaseNotes_description": {
"message": "",
"description": ""
},
"showReleaseNotes_label": {
"message": "Anzeigen",
"description": ""
}
}

317
_locales/en/messages.json Normal file
View File

@ -0,0 +1,317 @@
{
"addon_title": {
"message": "CanvasBlocker",
"description": ""
},
"addon_description": {
"message": "Changes the JS-API for modifying <canvas> to prevent Canvas-Fingerprinting.",
"description": ""
},
"allowPDFCanvas_description": {
"message": "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.",
"description": ""
},
"allowPDFCanvas_title": {
"message": "Allow canvas in PDFs",
"description": ""
},
"askForInvisiblePermission": {
"message": "Do you want to allow invisible <canvas>?",
"description": ""
},
"askForInvisibleInputPermission": {
"message": "Do you want to allow invisible <canvas> input?",
"description": ""
},
"askForInvisibleReadoutPermission": {
"message": "Do you want to allow invisible <canvas> readout?",
"description": ""
},
"askForPermission": {
"message": "Do you want to allow <canvas>?",
"description": ""
},
"askForPermission": {
"message": "Do you want to allow <canvas> input?",
"description": ""
},
"askForReadoutPermission": {
"message": "Do you want to allow <canvas> readout?",
"description": ""
},
"askForVisiblePermission": {
"message": "Do you want to allow the red bordered <canvas>?",
"description": ""
},
"askForVisiblePermission": {
"message": "Do you want to allow input in the red bordered <canvas>?",
"description": ""
},
"askForVisibleReadoutPermission": {
"message": "Do you want to allow the readout of the red bordered <canvas>?",
"description": ""
},
"askOnlyOnce_description": {
"message": "When Canvas Blocker's Block mode is set to 'ask permission' or 'ask permission for readout API', a confirm message will appear every time a page tries to access the API or readout API. This setting tries to display the confirm message only once for each page regardless of how many times the page tries to access the API. Nevertheless, multiple confirm messages may still be displayed on some pages.",
"description": ""
},
"askOnlyOnce_title": {
"message": "Ask only once",
"description": ""
},
"blackList_description": {
"message": "Domains or URLs where the <canvas>-API should always be blocked. To add multiple entries, separate them by commas.",
"description": ""
},
"blackList_title": {
"message": "Black list",
"description": ""
},
"blockMode_description": {
"message": "",
"description": ""
},
"blockMode_options.allow everything": {
"message": "allow everything",
"description": ""
},
"blockMode_options.allow only white list": {
"message": "allow only white list",
"description": ""
},
"blockMode_options.ask for permission": {
"message": "ask for permission",
"description": ""
},
"blockMode_options.ask for readout API permission": {
"message": "ask for readout API permission",
"description": ""
},
"blockMode_options.block everything": {
"message": "block everything",
"description": ""
},
"blockMode_options.block only black list": {
"message": "block only black list",
"description": ""
},
"blockMode_options.block readout API": {
"message": "block readout API",
"description": ""
},
"blockMode_options.fake readout API": {
"message": "fake readout API",
"description": ""
},
"blockMode_options.fake input API": {
"message": "fake at input",
"description": ""
},
"blockMode_title": {
"message": "Block mode",
"description": ""
},
"maxFakeSize_description": {
"message": "Canvas with a bigger area than this number will not be faked. (Enter zero to disable.)",
"description": ""
},
"maxFakeSize_title": {
"message": "Maximal fake size",
"description": ""
},
"rng_description": {
"message": "",
"description": ""
},
"rng_options.persistent": {
"message": "persistent",
"description": ""
},
"rng_options.non persistent": {
"message": "non persistent",
"description": ""
},
"rng_title": {
"message": "Random number generator",
"description": ""
},
"persistentRndStorage_title": {
"message": "Persistent storage",
"description": ""
},
"persistentRndStorage_description": {
"message": "Stores the data for the persistent random number generator for usage after restart.",
"description": ""
},
"storePersistentRnd_title": {
"message": "Store persistent data",
"description": ""
},
"storePersistentRnd_description": {
"message": "If data for the persistent random number generator should be stored.",
"description": ""
},
"clearPersistentRnd_title": {
"message": "Clear persistent random storage",
"description": ""
},
"clearPersistentRnd_description": {
"message": "Deletes all data for the persistent random number generator.",
"description": ""
},
"clearPersistentRnd_label": {
"message": "Clear",
"description": ""
},
"disableNotifications": {
"message": "disable notifications",
"description": ""
},
"displayCallingStack": {
"message": "display calling stack",
"description": ""
},
"displayFullURL": {
"message": "display full URL",
"description": ""
},
"enableStackList_description": {
"message": "",
"description": ""
},
"enableStackList_title": {
"message": "Use file specific white list",
"description": ""
},
"fakedReadout": {
"message": "Faked readout on {url}",
"description": ""
},
"fakedInput": {
"message": "Faked at input on {url}",
"description": ""
},
"ignoreList_description": {
"message": "Domains or URLs where no notification will be shown. To add multiple entries, separate them by commas.",
"description": ""
},
"ignoreList_title": {
"message": "Ignore list",
"description": ""
},
"ignorelistDomain": {
"message": "silence domain",
"description": ""
},
"ignorelistURL": {
"message": "ignore URL",
"description": ""
},
"inputIgnoreDomain": {
"message": "Input domain to add to ignore list:",
"description": ""
},
"inputWhitelistDomain": {
"message": "Input URL RegExp to add to white list:",
"description": ""
},
"inputWhitelistURL": {
"message": "Input domain to add to white list:",
"description": ""
},
"settings": {
"message": "settings",
"description": ""
},
"showCallingFile_description": {
"message": "",
"description": ""
},
"showCallingFile_title": {
"message": "Show calling file",
"description": ""
},
"showCompleteCallingStack_description": {
"message": "",
"description": ""
},
"showCompleteCallingStack_title": {
"message": "Display complete calling stack",
"description": ""
},
"showNotifications_description": {
"message": "Show a notification when the block mode is set to \"fake readout API\".",
"description": ""
},
"showNotifications_title": {
"message": "Show notifications",
"description": ""
},
"notificationDisplayTime_description": {
"message": "Number of seconds the notifications are shown. (Enter zero to disable automatic closing.)",
"description": ""
},
"notificationDisplayTime_title": {
"message": "Notification display time",
"description": ""
},
"sourceOutput": {
"message": "Calling file",
"description": ""
},
"stackEntryOutput": {
"message": "{url} line {line} column {column}",
"description": ""
},
"stackList_description": {
"message": "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}]",
"description": ""
},
"stackList_title": {
"message": "File specific white list",
"description": ""
},
"whilteList_title": {
"message": "White list",
"description": ""
},
"whiteList_description": {
"message": "Domains or URLs where the <canvas>-API should not be blocked. To add multiple entries, separate them by commas.",
"description": ""
},
"whitelist": {
"message": "whitelist",
"description": ""
},
"whitelistDomain": {
"message": "whitelist domain",
"description": ""
},
"whitelistURL": {
"message": "whitelist URL",
"description": ""
},
"showReleaseNotes_title": {
"message": "Release notes",
"description": ""
},
"showReleaseNotes_description": {
"message": "",
"description": ""
},
"showReleaseNotes_label": {
"message": "Show",
"description": ""
}
}

View File

@ -1,81 +0,0 @@
{
"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.",
"allowPDFCanvas_title": "<canvas> in PDFs erlauben",
"askForInvisiblePermission": "Wollen Sie unsichtbare <canvas> erlauben?",
"askForInvisibleReadoutPermission": "Wollen Sie das Auslesen von unsichtbaren <canvas> erlauben?",
"askForPermission": "Wollen Sie <canvas> erlauben?",
"askForReadoutPermission": "Wollen Sie das Auslesen von <canvas> erlauben?",
"askForVisiblePermission": "Wollen Sie das rot umrandete <canvas> erlauben?",
"askForVisibleReadoutPermission": "Wollen Sie das Auslesen des rot umrandeten <canvas> erlauben?",
"askOnlyOnce_description": "Wenn der Blockiermodus des Canvas Blockers auf \"um Erlaubnis fragen\" oder \"bei Auslese-API um Erlaubnis fragen\" gesetzt ist, erscheint jedes mal ein Abfragedialog, wenn eine Seite versucht, die (Auslese-)API aufzurufen. Diese Einstellung versucht diese Abfrage nur einmal pro Seite anzuzeigen, unabhängig davon wie oft die API aufgerufen wird. Es können trotzdem mehrere Dialoge pro Seite erscheinen.",
"askOnlyOnce_title": "Nur einmal nachfragen",
"blackList_description": "Domänen oder URLs, die die <canvas>-API niemals verwenden dürfen. Mehrere Einträge müssen durch ein Komma getrennt werden.",
"blackList_title": "Blacklist",
"blockMode_description": "",
"blockMode_options.allow everything": "alles erlauben",
"blockMode_options.allow only white list": "nur Einträge der Whitelist erlauben",
"blockMode_options.ask for permission": "um Erlaubnis fragen",
"blockMode_options.ask for readout API permission": "bei Auslese-API um Erlaubnis fragen",
"blockMode_options.block everything": "alles blockieren",
"blockMode_options.block only black list": "nur Einträge der Blacklist blockieren",
"blockMode_options.block readout API": "Auslese-API blockieren",
"blockMode_options.fake readout API": "Auslese-API vortäuschen",
"blockMode_options.fake input API": "Bei Ausgabe vortäuschen",
"blockMode_title": "Blockiermodus",
"maxFakeSize_description": "Canvas, die eine größere Fläche als die hier angegebene Zahl haben, werden nicht vorgetäuscht. (Null eingeben, um es zu deaktivieren.)",
"maxFakeSize_title": "Maximale Vortäuschgröße",
"rng_description": "",
"rng_options.persistent": "persistent",
"rng_options.non persistent": "nicht persistent",
"rng_title": "Zufallszahlengenerator",
"persistentRndStorage_title": "Persistenter Speicher",
"persistentRndStorage_description": "Speichert die Informationen für den persistenten Zufallszahlengenerator über einen Neustart hinweg.",
"storePersistentRnd_title": "Persistente Daten speichern",
"storePersistentRnd_description": "Ob Daten für den persistenten Zufallszahlengenerator gespeichert werden sollen.",
"clearPersistentRnd_title": "Persistenten Speicher leeren",
"clearPersistentRnd_description": "Löscht alle Daten für den persistenten Zufallszahlengenerator.",
"clearPersistentRnd_label": "Leeren",
"disableNotifications": "Benachrichtigungen deaktivieren",
"displayCallingStack": "Aufrufestack anzeigen",
"displayFullURL": "URL anzeigen",
"enableStackList_description": "",
"enableStackList_title": "Dateispezifische Whitelist verwenden",
"fakedReadout": "Auslese vorgetäuscht auf {url}",
"fakedInput": "Bei Ausgabe vorgetäuscht auf {url}",
"ignoreList_description": "Domänen oder URLs, bei denen keine Benachrichtigungen angezeigt werden sollen. Mehrere Einträge müssen durch ein Komma getrennt werden.",
"ignoreList_title": "Ignorierliste",
"ignorelistDomain": "verschweige Domain",
"ignorelistURL": "ignoriere URL",
"inputIgnoreDomain": "Geben Sie die Domain ein, die zur Ignorierliste hinzugefügt werden soll:",
"inputWhitelistDomain": "Geben Sie die URL RegExp ein, die erlaubt werden soll:",
"inputWhitelistURL": "Geben Sie die Domain ein, die erlaubt werden soll:",
"settings": "Einstellungen",
"showCallingFile_description": "",
"showCallingFile_title": "Aufrufende Datei anzeigen",
"showCompleteCallingStack_description": "",
"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 der Sekunden, die die Benachrichtigungen angezeigt werden 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}]",
"stackList_title": "Dateispezifische Whitelist",
"whiteList_description": "Domänen oder URLs, die die <canvas>-API verwenden dürfen. Mehrere Einträge müssen durch ein Komma getrennt werden.",
"whiteList_title": "Whitelist",
"whitelistDomain": "erlaube Domain",
"whitelistURL": "erlaube URL",
"showReleaseNotes_title": "Versionsinformationen",
"showReleaseNotes_label": "Anzeigen"
}

View File

@ -1,82 +0,0 @@
{
"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.",
"allowPDFCanvas_title": "Allow canvas in PDFs",
"askForInvisiblePermission": "Do you want to allow invisible <canvas>?",
"askForInvisibleReadoutPermission": "Do you want to allow invisible <canvas> readout?",
"askForPermission": "Do you want to allow <canvas>?",
"askForReadoutPermission": "Do you want to allow <canvas> readout?",
"askForVisiblePermission": "Do you want to allow the red bordered <canvas>?",
"askForVisibleReadoutPermission": "Do you want to allow the readout of the red bordered <canvas>?",
"askOnlyOnce_description": "When Canvas Blocker's Block mode is set to 'ask permission' or 'ask permission for readout API', a confirm message will appear every time a page tries to access the API or readout API. This setting tries to display the confirm message only once for each page regardless of how many times the page tries to access the API. Nevertheless, multiple confirm messages may still be displayed on some pages.",
"askOnlyOnce_title": "Ask only once",
"blackList_description": "Domains or URLs where the <canvas>-API should always be blocked. To add multiple entries, separate them by commas.",
"blackList_title": "Black list",
"blockMode_description": "",
"blockMode_options.allow everything": "allow everything",
"blockMode_options.allow only white list": "allow only white list",
"blockMode_options.ask for permission": "ask for permission",
"blockMode_options.ask for readout API permission": "ask for readout API permission",
"blockMode_options.block everything": "block everything",
"blockMode_options.block only black list": "block only black list",
"blockMode_options.block readout API": "block readout API",
"blockMode_options.fake readout API": "fake readout API",
"blockMode_options.fake input API": "fake at input",
"blockMode_title": "Block mode",
"maxFakeSize_description": "Canvas with a bigger area than this number will not be faked. (Enter zero to disable.)",
"maxFakeSize_title": "Maximal fake size",
"rng_description": "",
"rng_options.persistent": "persistent",
"rng_options.non persistent": "non persistent",
"rng_title": "Random number generator",
"persistentRndStorage_title": "Persistent storage",
"persistentRndStorage_description": "Stores the data for the persistent random number generator for usage after restart.",
"storePersistentRnd_title": "Store persistent data",
"storePersistentRnd_description": "If data for the persistent random number generator should be stored.",
"clearPersistentRnd_title": "Clear persistent random storage",
"clearPersistentRnd_description": "Deletes all data for the persistent random number generator.",
"clearPersistentRnd_label": "Clear",
"disableNotifications": "disable notifications",
"displayCallingStack": "display calling stack",
"displayFullURL": "display full URL",
"enableStackList_description": "",
"enableStackList_title": "Use file specific white list",
"fakedReadout": "Faked readout on {url}",
"fakedInput": "Faked at input on {url}",
"ignoreList_description": "Domains or URLs where no notification will be shown. To add multiple entries, separate them by commas.",
"ignoreList_title": "Ignore list",
"ignorelistDomain": "silence domain",
"ignorelistURL": "ignore URL",
"inputIgnoreDomain": "Input domain to add to ignore list:",
"inputWhitelistDomain": "Input URL RegExp to add to white list:",
"inputWhitelistURL": "Input domain to add to white list:",
"settings": "settings",
"showCallingFile_description": "",
"showCallingFile_title": "Show calling file",
"showCompleteCallingStack_description": "",
"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}]",
"stackList_title": "File specific white list",
"whilteList_title": "White list",
"whiteList_description": "Domains or URLs where the <canvas>-API should not be blocked. To add multiple entries, separate them by commas.",
"whitelist": "whitelist",
"whitelistDomain": "whitelist domain",
"whitelistURL": "whitelist URL",
"showReleaseNotes_title": "Release notes",
"showReleaseNotes_label": "Show"
}