Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SitesManager/lang/en.json')
-rw-r--r--plugins/SitesManager/lang/en.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/SitesManager/lang/en.json b/plugins/SitesManager/lang/en.json
index 8e0decd70e..e3e4166255 100644
--- a/plugins/SitesManager/lang/en.json
+++ b/plugins/SitesManager/lang/en.json
@@ -25,6 +25,13 @@
"ExcludedIps": "Excluded IPs",
"ExcludedParameters": "Excluded Parameters",
"ExcludedUserAgents": "Excluded User Agents",
+ "ExcludedReferrers": "Excluded referrers",
+ "ExcludedReferrersHelp": "Enter the list of hostnames and URLs, one per line, you want to exclude from referrer detection.",
+ "ExcludedReferrersHelpDetails": "Each entry needs to contain the hostname and may contain a path. If a path is provided a referrer will only be excluded if the path matches as well. URLs with and without 'www' are treated the same. Provided protocols will be ignored.",
+ "ExcludedReferrersHelpExamples": "e.g. \"%1$s\" would match \"%2$s\" and \"%3$s\" but not \"%4$s\"",
+ "ExcludedReferrersHelpSubDomains": "To also exclude all subdomains of a certain hostname, prefix it with a dot. e.g. \"%1$s\" would exclude \"%2$s\", but also all its subdomains like \"%3$s\".",
+ "GlobalListExcludedReferrers": "Global list of excluded referrers",
+ "GlobalListExcludedReferrersDesc": "The hostnames and URLs below will be excluded from referrer detection.",
"Format_Utc": "UTC%s",
"GlobalExcludedUserAgentHelp1": "Enter the list of user agents to exclude from being tracked by Matomo.",
"GlobalExcludedUserAgentHelp2": "You can use this to exclude some bots from being tracked.",