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
path: root/lang
diff options
context:
space:
mode:
authordiosmosis <benaka.moorthi@gmail.com>2013-02-22 03:37:28 +0400
committerdiosmosis <benaka.moorthi@gmail.com>2013-02-22 03:46:00 +0400
commit87860e1a0d3e9c6db133467331af80692a283fea (patch)
tree508d09e664176b85e7d3edf33c4d51c25ceab2ea /lang
parentb93ae7c1eed80c0ea2557bed7bc0bc1f57e113c0 (diff)
Refs #1845, clarify DoNotTrack label + help in Tracking Code admin screen and add note for when server-side DoNotTrack support is enabled.
Note: * Modified i18n strings that were added about two days ago.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/en.php b/lang/en.php
index b720fc83e2..9fea53aaad 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -487,8 +487,9 @@ $translations = array(
'CoreAdminHome_JSTracking_VisitorCustomVarsDesc' => 'For example, with variable name "Type" and value "Customer".',
'CoreAdminHome_JSTracking_PageCustomVars' => 'Track a custom variable for each page view',
'CoreAdminHome_JSTracking_PageCustomVarsDesc' => 'For example, with variable name "Category" and value "White Papers".',
- 'CoreAdminHome_JSTracking_EnableDoNotTrack' => 'Enable DoNotTrack support',
- 'CoreAdminHome_JSTracking_EnableDoNotTrackDesc' => 'So visitors that do not wish to be tracked will not be tracked.',
+ 'CoreAdminHome_JSTracking_EnableDoNotTrack' => 'Enable client side DoNotTrack detection',
+ 'CoreAdminHome_JSTracking_EnableDoNotTrackDesc' => 'So tracking requests will not be sent if visitors do not wish to be tracked.',
+ 'CoreAdminHome_JSTracking_EnableDoNotTrack_AlreadyEnabled' => 'Note: Server side DoNotTrack support has been enabled, so this option will have no effect.',
'CoreAdminHome_JSTracking_CustomCampaignQueryParam' => 'Use custom query parameter names for the campaign name & keyword',
'CoreAdminHome_JSTracking_CampaignNameParam' => 'Campaign Name parameter',
'CoreAdminHome_JSTracking_CampaignKwdParam' => 'Campaign Keyword parameter',