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:
authorKate Butler <kate@innocraft.com>2019-08-26 01:04:01 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-08-26 01:04:01 +0300
commit64bcf78cf9bf45319f9b7a5d8ebbe10e1970e952 (patch)
tree427c32f94c7174d85725e65f613eb396047278bb /plugins/SitesManager/lang
parent444e8415ed5e0771213be972bd96249f091fdbf1 (diff)
Send tracking code JS by email (#14569)
* Button to email standard install instructions on installation page 7 and no data tracked yet page * Send tracking code email from the tracking code generator page * Escape HTML tags * Send email in plain text * Move email button next to header * Fix width of header div * Update reference screenshots * PR fixes * Expand tracking code email template * Fix double escaping of message * Hide links to Matomo for whitelabel, fix missing space * ignore event in documentation * Update reference screenshots * Changes to email template * fix missing translation key * Add idsite and tracking url to email template * Fix extra slash in URL * Update UI test
Diffstat (limited to 'plugins/SitesManager/lang')
-rw-r--r--plugins/SitesManager/lang/en.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/SitesManager/lang/en.json b/plugins/SitesManager/lang/en.json
index 310b63d89c..53a13acb33 100644
--- a/plugins/SitesManager/lang/en.json
+++ b/plugins/SitesManager/lang/en.json
@@ -93,6 +93,14 @@
"ChooseMeasurableTypeHeadline": "What would you like to measure?",
"YouCurrentlyHaveAccessToNWebsites": "You currently have access to %s websites.",
"YourCurrentIpAddressIs": "Your current IP address is %s",
- "DeleteSiteExplanation": "Deleting a website will delete all log data that has been collected for it. This action is permanent and cannot be undone."
+ "DeleteSiteExplanation": "Deleting a website will delete all log data that has been collected for it. This action is permanent and cannot be undone.",
+ "EmailInstructionsButton": "Email these instructions",
+ "EmailInstructionsSubject": "Matomo Analytics Tracking Code",
+ "EmailInstructionsDocsPlainText": "If you want to do more than track page views, please check out the Matomo documentation at %1$s.",
+ "EmailInstructionsGenerateTrackingCode": "You can also generate a customized tracking code at %1$s.",
+ "EmailInstructionsSiteDetailsHeading": "Your Site Details",
+ "EmailInstructionsSiteDetails": "You will need these details to use the API or SDKs to track Matomo visits.",
+ "EmailInstructionsYourSiteId": "Your site ID: %1$s",
+ "EmailInstructionsYourTrackingUrl": "Your tracking URL: %1$s"
}
}