mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
49 lines
2.4 KiB
PHP
49 lines
2.4 KiB
PHP
<?php
|
||
|
||
$lang_getrss = array (
|
||
'text_rss_feeds' => 'RSSサブスクリプション',
|
||
'head_rss_feeds' => 'RSSサブスクリプション',
|
||
'std_error' => '間違い',
|
||
'std_no_row' => '各ページに表示されるピースの数を選択してください!',
|
||
'std_done' => '仕上げる!',
|
||
'std_use_following_url' => 'Google ReaderなどのRSSリーダーで次のURLを使用できます。',
|
||
'std_utorrent_feed_url' => 'RSSサブスクリプション機能(Utorrentなど)をサポートするBTクライアントで次のURLを使用できます。',
|
||
'row_categories_to_retrieve' => '検索カテゴリ',
|
||
'row_feed_type' => 'リンクタイプ',
|
||
'text_web_link' => 'Webリンク',
|
||
'text_download_link' => 'ダウンロードリンク',
|
||
'row_rows_per_page' => 'ページごとのバー数',
|
||
'submit_generatte_rss_link' => 'RSSリンクを生成します',
|
||
'text_category' => 'タイプ',
|
||
'text_source' => 'ソース',
|
||
'text_codec' => 'コーディング',
|
||
'text_standard' => '解決',
|
||
'text_processing' => '対処する',
|
||
'text_medium' => '中くらい',
|
||
'text_team' => '制作チーム',
|
||
'text_audio_codec' => 'オーディオエンコーディング',
|
||
'row_item_title_type' => 'プロジェクトタイトル形式',
|
||
'text_item_category' => '[タイプ] +',
|
||
'text_item_title' => 'タイトル +',
|
||
'text_item_small_description' => '[サブタイトル] +',
|
||
'text_item_size' => '[サイズ] +',
|
||
'text_item_uploader' => '[出版]',
|
||
'row_show_bookmarked' => 'お気に入りを見せます',
|
||
'text_all' => '全て',
|
||
'text_only_bookmarked' => 'コレクションのみ',
|
||
'text_show_bookmarked_note' => 'BTクライアントのみに適用できます',
|
||
'row_keyword' => 'キーワード',
|
||
'text_with' => 'マッチングパターン:',
|
||
'select_and' => 'そして',
|
||
'select_or' => 'または',
|
||
'select_exact' => '正確な',
|
||
'text_mode' => '',
|
||
'text_keyword_note' => 'タイトルにこのキーワードを含むアイテムにのみ購読します',
|
||
'row_sticky' => 'トップ',
|
||
'row_paid' => '魔法はダウンロードから控除する必要があります',
|
||
'row_paid_help' => '注:これは、無料/50%などのプロモーションタイプではありません。出版社がシード料金を設定する場合、ダウンロードは対応する魔法の力を差し引く必要があります。',
|
||
'paid_no' => '不要',
|
||
'paid_yes' => '必要',
|
||
'paid_all' => '全て',
|
||
);
|