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:
authordiosmosis <benaka@piwik.pro>2015-04-09 08:57:14 +0300
committerdiosmosis <benaka@piwik.pro>2015-04-09 08:57:14 +0300
commit5412bdbfe627abd36a35d861f2cc12e7cdd5213b (patch)
treedfe9504a492b6ace3c24f27689438068148ca904 /lang
parent3a8b069844bc29a0d0f75f3df007a75a5e2b967a (diff)
When environment validation fails in CLI mode, include additional error message about current user being able to access missing config file.
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 d01b3f38a1..f9db2406e4 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -145,6 +145,7 @@
"ExceptionContactSupportGeneric": "If you still have this issue please %scontact your Piwik administrator%s for assistance. ",
"ExceptionCheckUserHasSuperUserAccessOrIsTheUser": "The user has to be either a Super User or the user '%s' itself.",
"ExceptionConfigurationFileNotFound": "The configuration file {%s} has not been found or could not be read.",
+ "ExceptionConfigurationFileNotFound2": "If the file exists, please check that %s is readable by the user '%s'."
"ExceptionDatabaseVersion": "Your %1$s version is %2$s but Piwik requires at least %3$s.",
"ExceptionDatabaseVersionNewerThanCodebase": "Your Piwik codebase is running the old version %1$s and we have detected that your Piwik Database has already been upgraded to the newer version %2$s.",
"ExceptionDatabaseVersionNewerThanCodebaseWait": "Maybe your Piwik administrators are currently finishing the upgrade process. Please try again in a few minutes.",