mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +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' => "发布时间升序",
|
||||
'text_post_asc' => "最近回复升序",
|
||||
'text_post_desc' => "最近回复降序",
|
||||
'text_post_protected' => "[size=3][b]--本版块为隐私保护版块---[/b]\n当前帖子内容仅楼主、回复作者、本版版主、管理员以上可见[/size]",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -796,6 +796,9 @@ $lang_settings = array
|
||||
'text_destroy_disabled_note_two' => "天不登录,将被从数据库彻底物理删除。默认'500',请设置一个大于上边任何一种导致封禁的值。设为'0'来禁止此规则。",
|
||||
'row_enable_global_search_system' => '启用全站搜索',
|
||||
'text_global_search_system_note' => "默认:'是'。若启用,当有多个分区时,主菜单右下角显示全站搜索入口。",
|
||||
'row_protected_forum' => '隐私保护论坛板块',
|
||||
'text_protected_forum' => '输入开启隐私保护的论坛板块ID,该版块的回复仅楼主作者及管理员以上可见,使用逗号分割(如:1,2,3)',
|
||||
'forum_format_error' => '论坛ID格式错误,请检查输入!',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user