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>2018-12-31 06:36:01 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-12-31 06:36:01 +0300
commit008e4eb40a7522a1aef5c20b8293ddd7eef7e033 (patch)
tree6d4abc960498d65fad2628bb8b9fce8f7294dd7a /plugins
parentaab30ac04217cc7a8776bf459149bf895eec67eb (diff)
replaces some remaining occurrences of Piwik with Matomo (#13922)
* replaces some remaining ocurrences of Piwik with Matomo * update tests
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/lang/en.json2
m---------plugins/CustomDimensions0
-rw-r--r--plugins/CustomVariables/lang/en.json2
-rw-r--r--plugins/Referrers/lang/en.json2
4 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CoreHome/lang/en.json b/plugins/CoreHome/lang/en.json
index e0c8367cad..d1e6613199 100644
--- a/plugins/CoreHome/lang/en.json
+++ b/plugins/CoreHome/lang/en.json
@@ -52,7 +52,7 @@
"ReportGeneratedOn": "Report generated on %s",
"ReportGeneratedXAgo": "Report generated %s ago",
"SharePiwikLong": "Hi! I just found a great piece of free software: Matomo!\n\nMatomo will let you track visitors to your website for free. You should definitely check it out!",
- "SharePiwikShort": "Piwik! Free\/libre web analytics. Own your data.",
+ "SharePiwikShort": "Matomo! Free\/libre web analytics. Own your data.",
"ShareThis": "Share this",
"ShortcutsAvailable": "Available shortcuts",
"ShortcutZenMode": "for Zen mode",
diff --git a/plugins/CustomDimensions b/plugins/CustomDimensions
-Subproject a4acfdaf224bd5a70a646eb3e0a52cc5a24acb9
+Subproject 452d2b652e09c64cfaf82f54d2f5c3767f77731
diff --git a/plugins/CustomVariables/lang/en.json b/plugins/CustomVariables/lang/en.json
index f500382a2d..614a2f4e94 100644
--- a/plugins/CustomVariables/lang/en.json
+++ b/plugins/CustomVariables/lang/en.json
@@ -3,7 +3,7 @@
"ColumnCustomVariableName": "Custom Variable name",
"ColumnCustomVariableValue": "Custom Variable value",
"CustomVariables": "Custom Variables",
- "CustomVariablesReportDocumentation": "This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. %1$s For more information about Custom Variables in general, read the %2$sCustom Variables documentation on piwik.org%3$s",
+ "CustomVariablesReportDocumentation": "This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. %1$s For more information about Custom Variables in general, read the %2$sCustom Variables documentation on matomo.org%3$s",
"PluginDescription": "Custom Variables are (name, value) pairs that you can assign using the Javascript API to visitors or any of their action. Matomo will then report how many visits, pages, conversions for each of these custom names and values. View the detailed Custom Variables for each user and action in the Visitor Log. This plugin is required to use Ecommerce Analytics feature!",
"ScopePage": "scope page",
"ScopeVisit": "scope visit",
diff --git a/plugins/Referrers/lang/en.json b/plugins/Referrers/lang/en.json
index 914984dd97..53019f50ec 100644
--- a/plugins/Referrers/lang/en.json
+++ b/plugins/Referrers/lang/en.json
@@ -3,7 +3,7 @@
"AllReferrersReportDocumentation": "This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.",
"Campaigns": "Campaigns",
"CampaignsDocumentation": "Visitors that came to your website as the result of a campaign. %1$s See the %2$s report for more details.",
- "CampaignsReportDocumentation": "This report shows which campaigns led visitors to your website. %1$s For more information about tracking campaigns, read the %2$scampaigns documentation on piwik.org%3$s",
+ "CampaignsReportDocumentation": "This report shows which campaigns led visitors to your website. %1$s For more information about tracking campaigns, read the %2$scampaigns documentation on matomo.org%3$s",
"ColumnCampaign": "Campaign",
"CampaignPageUrlHelp": "The URL of the page that this campaign goes to, for example 'http://example.org/offer.html'.",
"CampaignNameHelp": "Choose a name that describes what the campaign is created for and that distinguishes your campaign from your other campaigns. For example 'Email-SummerDeals' or 'PaidAds-SummerDeals'.",