mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
15 lines
405 B
PHP
15 lines
405 B
PHP
<?php
|
|
|
|
$lang_myhr = [
|
|
'th_hr_id' => 'H&R ID',
|
|
'th_torrent_name' => 'Torrent',
|
|
'th_uploaded' => 'Geüpload',
|
|
'th_downloaded' => 'Gedownload',
|
|
'th_share_ratio' => 'Deel verhouding',
|
|
'th_seed_time_required' => 'Seed tijd vereist',
|
|
'th_completed_at' => 'Voltooid op',
|
|
'th_ttl' => 'Inspectie tijd over',
|
|
'th_comment' => 'Opmerking',
|
|
'action_remove' => 'Verwijderen',
|
|
];
|