⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 html_edit.lang.php

📁 一款开源的sns系统源码 安装简单
💻 PHP
字号:
<?php// -----------------------------------------------------------------------// This file is part of AROUNDMe// // Copyright (C) 2003-2007 Barnraiser// http://www.barnraiser.org/// info@barnraiser.org// // This program is free software: you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation, either version 3 of the License, or// (at your option) any later version.// // This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the// GNU General Public License for more details.// // You should have received a copy of the GNU General Public License// along with this program; see the file COPYING.txt.  If not, see// <http://www.gnu.org/licenses/>// -----------------------------------------------------------------------// ARRAY ELEMENT TITLES$lang['help_prompt_rollover']['bold'] =						"makes text bold.";$lang['help_prompt_click']['bold'] =						"wraps a &lt;b&gt;tag&lt;/b&gt; around your text to bold it.";$lang['help_prompt_rollover']['paragraph'] =				"makes a paragraph.";$lang['help_prompt_click']['paragraph'] =					"adds a &lt;p&gt;paragraph&lt;/p&gt; spacing above and below a paragraph of text.";$lang['help_prompt_rollover']['break'] =					"adds a line break.";$lang['help_prompt_click']['break'] =						"adds a &lt;br /&gt; to the end of a line which forces a line break.";$lang['help_prompt_rollover']['table'] =					"makes a table.";$lang['help_prompt_click']['table'] =						"a table is made up of a &lt;table&gt; tag. Inside it you have &lt;tr&gt; tags (table row). You can repeat these to create multiple rows. Inside each row you have &lt;td&gt; tags (table data). You can repeat these to create multiple columns. Inside each table data you can type information that will be displayed in the table.";$lang['help_prompt_rollover']['header'] =					"makes text into a heading.";$lang['help_prompt_click']['header'] =						"wraps a &lt;h3&gt;tag&lt;/h3&gt; around your text to create a medium sized header text. You can replace the 3 with 1,2,3,4 or 5 (1 is big and 5 is small).";$lang['help_prompt_rollover']['anchor'] =					"makes text into a link.";$lang['help_prompt_click']['anchor'] =						"creates a link to a web page. Replace the url with a link of your choice and add a title describing the links location.";$lang['help_prompt_rollover']['italic'] =					"makes text italic.";$lang['help_prompt_click']['italic'] =						"wraps a &lt;i&gt;tag&lt;/i&gt; around your text to italicize it.";$lang['help_prompt_rollover']['horizontalrule'] =			"adds a horizontal rule.";$lang['help_prompt_click']['horizontalrule'] =				"adds a &lt;hr /&gt; which creates a horizontal rule.";$lang['help_prompt_rollover']['orderedlist'] =				"makes an ordered list.";$lang['help_prompt_click']['orderedlist'] =					"adds an ordered list; a list with numbers. An ordered list is made up of a &lt;ol&gt; ordered list tag. Inside the ordered list tag you can list multiple &lt;li&gt; lines, each of which will be given a number.";$lang['help_prompt_rollover']['unorderedlist'] =			"makes an unordered list.";$lang['help_prompt_click']['unorderedlist'] =				"adds an unordered list; a list with bullets. An unordered list is made up of a &lt;ul&gt; unordered list tag. Inside the unordered list tag you can list multiple &lt;li&gt; lines, each of which will be given a bullet.";$lang['help_prompt_rollover']['code'] =						"presents text as code.";$lang['help_prompt_click']['code'] =						"adds a &lt;pre&gt; and &lt;code&gt; tag around your text. The pre tag preserves and white space and the code tag allows you to input any code (like macros or scripts) into this editor.";$lang['help_prompt_rollover']['image'] =					"Inserts the selected image.";$lang['help_prompt_click']['image'] =						"By default the image is inserted. You can make it into a thumbnail by adding -t1 to the path, like this: <br /><p>get_file.php?file=12345678-t1<br /></p><p>You have three options, 1, 2 or 3.</p><p>You can align an image left or right to wrap texts around it. Just add an align attribute, like this<br /></p><p>src=&quot;123243&quot; align=&quot;left&quot; alt=&quot;&quot;<br /></p>";$lang['help_prompt_rollover']['file'] =						"Inserts the selected file.";$lang['help_prompt_click']['file'] =						"adds a file. See the help section if you wish to add an icon to this link.";$lang['help_prompt_rollover']['wikipage'] =					"adds a wiki page link.";$lang['help_prompt_click']['wikipage'] =					"adds a wiki page link.";$lang['txt_help_default'] =									"You can mark up your texts using the buttons above. The line break button (down arrow) adds a line break, but the best way to create nicely formatted texts is to use the paragraph (P) to wrap around your paragraphs<br /><br />&lt;p><br />like this<br />&lt;/p><br /><br />You can always press the help button to see our guide to marking up texts.";$lang['txt_css_styles'] =									"styles";$lang['txt_images'] = 										"images";$lang['txt_files'] = 										"files";$lang['txt_wiki_pages'] = 									"pages";?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -