mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
improve userdetails page hide_text
This commit is contained in:
@@ -53,22 +53,22 @@ $lang_tags = array
|
||||
'text_hyperlink_one' => "超级链接(方式1)",
|
||||
'text_hyperlink_one_description' => "插入超级链接",
|
||||
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
|
||||
'text_hyperlink_one_example' => "[url]". "http://%s[/url]",
|
||||
'text_hyperlink_one_example' => "[url]". "%s[/url]",
|
||||
'text_hyperlink_one_remarks' => "该标签是多余的,所有URL都会自动加超级链接",
|
||||
'text_hyperlink_two' => "超级链接(方式2)",
|
||||
'text_hyperlink_two_description' => "插入超级链接",
|
||||
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>链接文字</i>[/url]",
|
||||
'text_hyperlink_two_example' => "[url="."http://%s]%s[/url]",
|
||||
'text_hyperlink_two_example' => "[url="."%s]%s[/url]",
|
||||
'text_hyperlink_two_remarks' => "当你需要将文字加超链接时使用。",
|
||||
'text_image_one' => "图片(方式1)",
|
||||
'text_image_one_description' => "插入图片",
|
||||
'text_image_one_syntax' => "[img=<i>URL</i>]",
|
||||
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
|
||||
'text_image_one_example' => "[img=%s/pic/nexus.png]",
|
||||
'text_image_one_remarks' => "URL必须是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>",
|
||||
'text_image_two' => "图片(方式2)",
|
||||
'text_image_two_description' => "插入图片",
|
||||
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
|
||||
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
|
||||
'text_image_two_example' => "[img]%s/pic/nexus.png[/img]",
|
||||
'text_image_two_remarks' => "URL必须是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>",
|
||||
'text_quote_one' => "引用(方式1)",
|
||||
'text_quote_one_description' => "插入引用",
|
||||
@@ -106,19 +106,19 @@ $lang_tags = array
|
||||
'text_flash' => "Flash(方式1)",
|
||||
'text_flash_description' => "在页面内插入指定宽度与高度的Flash",
|
||||
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]%s/flash.demo.swf[/flash]",
|
||||
'text_flash_two' => "Flash(方式2)",
|
||||
'text_flash_two_description' => "在页面内插入默认宽度与高度(500 * 300)的Flash",
|
||||
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
|
||||
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flash_two_example' => "[flash]%s/flash.demo.swf[/flash]",
|
||||
'text_flv_one' => "Flash视频(方式1)",
|
||||
'text_flv_one_description' => "在页面内插入指定宽度与高度的Flash视频",
|
||||
'text_flv_one_syntax' => "[flv,width,height]Flash视频的URL[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]%s/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two' => "Flash视频(方式2)",
|
||||
'text_flv_two_description' => "在页面内插入默认宽度与高度(320 * 240)的Flash视频",
|
||||
'text_flv_two_syntax' => "[flv]Flash视频的URL[/flv]",
|
||||
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two_example' => "[flv]%s/flash.video.demo.flv[/flv]",
|
||||
'text_youtube' => "YouTube",
|
||||
'text_youtube_description' => "在页面内插入YouTube网站的在线视频",
|
||||
'text_youtube_syntax' => "[youtube,width,height]YouTube视频的URL[/youtube]",
|
||||
|
||||
Reference in New Issue
Block a user