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