mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
$lang_viewpeerlist = array
|
||||
(
|
||||
'col_user_ip' => "User",
|
||||
'col_location' => "Location",
|
||||
'col_connectable' => "Connectable",
|
||||
'col_uploaded' => "Uploaded",
|
||||
'col_rate' => "Rate",
|
||||
'col_av_rate' => "Av. Rate",
|
||||
'col_downloaded' => "Downloaded",
|
||||
'col_ratio' => "Ratio",
|
||||
'col_complete' => "Complete",
|
||||
'col_connected' => "Connected",
|
||||
'col_idle' => "Idle",
|
||||
'col_client' => "Client",
|
||||
'text_anonymous' => "Anonymous",
|
||||
'text_unknown' => "(unknown)",
|
||||
'text_seeders' => "Seeders",
|
||||
'text_leechers' => "Leechers",
|
||||
'row_seeders' => "Seeders",
|
||||
'row_leechers' => "Leechers",
|
||||
'text_yes' => "Yes",
|
||||
'text_no' => "No",
|
||||
'text_inf' => "Inf."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user