同步宝塔上的源码

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

10
source/language/magic/lang_repent.php Normal file → Executable file
View File

@@ -14,13 +14,13 @@ if(!defined('IN_DISCUZ')) {
$lang = array
(
'repent_name' => '悔悟卡',
'repent_desc' => '可以删除自己的文章',
'repent_desc' => '可以删除自己的帖子',
'repent_forum' => '允许使用本道具的版块',
'repent_info' => '删除自己的文章,请输入文章的 ID',
'repent_info_nonexistence' => '请指定要删除的文章',
'repent_succeed' => '您操作的文章已删除',
'repent_info' => '删除自己的帖子,请输入帖子的 ID',
'repent_info_nonexistence' => '请指定要删除的帖子',
'repent_succeed' => '您操作的帖子已删除',
'repent_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'repent_info_user_noperm' => '对不起,您只能删除自己的文章',
'repent_info_user_noperm' => '对不起,您只能删除自己的帖子',
'repent_do_not_rushreply' => '不能在抢楼帖中使用此道具',
);