Skip to content

Commit 561e6b7

Browse files
committed
L10N patch.
1 parent f50a1e4 commit 561e6b7

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

l10n/en-US.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
##\
2+
# This file is a part of the phpMussel\Web package.
3+
# Homepage: https://phpmussel.github.io/
4+
#
5+
# PHPMUSSEL COPYRIGHT 2013 AND BEYOND BY THE PHPMUSSEL TEAM.
6+
#
7+
# License: GNU/GPLv2
8+
# @see LICENSE.txt
9+
#
10+
# This file: US English language data (last modified: 2023.04.03).
11+
#
12+
# Note: Including data only where it differs from its AU/GB/NZ English
13+
# counterpart (doing otherwise isn't necessary due to the L10N handler's
14+
# fallback mechanism).
15+
##/
16+
17+
config_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, personalized header, scripts, or similar at all such pages."
18+
config_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 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."
19+
scan_unauthorised_upload: "Unauthorized file upload manipulation detected!"
20+
scan_unauthorised_upload_or_misconfig: "Unauthorized file upload manipulation or misconfiguration detected!"

l10n/en.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: English language data (last modified: 2023.01.14).
11-
#
12-
# Regarding translations: My native language is English. Because this is a free
13-
# and open-source hobby project which generates zero income, and translatable
14-
# content is likely to change as the features and functionality supported by
15-
# the project changes, it doesn't make sense for me to spend money for
16-
# translations. Because I'm the sole author/developer/maintainer for the
17-
# project and I'm not a ployglot, any translations I produce are very likely to
18-
# contain errors. Sorry, but realistically, that won't ever change. If you find
19-
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20-
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21-
# if you find these errors too much to handle, just stick with the original
22-
# English source. If a translation is irredeemably incomprehensible, let me
23-
# know which, and I can delete it. If you're not sure how to perform pull
24-
# requests, ask. I can help.
10+
# This file: English language data (last modified: 2023.04.03).
2511
##/
2612

2713
PrivacyPolicy: "Privacy Policy"

0 commit comments

Comments
 (0)