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:
authorSarel van der Walt <sarel.w@gmail.com>2015-10-19 09:04:52 +0300
committerSarel van der Walt <sarel.w@gmail.com>2015-10-19 09:04:52 +0300
commit4691110cfacaba073a214be10ac95e27afbf6d41 (patch)
tree79d2b53293c410cc095854a227771e25765f5342 /lang
parentbe723595720cce45a5376323b8ed06ff7e5c52a8 (diff)
Changed PHP 5.3 support message to more generic "next major version" according to issue. This is only for english though, so we'll need translators for the 20 other languages that uses this. Once that is done we can remove the $dateDropSupport in \Piwik\Plugin\dateDropSupport:131. Fixes #8847
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 b70d71e53a..6e00433bc2 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -382,7 +382,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.",