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

📄 maintain.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_webspace_status'][1] = 						"pending";$lang['arr_webspace_status'][2] = 						"barred";$lang['arr_webspace_status'][3] = 						"live";// HEADERS$lang['hdr_maintain_webspaces'] = 						"Maintain webspaces";$lang['hdr_manage_webspace'] = 							"Maintain a webspace";$lang['hdr_maintainer_access'] = 						"This is for maintainers only";$lang['hdr_add_webspace'] = 							"Add a webspace";$lang['hdr_layout'] = 									"Layout";// HREF$lang['href_return_to_start'] = 						"back to start page";$lang['href_list_webspaces'] = 							"list webspaces";$lang['href_visit'] = 									"visit";$lang['href_email'] = 									"email";$lang['href_menu_list_live'] = 							"list live";$lang['href_menu_list_pending'] = 						"list pending";$lang['href_menu_list_barred'] = 						"list barred";$lang['href_menu_list_claimed'] = 						"list claimed";$lang['href_menu_add'] = 								"add";$lang['href_logoff'] = 									"logoff";// SUBMIT$lang['sub_save'] = 									"save";$lang['sub_finish_create'] = 							"Activate my webspace!";// ERRORS$lang['error']['webspace_allocation_error'] =			"You must set the webspace disk allocation to a number (add 0 if you want to give the webspace no allocation).";$lang['error']['login_failed'] =						"Failed to login. Please check your input";$lang['error']['not_maintainer'] =						"This OpenID is not a valid maintainer.";$lang['error']['unix_name_empty'] = 					"You have not defined any webspace name for your webspace. Please enter your choosen webspace name (minimum three characters)";$lang['error']['unix_name_incorrect'] = 				"The webspace name you have choosen is incorrect. The name can only contain characters (a-z) and 0-9. No UPPERCASE characters are accepted.";$lang['error']['unix_name_short'] = 					"The webspace name you have choosen is to short. It has bo be at least 3 characters long. Please choose a new one";$lang['error']['unix_name_taken'] =						"The webspace name you have choosen has already been taken. Please try a new one";$lang['error']['title_empty'] =							"Please enter a title for your webspace";$lang['error']['description_empty'] =					"Please enter a description for your webspace";$lang['error']['openid_empty'] =						"You need to enter the OpenID for the webspace owner.";$lang['err_no_webspaces'] = 							"No webspaces to list.";// BODY TEXTS$lang['txt_webspace_name'] = 							"Webspace name";$lang['txt_owner_openid'] = 							"Owner OpenID";$lang['txt_owner_email'] = 								"Owner Email";$lang['txt_webspace_create_datetime'] = 				"Webspace creation date";$lang['txt_language'] = 								"Webspace interface language";$lang['txt_status'] = 									"Webspace status";$lang['txt_allocation'] = 								"Webspace disk allocation";$lang['txt_label_name'] = 								"name";$lang['txt_label_status'] = 							"status";$lang['txt_label_created'] = 							"created";$lang['txt_label_allocation'] = 						"allocation";$lang['txt_label_openid'] = 							"OpenID";$lang['txt_label_language'] = 							"Language";$lang['txt_label_email'] = 								"email";$lang['txt_label_webspace_maintainer_log'] =			"Maintainers log";$lang['txt_webspace_title'] = 							"What title do you want to give to your webspace?";$lang['txt_webspace_description'] = 					"Describe your webspace";$lang['txt_lock_webspace'] = 							"Keep it private?";$lang['txt_lock_intro'] = 								"You can either open up your webspace so that anyone can connect to it or keep it private so that only people that you invite can connect to it. Uncheck the box to make it public.";$lang['txt_label_owner_openid'] = 						"Owner OpenID";$lang['txt_unix_name'] = 								"Webspace name";$lang['txt_owner_nickname'] = 							"owner";$lang['txt_owner_nic'] = 								"nickname";$lang['txt_label_locked'] = 							"locked";$lang['txt_webspace_description'] = 					"Description";?>

⌨️ 快捷键说明

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