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

📄 admin_network.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/>// -----------------------------------------------------------------------// ARRAYS$lang['arr_connection']['status'][1] = 					"barred";$lang['arr_connection']['status'][2] = 					"active";// HEADERS$lang['hdr_connections'] = 								"Your connections";$lang['hdr_edit_connections'] = 						"Manage your connections";$lang['hdr_delete_connection'] = 						"Delete connections";$lang['hdr_block_connection'] = 						"Block connections";$lang['hdr_permissions'] = 								"Permissions";$lang['hdr_connection'] = 								"Your connection";$lang['hdr_permissions'] = 								"Permissions";$lang['hdr_default_permissions'] = 						"Default connection permissions";// HREF$lang['href_back_to_start'] = 							"back to start page";$lang['href_list_connections'] = 						"list connections";$lang['href_set_defaults'] = 							"Set the default permissions";// SUBMIT$lang['sub_block_connection'] = 						"block";$lang['sub_unblock_connection'] = 						"unblock";$lang['sub_save'] = 									"save";// BODY TEXTS$lang['txt_connections'] = 								"Your connections are people who have connected with your webspace.";$lang['txt_block_connection'] = 						"If you do not want someone to contribute to your webspace then block them so that they cannot connect any more.";$lang['txt_permissions'] = 								"You can give your connections permissions so that they can help you publish and maintain the webspace. Just click on their name to give them permissions. You can set-up default permissions for new connections.";$lang['txt_label_openid'] = 							"OpenID";$lang['txt_label_nickname'] = 							"Nickname";$lang['txt_label_email'] = 								"Email";$lang['txt_label_name'] = 								"Name";$lang['txt_label_country'] = 							"Country";$lang['txt_label_language'] = 							"Language";$lang['txt_label_create_datetime'] = 					"Joined";$lang['txt_label_last_datetime'] = 						"Last connected";$lang['txt_label_invite'] = 							"Invited by";$lang['txt_label_barred'] = 							"Block this connection";$lang['txt_tb_head_name'] = 							"name";$lang['txt_tb_head_created'] = 							"created";$lang['txt_tb_head_status'] = 							"status";$lang['txt_tb_head_select'] = 							"select";$lang['txt_default_permissions'] = 						"When a person connects to your webspace for the first time they get access to all the resources that you have checked below.";?>

⌨️ 快捷键说明

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