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 09:06:07 +0300
committerdiosmosis <benaka@piwik.pro>2015-04-09 09:06:07 +0300
commit358da6aa4feeef1498ec63b0482af9de10ea8435 (patch)
treea7e056285dd38e3e2ac0fa80e3a253995b9efa01 /lang
parent5412bdbfe627abd36a35d861f2cc12e7cdd5213b (diff)
Fix translation edit in last commit and remove local config check in FrontController since it's done by EnvironmentValidator.
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 f9db2406e4..0c23f98ef5 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -145,7 +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'."
+ "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.",