This commit is contained in:
xiaomlove
2020-12-26 01:42:23 +08:00
commit a3ba82be64
949 changed files with 60612 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<?php
$lang_uploaders = array
(
'text_no_uploaders_yet' => "没有找到发布员!",
'head_uploaders' => "发布员",
'text_uploaders' => "发布员",
'col_username' => "用户名",
'col_torrents_size' => "种子大小",
'col_torrents_num' => "种子数",
'col_last_upload_time' => "最近发布时间",
'col_last_upload' => "最近发布种子",
'text_not_available' => "",
'submit_go' => "查找",
'text_select_month' => "选择月份:",
'text_order_by' => "排序",
'text_username' => "用户名",
'text_torrent_size' => "种子大小",
'text_torrent_num' => "种子数",
);
?>