common.lang.php

来自「一款开源的sns系统源码 安装简单」· PHP 代码 · 共 71 行

PHP
71
字号
<?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 PERMISSIONS$lang['arr_permissions_desc']['edit_wikipage'] = 	"Allow the editing of wiki pages";// PLUGIN$lang['plg_title'] = 								"Wiki";$lang['plg_description'] = 							"A plugin that lets your connections collectively build a repository of information.";// HEADERS$lang['hdr_wiki_pages'] = 							"Wiki pages";$lang['hdr_edit_wikipage'] = 						"Create a new revision of your wiki page";// SUBMIT$lang['sub_save'] = 								"save";$lang['sub_set_current_revision'] = 				"set as current";// HREF$lang['href_return_to_wikipage'] = 					"return to wiki page";$lang['href_return_to_webpage'] = 					"wiki home";$lang['href_edit'] =								"edit";$lang['href_start'] = 								"start";// ERRORS$lang['error']['body_empty'] =						"Please enter some body text into your revision";$lang['error']['wikilink_bad_chars'] =				"You can only use the characters a-z A-Z and 0-9 in a wikilink.";$lang['error']['wikilink_too_long'] =				"A wikilink must be under 30 characters long.";// MESSAGE LOG$lang['message']['revision_added'] = 				"Revision added.";// BODY$lang['txt_wiki_pages'] = 							"This is the current revision of your wiki page named 'SYS_KEYWORD_WIKIPAGE_NAME'.";$lang['txt_no_revisions'] = 						"There are no revisions of this wiki page.";$lang['txt_wiki_pages'] =							"pages";$lang['txt_images'] =								"images";$lang['txt_files'] = 								"files";$lang['txt_tags'] =									"tags";?>

⌨️ 快捷键说明

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