📄 network.lang.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/>// -----------------------------------------------------------------------// HEADERS$lang['hdr_connections'] = "Connections";$lang['hdr_invited_connections'] = "They're invited";$lang['hdr_invited_non_connections'] = "Invited people who have not connected";$lang['hdr_connectioned'] = "People who have connected";$lang['hdr_invite'] = "Invite";// HREF$lang['href_view_status_active'] = "view active";$lang['href_view_status_invited'] = "view invited";// TEXTS$lang['txt_connections'] = "Listed you can see your network of connections and their shared connections - go surf!:)";$lang['txt_locked_intro'] = "This is a private webspace. The only way for someone to connect is for you to invite them. To do that, ask then to get an OpenID account, then enter that account below. After that they will be able to connect.";$lang['txt_label_nickname'] = "Nickname";$lang['txt_label_openid'] = "OpenID";$lang['txt_label_name'] = "name";$lang['txt_label_email'] = "email";$lang['txt_label_country'] = "country";$lang['txt_label_language'] = "language";$lang['txt_label_invited'] = "invited";$lang['txt_label_create_datetime'] = "connected since";$lang['txt_label_last_datetime'] = "last connected";$lang['txt_label_invited'] = "invited by";$lang['txt_invited_connection'] = "SYS_KEYWORD_NAME is now connected to this webspace. You need to inform them of that. You can email / sms this webspace address ( SYS_KEYWORD_URL ) to them so that they can come on in.";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -