同步宝塔上的源码

This commit is contained in:
2025-06-27 21:04:18 +08:00
parent ebc39cd5dd
commit 16de87a864
4689 changed files with 59043 additions and 822 deletions

8
source/language/lang_portalcp.php Normal file → Executable file
View File

@@ -44,13 +44,13 @@ $lang = array(
'diytemplate_name_null' => '[未填写]',
'portal_view_name' => ' 文章查看页',
'forum_viewthread_name' => ' 文章查看页',
'forum_viewthread_name' => ' 帖子查看页',
'portal/index' => '门户首页',
'portal/list' => '文章列表页(公共)',
'portal/view' => '文章查看页(公共)',
'portal/comment' => '文章评论页',
'forum/discuz' => '论坛首页',
'forum/viewthread' => '文章查看页(公共)',
'forum/viewthread' => '帖子查看页(公共)',
'forum/forumdisplay' => '版块列表页(公共)',
'group/index' => $_G['setting']['navs'][3]['navname'].'首页',
'group/group_my' => '我的'.$_G['setting']['navs'][3]['navname'].'首页',
@@ -58,7 +58,7 @@ $lang = array(
'home/space_home' => '空间首页',
'home/space_trade' => '空间商品页',
'home/space_top' => '空间排行榜',
'home/space_thread' => '空间文章页',
'home/space_thread' => '空间帖子页',
'home/space_reward' => '空间悬赏页',
'home/space_share_list' => '空间分享列表页',
'home/space_share_view' => '空间分享查看页',
@@ -84,7 +84,7 @@ $lang = array(
'ranklist/forum' => '版块排行榜页',
'ranklist/picture' => '图片排行榜页',
'ranklist/group' => '圈子排行榜页',
'ranklist/thread' => '文章排行榜页',
'ranklist/thread' => '帖子排行榜页',
'ranklist/member' => '用户排行榜页',
'other_page' => '非DIY模块',
'upload' => '上传',