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:
authorTimo Besenreuther <timo.besenreuther@gmail.com>2013-04-03 19:59:52 +0400
committerTimo Besenreuther <timo.besenreuther@gmail.com>2013-04-03 19:59:52 +0400
commit30f06e28d6ff1a1d366f598f657fb8484a9ae062 (patch)
treec2e271f1656eac0547b6c5e682dddf8262ed94fc /lang
parentf73470752507103e13d1d9acbc0b3cce86081b9e (diff)
refs #1700: new metrics min_time_generation, max_time_generation
* DataTable_Row::sumRow has a new parameter $aggregationOperations which allows treating columns as min or max (not only sum) * The aggregation operations can be set on any data table or passed to ArchiveProcessing_Period::archiveDataTable() * The Actions plugin uses the mechanism to aggregate the new metrics as min and max * The metrics are in the API output but not in processed reports * The min/max values are shown in the tooltip that appears when hovering the average generation times * Integration test updates
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.php b/lang/en.php
index 4e086d28c2..e79bcb1c6a 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -438,7 +438,7 @@ $translations = array(
'Actions_SiteSearchCategories2' => 'For example, Ecommerce websites typically have a "Category" selector so that visitors can restrict their searches to all products in a specific Category.',
'Actions_SiteSearchKeywordsNoResultDocumentation' => 'This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?',
'Actions_SiteSearchFollowingPagesDoc' => 'When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.',
- 'Actions_AvgGenerationTimeTooltip' => 'Average based on %s hit(s)',
+ 'Actions_AvgGenerationTimeTooltip' => 'Average based on %s hit(s) %s between %s and %s',
'AnonymizeIP_PluginDescription' => 'Anonymize the last byte(s) of visitors IP addresses to comply with your local privacy laws/guidelines.',
'API_PluginDescription' => 'All the data in Piwik is available through simple APIs. This plugin is the web service entry point, that you can call to get your Web Analytics data in xml, json, php, csv, etc.',
'API_QuickDocumentationTitle' => 'API quick documentation',