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:
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index 848dd48402..6ccc4c8bdc 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -180,6 +180,9 @@ $translations = array(
'General_ColumnAverageTimeOnPage' => 'Avg. time on page',
'General_TimeOnPage' => 'Time on page',
'General_ColumnAverageTimeOnPageDocumentation' => 'The average amount of time visitors spent on this page (only the page, not the entire website).',
+ 'General_ColumnGenerationTime' => 'Generation time',
+ 'General_ColumnAverageGenerationTime' => 'Avg. generation time',
+ 'General_ColumnAverageGenerationTimeDocumentation' => 'The average time it took to generate the page. The value has either been passed to the Java Script tracker by your website or imported from the logs.',
'General_ColumnValuePerVisit' => 'Revenue per Visit',
'General_ColumnVisitsWithConversions' => 'Visits with Conversions',
'General_VisitsWith' => 'Visits with %s',