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

📄 common.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/>// -----------------------------------------------------------------------// PLUGIN$lang['plg_title'] = 									"Forum";$lang['plg_description'] = 								"A plugin that lets your connections leave comments against your webspace.";$lang['hdr_edit_discussion'] = 							"Create your discussion";// ARRAY PERMISSIONS$lang['arr_permissions_desc']['add_forum_subject'] = 	"Allow the adding of discussions to the forum";$lang['arr_permissions_desc']['forum_maintain'] = 		"Allow access to maintain the forum";// HEADERS$lang['hdr_forum'] = 									"forum";$lang['hdr_subject'] = 									"discussion";// HREF$lang['href_return_to_subject'] = 						"return to discussion";$lang['href_add_subject'] = 							"add a discussion";$lang['href_maintain_forum'] = 							"maintain";// ERRORS$lang['err_no_subject'] = 								"No discussion could be found.";$lang['err_no_subjects'] = 								"Sorry, no discussions have been left yet.";$lang['err_no_subjects_hint'] = 						"Visit the <a href=\"SYS_KEYWORD_URL\">discussions page</a> to add a discussion.";$lang['err_no_webpage'] = 								"Please add the webpage first.";// ERRORS$lang['error']['title_empty'] =							"Please enter a title for your discussion";$lang['error']['body_empty'] =							"Please enter some body text into your discussion";// MESSAGE LOG$lang['message']['subject_saved'] = 					"Discussion saved.";// SUBMIT$lang['sub_save'] = 									"save";$lang['sub_lock'] = 									"lock";$lang['sub_stick'] = 									"stick";$lang['sub_unlock'] = 									"unlock";$lang['sub_unstick'] = 									"unstick";// BODY$lang['txt_edit_subject'] = 							"Some notes on starting a good discussion";$lang['txt_subject_title'] = 							"title";$lang['txt_subject_body'] = 							"discussion";$lang['txt_last_edit_datetime'] = 						"last edited";$lang['txt_wiki_pages'] =								"pages";$lang['txt_images'] =									"images";$lang['txt_files'] = 									"files";$lang['txt_tags'] =										"tags";?>

⌨️ 快捷键说明

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