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>2017-01-02 03:12:11 +0300
committerGitHub <noreply@github.com>2017-01-02 03:12:11 +0300
commitc8797e611e2d93808b2c70d262a816cb287a82d2 (patch)
treefb2cb00084c6fdd785a01ec1bc9f52384f3f1ea1 /lang
parent6575610f6dfccc602988a9578a0b2913d675ba52 (diff)
System check, File integrity: Report directories to delete separately + display command to delete directories and files (#11123)
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json
index e17ba19b0a..b50080ec4c 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -163,7 +163,10 @@
"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.",
+ "ExceptionUnexpectedDirectory": "Directories were found in your Piwik but we didn't expect them.",
+ "ExceptionUnexpectedDirectoryPleaseDelete": "Please delete these directories to prevent errors.",
"ExceptionFileToDelete": "File to delete: %s",
+ "ExceptionDirectoryToDelete": "Directory 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.",
@@ -367,6 +370,8 @@
"TimeAgo": "%s ago",
"TimeFormat": "Time format",
"TimeOnPage": "Time on page",
+ "ToDeleteAllDirectoriesRunThisCommand": "To delete all these directories at once, you can run this command:",
+ "ToDeleteAllFilesRunThisCommand": "To delete all these files at once, you can run this command:",
"Total": "Total",
"TotalRatioTooltip": "This is %1$s of all %2$s %3$s.",
"TotalRevenue": "Total Revenue",