mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-10 02:10:54 +08:00
15 lines
404 B
PHP
15 lines
404 B
PHP
<?php
|
|
|
|
$lang_myhr = [
|
|
'th_hr_id' => 'H&R ID',
|
|
'th_torrent_name' => 'Torrent',
|
|
'th_uploaded' => 'Uploadet',
|
|
'th_downloaded' => 'Downloadet',
|
|
'th_share_ratio' => 'Del forhold',
|
|
'th_seed_time_required' => 'Seed tid påkrævet',
|
|
'th_completed_at' => 'Afsluttet den',
|
|
'th_ttl' => 'Inspektion af tid tilbage',
|
|
'th_comment' => 'Kommentar',
|
|
'action_remove' => 'Fjern',
|
|
];
|