mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-27 22:47:23 +08:00
skip offer + pt-gen fill subtitle
This commit is contained in:
@@ -137,6 +137,7 @@ $lang_offers = array
|
||||
'text_rule_three_two' => "小时后未被通过,它将被删除。",
|
||||
'text_rule_four_one' => "如在候选通过后",
|
||||
'text_rule_four_two' => "小时内用户没有发布种子,通过的候选将被删除。",
|
||||
'text_rule_skip_offer' => "当用户通过的候选数大于等于<b>%d</b>时,可直接发布种子,无需经过候选。",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -769,6 +769,8 @@ $lang_settings = array
|
||||
'row_harem_addition' => '后宫加成',
|
||||
'text_user_would_get_by_harem' => '用户将获得直属后宫魔力值的',
|
||||
'text_harem_addition_note' => '倍作为奖励(系数,如填入 0.01,后宫获得 100 魔力则奖励用户 100 * 0.01 = 1)',
|
||||
'row_offer_skip_approved_count' => '直接发布候选通过数',
|
||||
'text_offer_skip_approved_count_note' => '当通过的候选数大于等于此数值时,可直接发布不用提交候选。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user