fix warning

This commit is contained in:
xiaomlove
2020-12-29 21:49:37 +08:00
parent d190ca6f67
commit 398cf8607a
55 changed files with 223 additions and 214 deletions

View File

@@ -84,7 +84,7 @@ $lang_details = array
'row_last_seeder' => "最近活动:",
'text_ago' => "以前",
'text_size' => "<b>大小:</b>",
'text_none_yet' => "暂无(需要".$minvotes."票,现在只有",
'text_none_yet' => "暂无(需要".$TORRENT['minvotes']."票,现在只有",
'text_only' => "",
'text_none' => "",
'text_no_votes_yet' => "暂无评分",

View File

@@ -84,7 +84,7 @@ $lang_details = array
'row_last_seeder' => "最近現行:",
'text_ago' => "以前",
'text_size' => "<b>大小:</b>",
'text_none_yet' => "暫無(需要".$minvotes."票,現在只有",
'text_none_yet' => "暫無(需要".$TORRENT['minvotes']."票,現在只有",
'text_only' => "",
'text_none' => "",
'text_no_votes_yet' => "暫無評分",

View File

@@ -84,7 +84,7 @@ $lang_details = array
'row_last_seeder' => "Last&nbsp;Action:&nbsp;",
'text_ago' => " ago",
'text_size' => "Size: ",
'text_none_yet' => "none yet (needs at least ".$minvotes." votes and has got ",
'text_none_yet' => "none yet (needs at least ".$TORRENT['minvotes']." votes and has got ",
'text_only' => "only ",
'text_none' => "none",
'text_no_votes_yet' => "No votes yet",