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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-10 22:45:18 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-10 23:05:20 +0400
commit1d47ddeeaeb7813e68f7d4973802ee7176855dd8 (patch)
tree275daaf2aaf974c46dccef3ef01f1cbcabffc86a /lang
parent126d6f62aeb688ea1dc930ffbda0db4543a0106d (diff)
Fixes #4367, remove version column and move version to name column and make version strings consistent in plugins admin.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/en.json b/lang/en.json
index 5f5d401b01..7fb39bcae7 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -730,7 +730,7 @@
"MenuPlatform": "Platform",
"Marketplace": "Marketplace",
"PluginNotCompatibleWith": "%1$s plugin is not compatible with %2$s.",
- "PluginNotWorkingAlternative": "If you enjoyed this plugin, maybe you can find a more recent version in the Marketplace. If not, you may uninstall it. ",
+ "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.",
"UninstallConfirm": "You are about to uninstall a plugin %s. The plugin will be completely removed from your platform and it won't be recoverable. Are you sure you want to do this?",
"NoZipFileSelected": "Please select a ZIP file.",
"SuccessfullyActicated": "You have successfully activated <strong>%s</strong>.",
@@ -806,7 +806,8 @@
"ByWritingOwnPlugin": "by %swriting your own plugin%s",
"OrByUploadingAPlugin": "or by %suploading a plugin%s",
"ByDesigningOwnTheme": "by %sdesign your own theme%s",
- "OrByUploadingATheme": "or by %suploading a theme%s"
+ "OrByUploadingATheme": "or by %suploading a theme%s",
+ "CorePluginTooltip": "Core plugins have no version since they are distributed with Piwik."
},
"CoreUpdater": {
"PluginDescription": "Piwik updating mechanism",