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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-02-21 13:28:24 +0300
committerGitHub <noreply@github.com>2017-02-21 13:28:24 +0300
commitbb35cb6761d7a492095e7f16aca79e409d7823a2 (patch)
treed85f1cb09df4e37db4a752fa23721d8fa2edc89a
parent64416dc79f47c7f3fb4d1387c85ad7d78d01abc1 (diff)
Description for CustomPiwikJs plugin (#11380)
fixes #11291
-rw-r--r--plugins/CustomPiwikJs/lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CustomPiwikJs/lang/en.json b/plugins/CustomPiwikJs/lang/en.json
index 57dbea22a6..89410d2839 100644
--- a/plugins/CustomPiwikJs/lang/en.json
+++ b/plugins/CustomPiwikJs/lang/en.json
@@ -1,5 +1,6 @@
{
"CustomPiwikJs": {
+ "PluginDescription": "Allows any plugin to extend the Piwik JavaScript Tracking file (piwik.js) and add new functionnality and website measurement capabilities.",
"DiagnosticPiwikJsWritable": "Writable JavaScript Tracker (\"/piwik.js\")",
"DiagnosticPiwikJsNotWritable": "The Piwik JavaScript tracker file \"/piwik.js\" is not writable which means other plugins cannot extend the JavaScript tracker. In the future even some core features might not work as expected. ",
"DiagnosticPiwikJsMakeWritable": "We recommend to Piwik.js writable by running this command: %s"