Skip to content

Commit 60bc993

Browse files
committed
L10N patch.
1 parent 89941b7 commit 60bc993

File tree

3 files changed

+52
-37
lines changed

3 files changed

+52
-37
lines changed

composer.json

+1-1
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.2",
15+
"phpmussel/core": "^3.5.2",
1616
"ext-pcre": "*"
1717
},
1818
"autoload": {

l10n/en.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: English language data (last modified: 2024.07.01).
10+
# This file: English language data (last modified: 2024.07.16).
1111
##/
1212

1313
PrivacyPolicy: "Privacy Policy"
@@ -16,8 +16,7 @@ config:
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."
1717
web_custom_header:
1818
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
19+
[en-CA, en-US]: "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."
2120
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]."
2221
web_ignore_upload_errors:
2322
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."
@@ -37,12 +36,10 @@ notifications_message: |
3736
notifications_subject: "Blocked upload notification"
3837
scan_unauthorised_upload:
3938
en-AU: "Unauthorised file upload manipulation detected!"
40-
en-CA: &cp "Unauthorized file upload manipulation detected!"
41-
en-US: *cp
39+
[en-CA, en-US]: "Unauthorized file upload manipulation detected!"
4240
scan_unauthorised_upload_or_misconfig:
4341
en-AU: "Unauthorised file upload manipulation or misconfiguration detected!"
44-
en-CA: &cp "Unauthorized file upload manipulation or misconfiguration detected!"
45-
en-US: *cp
42+
[en-CA, en-US]: "Unauthorized file upload manipulation or misconfiguration detected!"
4643
upload_error_1: "Filesize exceeds the upload_max_filesize directive."
4744
upload_error_2: "Filesize exceeds form-specified filesize limit."
4845
upload_error_34: "Upload failure! Please contact the hostmaster for assistance!"

0 commit comments

Comments
 (0)