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:
authorThomas Steur <tsteur@users.noreply.github.com>2018-12-06 08:44:01 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-12-06 08:44:01 +0300
commit7b6a14626960795b0acdf4a064cd3982d7704f2b (patch)
tree1f8b5fc7d7869c77e91a1f8dc2ab592b3f8de4ca /plugins/CoreAdminHome/lang
parent1fe8a6ee582c2f61dc209b7df856695378007c23 (diff)
Report tracking into wrong Site ID and missing token auth (#13493)
* log tracking failures * added page * tweak UI * use a db column instead of option table to simplify code * add system summary, notifiy super users by email, fixes, update, ... * more fixes, needs tests next * add widget for tracking failures * ensure to not log any failure when visit is excluded * some tests and fixes * added tests * added missing test * apply review feedback * fix tests * trying to fix test * fix tests * fix update names * fix tests * Fix another test.
Diffstat (limited to 'plugins/CoreAdminHome/lang')
-rw-r--r--plugins/CoreAdminHome/lang/en.json21
1 files changed, 20 insertions, 1 deletions
diff --git a/plugins/CoreAdminHome/lang/en.json b/plugins/CoreAdminHome/lang/en.json
index 25ae8e094f..ac3328f395 100644
--- a/plugins/CoreAdminHome/lang/en.json
+++ b/plugins/CoreAdminHome/lang/en.json
@@ -82,6 +82,7 @@
"PluginSettingsValueNotAllowed": "The value for field \"%1$s\" in plugin \"%2$s\" is not allowed",
"PluginSettingsSaveFailed": "Failed to save plugin settings",
"PluginSettingsSaveSuccess": "Plugin settings updated.",
+ "TrackingFailures": "Tracking failures",
"SettingsSaveSuccess": "Settings updated.",
"SendPluginUpdateCommunication": "Send an email when a plugin update is available",
"SendPluginUpdateCommunicationHelp": "An email will be sent to Super Users when there is a new version available for a plugin.",
@@ -108,6 +109,24 @@
"MissingTrackingCodeEmailSubject": "No traffic for %s recorded in Matomo Analytics, get started now",
"JsTrackingCodeMissingEmail1": "A few days ago you added the website '%s' to your Matomo Analytics. We just checked and your Matomo doesn't seem to have any recorded traffic for this website.",
"JsTrackingCodeMissingEmail2": "To begin tracking data and getting insights into your users, you'll need to setup tracking in your website or mobile app. For websites simply embed the tracking code right before the %s tag.",
- "JsTrackingCodeMissingEmail3": "To find and customize your tracking code, %1$sclick here%2$s (or have a look at the %3$sJavaScript Tracking Client guide%4$s)."
+ "JsTrackingCodeMissingEmail3": "To find and customize your tracking code, %1$sclick here%2$s (or have a look at the %3$sJavaScript Tracking Client guide%4$s).",
+ "TrackingFailuresIntroduction": "This page lists tracking failures that happened during the last %s days. Please note that only the most common kind of tracking failures are recorded and not all of them.",
+ "NoKnownFailures": "There are no known tracking failures.",
+ "Problem": "Problem",
+ "Solution": "Solution",
+ "TrackingURL": "Tracking URL",
+ "LearnMore": "Learn more",
+ "DeleteAllFailures": "Delete all failures",
+ "NTrackingFailures": "%s tracking failures",
+ "ViewAllTrackingFailures": "View all tracking failures",
+ "TrackingFailureInvalidSiteProblem": "The site does not exist.",
+ "TrackingFailureInvalidSiteSolution": "Update the configured idSite in the tracker.",
+ "TrackingFailureAuthenticationProblem": "Request was not authenticated but authentication was required.",
+ "TrackingFailureAuthenticationSolution": "Set or correct a \"token_auth\" in your tracking request.",
+ "ConfirmDeleteAllTrackingFailures": "Are you sure you want to delete all tracking failures?",
+ "ConfirmDeleteThisTrackingFailure": "Are you sure you want to delete this tracking failure?",
+ "TrackingFailuresEmailSubject": "Tracking failures in your Matomo Analytics",
+ "TrackingFailuresEmail1": "This is just to let you know that %s different kinds of tracking failures have occurred in the last days.",
+ "TrackingFailuresEmail2": "To view all the failed tracking requests %1$sclick here%2$s."
}
}