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:
authorStefan Giehl <stefan@matomo.org>2020-10-29 22:23:19 +0300
committerGitHub <noreply@github.com>2020-10-29 22:23:19 +0300
commit1a88e7a4e4c9aa7262494e20e0945740d744a1bf (patch)
tree69ac51665f3c5ecd5b2ac80d01d51cf1e2a0ec2e /plugins/Live
parent67d7df05b92f6bc19f0be034a861caf5d85dc2c1 (diff)
replace visit log with visits log (#16591)
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/VisitorDetailsAbstract.php6
-rw-r--r--plugins/Live/javascripts/SegmentedVisitorLog.js2
-rw-r--r--plugins/Live/lang/en.json10
3 files changed, 9 insertions, 9 deletions
diff --git a/plugins/Live/VisitorDetailsAbstract.php b/plugins/Live/VisitorDetailsAbstract.php
index 35a27c7152..218d4014f2 100644
--- a/plugins/Live/VisitorDetailsAbstract.php
+++ b/plugins/Live/VisitorDetailsAbstract.php
@@ -14,7 +14,7 @@ use Piwik\Db;
/**
* Class VisitorDetailsAbstract
*
- * This class can be implemented in a plugin to extend the Live reports, visit log and profile
+ * This class can be implemented in a plugin to extend the Live reports, visits log and profile
*
* @api
*/
@@ -204,7 +204,7 @@ abstract class VisitorDetailsAbstract
}
/**
- * Called when rendering the Icons in visit log
+ * Called when rendering the Icons in visits log
*
* **Example:**
*
@@ -224,7 +224,7 @@ abstract class VisitorDetailsAbstract
}
/**
- * Called when rendering the visitor details in visit log
+ * Called when rendering the visitor details in visits log
* returned array needs to look like this:
* array (
* 20, // order id
diff --git a/plugins/Live/javascripts/SegmentedVisitorLog.js b/plugins/Live/javascripts/SegmentedVisitorLog.js
index c130c3ae23..48bbb289cf 100644
--- a/plugins/Live/javascripts/SegmentedVisitorLog.js
+++ b/plugins/Live/javascripts/SegmentedVisitorLog.js
@@ -101,7 +101,7 @@ var SegmentedVisitorLog = function() {
}
// open the popover
- var box = Piwik_Popover.showLoading('Segmented Visit Log');
+ var box = Piwik_Popover.showLoading('Segmented Visits Log');
box.addClass('segmentedVisitorLogPopover');
diff --git a/plugins/Live/lang/en.json b/plugins/Live/lang/en.json
index 7ccca9dd00..929354f578 100644
--- a/plugins/Live/lang/en.json
+++ b/plugins/Live/lang/en.json
@@ -12,7 +12,7 @@
"LastHours": "Last %s hours",
"LastMinutes": "Last %s minutes",
"LastVisit": "Last visit",
- "LinkVisitorLog": "View detailed visit log",
+ "LinkVisitorLog": "View detailed visits log",
"LoadMoreVisits": "Load more visits",
"LimitedSummary": "The information in this profile summarizes the last %1$s visits. This user had more visits in total.",
"LimitedVisitsShown": "Only the last %1$s visits are shown. This user had more visits in total.",
@@ -53,10 +53,10 @@
"VisitsFrom": "%1$s%2$s visits%3$s from",
"VisitSummary": "Spent a total of %1$s%2$s on the website%3$s, and viewed %4$s pages%5$s in %6$s visits%7$s.",
"VisitSummaryWithActionDetails": "Spent a total of %1$s%2$s on the website%3$s, and performed %4$s actions%5$s (%6$s) in %7$s visits%8$s.",
- "RowActionTooltipDefault": "Show Visit Log segmented by this row",
- "RowActionTooltipWithDimension": "Show Visit Log segmented by this %s",
- "RowActionTooltipTitle": "Open segmented Visit Log",
- "SegmentedVisitorLogTitle": "Visit Log showing visits where %1$s is \"%2$s\"",
+ "RowActionTooltipDefault": "Show Visits Log segmented by this row",
+ "RowActionTooltipWithDimension": "Show Visits Log segmented by this %s",
+ "RowActionTooltipTitle": "Open segmented Visits Log",
+ "SegmentedVisitorLogTitle": "Visits Log showing visits where %1$s is \"%2$s\"",
"OnClickPause": "%s is started. Click to pause.",
"OnClickStart": "%s is stopped. Click to start.",
"ClickToSeeAllContents": "Click to see each content interaction/impression"