mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 04:52:18 +08:00
15 lines
539 B
PHP
15 lines
539 B
PHP
<?php
|
|
|
|
$lang_myhr = [
|
|
'th_hr_id' => 'H&R ID',
|
|
'th_torrent_name' => 'Torrent',
|
|
'th_uploaded' => 'Ανέβηκε',
|
|
'th_downloaded' => 'Λήφθηκε',
|
|
'th_share_ratio' => 'Κοινοποίηση αναλογίας',
|
|
'th_seed_time_required' => 'Απαιτείται χρόνος σπόρου',
|
|
'th_completed_at' => 'Ολοκληρώθηκε στις',
|
|
'th_ttl' => 'Χρόνος επιθεώρησης που απομένει',
|
|
'th_comment' => 'Σχόλιο',
|
|
'action_remove' => 'Αφαίρεση',
|
|
];
|