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:
authordiosmosis <benaka.moorthi@gmail.com>2013-03-24 05:54:27 +0400
committerdiosmosis <benaka.moorthi@gmail.com>2013-03-24 06:03:49 +0400
commit1c181d9d94b38ecfec68fea902a6daa66a23ebaa (patch)
tree1fdd22d16c840703fe342440b43c51274fdc4919 /lang
parentb7c3ee6443b438213eddd6609319b1e149f033c0 (diff)
Fixes #3131, add new auto-updating widget that displays the number of visitors, visits and actions in the last N minutes.
Notes: - Added visitors metric to result of Live.getCounters.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index 1b41ec16ac..36f52c3c7a 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -337,9 +337,12 @@ $translations = array(
'General_Metadata' => 'Metadata',
'General_OneVisit' => '1 visit',
'General_NVisits' => '%s visits',
+ 'General_OneAction' => '1 action',
'General_EvolutionSummaryGeneric' => '%1$s in %2$s compared to %3$s in %4$s. Evolution: %5$s',
'General_OneDay' => '1 day',
'General_NDays' => '%s days',
+ 'General_OneMinute' => '1 minute',
+ 'General_NMinutes' => '%s minutes',
'General_MainMetrics' => 'Main metrics',
'General_Mobile' => 'Mobile',
'General_Desktop' => 'Desktop',
@@ -1081,6 +1084,10 @@ Piwik will let you track visitors to your website for free. You should definitel
'Live_GoalRevenue' => 'Revenue',
'Live_GoalDetails' => 'Details',
'Live_VisitorsLastVisit' => 'This visitor\'s last visit was %s days ago.',
+ 'Live_NbVisitors' => '%s visitors',
+ 'Live_NbVisitor' => '1 visitor',
+ 'Live_RealTimeVisitorCount' => 'Real Time Visitor Count',
+ 'Live_SimpleRealTimeWidget_Message' => '%s and %s in the last %s.',
'Login_PluginDescription' => 'Login Authentication plugin, reading the credentials from the config/config.inc.php file for the Super User, and from the Database for the other users. Can be easily replaced to introduce a new Authentication mechanism (OpenID, htaccess, custom Auth, etc.).',
'Login_LoginPasswordNotCorrect' => 'Wrong Username and password combination.',
'Login_Password' => 'Password',