improve userdetails page hide_text

This commit is contained in:
xiaomlove
2025-09-17 17:11:17 +07:00
parent aad29df97b
commit bb25eb03c7
5 changed files with 29 additions and 28 deletions
+8 -8
View File
@@ -53,22 +53,22 @@ $lang_tags = array
'text_hyperlink_one' => "Hyperlink (alt. 1)",
'text_hyperlink_one_description' => "Inserts a hyperlink.",
'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' => "This tag is superfluous; all URLs are automatically hyperlinked.",
'text_hyperlink_two' => "Hyperlink (alt. 2)",
'text_hyperlink_two_description' => "Inserts a hyperlink.",
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>Link text</i>[/url]",
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
'text_hyperlink_two_example' => "[url=%s]%s[/url]",
'text_hyperlink_two_remarks' => "You do not have to use this tag unless you want to set the link text; all URLs are automatically hyperlinked.",
'text_image_one' => "Image (alt. 1)",
'text_image_one_description' => "Inserts a picture.",
'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' => "The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.",
'text_image_two' => "Image (alt. 2)",
'text_image_two_description' => "Inserts a picture.",
'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' => "The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.",
'text_quote_one' => "Quote (alt. 1)",
'text_quote_one_description' => "Inserts a quote.",
@@ -106,19 +106,19 @@ $lang_tags = array
'text_flash' => "Flash (alt. 1)",
'text_flash_description' => "Insert flash in webpages at defined width and height",
'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 (alt. 2)",
'text_flash_two_description' => "Insert flash in webpages at default width and height (500 * 300)",
'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 video (alt.1)",
'text_flv_one_description' => "Insert flash video in webpages at defined width and height",
'text_flv_one_syntax' => "[flv,width,height]Flash video 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 video (alt.2)",
'text_flv_two_description' => "Insert flash video in webpages at default width and height (320 * 240)",
'text_flv_two_syntax' => "[flv]Flash video 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' => "Insert YouTube online video in webpages",
'text_youtube_syntax' => "[youtube,width,height]Video URL on YouTube[/youtube]",