diff options
author | gorhill <rhill@raymondhill.net> | 2015-05-26 09:52:09 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-05-26 09:52:09 -0400 |
commit | 93a3965e53202d87aee87d152cc1344b6a3d92cd (patch) | |
tree | 8cb195400c7b00696d07fc54b8712d146d379947 /src/_locales | |
parent | d94d28e426db3b4ea91ffd680ce516953943da83 (diff) | |
download | uBlock-93a3965e53202d87aee87d152cc1344b6a3d92cd.zip uBlock-93a3965e53202d87aee87d152cc1344b6a3d92cd.tar.gz uBlock-93a3965e53202d87aee87d152cc1344b6a3d92cd.tar.bz2 |
fine tuning dynamic URL filtering UI + i18n
Diffstat (limited to 'src/_locales')
-rw-r--r-- | src/_locales/en/messages.json | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index f26b32d..f361ead 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -363,22 +363,6 @@ "message":"Apply changes", "description":"English: Apply changes" }, - "logNetRequestsPrompt":{ - "message":"Enable the logging of network requests", - "description":"English: Enable the logging of network requests" - }, - "logNetRequestsHelp":{ - "message":"You can inspect the details of network requests if you wish by enabling this option. The logging of network requests increases the memory footprint of uBlockâ‚€. Since many users will never use this feature, it is disabled by default.", - "description":"English: see _locales\/en\/messages.log" - }, - "logBlockedRequestsHeader":{ - "message":"Blocked requests", - "description":"English: Blocked requests" - }, - "logAllowedRequestsHeader":{ - "message":"Allowed requests", - "description":"English: Allowed requests" - }, "logRequestsHeaderType":{ "message":"Type", "description":"English: Type" @@ -395,14 +379,6 @@ "message":"Filter", "description":"English: Filter" }, - "logBlockedRequestsEmpty":{ - "message":"No blocked requests logged for this page", - "description":"English: No blocked requests logged for this page" - }, - "logAllowedRequestsEmpty":{ - "message":"No non-blocked requests logged for this page", - "description":"English: No non-blocked requests logged for this page" - }, "logAll":{ "message":"All", "description":"Appears in the logger's tab selector" @@ -419,6 +395,18 @@ "message":"Maximum number of log entries", "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log" }, + "loggerURLFilteringContextLabel":{ + "message":"Context:", + "description":"Label for the context selector" + }, + "loggerURLFilteringTypeLabel":{ + "message":"Type:", + "description":"Label for the type selector" + }, + "loggerURLFilteringHeader":{ + "message":"Dynamic URL filtering", + "description":"Small header to identify the dynamic URL filtering section" + }, "aboutChangelog":{ "message":"Change log", "description":"English: Change log" |