Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit ad10a44

Browse files
committed
Merge pull request #281 from Landpaddle/master
Minor tweaks to messages.json
2 parents 2df536d + eaf7165 commit ad10a44

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

_locales/en/messages.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"extShortDesc": {
77
"message": "Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.",
8-
"description": "this will in chrome web store: must be 132 characters or less"
8+
"description": "this will be in the chrome web store: must be 132 characters or less"
99
},
1010
"settingsPageName": {
1111
"message": "Settings",
@@ -17,7 +17,7 @@
1717
},
1818
"ubiquitousRulesPageName" : {
1919
"message": "Ubiquitous rules",
20-
"description": "appears as tab name in dashboard"
20+
"description": "appears as tab name in dashboard."
2121
},
2222
"scopedRulesPageName": {
2323
"message": "Scoped rules",
@@ -222,7 +222,7 @@
222222
"description": "English: HTTP requests <b>per page</b>."
223223
},
224224
"statsPageLogSizeHelp" : {
225-
"message": "<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.<p><p>Enter &ldquo;<code>0</code>&rdquo; to turn off detailed logging (and consequently reduce the memory footprint of <i>HTTP Switchboard</i>).</p>",
225+
"message": "<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter &ldquo;<code>0</code>&rdquo; to turn off detailed logging (and consequently reduce the memory footprint of <i>HTTP Switchboard</i>).</p>",
226226
"description": "To help user understand the purpose of the log size value"
227227
},
228228
"statsPageRefresh" : {
@@ -265,7 +265,7 @@
265265
},
266266
"settingsStrictBlockingInfo": {
267267
"message": "<p><strong><a href=\"https://github.com/gorhill/httpswitchboard/wiki/%22Strict-blocking%22-illustrated\">Strict\nblocking</a></strong>,\nintroduced in <a href=\"https://github.com/gorhill/httpswitchboard/wiki/Change-log-0.0-to-0.5#036\">version 0.3.6</a>,\nmeans that even\nif you whitelist a specific hostname, blacklisted type of requests (<i>plugins</i>,\n<i>frames</i>, etc.) will remain blacklisted. For some users this maybe\ntoo bothersome, hence this switch.</p>\n<p><strong>Strict blocking on</strong>: blacklisted types of request (if any)\nfor a whitelisted hostname are blocked (unless you explicitly whitelist\nspecifically these types of request for the whitelisted hostname.)</p>\n<p><strong>Strict blocking off</strong>: blacklisted types of request (if any)\nfor a whitelisted hostname are allowed (unless you explicitly blacklist\nspecifically these types of request for the whitelisted hostname.)</p>",
268-
"description": "To help user understand the purpose of strict blocking"
268+
"description": "To help the user understand the purpose of strict blocking"
269269
},
270270
"settingsAutoCreateScopePrompt1": {
271271
"message": "Auto create temporary",
@@ -360,7 +360,7 @@
360360
"description": "..."
361361
},
362362
"settingsDeleteBlockedLocalStoragePrompt" : {
363-
"message": "Delete <a href='http://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames",
363+
"message": "Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames",
364364
"description": "..."
365365
},
366366
"settingsDeleteBlockedLocalStorageHelp" : {
@@ -389,7 +389,7 @@
389389
},
390390
"settingsSpoofUserAgentPrompt1" : {
391391
"message": "Spoof <a href='https://en.wikipedia.org/wiki/User_agent'>User-Agent</a> string by randomly picking a new one below every",
392-
"description": "Spoof <a href='https://en.wikipedia.org/wiki/User_agent'>User-Agent</a> string by picking one randomly below every"
392+
"description": "Spoof <a href='https://en.wikipedia.org/wiki/User_agent'>User-Agent</a> string by randomly picking a new one below every"
393393
},
394394
"settingsSpoofUserAgentPrompt2" : {
395395
"message": "minutes.",
@@ -404,7 +404,7 @@
404404
"description": "header of Chromium: behind-the-scene requests section"
405405
},
406406
"settingsProcessBehindTheSceneHelp" : {
407-
"message": "<p>According to <a href='http://www.google.com/intl/en/chrome/browser/privacy/whitepaper.html'>Google Chrome Privacy Whitepaper</a>, <i>Chromium</i> might send HTTP requests to <i>Google</i> without the user expressly visiting a web page. Let's call these special requests <strong>behind-the-scene</strong> requests. Also, other installed browser extensions can send <strong>behind-the-scene</strong> HTTP requests.</p><p><i>HTTP Switchboard</i> lets you intercept and treat these requests like any other request: they can be processed in order to allow/block them as per your whitelist/blacklist.</p><p>Click the extension icon while viewing this page to get started. Required reading: <a href='https://github.com/gorhill/httpswitchboard/wiki/Behind-the-scene-requests'>Behind-the-scene requests</a>.</p><div class='warn'><p><span style='color:red; font-weight:bold'>Beware!</span> Blocking <strong>behind-the-scene</strong> net requests is potentially causing <a href='https://github.com/gorhill/httpswitchboard/issues/27'>an issue</a> when the user wants to install an extension from the Chrome store (including maybe preventing extensions from being updated), hence the ability to disable the feature here. Blocking can also cause other installed extensions to not work properly (those querying for remote data).</p> <p>Even if this feature is not enabled, <strong>behind-the-scene</strong> requests are still logged by <i>HTTP Switchboard</i>. You can inspect these requests on the (from the <a href='dashboard.html#statistics'>Statistics</a> page).</p>",
407+
"message": "<p>According to <a href='https://www.google.com/intl/en/chrome/browser/privacy/whitepaper.html'>Google Chrome Privacy Whitepaper</a>, <i>Chromium</i> might send HTTP requests to <i>Google</i> without the user expressly visiting a web page. Let's call these special requests <strong>behind-the-scene</strong> requests. Also, other installed browser extensions can send <strong>behind-the-scene</strong> HTTP requests.</p><p><i>HTTP Switchboard</i> lets you intercept and treat these requests like any other request: they can be processed in order to allow/block them as per your whitelist/blacklist.</p><p>Click the extension icon while viewing this page to get started. Required reading: <a href='https://github.com/gorhill/httpswitchboard/wiki/Behind-the-scene-requests'>Behind-the-scene requests</a>.</p><div class='warn'><p><span style='color:red; font-weight:bold'>Beware!</span> Blocking <strong>behind-the-scene</strong> net requests is potentially causing <a href='https://github.com/gorhill/httpswitchboard/issues/27'>an issue</a> when the user wants to install an extension from the Chrome store (including maybe preventing extensions from being updated), hence the ability to disable the feature here. Blocking can also cause other installed extensions to not work properly (those querying for remote data).</p><p>Even if this feature is not enabled, <strong>behind-the-scene</strong> requests are still logged by <i>HTTP Switchboard</i>. You can inspect these requests on the <a href='dashboard.html#statistics'>Statistics</a> page.</p>",
408408
"description": "..."
409409
},
410410
"settingsDoneButton" : {
@@ -419,7 +419,7 @@
419419
},
420420
"ubiquitousWhatIsThisPrompt" : {
421421
"message": "&ldquo;Ubiquitous rules&rdquo; are rules which apply everywhere, i.e. in all scopes. A ubiquitous rule can be overridden by any scoped rule for the same element.",
422-
"description": "English: &ldquo;Ubiquitous rules&rdquo; are rules which applies everywhere, i.e. in all scopes."
422+
"description": "English: &ldquo;Ubiquitous rules&rdquo; are rules which apply everywhere, i.e. in all scopes. A ubiquitous rule can be overridden by any scoped rule for the same element."
423423
},
424424
"ubiquitousListsOfBlockedHostsPrompt1" : {
425425
"message": "All lists of blocked hosts are loaded as ubiquitous rules, hence these hosts are blacklisted in all scopes.",
@@ -447,7 +447,7 @@
447447
},
448448
"ubiquitousParseAllABPHideFiltersPrompt1" : {
449449
"message": "Parse and enforce Adblock+ element hiding filters. (beta)",
450-
"description": "English: Parse and enforce Adblock+ element hiding filters."
450+
"description": "English: Parse and enforce Adblock+ element hiding filters. (beta)"
451451
},
452452
"ubiquitousParseAllABPHideFiltersPrompt2" : {
453453
"message": "{{abpHideFilterCount}} element hiding filters used.",
@@ -560,8 +560,8 @@
560560
"description": "English: Site-level scope"
561561
},
562562
"scopedDeletionPrompt": {
563-
"message": "You are about to delete {{deleteCount}} rules.\nIt is irreversible.\nClick OK to confirm.",
564-
"description": "English: You are about to delete {{deleteCount}} rules.\nIt is irreversible.\nClick OK to confirm."
563+
"message": "You are about to delete {{deleteCount}} rules.\nThis is irreversible.\nClick OK to confirm.",
564+
"description": "English: You are about to delete {{deleteCount}} rules.\nThis is irreversible.\nClick OK to confirm."
565565
},
566566

567567

0 commit comments

Comments
 (0)