File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
- # This file: Configuration defaults file (last modified: 2023.05.03 ).
10
+ # This file: Configuration defaults file (last modified: 2023.06.01 ).
11
11
# #/
12
12
13
13
core :
@@ -180,6 +180,7 @@ core:
180
180
zh-TW : " 中文(傳統)"
181
181
choice_filter : " filterL10N"
182
182
defer :
183
+ bn-IN : " bn-BD"
183
184
en-GB : " en-AU"
184
185
en-NZ : " en-AU"
185
186
en-SG : " en-AU"
Original file line number Diff line number Diff line change 7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
- # This file: Punjabi language data (last modified: 2023.05.03 ).
10
+ # This file: Punjabi language data (last modified: 2023.05.07 ).
11
11
#
12
12
# Regarding translations: My native language is English. Because this is a free
13
13
# and open-source hobby project which generates zero income, and translatable
@@ -52,9 +52,9 @@ grammar_fullstop: "%s।"
52
52
grammar_spacer : " "
53
53
image : " ਚਿੱਤਰ"
54
54
invalid_data : " ਅਵੈਧ ਡੇਟਾ!"
55
- invalid_file : " ਅਵੈਧ ਫ਼ਾਈਲ !"
55
+ invalid_file : " ਅਵੈਧ ਫਾਈਲ !"
56
56
macros_not_permitted : " ਮੈਕਰੋਜ਼ ਦੀ ਇਜਾਜ਼ਤ ਨਹੀਂ ਹੈ"
57
- only_allow_images : " ਸਿਰਫ਼ ਚਿੱਤਰ ਫ਼ਾਈਲਾਂ ਦੀ ਇਜਾਜ਼ਤ ਹੈ"
57
+ only_allow_images : " ਸਿਰਫ਼ ਚਿੱਤਰ ਫਾਈਲਾਂ ਦੀ ਇਜਾਜ਼ਤ ਹੈ"
58
58
quarantined_as : " " %s.qfu" ਵਜੋਂ ਕੁਆਰੰਟੀਨ ਕੀਤਾ ਗਿਆ।"
59
59
recursive : " ਆਵਰਤੀ ਡੂੰਘਾਈ ਸੀਮਾ ਵੱਧ ਗਈ"
60
60
response_error : " ਗਲਤੀ"
Original file line number Diff line number Diff line change 8
8
* License: GNU/GPLv2
9
9
* @see LICENSE.txt
10
10
*
11
- * This file: The loader (last modified: 2023.04.25 ).
11
+ * This file: The loader (last modified: 2023.06.01 ).
12
12
*/
13
13
14
14
namespace phpMussel \Core ;
@@ -1094,7 +1094,7 @@ public function deleteDirectory(string $Dir): void
1094
1094
/**
1095
1095
* Log rotation.
1096
1096
*
1097
- * @param string $Pattern What to identify logfiles by (should be supplied via the relevant logging directive).
1097
+ * @param string $Pattern What to identify log files by (should be supplied via the relevant logging directive).
1098
1098
* @return bool False when log rotation is disabled or errors occur; True otherwise.
1099
1099
*/
1100
1100
public function logRotation (string $ Pattern ): bool
You can’t perform that action at this time.
0 commit comments