mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 12:37:23 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user