mirror of https://github.com/gorhill/uBlock.git
Update user interface srings as suggested
This commit is contained in:
parent
33a9b97f25
commit
e2b9e090ce
|
@ -536,12 +536,12 @@
|
||||||
"description": "Warning against copy-pasting filters from random sources"
|
"description": "Warning against copy-pasting filters from random sources"
|
||||||
},
|
},
|
||||||
"1pImport": {
|
"1pImport": {
|
||||||
"message": "Import and append",
|
"message": "Import and append…",
|
||||||
"description": "English: Import and append"
|
"description": "Button in the 'My filters' pane"
|
||||||
},
|
},
|
||||||
"1pExport": {
|
"1pExport": {
|
||||||
"message": "Export",
|
"message": "Export…",
|
||||||
"description": "English: Export"
|
"description": "Button in the 'My filters' pane"
|
||||||
},
|
},
|
||||||
"1pExportFilename": {
|
"1pExportFilename": {
|
||||||
"message": "my-ublock-static-filters_{{datetime}}.txt",
|
"message": "my-ublock-static-filters_{{datetime}}.txt",
|
||||||
|
@ -584,8 +584,8 @@
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"rulesExport": {
|
"rulesExport": {
|
||||||
"message": "Export to file",
|
"message": "Export to file…",
|
||||||
"description": ""
|
"description": "Button in the 'My rules' pane"
|
||||||
},
|
},
|
||||||
"rulesDefaultFileName": {
|
"rulesDefaultFileName": {
|
||||||
"message": "my-ublock-dynamic-rules_{{datetime}}.txt",
|
"message": "my-ublock-dynamic-rules_{{datetime}}.txt",
|
||||||
|
@ -620,12 +620,12 @@
|
||||||
"description": "A concise description of the 'Trusted sites' pane."
|
"description": "A concise description of the 'Trusted sites' pane."
|
||||||
},
|
},
|
||||||
"whitelistImport": {
|
"whitelistImport": {
|
||||||
"message": "Import and append",
|
"message": "Import and append…",
|
||||||
"description": "English: Import and append"
|
"description": "Button in the 'Trusted sites' pane"
|
||||||
},
|
},
|
||||||
"whitelistExport": {
|
"whitelistExport": {
|
||||||
"message": "Export",
|
"message": "Export…",
|
||||||
"description": "English: Export"
|
"description": "Button in the 'Trusted sites' pane"
|
||||||
},
|
},
|
||||||
"whitelistExportFilename": {
|
"whitelistExportFilename": {
|
||||||
"message": "my-ublock-trusted-sites_{{datetime}}.txt",
|
"message": "my-ublock-trusted-sites_{{datetime}}.txt",
|
||||||
|
|
Loading…
Reference in New Issue