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:
authormattab <matthieu.aubry@gmail.com>2014-09-08 14:07:46 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-08 14:07:46 +0400
commitbd4a852865bec54d4260f4c32a0281443b5ab863 (patch)
tree9fe289a18171bd7b534562e36ade1c065cec703b /lang
parent02547bcb2b8b2949f396b2cf9497e96e53279fbd (diff)
Refs #6109 New core metric: nb_users as the count of distinct user ids. Means "Active Users". Displayed in Visitors Overview, in metrics picker, in API response, in Metadata
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json
index 5810c31896..2a69e3d7e0 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -65,6 +65,8 @@
"ColumnNbActionsDocumentation": "The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.",
"ColumnNbUniqVisitors": "Unique visitors",
"ColumnNbUniqVisitorsDocumentation": "The number of unduplicated visitors coming to your website. Every user is only counted once, even if he visits the website multiple times a day.",
+ "ColumnNbUsers": "Users",
+ "ColumnNbUsersDocumentation": "The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').",
"ColumnNbVisits": "Visits",
"ColumnNbVisitsDocumentation": "If a visitor comes to your website for the first time or if he visits a page more than 30 minutes after his last page view, this will be recorded as a new visit.",
"ColumnPageBounceRateDocumentation": "The percentage of visits that started on this page and left the website straight away.",
@@ -270,6 +272,7 @@
"NotValid": "%s is not valid",
"NSeconds": "%s seconds",
"NumberOfVisits": "Number of visits",
+ "NUsers": "%s users",
"NVisits": "%s visits",
"Ok": "Ok",
"OneAction": "1 action",