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
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-01-01 03:30:49 +0300
committerGitHub <noreply@github.com>2021-01-01 03:30:49 +0300
commit339b5cd33c5f47a2a67730b3bfb9eed210219585 (patch)
tree27cfd92572dc24465238e66bfb59e9dee0cd0e0b /plugins/CorePluginsAdmin/lang
parent52c573a0572f079c99bfa3331b8ef4164e199281 (diff)
Don't accept files that are bigger than the upload limit when uploading plugins (#16849)
* Don't accept files that are bigger than the upload limit when uploading plugins * improve / simplify code * adds some tests
Diffstat (limited to 'plugins/CorePluginsAdmin/lang')
-rw-r--r--plugins/CorePluginsAdmin/lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CorePluginsAdmin/lang/en.json b/plugins/CorePluginsAdmin/lang/en.json
index 020b96d3f7..54f674b9b0 100644
--- a/plugins/CorePluginsAdmin/lang/en.json
+++ b/plugins/CorePluginsAdmin/lang/en.json
@@ -33,6 +33,7 @@
"MissingRequirementsNotice": "Please update %1$s %2$s to a newer version, %1$s %3$s is required.",
"MissingRequirementsPleaseInstallNotice": "Please install %1$s %2$s as it is required by %3$s.",
"NoZipFileSelected": "Please select a ZIP file.",
+ "FileExceedsUploadLimit": "The selected file exceeds the upload limit of your server.",
"NumUpdatesAvailable": "%s Update(s) available",
"NoPluginSettings": "No plugin settings that can be configured",
"Origin": "Origin",