mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
87 lines
5.5 KiB
PHP
87 lines
5.5 KiB
PHP
<?php
|
||
|
||
$lang_catmanage = array
|
||
(
|
||
'head_category_management' => "Category Management",
|
||
'text_category_management' => "Category Management",
|
||
'text_manage' => "Manage",
|
||
'text_searchbox' => "SearchBox",
|
||
'text_category_icons' => "Category icon pack",
|
||
'text_second_icons' => "Second icons",
|
||
'text_categories' => "Categories",
|
||
'text_sources' => "Sources",
|
||
'text_media' => "Media",
|
||
'text_codecs' => "Codecs",
|
||
'text_standards' => "Standards",
|
||
'text_processings' => "Processings",
|
||
'text_teams' => "Teams",
|
||
'text_audio_codecs' => "Audio Codecs",
|
||
'std_error' => "Error",
|
||
'std_invalid_type' => "Invalid type.",
|
||
'text_add' => "Add",
|
||
'text_no_record_yet' => "No record yet!",
|
||
'col_id' => "ID",
|
||
'col_name' => "Name",
|
||
'col_order' => "Order",
|
||
'col_action' => "Action",
|
||
'text_delete' => "Delete",
|
||
'text_edit' => "Edit",
|
||
'js_sure_to_delete_this' => "Are you sure you want to delete this?",
|
||
'col_sub_category' => "Subcategory",
|
||
'text_per_row' => "Items/Row",
|
||
'text_padding' => "Padding",
|
||
'text_enabled' => "Enabled",
|
||
'text_disabled' => "Disabled",
|
||
'col_folder' => "Icon Pack Folder",
|
||
'text_multi_language' => "Multi-lang.",
|
||
'text_second_icon' => "Second Icon",
|
||
'text_css_file' => "CSS file",
|
||
'text_none' => "none",
|
||
'text_css_file_note' => "CSS file for this icon pack. Enter the full path, e.g. 'styles/scenetorrents.css'. Leave it blank if none. <br />Allowed Characters: [a-z] (in lower case), [0-9], [_./].",
|
||
'text_designer' => "Designer",
|
||
'text_comment' => "Comment",
|
||
'text_yes' => "Yes",
|
||
'text_no' => "No",
|
||
'col_image' => "Image",
|
||
'text_class_name' => "class attribute",
|
||
'col_mode' => "Mode",
|
||
'std_invalid_id' => "Invalid id",
|
||
'submit_submit' => "Submit",
|
||
'text_subcategory_name_note' => "Don't use long name. Recommend less than 10 letters.",
|
||
'text_order_note' => "Ascendantly, i.e. '0' comes first.",
|
||
'row_searchbox_name' => "SearchBox Name",
|
||
'text_searchbox_name_note' => "Allowed Characters: [a-z] (in lower case), [0-9], [_./].",
|
||
'row_show_sub_category' => "Show sub-category",
|
||
'text_show_sub_category_note' => "Check the sub-categories you want to enable.",
|
||
'row_items_per_row' => "Items per row",
|
||
'text_items_per_row_note' => "Set how many items should show in a row in searchbox, e.g. '8'.",
|
||
'row_padding_between_items' => "Padding between items",
|
||
'text_padding_between_items_note' => "In pixels. The horizional padding space between items in searchbox, e.g. '3'.",
|
||
'text_category_icon_name_note' => "Allowed Characters: [a-z] (in lower case), [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' => "Whether use different category icons for different languages. If set to 'yes', put several packs of icons in several folders named 'en', 'chs', etc.",
|
||
'text_second_icon_note' => "Whether use second icons for additional information. If set to 'yes', put second icons in a folder named 'additional' together with normal icons.",
|
||
'text_designer_note' => "The person who designed the icon pack.",
|
||
'text_comment_note' => "Infomation about the icon pack.",
|
||
'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' => "Don't use long name. Recommend less than 10 letters.",
|
||
'text_image_note' => "The name of image file. Allowed Characters: [a-z] (in lower case), [0-9], [_./].",
|
||
'row_selections' => "Selections",
|
||
'text_selections_note' => "If a selection is not defined, all options from the selection are allowed for the rule. At least one selection should be defined.",
|
||
'row_category_name' => "Category name",
|
||
'text_category_name_note' => "Don't use long name. Recommend less than 10 letters.",
|
||
'row_mode' => "Mode",
|
||
'text_class_name_note' => "The value of 'class' attribute of the image. Leave it blank if none. Allowed Characters: [a-z] (in lower case), [0-9], [_], and the first letter must be in [a-z].",
|
||
'std_missing_form_data' => "Missing form data.",
|
||
'std_invalid_character_in_filename' => "Invalid character in filename ",
|
||
'std_must_define_one_selection' => "You must define at least one selection!",
|
||
'std_invalid_mode_id' => "Invalid mode id.",
|
||
'row_enable_custom_field' => 'Enable custom field',
|
||
'row_custom_field_display_name' => 'Custom field display name',
|
||
'row_custom_field_display' => 'Custom field display',
|
||
'row_custom_field_display_help' => "Use 'specific label' to represent custom field's label and value,such as one custom field's name is 'artist',<br/>then it's label:<%artist.label%>,it's value:<%artist.value%>",
|
||
'row_searchbox_extras' => 'Extras',
|
||
);
|
||
|
||
?>
|