mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
15 lines
485 B
PHP
15 lines
485 B
PHP
<?php
|
||
|
||
$lang_myhr = array (
|
||
'th_hr_id' => 'H&rid',
|
||
'th_torrent_name' => 'シード名',
|
||
'th_uploaded' => 'ボリュームをアップロードします',
|
||
'th_downloaded' => 'ダウンロード',
|
||
'th_share_ratio' => '共有率',
|
||
'th_seed_time_required' => 'まだ植える必要があります',
|
||
'th_completed_at' => '完了時間をダウンロードします',
|
||
'th_ttl' => '残りの検査時間',
|
||
'th_comment' => '述べる',
|
||
'action_remove' => 'なくす',
|
||
);
|