mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
15 lines
364 B
PHP
15 lines
364 B
PHP
<?php
|
|
|
|
$lang_myhr = [
|
|
'th_hr_id' => 'H&R ID',
|
|
'th_torrent_name' => 'Torrent',
|
|
'th_uploaded' => 'Uploaded',
|
|
'th_downloaded' => 'Downloaded',
|
|
'th_share_ratio' => 'Share ratio',
|
|
'th_seed_time_required' => 'Seed time required',
|
|
'th_completed_at' => 'Completed at',
|
|
'th_ttl' => 'Inspecting time left',
|
|
'th_comment' => 'Comment',
|
|
|
|
];
|