mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
15 lines
397 B
PHP
15 lines
397 B
PHP
<?php
|
|
|
|
$lang_myhr = [
|
|
'th_hr_id' => 'H&R ID',
|
|
'th_torrent_name' => 'Torrent',
|
|
'th_uploaded' => 'Opplastet',
|
|
'th_downloaded' => 'Nedlastet',
|
|
'th_share_ratio' => 'Del rate',
|
|
'th_seed_time_required' => 'Nøkkeltid som kreves',
|
|
'th_completed_at' => 'Fullført ved',
|
|
'th_ttl' => 'Undersøk tid igjen',
|
|
'th_comment' => 'Kommentar',
|
|
'action_remove' => 'Fjern',
|
|
];
|