Skip to content

Commit 39394e8

Browse files
committed
L10N update.
1 parent 6366e64 commit 39394e8

File tree

5 files changed

+39
-95
lines changed

5 files changed

+39
-95
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"require": {
1414
"php": ">=7.2.0",
15-
"phpmussel/core": "^3.4.1",
15+
"phpmussel/core": "^3.4.2",
1616
"ext-pcre": "*"
1717
},
1818
"autoload": {

l10n/en-US.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

l10n/en.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,21 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: English language data (last modified: 2023.09.16).
10+
# This file: English language data (last modified: 2023.10.12).
1111
##/
1212

1313
PrivacyPolicy: "Privacy Policy"
1414
config:
1515
web: "Configuration for the upload handler."
1616
web_custom_footer: "Inserted as HTML at the very bottom of all "upload denied" pages. This could be useful in case you want to include a legal notice, contact link, business information, or similar at all such pages."
17-
web_custom_header: "Inserted as HTML at the very beginning of all "upload denied" pages. This could be useful in case you want to include a website logo, personalised header, scripts, or similar at all such pages."
17+
web_custom_header:
18+
en-AU: "Inserted as HTML at the very beginning of all "upload denied" pages. This could be useful in case you want to include a website logo, personalised header, scripts, or similar at all such pages."
19+
en-CA: &cp "Inserted as HTML at the very beginning of all "upload denied" pages. This could be useful in case you want to include a website logo, personalized header, scripts, or similar at all such pages."
20+
en-US: *cp
1821
web_forbid_on_block: "Should phpMussel send 403 headers with the file upload blocked message, or stick with the usual 200 OK? False = No (200); True = Yes (403) [Default]."
19-
web_ignore_upload_errors: "This directive should generally be disabled unless it's required for correct functionality of phpMussel on your specific system. Normally, when disabled, when phpMussel detects the presence of elements in the <code>$_FILES</code> array(), it'll attempt to initiate a scan of the files that those elements represent, and, if those elements are blank or empty, phpMussel will return an error message. This is proper behaviour for phpMussel. However, for some CMS, empty elements in <code>$_FILES</code> can occur as a result of the natural behaviour of those CMS, or errors may be reported when there aren't any, in which case, the normal behaviour for phpMussel will be interfering with the normal behaviour of those CMS. If such a situation occurs for you, enabling this option will instruct phpMussel to not attempt to initiate scans for such empty elements, ignore them when found and to not return any related error messages, thus allowing continuation of the page request. False = OFF; True = ON."
22+
web_ignore_upload_errors:
23+
en-AU: "This directive should generally be disabled unless it's required for correct functionality of phpMussel on your specific system. Normally, when disabled, when phpMussel detects the presence of elements in the <code>$_FILES</code> array(), it'll attempt to initiate a scan of the files that those elements represent, and, if those elements are blank or empty, phpMussel will return an error message. This is proper behaviour for phpMussel. However, for some CMS, empty elements in <code>$_FILES</code> can occur as a result of the natural behaviour of those CMS, or errors may be reported when there aren't any, in which case, the normal behaviour for phpMussel will be interfering with the normal behaviour of those CMS. If such a situation occurs for you, enabling this option will instruct phpMussel to not attempt to initiate scans for such empty elements, ignore them when found and to not return any related error messages, thus allowing continuation of the page request. False = OFF; True = ON."
24+
en-US: "This directive should generally be disabled unless it's required for correct functionality of phpMussel on your specific system. Normally, when disabled, when phpMussel detects the presence of elements in the <code>$_FILES</code> array(), it'll attempt to initiate a scan of the files that those elements represent, and, if those elements are blank or empty, phpMussel will return an error message. This is proper behavior for phpMussel. However, for some CMS, empty elements in <code>$_FILES</code> can occur as a result of the natural behavior of those CMS, or errors may be reported when there aren't any, in which case, the normal behavior for phpMussel will be interfering with the normal behavior of those CMS. If such a situation occurs for you, enabling this option will instruct phpMussel to not attempt to initiate scans for such empty elements, ignore them when found and to not return any related error messages, thus allowing continuation of the page request. False = OFF; True = ON."
2025
web_magnification: "Font magnification. Default = 1."
2126
web_max_uploads: "Maximum number of files that phpMussel is allowed to scan when scanning uploads before aborting the scan and informing the user they are uploading too much at once! Provides protection against a theoretical attack whereby an attacker attempts to DDoS your system or CMS by overloading phpMussel to slow down the PHP process to a grinding halt. Recommended: 10. You may wish to raise or lower this number depending on the speed of your hardware. Note that this number doesn't account for or include the contents of archives."
2227
web_theme: "The aesthetic to use for the "upload denied" page."
@@ -35,8 +40,14 @@ notifications_message: |
3540
<p>%s</p>
3641
</center>
3742
notifications_subject: "Blocked upload notification"
38-
scan_unauthorised_upload: "Unauthorised file upload manipulation detected!"
39-
scan_unauthorised_upload_or_misconfig: "Unauthorised file upload manipulation or misconfiguration detected!"
43+
scan_unauthorised_upload:
44+
en-AU: "Unauthorised file upload manipulation detected!"
45+
en-CA: &cp "Unauthorized file upload manipulation detected!"
46+
en-US: *cp
47+
scan_unauthorised_upload_or_misconfig:
48+
en-AU: "Unauthorised file upload manipulation or misconfiguration detected!"
49+
en-CA: &cp "Unauthorized file upload manipulation or misconfiguration detected!"
50+
en-US: *cp
4051
upload_error_1: "Filesize exceeds the upload_max_filesize directive."
4152
upload_error_2: "Filesize exceeds form-specified filesize limit."
4253
upload_error_34: "Upload failure! Please contact the hostmaster for assistance!"

l10n/pt-PT.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)