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:
authorThomas Steur <thomas.steur@googlemail.com>2014-06-13 01:21:43 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-13 01:21:43 +0400
commit79e93dad6d25687e9d1924886af42998ca2663da (patch)
tree797967c7c4016fd2ef74fb578867f426c41bc810 /plugins/Actions/Actions.php
parent3977d72ded1a83fee3182b892e70685ad3f9663f (diff)
this way we only define custom metric translations and do not define the default translations again
Diffstat (limited to 'plugins/Actions/Actions.php')
-rw-r--r--plugins/Actions/Actions.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Actions/Actions.php b/plugins/Actions/Actions.php
index 1809aa7205..e1ef68fbed 100644
--- a/plugins/Actions/Actions.php
+++ b/plugins/Actions/Actions.php
@@ -74,6 +74,10 @@ class Actions extends \Piwik\Plugin
'nb_uniq_outlinks' => 'Actions_ColumnUniqueClicksDocumentation',
'nb_searches' => 'Actions_ColumnSearchesDocumentation',
'avg_time_generation' => 'General_ColumnAverageGenerationTimeDocumentation',
+ 'entry_nb_visits' => 'General_ColumnEntrancesDocumentation',
+ 'entry_bounce_count' => 'General_ColumnBouncesDocumentation',
+ 'exit_nb_visits' => 'General_ColumnExitsDocumentation',
+ 'exit_rate' => 'General_ColumnExitRateDocumentation'
);
$translations = array_merge($translations, $metrics);