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-02 16:40:45 +0400
committerTimo Besenreuther <timo.besenreuther@gmail.com>2013-04-02 16:40:45 +0400
commitfb5f11a5ca82b15eb419803e6e00ce6dfba515d0 (patch)
tree48841d8b676426bc81729c1caa3304098a2dc91c /lang
parenta05bd7ba73dbf53fbb2fb06dd3a927ae5ec167bc (diff)
refs #1700 performance analytics
* adding avg_time_generation to Actions.get + integration tests * adding sparkline for average generation time to Visitors > Overview * changing number formatting to 0.XXs instead of XXXms + test cases * tooltip for reports with avg. generation time: "average based on X hit(s)" * log import: support generation_time_milli (not only generation_time_micro) * example for importing generation time from logs in read me
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/en.php b/lang/en.php
index 7366f4050a..4e086d28c2 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -191,7 +191,6 @@ $translations = array(
'General_HoursMinutes' => '%1$s hours %2$s min',
'General_MinutesSeconds' => '%1$s min %2$ss',
'General_Seconds' => '%ss',
- 'General_Milliseconds' => '%sms',
'General_Save' => 'Save',
'General_Faq' => 'FAQ',
'General_ForExampleShort' => 'eg.',
@@ -439,6 +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)',
'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',
@@ -1940,6 +1940,7 @@ And thank you for using Piwik!',
'VisitsSummary_MaxNbActions' => '%s max actions in one visit',
'VisitsSummary_NbActionsPerVisit' => '%s actions (page views, downloads, outlinks and internal site searches) per visit',
'VisitsSummary_NbVisitsBounced' => '%s visits have bounced (left the website after one page)',
+ 'VisitsSummary_AverageGenerationTime' => '%s average generation time',
'VisitsSummary_GenerateTime' => '%s seconds to generate the page',
'VisitsSummary_GenerateQueries' => '%s queries executed',
'VisitsSummary_WidgetLastVisits' => 'Visits Over Time',