add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions
+4 -4
View File
@@ -76,18 +76,18 @@ $lang_admanage = array
'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. 'http://www.nexusphp.com/ad.jpg') are Okay. ",
'text_image_link_note' => "The link of the ad, e.g. 'http://www.nexusphp.com/ad.html'. ",
'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. 'http://www.nexusphp.com/ad.html'. ",
'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. 'http://www.nexusphp.com/flash.demo.swf') are Okay.",
'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.",