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:
authorMatthieu Aubry <matt@piwik.org>2014-11-04 02:33:24 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-04 02:33:24 +0300
commit56e9596380f0e9edb908c968aa114bcbed9c195a (patch)
tree36a4aa8891dc25a076c81b3a6760a246d8ae1df3 /plugins/PrivacyManager/lang/en.json
parent7f7a64993d82d5baf36035f44e7a07e784bd3351 (diff)
parentd02f6010775c5267a840423332537b3a33fd86d9 (diff)
Merge pull request #6581 from piwik/installation_privacy_options2.9.0-b1
Customize privacy options on installation
Diffstat (limited to 'plugins/PrivacyManager/lang/en.json')
-rw-r--r--plugins/PrivacyManager/lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PrivacyManager/lang/en.json b/plugins/PrivacyManager/lang/en.json
index 801cb91dec..aa84139e89 100644
--- a/plugins/PrivacyManager/lang/en.json
+++ b/plugins/PrivacyManager/lang/en.json
@@ -2,6 +2,7 @@
"PrivacyManager": {
"AnonymizeIpDescription": "Select \"Yes\" if you want Piwik not to track fully qualified IP-Addresses.",
"AnonymizeIpInlineHelp": "Anonymize the last byte(s) of visitors IP addresses to comply with your local privacy laws\/guidelines.",
+ "AnonymizeIpExtendedHelp": "When users visit your website, Piwik will not use the full IP address (such as %s) but instead Piwik will anonymise it first (to %s). IP address anonymisation is one of the requirements set by the privacy laws in some countries such as Germany.",
"AnonymizeIpMaskLengtDescription": "Select how many bytes of the visitors' IPs should be masked.",
"AnonymizeIpMaskLength": "%s byte(s) - e.g. %s",
"CannotLockSoDeleteLogActions": "The log_action table will not be purged: please grant the LOCK TABLES privilege to the '%s' MYSQL user.",