mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
87 lines
6.5 KiB
PHP
87 lines
6.5 KiB
PHP
<?php
|
|
|
|
$lang_catmanage = array
|
|
(
|
|
'head_category_management' => "カテゴリ管理",
|
|
'text_category_management' => "カテゴリ管理",
|
|
'text_manage' => "管理",
|
|
'text_searchbox' => "検索ボックス",
|
|
'text_category_icons' => "カテゴリアイコンパック",
|
|
'text_second_icons' => "2番目のアイコン",
|
|
'text_categories' => "カテゴリ",
|
|
'text_sources' => "ソース",
|
|
'text_media' => "メディア",
|
|
'text_codecs' => "Codecs",
|
|
'text_standards' => "標準",
|
|
'text_processings' => "処理中",
|
|
'text_teams' => "チーム",
|
|
'text_audio_codecs' => "音声コーデック(音声)",
|
|
'std_error' => "エラー",
|
|
'std_invalid_type' => "Invalid type.",
|
|
'text_add' => "追加",
|
|
'text_no_record_yet' => "記録がまだありません!",
|
|
'col_id' => "ID",
|
|
'col_name' => "名前",
|
|
'col_order' => "ご注文",
|
|
'col_action' => "アクション",
|
|
'text_delete' => "削除",
|
|
'text_edit' => "編集",
|
|
'js_sure_to_delete_this' => "削除してもよろしいですか?",
|
|
'col_sub_category' => "サブカテゴリ",
|
|
'text_per_row' => "アイテム/行",
|
|
'text_padding' => "Padding",
|
|
'text_enabled' => "有効",
|
|
'text_disabled' => "無効",
|
|
'col_folder' => "アイコンパックフォルダ",
|
|
'text_multi_language' => "マルチラング。",
|
|
'text_second_icon' => "2番目のアイコン",
|
|
'text_css_file' => "CSS ファイル",
|
|
'text_none' => "なし",
|
|
'text_css_file_note' => "このアイコンパックのCSSファイル。フルパスを入力してください。例えば、'styles/scenetorrents.css'。何もない場合は空白のままにしてください。 <br />使用可能な文字: [a-z] (小文字), [0-9], [_./].",
|
|
'text_designer' => "デザイナー",
|
|
'text_comment' => "コメント",
|
|
'text_yes' => "はい",
|
|
'text_no' => "いいえ",
|
|
'col_image' => "画像",
|
|
'text_class_name' => "クラス属性",
|
|
'col_mode' => "モード",
|
|
'std_invalid_id' => "Invalid id",
|
|
'submit_submit' => "送信",
|
|
'text_subcategory_name_note' => "長い名前を使用しないでください。10 文字未満を推奨します。",
|
|
'text_order_note' => "最初に「0」が上がってきます。",
|
|
'row_searchbox_name' => "検索ボックス名",
|
|
'text_searchbox_name_note' => "許可する文字: [a-z] (小文字), [0-9], [_./].",
|
|
'row_show_sub_category' => "サブカテゴリを表示",
|
|
'text_show_sub_category_note' => "有効にするサブカテゴリをチェックします。",
|
|
'row_items_per_row' => "1行あたりのアイテム",
|
|
'text_items_per_row_note' => "検索ボックスの行に表示する項目数を設定します。例: '8'",
|
|
'row_padding_between_items' => "アイテム間のパディング",
|
|
'text_padding_between_items_note' => "ピクセル単位。検索ボックス内のアイテム間の水平パディングスペース。例えば '3' 。",
|
|
'text_category_icon_name_note' => "許可する文字: [a-z] (小文字), [0-9], [_./].",
|
|
'text_folder_note' => "The folder name of the icon pack. Allowed Characters: [a-z] (in lower case), [0-9], [_./]. <br /><b>MUST</b> add a trailing slash (/) at the end, e.g. 'mycaticon/'",
|
|
'text_multi_language_note' => "異なる言語で異なるカテゴリアイコンを使用するかどうか。「はい」に設定されている場合は、「en」、「chs」などという名前の複数のフォルダに複数のアイコンを入れてください。",
|
|
'text_second_icon_note' => "追加情報に2番目のアイコンを使用するかどうか。「はい」に設定されている場合は、通常のアイコンと一緒に「追加」という名前のフォルダに2番目のアイコンを入れてください。",
|
|
'text_designer_note' => "アイコンパックを設計した人。",
|
|
'text_comment_note' => "アイコンパックに関する情報。",
|
|
'text_icon_directory_note' => "You need to put the icons in the right directory for these settings to work. Put the normal icons in 'pic/category/<i>searchbox_name</i>/<i>icon_pack_folder</i>[<i>language_short_name</i>/]' and the second icons in 'pic/category/<i>searchbox_name</i>/<i>icon_pack_folder</i>[<i>language_short_name</i>/]additional/'. <br />Don't get it? See if the following examples could help: <ul><li>When<ul><li><b>searchbox_name</b>='nhd'</li><li><b>icon_pack_folder</b>='scenetorrents/'</li><li><b>multi-lang</b>='yes'</li><li><b>second_icon</b>='no'</li></ul>you should put an English normal icon file for movies (e.g. 'movies.png') in 'pic/category/nhd/scenetorrents/en/' .</li><li>When<ul><li><b>searchbox_name</b>='chd'</li><li><b>icon_pack_folder</b>='nanosofts/'</li><li><b>multi-lang</b>='no'</li><li><b>second_icon</b>='yes'</li></ul>you should put a normal icon file for movies (e.g. movies.png) in 'pic/category/chd/nanosofts/' and an additional icon file (e.g. 'bdh264.png') in 'pic/category/chd/nanosofts/additional/'.</li></ul>",
|
|
'text_second_icon_name_note' => "長い名前を使用しないでください。10 文字未満を推奨します。",
|
|
'text_image_note' => "許可する文字: [a-z] (小文字), [0-9], [_./].",
|
|
'row_selections' => "選択",
|
|
'text_selections_note' => "選択範囲が定義されていない場合、選択範囲のすべてのオプションがルールに許可されます。少なくとも 1 つの選択範囲を定義する必要があります。",
|
|
'row_category_name' => "カテゴリ名",
|
|
'text_category_name_note' => "長い名前を使用しないでください。10 文字未満を推奨します。",
|
|
'row_mode' => "モード",
|
|
'text_class_name_note' => "イメージの 'class' 属性の値。ない場合は空白のままにします。 許可される文字: [a-z] (小文字)、 [0-9]、 [_]、および最初の文字は [a-z] でなければなりません。",
|
|
'std_missing_form_data' => "フォームデータがありません。",
|
|
'std_invalid_character_in_filename' => "ファイル名の無効な文字 ",
|
|
'std_must_define_one_selection' => "少なくとも 1 つの選択を定義する必要があります!",
|
|
'std_invalid_mode_id' => "無効なモード id",
|
|
'row_enable_custom_field' => 'カスタムフィールドを有効にする',
|
|
'row_custom_field_display_name' => 'カスタムフィールド表示名',
|
|
'row_custom_field_display' => 'カスタムフィールドの表示',
|
|
'row_custom_field_display_help' => "1つのカスタムフィールドの名前が「artist」など、カスタムフィールドのラベルと値を表すには、「特定のラベル」を使用してください。<br/>ラベル:<%artist.label%>,値:<%artist.value%>",
|
|
'row_searchbox_extras' => 'Extras',
|
|
);
|
|
|
|
?>
|