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/CustomJsTracker/lang/en.json')
-rw-r--r--plugins/CustomJsTracker/lang/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/CustomJsTracker/lang/en.json b/plugins/CustomJsTracker/lang/en.json
new file mode 100644
index 0000000000..9d64e174df
--- /dev/null
+++ b/plugins/CustomJsTracker/lang/en.json
@@ -0,0 +1,8 @@
+{
+ "CustomJsTracker": {
+ "PluginDescription": "Allows any plugin to extend the Matomo JavaScript Tracking file (matomo.js) and add new functionality 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"
+ }
+}