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>2015-11-25 04:48:20 +0300
committerMatthieu Aubry <matt@piwik.org>2015-11-25 04:48:20 +0300
commit01137cbe80eab5c6f66cab87b053115a7454d936 (patch)
tree611cc560b99a84e868382185a674b5232e75d0e4 /plugins/Live/Live.php
parentecb4029437c42ebc7273af284b319265abdb5174 (diff)
parent1a4db22746d6031a54dde64e416cb2a186ba5fd8 (diff)
Merge pull request #9217 from piwik/9129_2
Added feature Custom Dimensions
Diffstat (limited to 'plugins/Live/Live.php')
-rw-r--r--plugins/Live/Live.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Live/Live.php b/plugins/Live/Live.php
index 93e8d67881..1a71aa7b83 100644
--- a/plugins/Live/Live.php
+++ b/plugins/Live/Live.php
@@ -54,5 +54,7 @@ class Live extends \Piwik\Plugin
$translationKeys[] = "Live_RowActionTooltipDefault";
$translationKeys[] = "Live_RowActionTooltipWithDimension";
$translationKeys[] = "Live_SegmentedVisitorLogTitle";
+ $translationKeys[] = "General_Segment";
+ $translationKeys[] = "General_And";
}
} \ No newline at end of file