mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
70 lines
2.7 KiB
PHP
70 lines
2.7 KiB
PHP
<?php
|
|
|
|
$lang_torrents = array
|
|
(
|
|
'head_search_results_for' => "検索結果: ",
|
|
'text_search_box' => "検索ボックス",
|
|
'text_category' => "カテゴリ:",
|
|
'text_source' => "ソース:",
|
|
'text_codec' => "コーデック:",
|
|
'text_standard' => "標準:",
|
|
'text_processing' => "処理中:",
|
|
'text_show_dead_active' => "デッド/アクティブを表示",
|
|
'select_including_dead' => "死者も含めて",
|
|
'select_active' => "アクティブ",
|
|
'select_dead' => "死亡",
|
|
'text_show_special_torrents' => "プロモーションの表示?",
|
|
'select_all' => "すべて",
|
|
'select_normal' => "普通",
|
|
'select_free' => "無料",
|
|
'select_two_times_up' => "2倍アップ",
|
|
'select_free_two_times_up' => "無料と2倍アップ",
|
|
'select_half_down' => "50% ダウン",
|
|
'text_search' => "キーワードを検索:",
|
|
'submit_go' => "Go!",
|
|
'std_search_results_for' => "検索結果:",
|
|
'std_try_again' => "何も見つかりませんでした!洗練された検索文字列でもう一度お試しください。\n",
|
|
'std_nothing_found' => "何も見つかりません!",
|
|
'std_no_active_torrents' => "Torrent がありません :(\n",
|
|
'input_check_all' => "すべてチェック",
|
|
'input_uncheck_all' => "すべてのチェックを外す",
|
|
'text_download_client' => "許可されたクライアントをダウンロード",
|
|
'select_title' => "タイトル",
|
|
'select_description' => "説明",
|
|
'select_small_description' => "小さな説明",
|
|
'select_uploader' => "アップローダー",
|
|
'select_imdb_url' => "IMDb URL",
|
|
'select_and' => "AND",
|
|
'select_or' => "OR",
|
|
'select_exact' => "正確な",
|
|
'select_parsed' => "Parsed",
|
|
'text_in' => " in ",
|
|
'text_with' => " with ",
|
|
'text_mode' => " 一致モード",
|
|
'text_show_bookmarked' => "ブックマークの表示",
|
|
'select_bookmarked' => "ブックマーク",
|
|
'select_bookmarked_exclude' => "ブックマークなし",
|
|
'text_s_bookmarked_torrent' => "のブックマークされたTorrent",
|
|
'text_s_not_bookmarked_torrent' => "NOTブックマークされたTorrent",
|
|
'head_torrents' => "Torrent",
|
|
'head_special' => "Special",
|
|
'text_movies_and_tvs' => "映画とテレビ:",
|
|
'text_games_and_appz' => "ゲーム & Appz:",
|
|
'text_others' => "その他:",
|
|
'text_medium' => "中:",
|
|
'text_team' => "チーム:",
|
|
'text_audio_codec' => "オーディオコーデック:",
|
|
'text_video' => "ビデオ:",
|
|
'text_tv' => "テレビ:",
|
|
'text_music' => "音楽:",
|
|
'text_software' => "ソフトウェア:",
|
|
'text_approval_status' => '承認ステータス:',
|
|
'size_range' => 'Size range(GB):',
|
|
'leechers_range' => 'Leechers range:',
|
|
'seeders_range' => 'シーダーの範囲:',
|
|
'times_completed_range' => '完了した時間範囲:',
|
|
'added_range' => '追加した範囲:',
|
|
);
|
|
|
|
?>
|