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>2016-10-02 23:26:40 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-02 23:26:40 +0300
commit75871fcb80678b03f30f978d9183668bd4ceaf2b (patch)
tree2fd820e2ad73287f9355a7f48d7dcf716d47938e /lang
parentf42860f4b00797d65471746d7f0e65e50fc67012 (diff)
Warn users (in all admin pages) when the PHP version is not recent enough to upgrade Piwik to latest major version
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json
index a9856cc425..bbe45c2a77 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -395,6 +395,9 @@
"Warning": "Warning",
"WarningPhpVersionXIsTooOld": "The PHP version %s you are using has reached its End of Life (EOL). You are strongly urged to upgrade to a current version, as using this version may expose you to security vulnerabilities and bugs that have been fixed in more recent versions of PHP.",
"WarningPiwikWillStopSupportingPHPVersion": "Piwik will stop supporting PHP %1$s in the next major version. Upgrade your PHP to at least PHP %2$s, before it's too late!",
+ "YouMustUpgradePhpVersionToReceiveLatestPiwik": "You must upgrade your PHP version in order to receive the latest Piwik update.",
+ "PiwikCannotBeUpgradedBecausePhpIsTooOld": "Piwik cannot be upgraded to the latest major version because your PHP version is too old.",
+ "PleaseUpgradeYourPhpVersionSoYourPiwikDataStaysSecure": "Please upgrade your PHP version to at least PHP %s so your Piwik analytics data stays secure.",
"WarningFileIntegrityNoManifest": "File integrity check could not be performed due to missing manifest.inc.php.",
"WarningFileIntegrityNoManifestDeployingFromGit": "If you are deploying Piwik from Git, this message is normal.",
"WarningFileIntegrityNoMd5file": "File integrity check could not be completed due to missing md5_file() function.",