mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
15 lines
424 B
PHP
15 lines
424 B
PHP
<?php
|
|
|
|
$lang_myhr = [
|
|
'th_hr_id' => 'H&R ID',
|
|
'th_torrent_name' => 'Torrent',
|
|
'th_uploaded' => 'Caricato',
|
|
'th_downloaded' => 'Scaricato',
|
|
'th_share_ratio' => 'Rapporto di condivisione',
|
|
'th_seed_time_required' => 'Tempo di seme richiesto',
|
|
'th_completed_at' => 'Completato il',
|
|
'th_ttl' => 'Tempo di ispezione rimanente',
|
|
'th_comment' => 'Commento',
|
|
'action_remove' => 'Rimuovi',
|
|
];
|