mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
Use "Trusted sites" instead of "Whitelist"
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1114 For now I picked "Trusted sites", unless someone comes up with a better expression to refer to sites onwhich uBO is disabled.
This commit is contained in:
parent
aab3812089
commit
3adb239443
@ -1,6 +1,6 @@
|
||||
{
|
||||
"extName": {
|
||||
"message":"uBlock Origin",
|
||||
"message": "µBlock",
|
||||
"description": "extension name."
|
||||
},
|
||||
"extShortDesc": {
|
||||
@ -40,7 +40,7 @@
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"whitelistPageName": {
|
||||
"message":"Whitelist",
|
||||
"message": "Trusted sites",
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"shortcutsPageName": {
|
||||
@ -64,8 +64,8 @@
|
||||
"description": "Title for the advanced settings page"
|
||||
},
|
||||
"popupPowerSwitchInfo": {
|
||||
"message":"Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page.",
|
||||
"description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
|
||||
"message": "Click: disable/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page.",
|
||||
"description": "English: Click: disable/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
|
||||
},
|
||||
"popupPowerSwitchInfo1": {
|
||||
"message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
|
||||
@ -324,7 +324,7 @@
|
||||
"description": ""
|
||||
},
|
||||
"settingsAdvancedUserPrompt": {
|
||||
"message":"I am an advanced user (<a href='https:\/\/github.com\/gorhill\/uBlock\/wiki\/Advanced-user-features'>required reading<\/a>)",
|
||||
"message": "I am an advanced user (<a href='https://github.com/gorhill/uBlock/wiki/Advanced-user-features'>required reading</a>)",
|
||||
"description": ""
|
||||
},
|
||||
"settingsAdvancedUserSettings": {
|
||||
@ -548,12 +548,12 @@
|
||||
"description": "English: List of your dynamic filtering rules."
|
||||
},
|
||||
"rulesFormatHint": {
|
||||
"message": "Rule syntax: <code>source destination type action<\/code> (<a href='https:\/\/github.com\/gorhill\/uBlock\/wiki\/Dynamic-filtering:-rule-syntax'>full documentation<\/a>).",
|
||||
"message": "Rule syntax: <code>source destination type action</code> (<a href='https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax'>full documentation</a>).",
|
||||
"description": "English: dynamic rule syntax and full documentation."
|
||||
},
|
||||
"whitelistPrompt": {
|
||||
"message":"The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
|
||||
"description":"English: An overview of the content of the dashboard's Whitelist pane."
|
||||
"message": "The trusted site directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
|
||||
"description": "The name of the trusted sites pane."
|
||||
},
|
||||
"whitelistImport": {
|
||||
"message": "Import and append",
|
||||
@ -564,8 +564,8 @@
|
||||
"description": "English: Export"
|
||||
},
|
||||
"whitelistExportFilename": {
|
||||
"message": "my-ublock-whitelist_{{datetime}}.txt",
|
||||
"description": "English: my-ublock-whitelist_{{datetime}}.txt"
|
||||
"message": "my-ublock-trusted-sites_{{datetime}}.txt",
|
||||
"description": "The default filename to use for import/export purpose"
|
||||
},
|
||||
"whitelistApply": {
|
||||
"message": "Apply changes",
|
||||
|
Loading…
Reference in New Issue
Block a user