mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
15 lines
423 B
PHP
15 lines
423 B
PHP
<?php
|
|
|
|
$lang_myhr = [
|
|
'th_hr_id' => 'H&R ID',
|
|
'th_torrent_name' => 'Torent',
|
|
'th_uploaded' => 'Încărcat',
|
|
'th_downloaded' => 'Descărcat',
|
|
'th_share_ratio' => 'Raport de distribuire',
|
|
'th_seed_time_required' => 'Necesită timp seed-ului',
|
|
'th_completed_at' => 'Completat la',
|
|
'th_ttl' => 'Timp de inspectare rămas',
|
|
'th_comment' => 'Comentariu',
|
|
'action_remove' => 'Elimină',
|
|
];
|