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@piwik.org>2017-05-08 10:42:21 +0300
committerGitHub <noreply@github.com>2017-05-08 10:42:21 +0300
commit9d3d0440dd6bd74ec4a375b0dd78ce73197ecc8a (patch)
tree6b4dbdf05b53011eb78381c5876e3f86c2c316a1 /plugins/CorePluginsAdmin/lang/en.json
parente9b69140a349f29de64aee30a033cd3bb87db072 (diff)
Improve message in plugin admin if a plugin is not found in filesystem (#11629)
* Improve message in plugin admin if a plugin is not found in filesystem * use plugin manager method
Diffstat (limited to 'plugins/CorePluginsAdmin/lang/en.json')
-rw-r--r--plugins/CorePluginsAdmin/lang/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CorePluginsAdmin/lang/en.json b/plugins/CorePluginsAdmin/lang/en.json
index 5247ae19d9..2534b2f2dc 100644
--- a/plugins/CorePluginsAdmin/lang/en.json
+++ b/plugins/CorePluginsAdmin/lang/en.json
@@ -41,6 +41,8 @@
"OriginThirdParty": "Third-party",
"PluginHomepage": "Plugin Homepage",
"PluginNotCompatibleWith": "%1$s plugin is not compatible with %2$s.",
+ "PluginNotFound": "Plugin %1$s not found on filesystem.",
+ "PluginNotFoundAlternative": "If you've been using this plugin, try reuploading or reinstalling it from the marketplace. If not, click uninstall to remove it from the list.",
"PluginNotWorkingAlternative": "If you've been using this plugin, maybe you can find a more recent version in the Marketplace. If not, you may want to uninstall it.",
"PluginRequirement": "%1$s requires %2$s.",
"PluginsManagement": "Manage Plugins",