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:
authorThomas Steur <thomas.steur@gmail.com>2014-01-09 07:11:14 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-01-09 07:11:14 +0400
commit317b2913b84c221e0ce7444097476429de15b8cd (patch)
tree9acd129a699d5846a5f488c8277e069f3f55fe71 /lang
parent092cbf53a5ebf7b0cbf817dfa82861d7ad2ba85f (diff)
refs #4183 added support for requires (PHP and Piwik officially supported, Plugins partially)
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/en.json b/lang/en.json
index 709a5a8895..36ee7beeb4 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -777,8 +777,7 @@
"Changelog": "Changelog",
"Screenshots": "Screenshots",
"Support": "Support",
- "PluginUpdateAvailable": "You can update this plugin from version %s to %s.",
- "ThemeUpdateAvailable": "You can update this theme from version %s to %s.",
+ "PluginUpdateAvailable": "You are using version %s and a new version %s is available.",
"ViewRepositoryChangelog": "View the changes",
"History": "History",
"PluginVersionInfo": "%1$s from %2$s",
@@ -808,7 +807,8 @@
"OrByUploadingAPlugin": "or by %suploading a plugin%s",
"ByDesigningOwnTheme": "by %sdesign your own theme%s",
"OrByUploadingATheme": "or by %suploading a theme%s",
- "CorePluginTooltip": "Core plugins have no version since they are distributed with Piwik."
+ "CorePluginTooltip": "Core plugins have no version since they are distributed with Piwik.",
+ "MissingRequirementsNotice": " Please update %1$s %2$s to a newer version, %1$s %3$s is required."
},
"CoreUpdater": {
"PluginDescription": "Piwik updating mechanism",