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:
authorFabian Becker <halfdan@xnorfz.de>2013-03-02 20:45:51 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-03-02 20:45:51 +0400
commit895f954b346c1f9b358918aa8b6588ae97250f5f (patch)
treed223fb2e118a82e542074108fb76e25f3cf7610a /lang
parent838a7abca8a1fce9a8dda3c8654bd4006c1395f3 (diff)
Allow to translate DoNotTrack plugin description.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index 22109e611f..df999dd9f5 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -804,6 +804,7 @@ Piwik will let you track visitors to your website for free. You should definitel
'DBStats_ReportTables' => 'Report Tables',
'DBStats_MetricTables' => 'Metric Tables',
'DBStats_OtherTables' => 'Other Tables',
+ 'DoNotTrack_PluginDescription' => 'Ignore visits with X-Do-Not-Track or DNT header.',
'ExampleAPI_PluginDescription' => 'Example Plugin: How to create an API for your plugin, to export your data in multiple formats without any special coding?',
'ExampleRssWidget_PluginDescription' => 'Example Plugin: How to create a new widget that reads a RSS feed?',
'ExampleUI_PluginDescription' => 'Example Plugin: This plugin shows how to work with the Piwik UI: create tables, graphs, etc.',