Files

15 lines
416 B
PHP
Raw Permalink Normal View History

2025-04-20 18:13:46 +07:00
<?php
$lang_myhr = [
'th_hr_id' => 'H&R ID',
'th_torrent_name' => 'Torrent',
'th_uploaded' => 'Nahráno',
'th_downloaded' => 'Staženo',
'th_share_ratio' => 'Poměr sdílení',
'th_seed_time_required' => 'Je vyžadován čas seedu',
'th_completed_at' => 'Dokončeno v',
'th_ttl' => 'Zbývá čas prohlížení',
'th_comment' => 'Komentář',
'action_remove' => 'Odebrat',
];