mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix warning
This commit is contained in:
@@ -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' => "暂无评分",
|
||||
|
||||
@@ -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' => "暫無評分",
|
||||
|
||||
@@ -84,7 +84,7 @@ $lang_details = array
|
||||
'row_last_seeder' => "Last Action: ",
|
||||
'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",
|
||||
|
||||
Reference in New Issue
Block a user