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 <tsteur@users.noreply.github.com>2015-11-01 22:35:01 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-11-01 22:35:01 +0300
commitda827372f3721461fab8cb8f524f8de84a268ddd (patch)
tree22a5f95b3fae263b0c7a3dcd35e52fe1376652de /lang
parentd8c790d9e9929bbd0d893ba71254e98cdbc72165 (diff)
parent8b2588d60d022afd6f57368cd4e737644edaff6c (diff)
Merge pull request #9047 from sarelvdwalt/master
Changed PHP 5.3 support message to more generic "next major version" …
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.json b/lang/en.json
index f235a6fa77..c525d49631 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 this PHP version in %s. Upgrade your PHP version before it's too late!",
+ "WarningPiwikWillStopSupportingPHPVersion": "Piwik will stop supporting PHP 5.3 in the next major version. Upgrade your PHP version 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.",