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
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PHPUnit')
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_sortByProcessedMetric_constantRowsCountShouldKeepEmptyRows__API.getProcessedReport_day.xml4
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_json__API.getBulkRequest.json2
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_showColumnsWithProcessedMetrics___API.getProcessedReport_day.xml4
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml6
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitorInterest.getNumberOfVisitsByDaysSinceLast_firstSite_lastN__API.getProcessedReport_day.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html30
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_only__ScheduledReports.generateReport_month.original.html28
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_csv__ScheduledReports.generateReport_month.original.csv14
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_month.original.pdfbin555895 -> 555917 bytes
-rw-r--r--tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_tsv__ScheduledReports.generateReport_month.original.tsv14
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml2
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml18
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml24
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportPagesMetadata.xml8
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml34
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getWidgetMetadata.xml12
21 files changed, 116 insertions, 116 deletions
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml
index d367771a01..a035d38913 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_month.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
- <label>0-10s</label>
+ <label>0–10s</label>
<nb_visits>40</nb_visits>
<segment>visitDuration&gt;=0;visitDuration&lt;=10</segment>
</row>
<row>
- <label>11-30s</label>
+ <label>11–30s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=11;visitDuration&lt;=30</segment>
</row>
<row>
- <label>31-60s</label>
+ <label>31–60s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=31;visitDuration&lt;=60</segment>
</row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml
index 5a0ee59989..34c4ba4849 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
- <label>0-10s</label>
+ <label>0–10s</label>
<nb_visits>50</nb_visits>
<segment>visitDuration&gt;=0;visitDuration&lt;=10</segment>
</row>
<row>
- <label>11-30s</label>
+ <label>11–30s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=11;visitDuration&lt;=30</segment>
</row>
<row>
- <label>31-60s</label>
+ <label>31–60s</label>
<nb_visits>2</nb_visits>
<segment>visitDuration&gt;=31;visitDuration&lt;=60</segment>
</row>
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml
index 63a6a4ca54..effc9d7862 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsPerVisitDuration_range.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
- <label>0-10s</label>
+ <label>0–10s</label>
<nb_visits>13</nb_visits>
<segment>visitDuration&gt;=0;visitDuration&lt;=10</segment>
</row>
<row>
- <label>11-30s</label>
+ <label>11–30s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=11;visitDuration&lt;=30</segment>
</row>
<row>
- <label>31-60s</label>
+ <label>31–60s</label>
<nb_visits>1</nb_visits>
<segment>visitDuration&gt;=31;visitDuration&lt;=60</segment>
</row>
diff --git a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_sortByProcessedMetric_constantRowsCountShouldKeepEmptyRows__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_sortByProcessedMetric_constantRowsCountShouldKeepEmptyRows__API.getProcessedReport_day.xml
index 7942cf7654..16d6937ef6 100644
--- a/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_sortByProcessedMetric_constantRowsCountShouldKeepEmptyRows__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_ManyVisitorsOneWebsiteTest_sortByProcessedMetric_constantRowsCountShouldKeepEmptyRows__API.getProcessedReport_day.xml
@@ -8,7 +8,7 @@
<name>Visits per hour in the site's timezone</name>
<module>VisitTime</module>
<action>getVisitInformationPerServerTime</action>
- <dimension>Site time - hour (Start of visit)</dimension>
+ <dimension>Site time — hour (start of visit)</dimension>
<documentation>This graph shows what time it was in the &lt;strong&gt; site's time zone &lt;/strong&gt; during the visits.</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
@@ -43,7 +43,7 @@
<uniqueId>VisitTime_getVisitInformationPerServerTime</uniqueId>
</metadata>
<columns>
- <label>Site time - hour (Start of visit)</label>
+ <label>Site time — hour (start of visit)</label>
<nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
<nb_actions>Actions</nb_actions>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml
index 748ce76d7c..58611310c0 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
- <label>0-10s</label>
+ <label>0–10s</label>
<nb_visits>1</nb_visits>
<segment>visitDuration&gt;=0;visitDuration&lt;=10</segment>
</row>
<row>
- <label>11-30s</label>
+ <label>11–30s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=11;visitDuration&lt;=30</segment>
</row>
<row>
- <label>31-60s</label>
+ <label>31–60s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=31;visitDuration&lt;=60</segment>
</row>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_json__API.getBulkRequest.json b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_json__API.getBulkRequest.json
index 20475dd8a9..4d26a381db 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_json__API.getBulkRequest.json
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_json__API.getBulkRequest.json
@@ -1 +1 @@
-[{"2010-03-06":{"nb_uniq_visitors":1,"nb_users":0,"nb_visits":2,"nb_actions":8,"nb_visits_converted":2,"bounce_count":1,"sum_visit_length":1622,"max_actions":7,"bounce_rate":"50%","nb_actions_per_visit":4,"avg_time_on_site":811},"2010-03-07":[]},{"2010-03-06":{"nb_uniq_visitors":1,"nb_users":0,"nb_visits":2,"nb_actions":8,"nb_visits_converted":2,"bounce_count":1,"sum_visit_length":1622,"max_actions":7,"bounce_rate":"50%","nb_actions_per_visit":4,"avg_time_on_site":811},"2010-03-07":[]},[{"label":"0-10s","nb_visits":"1","segment":"visitDuration>=0;visitDuration<=10"},{"label":"11-30s","nb_visits":"0","segment":"visitDuration>=11;visitDuration<=30"},{"label":"31-60s","nb_visits":"0","segment":"visitDuration>=31;visitDuration<=60"},{"label":"1-2 min","nb_visits":"0","segment":"visitDuration>=60;visitDuration<=120"},{"label":"2-4 min","nb_visits":"0","segment":"visitDuration>=120;visitDuration<=240"},{"label":"4-7 min","nb_visits":"0","segment":"visitDuration>=240;visitDuration<=420"},{"label":"7-10 min","nb_visits":"0","segment":"visitDuration>=420;visitDuration<=600"},{"label":"10-15 min","nb_visits":"0","segment":"visitDuration>=600;visitDuration<=900"},{"label":"15-30 min","nb_visits":"1","segment":"visitDuration>=900;visitDuration<=1800"},{"label":"30+ min","nb_visits":"0","segment":"visitDuration>=1801"}],{"value":"yesterday"}] \ No newline at end of file
+[{"2010-03-06":{"nb_uniq_visitors":1,"nb_users":0,"nb_visits":2,"nb_actions":8,"nb_visits_converted":2,"bounce_count":1,"sum_visit_length":1622,"max_actions":7,"bounce_rate":"50%","nb_actions_per_visit":4,"avg_time_on_site":811},"2010-03-07":[]},{"2010-03-06":{"nb_uniq_visitors":1,"nb_users":0,"nb_visits":2,"nb_actions":8,"nb_visits_converted":2,"bounce_count":1,"sum_visit_length":1622,"max_actions":7,"bounce_rate":"50%","nb_actions_per_visit":4,"avg_time_on_site":811},"2010-03-07":[]},[{"label":"0\u201310s","nb_visits":"1","segment":"visitDuration>=0;visitDuration<=10"},{"label":"11\u201330s","nb_visits":"0","segment":"visitDuration>=11;visitDuration<=30"},{"label":"31\u201360s","nb_visits":"0","segment":"visitDuration>=31;visitDuration<=60"},{"label":"1-2 min","nb_visits":"0","segment":"visitDuration>=60;visitDuration<=120"},{"label":"2-4 min","nb_visits":"0","segment":"visitDuration>=120;visitDuration<=240"},{"label":"4-7 min","nb_visits":"0","segment":"visitDuration>=240;visitDuration<=420"},{"label":"7-10 min","nb_visits":"0","segment":"visitDuration>=420;visitDuration<=600"},{"label":"10-15 min","nb_visits":"0","segment":"visitDuration>=600;visitDuration<=900"},{"label":"15-30 min","nb_visits":"1","segment":"visitDuration>=900;visitDuration<=1800"},{"label":"30+ min","nb_visits":"0","segment":"visitDuration>=1801"}],{"value":"yesterday"}] \ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml
index 258f91e9df..191359da70 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_bulk_xml__API.getBulkRequest.xml
@@ -36,17 +36,17 @@
</row>
<row>
<row>
- <label>0-10s</label>
+ <label>0–10s</label>
<nb_visits>1</nb_visits>
<segment>visitDuration&gt;=0;visitDuration&lt;=10</segment>
</row>
<row>
- <label>11-30s</label>
+ <label>11–30s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=11;visitDuration&lt;=30</segment>
</row>
<row>
- <label>31-60s</label>
+ <label>31–60s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=31;visitDuration&lt;=60</segment>
</row>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_showColumnsWithProcessedMetrics___API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_showColumnsWithProcessedMetrics___API.getProcessedReport_day.xml
index 5f45d94cf4..637b917bba 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_showColumnsWithProcessedMetrics___API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_showColumnsWithProcessedMetrics___API.getProcessedReport_day.xml
@@ -8,7 +8,7 @@
<name>Visits per hour in the site's timezone</name>
<module>VisitTime</module>
<action>getVisitInformationPerServerTime</action>
- <dimension>Site time - hour (Start of visit)</dimension>
+ <dimension>Site time — hour (start of visit)</dimension>
<documentation>This graph shows what time it was in the &lt;strong&gt; site's time zone &lt;/strong&gt; during the visits.</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
@@ -28,7 +28,7 @@
<uniqueId>VisitTime_getVisitInformationPerServerTime</uniqueId>
</metadata>
<columns>
- <label>Site time - hour (Start of visit)</label>
+ <label>Site time — hour (start of visit)</label>
<nb_visits>Visits</nb_visits>
<revenue>Revenue</revenue>
</columns>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml
index 748ce76d7c..58611310c0 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__VisitorInterest.getNumberOfVisitsPerVisitDuration_day.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
- <label>0-10s</label>
+ <label>0–10s</label>
<nb_visits>1</nb_visits>
<segment>visitDuration&gt;=0;visitDuration&lt;=10</segment>
</row>
<row>
- <label>11-30s</label>
+ <label>11–30s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=11;visitDuration&lt;=30</segment>
</row>
<row>
- <label>31-60s</label>
+ <label>31–60s</label>
<nb_visits>0</nb_visits>
<segment>visitDuration&gt;=31;visitDuration&lt;=60</segment>
</row>
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitorInterest.getNumberOfVisitsByDaysSinceLast_firstSite_lastN__API.getProcessedReport_day.xml b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitorInterest.getNumberOfVisitsByDaysSinceLast_firstSite_lastN__API.getProcessedReport_day.xml
index 183d928bc4..589ee8c69f 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitorInterest.getNumberOfVisitsByDaysSinceLast_firstSite_lastN__API.getProcessedReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_VisitorInterest.getNumberOfVisitsByDaysSinceLast_firstSite_lastN__API.getProcessedReport_day.xml
@@ -9,7 +9,7 @@
<module>VisitorInterest</module>
<action>getNumberOfVisitsByDaysSinceLast</action>
<dimension>Days since last visit</dimension>
- <documentation>In this report, you can see how many visits were from visitors whose last visit was a certain number of days ago.</documentation>
+ <documentation>How many visits were from returning visitors whose last visit was a certain number of days ago.</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
</metrics>
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html
index 6f2ab18cc8..588e8fd63d 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_and_graph__ScheduledReports.generateReport_month.original.html
@@ -150,7 +150,7 @@
</li>
<li style="font-size:15px;line-height:24px;">
<a href="#VisitTime_getByDayOfWeek" style="text-decoration:none; color: #0d0d0d;">
- Visits by Day of Week
+ Visits by day of the week
</a>
</li>
<li style="font-size:15px;line-height:24px;">
@@ -265,17 +265,17 @@
</li>
<li style="font-size:15px;line-height:24px;">
<a href="#VisitorInterest_getNumberOfVisitsPerVisitDuration" style="text-decoration:none; color: #0d0d0d;">
- Length of Visits
+ Length of visits
</a>
</li>
<li style="font-size:15px;line-height:24px;">
<a href="#VisitorInterest_getNumberOfVisitsPerPage" style="text-decoration:none; color: #0d0d0d;">
- Pages per Visit
+ Pages per visit
</a>
</li>
<li style="font-size:15px;line-height:24px;">
<a href="#VisitorInterest_getNumberOfVisitsByVisitCount" style="text-decoration:none; color: #0d0d0d;">
- Visits by Visit Number
+ Visits by visit number
</a>
</li>
<li style="font-size:15px;line-height:24px;">
@@ -2237,7 +2237,7 @@
<table style="border-collapse:collapse; border:1px solid rgb(231,231,231); padding:5px;">
<thead style="background-color: #f2f2f2;">
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- &nbsp;Local time - hour (Start of visit)&nbsp;&nbsp;
+ &nbsp;Local time — hour (start of visit)&nbsp;&nbsp;
</th>
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; text-align:right;">
&nbsp;Visits&nbsp;&nbsp;
@@ -2834,7 +2834,7 @@
<table style="border-collapse:collapse; border:1px solid rgb(231,231,231); padding:5px;">
<thead style="background-color: #f2f2f2;">
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- &nbsp;Site time - hour (Start of visit)&nbsp;&nbsp;
+ &nbsp;Site time — hour (start of visit)&nbsp;&nbsp;
</th>
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; text-align:right;">
&nbsp;Visits&nbsp;&nbsp;
@@ -3416,7 +3416,7 @@
</a></p>
<h2 id="VisitTime_getByDayOfWeek" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
- Visits by Day of Week
+ Visits by day of the week
</h2>
<img alt=""
@@ -4406,11 +4406,11 @@
There is no data for this report.
<h2 id="VisitorInterest_getNumberOfVisitsPerVisitDuration" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
- Length of Visits
+ Length of visits
</h2>
<img alt=""
- src="data:image/png;base64,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"
+ src="data:image/png;base64,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"
height="200"
width="700"
margin="0 auto"/>
@@ -4431,7 +4431,7 @@
<tr style=";">
<td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- 0-10s </td>
+ 0–10s </td>
<td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
3
</td>
@@ -4439,7 +4439,7 @@
<tr style="background-color: #f2f2f2;">
<td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- 11-30s </td>
+ 11–30s </td>
<td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
0
</td>
@@ -4447,7 +4447,7 @@
<tr style=";">
<td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- 31-60s </td>
+ 31–60s </td>
<td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
0
</td>
@@ -4516,7 +4516,7 @@
</a></p>
<h2 id="VisitorInterest_getNumberOfVisitsPerPage" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
- Pages per Visit
+ Pages per visit
</h2>
<img alt=""
@@ -4626,7 +4626,7 @@
</a></p>
<h2 id="VisitorInterest_getNumberOfVisitsByVisitCount" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
- Visits by Visit Number
+ Visits by visit number
</h2>
<img alt=""
@@ -4641,7 +4641,7 @@
<table style="border-collapse:collapse; border:1px solid rgb(231,231,231); padding:5px;">
<thead style="background-color: #f2f2f2;">
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- &nbsp;Visits by Visit Number&nbsp;&nbsp;
+ &nbsp;Visits by visit number&nbsp;&nbsp;
</th>
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; text-align:right;">
&nbsp;Visits&nbsp;&nbsp;
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_only__ScheduledReports.generateReport_month.original.html b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_only__ScheduledReports.generateReport_month.original.html
index b8dcd11ea3..e671fd13e4 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_only__ScheduledReports.generateReport_month.original.html
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_only__ScheduledReports.generateReport_month.original.html
@@ -150,7 +150,7 @@
</li>
<li style="font-size:15px;line-height:24px;">
<a href="#VisitTime_getByDayOfWeek" style="text-decoration:none; color: #0d0d0d;">
- Visits by Day of Week
+ Visits by day of the week
</a>
</li>
<li style="font-size:15px;line-height:24px;">
@@ -265,17 +265,17 @@
</li>
<li style="font-size:15px;line-height:24px;">
<a href="#VisitorInterest_getNumberOfVisitsPerVisitDuration" style="text-decoration:none; color: #0d0d0d;">
- Length of Visits
+ Length of visits
</a>
</li>
<li style="font-size:15px;line-height:24px;">
<a href="#VisitorInterest_getNumberOfVisitsPerPage" style="text-decoration:none; color: #0d0d0d;">
- Pages per Visit
+ Pages per visit
</a>
</li>
<li style="font-size:15px;line-height:24px;">
<a href="#VisitorInterest_getNumberOfVisitsByVisitCount" style="text-decoration:none; color: #0d0d0d;">
- Visits by Visit Number
+ Visits by visit number
</a>
</li>
<li style="font-size:15px;line-height:24px;">
@@ -2097,7 +2097,7 @@
<table style="border-collapse:collapse; border:1px solid rgb(231,231,231); padding:5px;">
<thead style="background-color: #f2f2f2;">
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- &nbsp;Local time - hour (Start of visit)&nbsp;&nbsp;
+ &nbsp;Local time — hour (start of visit)&nbsp;&nbsp;
</th>
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; text-align:right;">
&nbsp;Visits&nbsp;&nbsp;
@@ -2687,7 +2687,7 @@
<table style="border-collapse:collapse; border:1px solid rgb(231,231,231); padding:5px;">
<thead style="background-color: #f2f2f2;">
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- &nbsp;Site time - hour (Start of visit)&nbsp;&nbsp;
+ &nbsp;Site time — hour (start of visit)&nbsp;&nbsp;
</th>
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; text-align:right;">
&nbsp;Visits&nbsp;&nbsp;
@@ -3269,7 +3269,7 @@
</a></p>
<h2 id="VisitTime_getByDayOfWeek" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
- Visits by Day of Week
+ Visits by day of the week
</h2>
@@ -4196,7 +4196,7 @@
There is no data for this report.
<h2 id="VisitorInterest_getNumberOfVisitsPerVisitDuration" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
- Length of Visits
+ Length of visits
</h2>
@@ -4214,7 +4214,7 @@
<tr style=";">
<td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- 0-10s </td>
+ 0–10s </td>
<td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
3
</td>
@@ -4222,7 +4222,7 @@
<tr style="background-color: #f2f2f2;">
<td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- 11-30s </td>
+ 11–30s </td>
<td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
0
</td>
@@ -4230,7 +4230,7 @@
<tr style=";">
<td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- 31-60s </td>
+ 31–60s </td>
<td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
0
</td>
@@ -4299,7 +4299,7 @@
</a></p>
<h2 id="VisitorInterest_getNumberOfVisitsPerPage" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
- Pages per Visit
+ Pages per visit
</h2>
@@ -4402,7 +4402,7 @@
</a></p>
<h2 id="VisitorInterest_getNumberOfVisitsByVisitCount" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
- Visits by Visit Number
+ Visits by visit number
</h2>
@@ -4410,7 +4410,7 @@
<table style="border-collapse:collapse; border:1px solid rgb(231,231,231); padding:5px;">
<thead style="background-color: #f2f2f2;">
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
- &nbsp;Visits by Visit Number&nbsp;&nbsp;
+ &nbsp;Visits by visit number&nbsp;&nbsp;
</th>
<th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; text-align:right;">
&nbsp;Visits&nbsp;&nbsp;
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_csv__ScheduledReports.generateReport_month.original.csv b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_csv__ScheduledReports.generateReport_month.original.csv
index adb71400d4..d59a128e94 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_csv__ScheduledReports.generateReport_month.original.csv
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_csv__ScheduledReports.generateReport_month.original.csv
@@ -153,7 +153,7 @@ label,nb_visits,nb_actions,nb_actions_per_visit,avg_time_on_site,bounce_rate,rev
22,0,0,0,00:00:00,0%,$0
23,1,1,1,00:00:00,100%,$0
-Visits by Day of Week
+Visits by day of the week
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Monday,2,6,0%,3,00:07:31,50%
Tuesday,2,10,0%,5,00:15:01,0%
@@ -249,11 +249,11 @@ No data available
Content Piece
No data available
-Length of Visits
+Length of visits
label,nb_visits
-0-10s,3
-11-30s,0
-31-60s,0
+0–10s,3
+11–30s,0
+31–60s,0
1-2 min,0
2-4 min,0
4-7 min,0
@@ -262,7 +262,7 @@ label,nb_visits
15-30 min,8
30+ min,0
-Pages per Visit
+Pages per visit
label,nb_visits
1 page,3
2 pages,0
@@ -275,7 +275,7 @@ label,nb_visits
15-20 pages,0
21+ pages,0
-Visits by Visit Number
+Visits by visit number
label,nb_visits,nb_visits_percentage
1 visit,2,18%
2 visits,2,18%
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_month.original.pdf b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_month.original.pdf
index b5822da4b3..7c7cd19317 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_month.original.pdf
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_month.original.pdf
Binary files differ
diff --git a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_tsv__ScheduledReports.generateReport_month.original.tsv b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_tsv__ScheduledReports.generateReport_month.original.tsv
index 1bb5cc38c3..731a0b5c7e 100644
--- a/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_tsv__ScheduledReports.generateReport_month.original.tsv
+++ b/tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_schedrep_in_tsv__ScheduledReports.generateReport_month.original.tsv
@@ -153,7 +153,7 @@ label nb_visits nb_actions nb_actions_per_visit avg_time_on_site bounce_rate rev
22 0 0 0 00:00:00 0% $0
23 1 1 1 00:00:00 100% $0
-Visits by Day of Week
+Visits by day of the week
label nb_visits nb_actions conversion_rate nb_actions_per_visit avg_time_on_site bounce_rate
Monday 2 6 0% 3 00:07:31 50%
Tuesday 2 10 0% 5 00:15:01 0%
@@ -249,11 +249,11 @@ No data available
Content Piece
No data available
-Length of Visits
+Length of visits
label nb_visits
-0-10s 3
-11-30s 0
-31-60s 0
+0–10s 3
+11–30s 0
+31–60s 0
1-2 min 0
2-4 min 0
4-7 min 0
@@ -262,7 +262,7 @@ label nb_visits
15-30 min 8
30+ min 0
-Pages per Visit
+Pages per visit
label nb_visits
1 page 3
2 pages 0
@@ -275,7 +275,7 @@ label nb_visits
15-20 pages 0
21+ pages 0
-Visits by Visit Number
+Visits by visit number
label nb_visits nb_visits_percentage
1 visit 2 18%
2 visits 2 18%
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml
index f088c38a71..c72f06e5ca 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml
@@ -3,7 +3,7 @@
<row>
<id>website</id>
<name>Website</name>
- <description>A website consists of web pages typically served from a single web domain.</description>
+ <description>A website consists of webpages, typically served from a single domain on the web.</description>
<howToSetupUrl>?module=CoreAdminHome&amp;action=trackingCodeGenerator</howToSetupUrl>
<settings>
<row>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
index 99e01d349a..da1e4a2b27 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
@@ -196,8 +196,8 @@
<documentation>This report shows which exact language code the visitor's browsers is set to. (e.g. &quot;German - Austria (de-at)&quot;)</documentation>
</row>
<row>
- <name>Length of Visits (Actions)</name>
- <documentation>In this report, you can see how many visits had a certain total duration. Initially, the report is shown as a tag cloud, more common durations are displayed in a larger font.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
+ <name>Length of visits (Actions)</name>
+ <documentation>How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
</row>
<row>
<name>Main metrics (API)</name>
@@ -234,8 +234,8 @@
<onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl>
</row>
<row>
- <name>Pages per Visit (Actions)</name>
- <documentation>In this report, you can see how many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, more common numbers of pages are displayed in a larger font.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
+ <name>Pages per visit (Actions)</name>
+ <documentation>How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
</row>
<row>
<name>Performance overview (Actions)</name>
@@ -303,16 +303,16 @@
<documentation>This report provides a very general overview of how your visitors behave.</documentation>
</row>
<row>
- <name>Visits by Day of Week (Visitors)</name>
+ <name>Visits by day of the week (Visitors)</name>
<documentation>This graph shows the number of visits your website received on each day of the week.</documentation>
</row>
<row>
- <name>Visits by Visit Number (Actions)</name>
- <documentation>In this report, you can see the number of visits who were the Nth visit, ie. visitors who visited your website at least N times.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
+ <name>Visits by days since last visit (Actions)</name>
+ <documentation>How many visits were from returning visitors whose last visit was a certain number of days ago.</documentation>
</row>
<row>
- <name>Visits by days since last visit (Actions)</name>
- <documentation>In this report, you can see how many visits were from visitors whose last visit was a certain number of days ago.</documentation>
+ <name>Visits by visit number (Actions)</name>
+ <documentation>The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
</row>
<row>
<name>Visits per hour in the site's timezone (Visitors)</name>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
index 5f6f71d13e..3b3eaaa715 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
@@ -767,7 +767,7 @@
<name>Visits per local time</name>
<module>VisitTime</module>
<action>getVisitInformationPerLocalTime</action>
- <dimension>Local time - hour (Start of visit)</dimension>
+ <dimension>Local time — hour (start of visit)</dimension>
<documentation>This graph shows what time it was in the &lt;strong&gt; visitors' time zones &lt;/strong&gt; during their visits.</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
@@ -794,7 +794,7 @@
<constantRowsCount>1</constantRowsCount>
<relatedReports>
<row>
- <name>Visits by Day of Week</name>
+ <name>Visits by day of the week</name>
<module>VisitTime</module>
<action>getByDayOfWeek</action>
</row>
@@ -808,7 +808,7 @@
<name>Visits per hour in the site's timezone</name>
<module>VisitTime</module>
<action>getVisitInformationPerServerTime</action>
- <dimension>Site time - hour (Start of visit)</dimension>
+ <dimension>Site time — hour (start of visit)</dimension>
<documentation>This graph shows what time it was in the &lt;strong&gt; site's time zone &lt;/strong&gt; during the visits.</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
@@ -845,7 +845,7 @@
<row>
<category>Visitors</category>
<subcategory>Times</subcategory>
- <name>Visits by Day of Week</name>
+ <name>Visits by day of the week</name>
<module>VisitTime</module>
<action>getByDayOfWeek</action>
<dimension>Day of the week</dimension>
@@ -1580,11 +1580,11 @@
<row>
<category>Actions</category>
<subcategory>Engagement</subcategory>
- <name>Length of Visits</name>
+ <name>Length of visits</name>
<module>VisitorInterest</module>
<action>getNumberOfVisitsPerVisitDuration</action>
<dimension>Visit duration</dimension>
- <documentation>In this report, you can see how many visits had a certain total duration. Initially, the report is shown as a tag cloud, more common durations are displayed in a larger font.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
+ <documentation>How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
</metrics>
@@ -1598,11 +1598,11 @@
<row>
<category>Actions</category>
<subcategory>Engagement</subcategory>
- <name>Pages per Visit</name>
+ <name>Pages per visit</name>
<module>VisitorInterest</module>
<action>getNumberOfVisitsPerPage</action>
<dimension>Pages per visit</dimension>
- <documentation>In this report, you can see how many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, more common numbers of pages are displayed in a larger font.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
+ <documentation>How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
</metrics>
@@ -1616,11 +1616,11 @@
<row>
<category>Actions</category>
<subcategory>Engagement</subcategory>
- <name>Visits by Visit Number</name>
+ <name>Visits by visit number</name>
<module>VisitorInterest</module>
<action>getNumberOfVisitsByVisitCount</action>
- <dimension>Visits by Visit Number</dimension>
- <documentation>In this report, you can see the number of visits who were the Nth visit, ie. visitors who visited your website at least N times.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
+ <dimension>Visits by visit number</dimension>
+ <documentation>The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
</metrics>
@@ -1641,7 +1641,7 @@
<module>VisitorInterest</module>
<action>getNumberOfVisitsByDaysSinceLast</action>
<dimension>Days since last visit</dimension>
- <documentation>In this report, you can see how many visits were from visitors whose last visit was a certain number of days ago.</documentation>
+ <documentation>How many visits were from returning visitors whose last visit was a certain number of days ago.</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
</metrics>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportPagesMetadata.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportPagesMetadata.xml
index 5f77407349..1adc347ff9 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportPagesMetadata.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportPagesMetadata.xml
@@ -45,7 +45,7 @@
<isReport>1</isReport>
</row>
<row>
- <name>Visits by Visit Number</name>
+ <name>Visits by visit number</name>
<module>VisitorInterest</module>
<action>getNumberOfVisitsByVisitCount</action>
<order>125</order>
@@ -59,7 +59,7 @@
<isReport>1</isReport>
</row>
<row>
- <name>Visits by Days Since Last Visit</name>
+ <name>Visits by days since last visit</name>
<module>VisitorInterest</module>
<action>getNumberOfVisitsByDaysSinceLast</action>
<order>130</order>
@@ -1160,7 +1160,7 @@
<id>VisitTime_SubmenuTimes</id>
<name>Times</name>
<order>35</order>
- <help>&lt;p&gt;The Times section shows you when people are visiting your site. You can see the most popular local times your users visit at, so you can understand where your site fits into their life. Additionally, it shows the most popular server times, which can reveal demands on your technology stack.&lt;/p&gt;</help>
+ <help>&lt;p&gt;The &quot;Times&quot; section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.&lt;/p&gt;</help>
</subcategory>
<widgets>
<row>
@@ -1192,7 +1192,7 @@
<isReport>1</isReport>
</row>
<row>
- <name>Visits by Day of Week</name>
+ <name>Visits by day of the week</name>
<module>VisitTime</module>
<action>getByDayOfWeek</action>
<order>125</order>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml
index 20f216c73c..75d1c0a56c 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml
@@ -34,7 +34,7 @@
<row>
<type>metric</type>
<category>Visitors</category>
- <name>Local time - minute (Start of visit)</name>
+ <name>Local time — minute (start of visit)</name>
<segment>visitLocalMinute</segment>
<acceptedValues>0, 1, 2, 3, ..., 67, 57, 58, 59</acceptedValues>
</row>
@@ -151,7 +151,7 @@
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Local time - hour (Start of visit)</name>
+ <name>Local time — hour (start of visit)</name>
<segment>visitLocalHour</segment>
<acceptedValues>0, 1, 2, 3, ..., 20, 21, 22, 23</acceptedValues>
</row>
@@ -193,91 +193,91 @@
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Site time - hour (Start of visit)</name>
+ <name>Site time — hour (start of visit)</name>
<segment>visitStartServerHour</segment>
<acceptedValues>0, 1, 2, 3, ..., 20, 21, 22, 23</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Site time - hour (Time of last action)</name>
+ <name>Site time — hour (time of last action)</name>
<segment>visitServerHour</segment>
<acceptedValues>0, 1, 2, 3, ..., 20, 21, 22, 23</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - date (Time of last action)</name>
+ <name>Time in UTC — date (time of last action)</name>
<segment>visitEndServerDate</segment>
<acceptedValues>2018-12-31, 2018-03-20, ...</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - day of month (Time of last action)</name>
+ <name>Time in UTC — day of month (time of last action)</name>
<segment>visitEndServerDayOfMonth</segment>
<acceptedValues>0, 1, 2, 3, ..., 29, 30, 31</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - day of week (Time of last action)</name>
+ <name>Time in UTC — day of week (time of last action)</name>
<segment>visitEndServerDayOfWeek</segment>
<acceptedValues>1, 2, 3, 4, 5, 6, 7</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - day of year (Time of last action)</name>
+ <name>Time in UTC — day of year (time of last action)</name>
<segment>visitEndServerDayOfYear</segment>
<acceptedValues>1, 2, 3, 4, ..., 365, 366</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - minute (Start of visit)</name>
+ <name>Time in UTC — minute (start of visit)</name>
<segment>visitStartServerMinute</segment>
<acceptedValues>0, 1, 2, 3, ..., 56, 57, 58, 59</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - minute (Time of last action)</name>
+ <name>Time in UTC — minute (time of last action)</name>
<segment>visitEndServerMinute</segment>
<acceptedValues>0, 1, 2, 3, ..., 56, 57, 58, 59</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - month (Time of last action)</name>
+ <name>Time in UTC — month (time of last action)</name>
<segment>visitEndServerMonth</segment>
<acceptedValues>1, 2, 3, ..., 11, 12</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - quarter (Time of last action)</name>
+ <name>Time in UTC — quarter (time of last action)</name>
<segment>visitEndServerQuarter</segment>
<acceptedValues>1, 2, 3, 4</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - second (Time of last action)</name>
+ <name>Time in UTC — second (Time of last action)</name>
<segment>visitEndServerSecond</segment>
<acceptedValues>0, 1, 2, 3, ..., 58, 59</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - week of year (Time of last action)</name>
+ <name>Time in UTC — week of year (time of last action)</name>
<segment>visitEndServerWeekOfYear</segment>
<acceptedValues>1, 2, 3, 4, ..., 51, 52, 53</acceptedValues>
</row>
<row>
<type>dimension</type>
<category>Visitors</category>
- <name>Time in UTC - year (Time of last action)</name>
+ <name>Time in UTC — year (time of last action)</name>
<segment>visitEndServerYear</segment>
<acceptedValues>2016, 2017, 2018, ..., 9998, 9999</acceptedValues>
</row>
@@ -684,13 +684,13 @@
<row>
<type>dimension</type>
<category>Behaviour</category>
- <name>Site time - hour</name>
+ <name>Site time — hour</name>
<segment>actionServerHour</segment>
</row>
<row>
<type>dimension</type>
<category>Behaviour</category>
- <name>Time in UTC - minute</name>
+ <name>Time in UTC — minute</name>
<segment>actionServerMinute</segment>
<acceptedValues>0, 1, 2, 3, ..., 56, 57, 58, 59</acceptedValues>
</row>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getWidgetMetadata.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getWidgetMetadata.xml
index 2f9e40d62e..ad14bbbc0c 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getWidgetMetadata.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getWidgetMetadata.xml
@@ -769,7 +769,7 @@
<isReport>1</isReport>
</row>
<row>
- <name>Visits by Day of Week</name>
+ <name>Visits by day of the week</name>
<category>
<id>General_Visitors</id>
<name>Visitors</name>
@@ -781,7 +781,7 @@
<id>VisitTime_SubmenuTimes</id>
<name>Times</name>
<order>35</order>
- <help>&lt;p&gt;The Times section shows you when people are visiting your site. You can see the most popular local times your users visit at, so you can understand where your site fits into their life. Additionally, it shows the most popular server times, which can reveal demands on your technology stack.&lt;/p&gt;</help>
+ <help>&lt;p&gt;The &quot;Times&quot; section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.&lt;/p&gt;</help>
</subcategory>
<module>VisitTime</module>
<action>getByDayOfWeek</action>
@@ -808,7 +808,7 @@
<id>VisitTime_SubmenuTimes</id>
<name>Times</name>
<order>35</order>
- <help>&lt;p&gt;The Times section shows you when people are visiting your site. You can see the most popular local times your users visit at, so you can understand where your site fits into their life. Additionally, it shows the most popular server times, which can reveal demands on your technology stack.&lt;/p&gt;</help>
+ <help>&lt;p&gt;The &quot;Times&quot; section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.&lt;/p&gt;</help>
</subcategory>
<module>VisitTime</module>
<action>getVisitInformationPerLocalTime</action>
@@ -835,7 +835,7 @@
<id>VisitTime_SubmenuTimes</id>
<name>Times</name>
<order>35</order>
- <help>&lt;p&gt;The Times section shows you when people are visiting your site. You can see the most popular local times your users visit at, so you can understand where your site fits into their life. Additionally, it shows the most popular server times, which can reveal demands on your technology stack.&lt;/p&gt;</help>
+ <help>&lt;p&gt;The &quot;Times&quot; section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.&lt;/p&gt;</help>
</subcategory>
<module>VisitTime</module>
<action>getVisitInformationPerServerTime</action>
@@ -1614,7 +1614,7 @@
<isReport>1</isReport>
</row>
<row>
- <name>Visits by Days Since Last Visit</name>
+ <name>Visits by days since last visit</name>
<category>
<id>General_Actions</id>
<name>Behaviour</name>
@@ -1641,7 +1641,7 @@
<isReport>1</isReport>
</row>
<row>
- <name>Visits by Visit Number</name>
+ <name>Visits by visit number</name>
<category>
<id>General_Actions</id>
<name>Behaviour</name>