Files
nexusphp/lang/ja/lang_uploaders.php

23 lines
739 B
PHP
Raw Permalink Normal View History

2025-04-19 02:06:51 +07:00
<?php
2025-05-05 21:27:48 +07:00
$lang_uploaders = array
(
'text_no_uploaders_yet' => "アップローダーが見つかりませんでした!",
'head_uploaders' => "アップローダー",
'text_uploaders' => "アップローダー",
'col_username' => "ユーザー名",
'col_torrents_size' => "Torrent のサイズ",
'col_torrents_num' => "TorrentのNum",
'col_last_upload_time' => "最終更新日時",
'col_last_upload' => "前回のアップグレードされたTorrent",
'text_not_available' => "該当なし",
'submit_go' => "移動",
'text_select_month' => "月を選択: ",
'text_order_by' => "並び替え",
'text_username' => "ユーザー名",
'text_torrent_size' => "トレントサイズ",
'text_torrent_num' => "Torrent Num",
2025-04-19 02:06:51 +07:00
);
2025-05-05 21:27:48 +07:00
?>