mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: ja
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
$lang_uploaders = array (
|
||||
'text_no_uploaders_yet' => '出版社は見つかりませんでした!',
|
||||
'head_uploaders' => '出版社',
|
||||
'text_uploaders' => '出版社',
|
||||
'col_username' => 'ユーザー名',
|
||||
'col_torrents_size' => '種子サイズ',
|
||||
'col_torrents_num' => '種子の数',
|
||||
'col_last_upload_time' => '最近の出版時間',
|
||||
'col_last_upload' => '最近の種子がリリースされました',
|
||||
'text_not_available' => 'なし',
|
||||
'submit_go' => '探す',
|
||||
'text_select_month' => '月の選択:',
|
||||
'text_order_by' => '選別',
|
||||
'text_username' => 'ユーザー名',
|
||||
'text_torrent_size' => '種子サイズ',
|
||||
'text_torrent_num' => '種子の数',
|
||||
);
|
||||
Reference in New Issue
Block a user