Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.json « lang « CustomPiwikJs « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89410d28394a9de7cc20b08b05242c88d37946ef (plain)
1
2
3
4
5
6
7
8
{
    "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"
    }
}