Files
nexusphp/lang/en/lang_myhr.php

15 lines
396 B
PHP
Raw Normal View History

2022-03-06 15:43:29 +08:00
<?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',
'action_remove' => 'Remove',
2022-03-06 15:43:29 +08:00
];