mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +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' => 'Téléchargé',
|
|
'th_downloaded' => 'Téléchargé',
|
|
'th_share_ratio' => 'Taux de partage',
|
|
'th_seed_time_required' => 'Durée de la Seed requise',
|
|
'th_completed_at' => 'Terminé à',
|
|
'th_ttl' => 'Temps restant d\'inspection',
|
|
'th_comment' => 'Commenter',
|
|
'action_remove' => 'Retirer',
|
|
];
|