You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Changelog.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -152,4 +152,4 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
152
152
153
153
[2023.04.01; Maikuolan]: Reworked the loadL10N method, how it handles HTTP_ACCEPT_LANGUAGE, improved rule assignment, added some assumptions for supported L10N, and added the ability to defer non-supported L10N to supported L10N where sufficiently similar to be acceptable.
154
154
155
-
[2023.05.06~21; Maikuolan]: Added L10N for Bulgarian.
155
+
[2023.05~06; Maikuolan]: Added L10N for Bulgarian and Czech.
Copy file name to clipboardexpand all lines: l10n/en-US.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@
7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
-
# This file: US English language data (last modified: 2023.04.03).
10
+
# This file: US English language data (last modified: 2023.06.01).
11
11
#
12
12
# Note: Including data only where it differs from its AU/GB/NZ English
13
13
# counterpart (doing otherwise isn't necessary due to the L10N handler's
14
14
# fallback mechanism).
15
15
##/
16
16
17
17
config_core_lang_override: "Localize according to HTTP_ACCEPT_LANGUAGE whenever possible? True = Yes [Default]; False = No."
18
-
config_core_scan_log_serialized: "Filename of file to log all scanning results to (using a serialized format). Specify a filename, or leave blank to disable."
18
+
config_core_scan_log_serialized: "The name of the file to log all scanning results to (using a serialized format). Specify a filename, or leave blank to disable."
19
19
config_files_archive_file_extensions: "Recognized archive file extensions (format is CSV; should only add or remove when problems occur; unnecessarily removing may cause false positives to appear for archive files, whereas unnecessarily adding will essentially whitelist what you're adding from attack specific detection; modify with caution; also note that this has no effect on what archives can and can't be analysed at content-level). The list, as is at default, lists those formats used most commonly across the majority of systems and CMS, but intentionally isn't necessarily comprehensive."
20
20
config_files_chameleon_from_exe: "Search for executable headers in files that are neither executables nor recognized archives and for executables whose headers are incorrect. False = Off; True = On."
21
21
config_files_chameleon_from_php: "Search for PHP headers in files that are neither PHP files nor recognized archives. False = Off; True = On."
@@ -25,8 +25,8 @@ config_core_log_rotation_limit: "Log rotation limits the number of log files tha
25
25
config_core_maintenance_mode: "Enable maintenance mode? True = Yes; False = No [Default]. Disables everything other than the front-end. Sometimes useful for when updating your CMS, frameworks, etc."
26
26
config_core_outbound_request_log: "A file for logging the results of any outbound requests. Specify a filename, or leave blank to disable."
27
27
config_core_scan_cache_expiry: "For how long should phpMussel cache the results of scanning? Value is the number of seconds to cache the results of scanning for. Default is 21600 seconds (6 hours); A value of 0 will disable caching the results of scanning."
28
-
config_core_scan_log: "Filename of file to log all scanning results to. Specify a filename, or leave blank to disable."
29
-
config_core_scan_log_serialized: "Filename of file to log all scanning results to (using a serialised format). Specify a filename, or leave blank to disable."
28
+
config_core_scan_log: "The name of the file to log all scanning results to. Specify a filename, or leave blank to disable."
29
+
config_core_scan_log_serialized: "The name of the file to log all scanning results to (using a serialised format). Specify a filename, or leave blank to disable."
0 commit comments