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:
authorStefan Giehl <stefan@matomo.org>2019-12-19 11:52:05 +0300
committerGitHub <noreply@github.com>2019-12-19 11:52:05 +0300
commit572b74b5bbff20a97c2732b0c4a86cd2d0835cbf (patch)
treec8c97aacf69c0abce6de27e9829544774c50fe4b /plugins/CustomPiwikJs
parentee43c6a674e117db47f1f19060316300c5935006 (diff)
language update (#15289)
Diffstat (limited to 'plugins/CustomPiwikJs')
-rw-r--r--plugins/CustomPiwikJs/lang/nl.json3
-rw-r--r--plugins/CustomPiwikJs/lang/pl.json3
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CustomPiwikJs/lang/nl.json b/plugins/CustomPiwikJs/lang/nl.json
index a0c32cec9d..6ad340c830 100644
--- a/plugins/CustomPiwikJs/lang/nl.json
+++ b/plugins/CustomPiwikJs/lang/nl.json
@@ -1,6 +1,5 @@
{
"CustomPiwikJs": {
- "DiagnosticPiwikJsWritable": "Schrijfbare JavaScript-tracker (\"\/piwik.js\")",
- "DiagnosticPiwikJsMakeWritable": "We adviseren piwik.js beschrijfbaar te maken door het uitvoeren van het volgende commando: %s"
+ "DiagnosticPiwikJsMakeWritable": "We adviseren %1$s schrijfbaar te maken door het volgende commando uit te voeren: %2$s"
}
} \ No newline at end of file
diff --git a/plugins/CustomPiwikJs/lang/pl.json b/plugins/CustomPiwikJs/lang/pl.json
index ed8128110c..00b352bf7f 100644
--- a/plugins/CustomPiwikJs/lang/pl.json
+++ b/plugins/CustomPiwikJs/lang/pl.json
@@ -1,5 +1,6 @@
{
"CustomPiwikJs": {
- "DiagnosticPiwikJsWritable": "Zapisywalny Traker JavaScript (%s)"
+ "DiagnosticPiwikJsWritable": "Zapisywalny Traker JavaScript (%s)",
+ "DiagnosticPiwikJsMakeWritable": "Zalecamy nadanie dla %1$s uprawnień do zapisu wykonując tą komendę: %2$s"
}
} \ No newline at end of file