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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-12-27 12:05:21 +0300
committerGitHub <noreply@github.com>2016-12-27 12:05:21 +0300
commit3ce6d87aa1e8d772fb727413346f8e7426c38706 (patch)
tree6c482bcf80ca998a695345397b0710e696bc1c9c /lang
parentd1e80dc071780dda8ad7a79e82a4c874d3523d93 (diff)
File integrity checker now reports files found in the filesystem but not expected to be there (#11096)
* File integrity checker now reports files found in the filesystem but not expected to be there fixes #11087 * Move file integrity logic to own class * Fix bug in logic so that third party plugins are not listed * fix up some comments * Also report any hidden files not expected to be there * Issue a warning when file integrity didn't run for any reason. Safer choice * Ui tests
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/en.json b/lang/en.json
index b126480a75..e17ba19b0a 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -161,6 +161,9 @@
"ExceptionLanguageFileNotFound": "Language file '%s' not found.",
"ExceptionMethodNotFound": "The method '%1$s' does not exist or is not available in the module '%2$s'.",
"ExceptionMissingFile": "Missing file: %s",
+ "ExceptionUnexpectedFile": "Files were found in your Piwik but we didn't expect them.",
+ "ExceptionUnexpectedFilePleaseDelete": "Please delete these files to prevent errors.",
+ "ExceptionFileToDelete": "File to delete: %s",
"ExceptionNonceMismatch": "Could not verify the security token on this form.",
"ExceptionPrivilege": "You can't access this resource as it requires a %s access.",
"ExceptionPrivilegeAccessWebsite": "You can't access this resource as it requires an %s access for the website id = %d.",
@@ -177,7 +180,9 @@
"ExportAsImage": "Export as Image",
"ExportThisReport": "Export this dataset in other formats",
"Faq": "FAQ",
- "FileIntegrityWarningExplanation": "File integrity check failed and reported some errors. This is most likely due to a partial or failed upload of some of the Piwik files. You should reupload all the Piwik files in BINARY mode and refresh this page until it shows no error.",
+ "FileIntegrityWarning": "File integrity check failed and reported some errors. You should fix this issue and then refresh this page until it shows no error.",
+ "FileIntegrityWarningReupload": "Errors below may be due to a partial or failed upload of Piwik files.",
+ "FileIntegrityWarningReuploadBis": "Try to reupload all the Piwik files in BINARY mode.",
"First": "First",
"Flatten": "Flatten",
"ForExampleShort": "eg.",