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
path: root/lang
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-09-18 03:26:46 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-18 03:26:46 +0400
commitdde9833f409263ab6651acf81eec28c02f7b4812 (patch)
tree94d793870bf0f21261e346759cb7784cb673efac /lang
parent5aa9eef454d97f8450aa0966755b8494e4ec064b (diff)
Fixes #4143 In admin UI, display a message explaining that the plugins could not be loaded because they are not compatible with Piwik 2
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/en.json b/lang/en.json
index a310b7760d..d6c3a4adcc 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -537,7 +537,8 @@
"TrustedHostConfirm": "Are you sure you want to change the trusted Piwik hostname?",
"PiwikIsInstalledAt": "Piwik is installed at",
"ValidPiwikHostname": "Valid Piwik Hostname",
- "MissingPluginsWarning": "The following plugins were not loaded because they could not be found in the 'plugins' directory: %1$s. You can disable these plugins on the %2$sManage Plugins%3$s page.",
+ "InvalidPluginsWarning": "The following plugins are not compatible with %1$s and could not be loaded: %2$s. ",
+ "InvalidPluginsYouCanUninstall": "You can update or uninstall these plugins on the %1$sManage Plugins%2$s page.",
"JSTrackingIntro1": "You can track visitors to your website many different ways. The recommended way to do it is through JavaScript. To use this method you must make sure every webpage of your website has some JavaScript code, which you can generate here.",
"JSTrackingIntro2": "Once you have the JavaScript tracking code for your website, copy and paste it to all the pages you want to track with Piwik.",
"JSTrackingIntro3": "In most websites, blogs, CMS, etc. you can use a pre-made plugin to do the technical work for you. (See our %1$slist of plugins used to integrate Piwik%2$s.) If no plugin exists you can edit your website templates and add this code in the \"footer\" file.",
@@ -720,7 +721,8 @@
"Activate": "Activate",
"MenuPlatform": "Platform",
"MenuExtend": "Extend",
- "PluginCannotBeFound": "This plugin cannot be found!"
+ "PluginNotCompatibleWith": "%1$s plugin is not compatible with %2$s.",
+ "PluginAskDevToUpdate": "If you enjoyed this plugin, maybe you can ask the developers to update it to work on the latest Piwik. "
},
"CoreUpdater": {
"PluginDescription": "Piwik updating mechanism",