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 <thomas.steur@googlemail.com>2014-09-23 17:55:48 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-23 17:55:48 +0400
commit864f13a18bb51917f0b063b4fb64449461da9ab0 (patch)
treeff03b4d57afbe796afdc7582dac8952e64b35d8e /lang
parentd7315b116a83dca10e98331ffdeda38af5d7eb7b (diff)
refs #6056 display a warning in admin to super users in case they are still using PHP 5.3
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json
index 2a69e3d7e0..0af012ecc3 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -428,6 +428,7 @@
"VisitType": "Visitor type",
"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.",
"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.",