From a6392f3e3c4c14f91297ead582e03a2c9b7b2727 Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 2 Nov 2015 15:05:06 +1300 Subject: when PHP is 5.4, display a warning message in a notification, and ask users to upgrade to PHP 5.5 https://github.com/piwik/piwik/issues/8156 https://github.com/piwik/piwik/issues/8193 --- lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/en.json b/lang/en.json index c525d49631..615ad706c0 100644 --- a/lang/en.json +++ b/lang/en.json @@ -385,7 +385,7 @@ "VisitTypeExample": "For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain %s", "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 5.3 in the next major version. Upgrade your PHP version before it's too late!", + "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!", "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