mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
34 lines
1.1 KiB
PHP
34 lines
1.1 KiB
PHP
<?php
|
|
|
|
$lang_viewsnatches = array
|
|
(
|
|
'head_snatch_detail' => "スナッチの詳細",
|
|
'text_snatch_detail_for' => "スナッチの詳細 ",
|
|
'text_users_top_finished_recently' => "上部のユーザーが最近ダウンロードを完了しました",
|
|
'col_username' => "ユーザー名",
|
|
'col_uploaded' => "アップロードしました",
|
|
'col_downloaded' => "ダウンロード済み",
|
|
'col_se_time' => "Se. Time",
|
|
'col_le_time' => "経過時間",
|
|
'col_ratio' => "Ratio",
|
|
'col_when_completed' => "完了日時",
|
|
'col_last_action' => "最後のアクション",
|
|
'col_seeding' => "シード中",
|
|
'col_pm_user' => "PM ユーザー",
|
|
'col_report_user' => "ユーザーを報告",
|
|
'col_on_or_off' => "オン/オフ",
|
|
'text_global' => "グローバル",
|
|
'text_torrent' => "Torrent",
|
|
'text_yes' => "はい",
|
|
'text_no'=> "いいえ",
|
|
'title_report' => "レポート",
|
|
'col_ip' => "IP",
|
|
'text_per_second' => "/s",
|
|
'text_anonymous' => "anonymous",
|
|
'text_inf' => "Inf ファイル.",
|
|
'std_sorry' => "申し訳ありません",
|
|
'std_no_snatched_users' => "このトレントを奪ったユーザーはまだいません。",
|
|
);
|
|
|
|
?>
|