Files
nexusphp/lang/en/lang_admanage.php
2025-04-19 02:06:51 +07:00

104 lines
5.8 KiB
PHP

<?php
$lang_admanage = array
(
'head_ad_management' => "Ad Management",
'text_ad_management' => "Ad Management",
'text_add_ad' => "Add Ad",
'text_header' => "Header",
'text_footer' => "Footer",
'text_below_navigation' => "Below Navigation",
'text_below_searchbox' => "Below SearchBox",
'text_torrent_detail' => "Torrent Detail",
'text_comment_page' => "Comment Page",
'text_inter_overforums' => "Inter Overforums",
'text_forum_post_page' => "Forum Post Page",
'text_popup' => "Popup",
'text_no_ads_yet' => "No ads yet!",
'col_enabled' => "Enabled",
'col_name' => "Name",
'col_position' => "Position",
'col_order' => "Order",
'col_type' => "Method",
'col_start_time' => "Start Time",
'col_end_time' => "End Time",
'col_action' => "Action",
'text_yes' => "Yes",
'text_no' => "No",
'text_bbcodes' => "BB codes",
'text_xhtml' => "XHTML",
'text_text' => "Text",
'text_image' => "Image",
'text_flash' => "Flash",
'text_delete' => "Delete",
'text_edit' => "Edit",
'js_sure_to_delete_ad' => "Are you sure you want to delete this ad?",
'std_error' => "Error",
'std_invalid_id' => "Invalid ID",
'std_invalid_position' => "Invalid position",
'head_add_ad' => "Add Ad",
'head_edit_ad' => "Edit Ad",
'text_note' => "Note",
'text_ad_detail' => "Ad Detail",
'row_name' => "Name",
'row_start_time' => "Start Time",
'row_end_time' => "End Time",
'row_enabled' => "Enabled",
'row_order' => "Order",
'row_type' => "Display Method",
'row_image_url' => "Image URL",
'row_image_link' => "Ad Link",
'row_image_width' => "Image Width",
'row_image_height' => "Image Height",
'row_image_tooltip' => "Link Tooltip",
'row_text_content' => "Text Content",
'row_text_link' => "Ad Link",
'row_text_size' => "Text Size",
'row_bbcodes_code' => "BB codes",
'row_xhtml_code' => "XHTML Code",
'row_flash_url' => "Flash URL",
'row_flash_width' => "Flash Width",
'row_flash_height' => "Flash Height",
'submit_submit' => "Sumbit",
'text_ad' => "Advertisement",
'text_header_note' => "Show at the top-right corner of every page. Recommended to use image or flash of size within 580 * 90. Only one ad will show. ",
'text_footer_note' => "Show at the bottom of every page. Recommended size is 728 * 160. Only one ad will show. ",
'text_below_navigation_note' => "Show right below navigation bar on every page. Recommended size is 728 * 90. Only one ad will show. ",
'text_below_searchbox_note' => "Show right below searchbox on torrents page. Recommended size is 728 * 90. Only one ad will show. ",
'text_torrent_detail_note' => "Show in torrent description on torrent detail page. Recommended size is 600 * 160. Only one ad will show. ",
'text_comment_page_note' => "Show between comments on torrent detail page or offer detail page. Recommended size is 600 * 160. Several ads will show together. ",
'text_inter_overforums_note' => "Show between overforums on forum home page. Recommended size is 728 * 90. Several ads will show together.",
'text_forum_post_page_note' => "Show between forum posts on forum topic detail page. Recommended size is 600 * 160. Several ads will show together.",
'text_popup_note' => "Popup on every page. Very disturbing, use with caution. Recommended size is 468 * 90",
'text_name_note' => "Just a name to call the ad.",
'text_start_time_note' => "In format of YYYY-MM-DD hh:mm:ss, e.g. '2007-12-24 21:00:00'. The time since when the ad becomes available.",
'text_end_time_note' => "In format of YYYY-MM-DD hh:mm:ss, e.g. '2008-01-24 21:00:00'. The time until when the ad is available.",
'text_order_note' => "The priority of ads. Value '0' gets the top priority. <br />When several ads are available for a position, the one with the highest priority will show if the position allows only one ad, and those with higher priorities will show on top if the position allows several ads. When several available ads have the same priority value, the most recently added one has the highest priority. ",
'text_enabled_note' => "Only enabled ads will show. ",
'text_type_note' => "Choose the display method of ads. ",
'text_image_url_note' => "The URL of the image file. <br />Both relative path (e.g. 'pic/ad.jpg') or absolute path (e.g. 'https://nexusphp.org/ad.jpg') are Okay. ",
'text_image_link_note' => "The link of the ad, e.g. 'https://nexusphp.org/ad.html'. ",
'text_image_width_note' => "In pixels. The width at which the image is shown. ",
'text_image_height_note' => "In pixels. The height at which the image is shown. ",
'text_image_tooltip_note' => "The text shown on tooltip of the link. ",
'text_text_content_note' => "The content of text ad. ",
'text_text_link_note' => "The link of the ad, e.g. 'https://nexusphp.org/ad.html'. ",
'text_text_size_note' => "The font size of the text ad. Could be in pt, px or em, e.g. '30pt'. If none is defined, '30pt' is assumed.",
'text_bbcodes_code_note' => "What is BB codes? See ",
'text_here' => "here",
'text_xhmtl_code_note' => "You should avoid using XHTML not only because incorrect XHTML code could easily mess up the whole page, but also because it's <b>INSECURE</b>. If you have to, make sure the XHTML code is secure and correct. <br /><b>NOTE</b>: Please follow the XHTML 1.0 Transitional specification, not HTML 4.01.",
'text_flash_url_note' => "The URL of the Flash file. <br />Both relative path (e.g. 'pic/flash.demo.swf') or absolute path (e.g. 'https://nexusphp.org/flash.demo.swf') are Okay.",
'text_flash_width_note' => "In pixels. The width at which the Flash is shown. ",
'text_flash_height_note' => "In pixels. The height at which the Flash is shown. ",
'std_missing_form_data' => "Missing form data.",
'std_invalid_type' => "Invalid display method.",
'std_success' => "Success",
'std_edit_success' => "The ad is edited. ",
'std_add_success' => "The ad is added. ",
'text_unlimited' => "unlimited",
'std_go_back' => "Go back to ads list",
'col_clicks' => "Clicks"
);
?>