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:
Diffstat (limited to 'plugins/CustomPiwikJs/lang/en.json')
-rw-r--r--plugins/CustomPiwikJs/lang/en.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/CustomPiwikJs/lang/en.json b/plugins/CustomPiwikJs/lang/en.json
index 24fb9728b4..53e6c9c68c 100644
--- a/plugins/CustomPiwikJs/lang/en.json
+++ b/plugins/CustomPiwikJs/lang/en.json
@@ -1,8 +1,8 @@
{
"CustomPiwikJs": {
- "PluginDescription": "Allows any plugin to extend the Matomo JavaScript Tracking file (piwik.js) and add new functionnality and website measurement capabilities.",
- "DiagnosticPiwikJsWritable": "Writable JavaScript Tracker (\"/piwik.js\")",
- "DiagnosticPiwikJsNotWritable": "The Matomo 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"
+ "PluginDescription": "Allows any plugin to extend the Matomo JavaScript Tracking file (matomo.js) and add new functionnality and website measurement capabilities.",
+ "DiagnosticPiwikJsWritable": "Writable JavaScript Tracker (%s)",
+ "DiagnosticPiwikJsNotWritable": "The Matomo JavaScript tracker file %s 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 make %1$s writable by running this command: %2$s"
}
} \ No newline at end of file