From 75871fcb80678b03f30f978d9183668bd4ceaf2b Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 3 Oct 2016 09:26:40 +1300 Subject: Warn users (in all admin pages) when the PHP version is not recent enough to upgrade Piwik to latest major version --- lang/en.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang') 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.", -- cgit v1.2.3