mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: ja
This commit is contained in:
@@ -76,18 +76,18 @@ $lang_admanage = array
|
||||
'text_order_note' => "广告的显示优先级。数值'0'具有最高的优先级。<br />当某个广告位置具有多个有效广告:如果该位置只允许一个广告,将显示优先级最高的广告;如果该位置允许多个广告,将按照优先级从高到低顺序显示多个广告。如多个广告具有相同的优先级,最近添加的广告将具有高优先权。",
|
||||
'text_enabled_note' => "只有启用的广告才会显示。",
|
||||
'text_type_note' => "选择广告的展现方式。",
|
||||
'text_image_url_note' => "广告图片文件的URL。<br />可使用相对地址(如'pic/ad.jpg')或绝对地址(如'http://www.nexusphp.com/ad.jpg')。",
|
||||
'text_image_link_note' => "广告指向的链接。如'http://www.nexusphp.com/ad.html'。",
|
||||
'text_image_url_note' => "广告图片文件的URL。<br />可使用相对地址(如'pic/ad.jpg')或绝对地址(如'https://nexusphp.org/ad.jpg')。",
|
||||
'text_image_link_note' => "广告指向的链接。如'https://nexusphp.org/ad.html'。",
|
||||
'text_image_width_note' => "单位为像素。图片显示的宽度。",
|
||||
'text_image_height_note' => "单位为像素。图片显示的高度。",
|
||||
'text_image_tooltip_note' => "广告链接悬浮提示文字信息。",
|
||||
'text_text_content_note' => "文字广告的显示内容",
|
||||
'text_text_link_note' => "广告指向的链接。如'http://www.nexusphp.com/ad.html'。",
|
||||
'text_text_link_note' => "广告指向的链接。如'https://nexusphp.org/ad.html'。",
|
||||
'text_text_size_note' => "广告文字的字体大小。可使用pt、px、em为单位,如'30pt'。如留空,则使用'30pt'。",
|
||||
'text_bbcodes_code_note' => "什么是BBCode代码?见",
|
||||
'text_here' => "这里",
|
||||
'text_xhmtl_code_note' => "通常情况下,你应该尽量避免直接使用XHTML展现广告,因为这样做不但容易因代码错误导致整体页面混乱,而且<b>具有安全隐患</b>。如果一定要用,请确保XHTML代码是安全和正确的。<br /><b>注意</b>:请按XHTML 1.0 Transitional规范填写代码,而不是HTML 4.01规范。",
|
||||
'text_flash_url_note' => "Flash文件的URL。<br />可使用相对地址(如'pic/flash.demo.swf')或绝对地址(如'http://www.nexusphp.com/flash.demo.swf')。",
|
||||
'text_flash_url_note' => "Flash文件的URL。<br />可使用相对地址(如'pic/flash.demo.swf')或绝对地址(如'https://nexusphp.org/flash.demo.swf')。",
|
||||
'text_flash_width_note' => "单位为像素。Flash显示的宽度。",
|
||||
'text_flash_height_note' => "单位为像素。Flash显示的高度。",
|
||||
'std_missing_form_data' => "有必填项目未写。",
|
||||
|
||||
Reference in New Issue
Block a user