mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
Merge remote-tracking branch 'origin/php8' into php8
This commit is contained in:
@@ -198,6 +198,7 @@ $lang_forums = array
|
||||
'text_topic_asc' => "Topic Time Ascendant",
|
||||
'text_post_asc' => "Last Post Time Ascendant",
|
||||
'text_post_desc' => "Last Post Time Descendant",
|
||||
'text_post_protected' => "[size=3][b]--Privacy protection is enabled in this forum---[/b]\nOnly topic poster,mods,admins and reply's author can read the content.[/size]",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -796,6 +796,9 @@ $lang_settings = array
|
||||
'text_destroy_disabled_note_two' => "Days without logging in, will be physically deleted from the database completely. Default '500', please set a value greater than any of the above to cause disable. Set to '0' to disable this rule." ,
|
||||
'row_enable_global_search_system' => 'Enable global search',
|
||||
'text_global_search_system_note' => "Default: 'Yes'. If enabled, when there are multiple sections, the global search portal is displayed in the bottom right corner of the main menu.",
|
||||
'row_protected_forum' => 'Privacy Protection Forums',
|
||||
'text_protected_forum' => 'The IDs of forums\' which enables privacy protection , seperated by commas(e.g. 1,2,3)',
|
||||
'forum_format_error' => 'The format of forums is wrong, please check it again!',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user