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 'plugins/Transitions')
-rw-r--r--plugins/Transitions/lang/en.json40
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml8
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml8
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml6
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml6
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml8
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml8
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml6
-rw-r--r--plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml8
-rw-r--r--plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_titles.png4
-rw-r--r--plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_urls.png4
-rw-r--r--plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_no_data_widget.png4
-rw-r--r--plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_period_not_allowed.png4
-rw-r--r--plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_type_title.png4
-rw-r--r--plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_url.png4
-rw-r--r--plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_report.png4
-rw-r--r--plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_widget.png4
17 files changed, 65 insertions, 65 deletions
diff --git a/plugins/Transitions/lang/en.json b/plugins/Transitions/lang/en.json
index 71cdb25bb5..243f7c1425 100644
--- a/plugins/Transitions/lang/en.json
+++ b/plugins/Transitions/lang/en.json
@@ -1,7 +1,7 @@
{
"Transitions": {
"BouncesInline": "%s bounces",
- "DirectEntries": "Direct Entries",
+ "DirectEntries": "Direct entries",
"Transitions": "Transitions",
"ErrorBack": "Go back to the previous action",
"ExitsInline": "%s exits",
@@ -9,34 +9,34 @@
"NumDownloads": "%s downloads",
"NumOutlinks": "%s outlinks",
"TopX": "Top %s labels",
- "FeatureDescription": "Transitions gives you a report that shows the things your visitors did directly before and after viewing a certain page. This page will explain how to access, understand, and use the powerful Transitions report.",
+ "FeatureDescription": "Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \"Transitions\" report.",
"AvailableInOtherReports": "Did you know? Transitions are also available as a row action in the following reports:",
- "AvailableInOtherReports2": "Simply hover a row in any of these reports and click on the transition icon %s to launch it.",
- "FromCampaigns": "From Campaigns",
- "FromPreviousPages": "From Internal Pages",
+ "AvailableInOtherReports2": "Launch transitions by clicking their icon (%s) after hovering a row in any of these reports.",
+ "FromCampaigns": "From campaigns",
+ "FromPreviousPages": "From internal pages",
"FromPreviousPagesInline": "%s from internal pages",
- "FromPreviousSiteSearches": "From Internal Search",
+ "FromPreviousSiteSearches": "From internal search",
"FromPreviousSiteSearchesInline": "%s from internal searches",
- "FromSearchEngines": "From Search Engines",
- "FromSocialNetworks": "From Social Networks",
- "FromWebsites": "From Websites",
+ "FromSearchEngines": "From search engines",
+ "FromSocialNetworks": "From social networks",
+ "FromWebsites": "From websites",
"IncomingTraffic": "Incoming traffic",
"LoopsInline": "%s page reloads",
- "NoDataForAction": "There's no data for %s",
- "NoDataForActionDetails": "Either the action had no pageviews during the period %s or it is invalid.",
- "PeriodNotAllowed": "Time period not allowed",
- "PeriodNotAllowedDetails": "This feature is not available for this period, try selecting a period with fewer days",
+ "NoDataForAction": "No data for %s",
+ "NoDataForActionDetails": "Either the action had no pageviews during the period, or it is invalid.",
+ "PeriodNotAllowed": "Select a valid time period",
+ "PeriodNotAllowedDetails": "Try selecting a period with fewer days for this feature.",
"OutgoingTraffic": "Outgoing traffic",
- "PluginDescription": "Reports previous and following actions for each page URL in a new Transitions report, available in the Actions reports via a new icon.",
+ "PluginDescription": "Reports previous and following actions for each page URL in a new \"Transitions\" report, available in the \"Actions\" reports via a new icon.",
"ShareOfAllPageviews": "This page had %1$s pageviews (%2$s of all pageviews)",
- "ToFollowingPages": "To Internal Pages",
+ "ToFollowingPages": "To internal pages",
"ToFollowingPagesInline": "%s to internal pages",
- "ToFollowingSiteSearches": "Internal Searches",
+ "ToFollowingSiteSearches": "Internal searches",
"ToFollowingSiteSearchesInline": "%s internal searches",
"XOfAllPageviews": "%s of all views of this page",
"XOutOfYVisits": "%1$s (out of %2$s)",
- "PageURLTransitions": "Page URL Transitions",
- "TransitionsSubcategoryHelp1": "Transitions gives you a report that shows the things your visitors did directly before and after viewing a certain page. This page will explain how to access, understand, and use the powerful Transitions report.",
- "TransitionsSubcategoryHelp2": "More Details"
+ "PageURLTransitions": "Page URL transitions",
+ "TransitionsSubcategoryHelp1": "Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \"Transitions\" report.",
+ "TransitionsSubcategoryHelp2": "More details"
}
-} \ No newline at end of file
+}
diff --git a/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml
index 30c7e6f089..a1981e6040 100644
--- a/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_day.xml
@@ -69,14 +69,14 @@
</downloads>
<referrers>
<row>
- <label>Direct Entries</label>
+ <label>Direct entries</label>
<shortName>direct</shortName>
<visits>1</visits>
<details>
</details>
</row>
<row>
- <label>From Search Engines</label>
+ <label>From search engines</label>
<shortName>search</shortName>
<visits>2</visits>
<details>
@@ -91,7 +91,7 @@
</details>
</row>
<row>
- <label>From Websites</label>
+ <label>From websites</label>
<shortName>website</shortName>
<visits>1</visits>
<details>
@@ -102,7 +102,7 @@
</details>
</row>
<row>
- <label>From Campaigns</label>
+ <label>From campaigns</label>
<shortName>campaign</shortName>
<visits>1</visits>
<details>
diff --git a/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml b/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml
index 95b947f64c..524970d303 100644
--- a/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions__Transitions.getTransitionsForPageUrl_month.xml
@@ -77,14 +77,14 @@
</downloads>
<referrers>
<row>
- <label>Direct Entries</label>
+ <label>Direct entries</label>
<shortName>direct</shortName>
<visits>1</visits>
<details>
</details>
</row>
<row>
- <label>From Search Engines</label>
+ <label>From search engines</label>
<shortName>search</shortName>
<visits>2</visits>
<details>
@@ -99,7 +99,7 @@
</details>
</row>
<row>
- <label>From Websites</label>
+ <label>From websites</label>
<shortName>website</shortName>
<visits>1</visits>
<details>
@@ -110,7 +110,7 @@
</details>
</row>
<row>
- <label>From Campaigns</label>
+ <label>From campaigns</label>
<shortName>campaign</shortName>
<visits>1</visits>
<details>
diff --git a/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml
index c9753b7748..465c8c21e3 100644
--- a/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_day.xml
@@ -85,14 +85,14 @@
</downloads>
<referrers>
<row>
- <label>Direct Entries</label>
+ <label>Direct entries</label>
<shortName>direct</shortName>
<visits>1</visits>
<details>
</details>
</row>
<row>
- <label>From Search Engines</label>
+ <label>From search engines</label>
<shortName>search</shortName>
<visits>2</visits>
<details>
@@ -107,7 +107,7 @@
</details>
</row>
<row>
- <label>From Websites</label>
+ <label>From websites</label>
<shortName>website</shortName>
<visits>1</visits>
<details>
diff --git a/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml
index 7a9e5f8737..4f6392b1df 100644
--- a/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageTitle_month.xml
@@ -97,14 +97,14 @@
</downloads>
<referrers>
<row>
- <label>Direct Entries</label>
+ <label>Direct entries</label>
<shortName>direct</shortName>
<visits>1</visits>
<details>
</details>
</row>
<row>
- <label>From Search Engines</label>
+ <label>From search engines</label>
<shortName>search</shortName>
<visits>2</visits>
<details>
@@ -119,7 +119,7 @@
</details>
</row>
<row>
- <label>From Websites</label>
+ <label>From websites</label>
<shortName>website</shortName>
<visits>1</visits>
<details>
diff --git a/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml
index d8cd9f39d0..2f836ce84a 100644
--- a/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_day.xml
@@ -73,14 +73,14 @@
</downloads>
<referrers>
<row>
- <label>Direct Entries</label>
+ <label>Direct entries</label>
<shortName>direct</shortName>
<visits>1</visits>
<details>
</details>
</row>
<row>
- <label>From Search Engines</label>
+ <label>From search engines</label>
<shortName>search</shortName>
<visits>2</visits>
<details>
@@ -95,7 +95,7 @@
</details>
</row>
<row>
- <label>From Websites</label>
+ <label>From websites</label>
<shortName>website</shortName>
<visits>1</visits>
<details>
@@ -106,7 +106,7 @@
</details>
</row>
<row>
- <label>From Campaigns</label>
+ <label>From campaigns</label>
<shortName>campaign</shortName>
<visits>1</visits>
<details>
diff --git a/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml
index 1498ae3757..6dc79e4190 100644
--- a/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_noLimit__Transitions.getTransitionsForPageUrl_month.xml
@@ -81,14 +81,14 @@
</downloads>
<referrers>
<row>
- <label>Direct Entries</label>
+ <label>Direct entries</label>
<shortName>direct</shortName>
<visits>1</visits>
<details>
</details>
</row>
<row>
- <label>From Search Engines</label>
+ <label>From search engines</label>
<shortName>search</shortName>
<visits>2</visits>
<details>
@@ -103,7 +103,7 @@
</details>
</row>
<row>
- <label>From Websites</label>
+ <label>From websites</label>
<shortName>website</shortName>
<visits>1</visits>
<details>
@@ -114,7 +114,7 @@
</details>
</row>
<row>
- <label>From Campaigns</label>
+ <label>From campaigns</label>
<shortName>campaign</shortName>
<visits>1</visits>
<details>
diff --git a/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml
index c9753b7748..465c8c21e3 100644
--- a/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageTitle_day.xml
@@ -85,14 +85,14 @@
</downloads>
<referrers>
<row>
- <label>Direct Entries</label>
+ <label>Direct entries</label>
<shortName>direct</shortName>
<visits>1</visits>
<details>
</details>
</row>
<row>
- <label>From Search Engines</label>
+ <label>From search engines</label>
<shortName>search</shortName>
<visits>2</visits>
<details>
@@ -107,7 +107,7 @@
</details>
</row>
<row>
- <label>From Websites</label>
+ <label>From websites</label>
<shortName>website</shortName>
<visits>1</visits>
<details>
diff --git a/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml b/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml
index 30c7e6f089..a1981e6040 100644
--- a/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml
+++ b/plugins/Transitions/tests/System/expected/test_Transitions_withSegment__Transitions.getTransitionsForPageUrl_day.xml
@@ -69,14 +69,14 @@
</downloads>
<referrers>
<row>
- <label>Direct Entries</label>
+ <label>Direct entries</label>
<shortName>direct</shortName>
<visits>1</visits>
<details>
</details>
</row>
<row>
- <label>From Search Engines</label>
+ <label>From search engines</label>
<shortName>search</shortName>
<visits>2</visits>
<details>
@@ -91,7 +91,7 @@
</details>
</row>
<row>
- <label>From Websites</label>
+ <label>From websites</label>
<shortName>website</shortName>
<visits>1</visits>
<details>
@@ -102,7 +102,7 @@
</details>
</row>
<row>
- <label>From Campaigns</label>
+ <label>From campaigns</label>
<shortName>campaign</shortName>
<visits>1</visits>
<details>
diff --git a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_titles.png b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_titles.png
index b09c60c13b..cce2089acf 100644
--- a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_titles.png
+++ b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_titles.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:8eb1e46648822142aad3a666db0532e3555460de8fc238610520c8c82582cae5
-size 69838
+oid sha256:d1031fd9010344175afe02fd02299fa00e8d2723ebab0b289c94e70ed1889f17
+size 69898
diff --git a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_urls.png b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_urls.png
index 969d9f1488..dee4ff8eb9 100644
--- a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_urls.png
+++ b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_popup_urls.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:666d1e0bc17844d8b9ae45fa3beebb1ab7150578d60c1de531ea34bd56b0c2b5
-size 78767
+oid sha256:1d53e43df29afbeef98321a2cc9364a8d8e991b444045aeaefceb42611d59d0c
+size 78910
diff --git a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_no_data_widget.png b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_no_data_widget.png
index 3694b57ccd..ada224b89c 100644
--- a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_no_data_widget.png
+++ b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_no_data_widget.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d27573ead1eb43a421c5a3ca586ca149e581cbe91ea87b36e070cc657421cf3f
-size 25933
+oid sha256:375f6f5925738d60f78003d9706784daabaad7fc83ba5cf8432bcd10c5346c22
+size 25426
diff --git a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_period_not_allowed.png b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_period_not_allowed.png
index 976aeea667..b2c8113031 100644
--- a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_period_not_allowed.png
+++ b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_period_not_allowed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ca385ca3a495d798fa1cdbb0896cc156650d40b84b8e3ff1af2a130d808f7f19
-size 44318
+oid sha256:80634fafd0499167d3ef7624f63599aa9108192577e00daf2237560ffc3e383f
+size 44380
diff --git a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_type_title.png b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_type_title.png
index cd3e0206b9..a962ce59e3 100644
--- a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_type_title.png
+++ b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_type_title.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1742ff06f3cdd0f77f64059489fae3a81456523b91e8bf38314d4abbe8dd365f
-size 182448
+oid sha256:b7f5689c6e6fc9efdf5cf02e316cd07318e698571344317065d3511d40f0ab06
+size 181676
diff --git a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_url.png b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_url.png
index ed410690e9..989b0b2624 100644
--- a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_url.png
+++ b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_switch_url.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7549a8453fbbc08412ebe916e36dd92927d97782fcad5807694ac220e9fbbac5
-size 79832
+oid sha256:597da3020e16c19b92ed57529b2514dffd7de9a17aa64436ac9830d8205a85f8
+size 79319
diff --git a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_report.png b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_report.png
index 3355e195f4..ca9dcccffa 100644
--- a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_report.png
+++ b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_report.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b8ac8fbaec85494049d0346f15ae8c2b7861ad55e9b34a7454ae5e75ad5e37cc
-size 112399
+oid sha256:2edace8ddf233b94decdc9e2acc8b2731d994f25fc14e9b6ebd1f732e3a46af4
+size 112662
diff --git a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_widget.png b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_widget.png
index c0b9ef1bb0..89451e8f74 100644
--- a/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_widget.png
+++ b/plugins/Transitions/tests/UI/expected-screenshots/Transitions_transitions_report_with_data_widget.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:599bf12771cbf0f1c5fd274e111d4fdcdf5d51e992426d6074f7f745e65fa49b
-size 106290
+oid sha256:0e74547aee8e6383a8291531b7249e53c4d4212c638924a3e6bf8b2149d02aa0
+size 105787