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' => 'Torrente',
|
||
|
|
'th_uploaded' => 'Subido',
|
||
|
|
'th_downloaded' => 'Descargado',
|
||
|
|
'th_share_ratio' => 'Compartir ratio',
|
||
|
|
'th_seed_time_required' => 'Tiempo de semilla requerido',
|
||
|
|
'th_completed_at' => 'Completado el',
|
||
|
|
'th_ttl' => 'Tiempo restante de inspección',
|
||
|
|
'th_comment' => 'Comentario',
|
||
|
|
'action_remove' => 'Eliminar',
|
||
|
|
];
|