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

📄 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/>// -----------------------------------------------------------------------// ARRAY PERMISSIONS$lang['arr_permissions_desc']['maintain_connections'] = 	"Allow the maintainance of connected people connected to this webspace";$lang['arr_permissions_desc']['invite_connections'] = 		"Allow the sending of invitations to other people into this webspace";$lang['arr_permissions_desc']['edit_stylesheet'] = 			"Allow access to edit webspace style";$lang['arr_permissions_desc']['edit_webpages'] = 			"Allow access to edit webpages";$lang['arr_permissions_desc']['add_tags'] = 				"Allow the tagging of information within this webspace";$lang['arr_permissions_desc']['view_files'] = 				"Allow the viewing of files within this webspace";$lang['arr_permissions_desc']['upload_files'] = 			"Allow the uploading of files to this webspace";// SUBMIT$lang['sub_login'] = 										"Connect";// ALT$lang['alt_flower_logo'] = 									"AROUNDMe logo";// HREF$lang['href_connect'] = 									"Connect";$lang['href_connected'] = 									"Connected";$lang['href_find'] = 										"Find";$lang['href_home'] = 										"Home";$lang['href_create'] = 										"Create";$lang['href_policy'] = 										"Site policy";$lang['href_about'] = 										"About this software";$lang['href_edit_this_webpage'] = 							"Edit";$lang['href_style_this_webspace'] = 						"Style";$lang['href_rss'] = 										"RSS";$lang['href_rss_comments'] = 								"RSS comments";$lang['href_edit'] = 										"edit";$lang['href_list'] = 										"List";// TEXTS$lang['txt_page_title'] = 									"AROUNDMe";$lang['txt_strap'] = 										"This work is licensed under a <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons License</a>.";$lang['txt_no_comments'] = 									"There are no comments posted yet.";$lang['txt_tagged_with'] = 									"Tagged with";$lang['txt_tag_placeholder'] = 								"Fetching the tags for this page.";$lang['txt_tag_help'] = 									"Use commas to separate multiple tags";?>

⌨️ 快捷键说明

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