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.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/CustomPiwikJs/lang/en.json b/plugins/CustomPiwikJs/lang/en.json
new file mode 100644
index 0000000000..57dbea22a6
--- /dev/null
+++ b/plugins/CustomPiwikJs/lang/en.json
@@ -0,0 +1,7 @@
+{
+ "CustomPiwikJs": {
+ "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"
+ }
+} \ No newline at end of file