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-04 22:51:51 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-11-04 22:51:51 +0300
commit71c972da727f1f97c5fc13eb491daa77ff516de6 (patch)
tree9b07fbdcded0f3aa043d184f42422d06e9cd6854 /lang
parentac169f0014b966fa59b0e8efc26fe7d2d4c136fb (diff)
parent45e7d1e860ee25852db28b926143fc1cdfed5940 (diff)
Merge pull request #9144 from piwik/notification_old_php
when PHP is 5.4, display a warning message notifying users to upgrade to PHP 5.5
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 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.",